You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- This adds a reconnect timer that prevents hammering the Nest server with reconnect attempts
- Add readable error messages if something goes wrong
- Completely disable interface if we receive an error that demonstrates that we will never be able to connect
Fixes#24
Partially Fixes#26
This will prevent the write action from blocking if there is a delay connecting to the Nest server. The write process is a little complicated but should be very robust, it can handle queuing multiple write commands at once.
Added a simple check of the write response, will now print an error message if the response is not OK.
Fixes#27Fixes#26
Check the connect_stream routine, may need a timeout or something
For write_data, maybe this should be converted to a process_item
The text was updated successfully, but these errors were encountered: