seydx / homebridge-tado-platform

Homebridge plugin for controlling Tado devices
MIT License
126 stars 66 forks source link

Indicator only orange and blue...no green #58

Closed T-Bone90 closed 3 years ago

T-Bone90 commented 3 years ago

(sorry for my bad English) What else I can think of. I either get a message indicating that it is being heated (orange) or that it is being cooled (blue). I don't get any green display. Even when the temperature is reached, it says "is being cooled" ... Is it wanted like that?

And is it possible to get a message if window open. That i can see in homekit when the window is opened.

seydx commented 3 years ago

The green indicator if for the "auto" mode reserved. You can set up the telegram notifier to get a message if the open window from tado triggers

https://github.com/SeydX/homebridge-tado-platform/blob/master/example-config.json#L171

T-Bone90 commented 3 years ago

Oh ok thats bad. Because look at the picture. https://abload.de/img/bildschirmfoto2021-030pket.png Red and Yellow same room. One with your plugin, one with Tado original HomeKit integration.

When the temperature in the room is reached, it does not have to display heating / cooling and should turn green. For me, blue means that the heating is off because it is too warm in the room. But that's not true at all, so the Plugin shows wrong values in my opinion. "Auto" means that he uses the time schedule.

Can't you integrate a sensor in the Homekit regarding window open?

Thanks for the good work!

seydx commented 3 years ago

There is an open window option to enable a sensor in homekit, look at example config

https://github.com/SeydX/homebridge-tado-platform/blob/ac28ff456907e59c12bf20babc6533cc43012062/example-config.json#L81

seydx commented 3 years ago

@T-Bone90

Fixed in v6.0.9 (for HEATING devices "easyMode" must be enabled in config to show this state)