bdraco / nexia

Python library for connecting to nexia
Apache License 2.0
20 stars 11 forks source link

Feature Request: RoomIQ sensor support #39

Open trainman419 opened 1 year ago

trainman419 commented 1 year ago

I have a Trane XL1050 with a remote sensor and RoomIQ enabled on my account; this allows me to see both the thermostat temperature and the remote temperature sensor on Trane's automation website.

Is it possible for this library to support the RoomIQ sensors, and to expose them to HomeAssistant?

I've done some digging into Trane's API and it looks like the RoomIQ sensors are present in the API. If you can give some guidance on how I can add support, I can help work on that or test.

trainman419 commented 1 year ago

I've started to play with this here: https://github.com/bdraco/nexia/compare/master...trainman419:nexia:master

millercentral commented 7 months ago

@trainman419 -- were you able to make any progress adding RoomIQ sensors to the integration?

trainman419 commented 7 months ago

oooh... it's been a while. I made some progress on the branch above, but I kinda forget where I was. It looks like I have some of the classes in place to extract the roomiq sensor data, but I'm not sure if that works or not.

millercentral commented 7 months ago

I'm no dev, but if you find the time/interest again, I'd be happy to help test...

slopokdave commented 6 months ago

Happy to help and test in anyway that I can also, I need the sensors in HA! :)

ornative commented 3 weeks ago

I too would love to have this ability in Home assistant automation. I have two additional sensors and am manually switching them during the day to get the temperature where I want it in a given room. For instance, as it approaches bedtime I use the one in the Owner's suite to make it cooler. If I am gaming, that room heats up from the projector and I use the one there to set the temp with. I can test, but am out of practice with python and would need to come-up-to-speed.

Is there a source for documentation on the API?