after reset first call to report is empty #16
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
First call of 'report' after reset returns incomplete report.
Immediately after bootup no measurements have been taken yet.
What is the reason for resetting the device? There is no reconnecting code in
pytec/client.py
.I would like that my configuration script start with Thermostat in a well defined state priod to setting registers.
This is a library usage error. There is no
reset 0
command.It's just the error response slipping in. I'm going improve on that behaviour.
In the TCP protocol all commands are now followed by a status response, so that the caller will know if processing has failed.
Please add check for status response and simple exception handling to pytec client.