Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Collect thermostat settings & state and broadcast to connected clients #13

Closed
jxmot opened this issue Mar 10, 2018 · 1 comment
Closed
Assignees

Comments

@jxmot
Copy link
Owner

jxmot commented Mar 10, 2018

Collect Data:

  • environment - temp, humidity
  • settings :
    • heat/cool/off
    • setpoint
  • state
    • heat/cool/off


  • Operations:
    • Use smallest possible payloads via UDP.
    • Settings data is sent on client connection, and only to that client.
    • Last known state is sent on client connection, and only to that client.
    • State changes are broadcast to all connected clients.
    • Setting updates are broadcast to all connected clients.
    • Environment changes are broadcast to all connected clients.


  • Payload Contents:
    • time stamp
    • current temp
    • current humidity
    • payload type : setting/state/null(environment change)
      • setting
        • mode - heat/cool/off
        • setpoint
      • state
        • mode
@jxmot
Copy link
Owner Author

jxmot commented Jan 10, 2021

Closing due to changes in the nest API.

@jxmot jxmot closed this as completed Jan 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant