Rendili / pyhiveapi

Python API interface to the Hive API
6 stars 7 forks source link

Set Mode bug with TRVs #8

Closed MagicalTrev89 closed 3 years ago

MagicalTrev89 commented 4 years ago

It is possible with the current implementation that when changing the mode of the climate device i.e climate.heating from Auto > Off

If the id on Hive for the device matches a TRV, then changing the state of the heating will also change the corresponding TRV with the same ID.

I have got a fix that i will raise a PR for, but going to do a bit more testing first.