issues
search
jxmot
/
node-dht-udp
SensorNet 2 of 3 - The server side to the esp8266-dht-udp project
MIT License
0
stars
1
forks
source link
Collect thermostat settings & state and broadcast to connected clients
#13
Closed
jxmot
closed
3 years ago
jxmot
commented
6 years ago
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
commented
3 years ago
Closing due to changes in the nest API.
Collect Data: