Im running the code on my windows box (for now till I get a relay for the PI) and have noticed I get the following error when saving a temperature to a valve. The valve however does get the new temperature
BaseHTTPRequestHandler.__init__(self, request, client_address, server)
File "C:\Python27\lib\SocketServer.py", line 652, in init
self.handle()
File "C:\Python27\lib\BaseHTTPServer.py", line 340, in handle
self.handle_one_request()
File "C:\Python27\lib\BaseHTTPServer.py", line 328, in handle_one_request
method()
File "H:/src/PiHeating/PiHeating\requesthandler.py", line 72, in do_GET
SendMessage().updateRoom(roomData)
File "H:/src/PiHeating/PiHeating\sendmessage.py", line 191, in updateRoom
CreateUIPage().updateWebUI()
File "H:/src/PiHeating/PiHeating\webui.py", line 23, in updateWebUI
self.saveAdminUI()
AttributeError: CreateUIPage instance has no attribute 'saveAdminUI'
Im running the code on my windows box (for now till I get a relay for the PI) and have noticed I get the following error when saving a temperature to a valve. The valve however does get the new temperature
File "C:\Python27\lib\SocketServer.py", line 652, in init
self.handle()
File "C:\Python27\lib\BaseHTTPServer.py", line 340, in handle
self.handle_one_request()
File "C:\Python27\lib\BaseHTTPServer.py", line 328, in handle_one_request
method()
File "H:/src/PiHeating/PiHeating\requesthandler.py", line 72, in do_GET
SendMessage().updateRoom(roomData)
File "H:/src/PiHeating/PiHeating\sendmessage.py", line 191, in updateRoom
CreateUIPage().updateWebUI()
File "H:/src/PiHeating/PiHeating\webui.py", line 23, in updateWebUI
self.saveAdminUI()
AttributeError: CreateUIPage instance has no attribute 'saveAdminUI'