You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The datapoint to switch between heating and cooling is missing.
To Reproduce
In the HmIP app "cooling mode" can be allowed. Doing so, heating or cooling mode can be selected. As well as selecting which rooms can be cooled.
Expected behavior
The adapter allows, in "hmip/0/homes/.../indoorClimate" to switch on/off "coolingEnabled". Nevertheless, to make is usefull, an additional datapoint, to actually switch between heating/ cooling should be added.
The text was updated successfully, but these errors were encountered:
I did some research! See attached pdf
The datapoint to be triggered is called "/hmip/home/heating/setCooling" {"cooling":true/false} by setting it to true, cooling mode is activated. Setting it to false, heating mode is activated.
The adapter has already the datapoint "/hmip/home/heating/setCoolingEnabled" {"cooling":true/false}. So the datapoint to add should follow the same syntax!
I sniffed also whats happening with the rooms selected for cooling. A bit more complex, as all rooms (not to be cooled) need to be integrated into the command --> Not necessary to integrate in the adapter, as it is usually an one time set-up in the app ;-)
Thanks for the idea to "sniff" the app traffic.. never done that before ;-)
I have checked the main.js.. moreless line by line. Wie immer gaaanz am Ende ;-)
I think line 2662 just need to be duplicated and the "enabled" removed from coolingEnabled.
Neighter want to mix-up your code nor have any idea, how to contribute on a new release...
The datapoint to switch between heating and cooling is missing.
To Reproduce
In the HmIP app "cooling mode" can be allowed. Doing so, heating or cooling mode can be selected. As well as selecting which rooms can be cooled.
Expected behavior
The adapter allows, in "hmip/0/homes/.../indoorClimate" to switch on/off "coolingEnabled". Nevertheless, to make is usefull, an additional datapoint, to actually switch between heating/ cooling should be added.
The text was updated successfully, but these errors were encountered: