watchforstock / evohome-client

Python client to access the Evohome web service
Apache License 2.0
88 stars 52 forks source link

Error 256 #8

Closed PatrickSannes closed 7 years ago

PatrickSannes commented 9 years ago

I'm using your lib in combination with domotocz. I dont know if you have any experience with domotociz? Reading data works like a charm, writing new temps gives an error 256. Do you have any clue how I could get more info about this error to see what is going on?

Patrick

watchforstock commented 9 years ago

I would have a look to see if you can turn debugging on when the Evohome client is created. Basically when the EvohomeClient object is created, you can pass debug=True to the constructor and you should get a whole load of extra information printed out. See if that helps you narrow it down.

watchforstock commented 7 years ago

Closing as no follow up so assume it's fixed / being worked around.