Skip to content

Error when saving values #1

@asantaga

Description

@asantaga

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions