bdraco / nexia

Python library for connecting to nexia
Apache License 2.0
21 stars 13 forks source link

Websocket Connection #41

Open briandlucas opened 1 year ago

briandlucas commented 1 year ago

have you ever looked into the event streamer websocket url returned from the /mobile/session endpoint? once connected, you receive some updates (like run mode - auto/cool/heat/off and system mode - schedule/hold) but not other updates (like setpoint and temp changes). would be nice to move away from polling but i've never gotten too far...

bdraco commented 1 year ago

I was hoping to get the ssl client certificates needed to connect to the local api so I had not bothered with the websocket