pyhomematic icon indicating copy to clipboard operation
pyhomematic copied to clipboard

Party/holiday (away) mode of HmIP WTH-2 & eTRV-2 & Home Assistant

Open dfigus opened this issue 5 years ago • 1 comments

Home Assistant version (if applicable): 0.92.1

I'm running pivCCU3 3.45.7-23 and Home Assistant 0.92.1 with the homematic integration. When I set the party/holiday mode in the CCU3, it's not correctly reflected in HA.

I'm running HmIP-WTH-2 and HmIP-eTRV-2 - standalone and as part of a HmIP group in CCU3. When I set the party/holiday mode in CCU3, the holiday mode icon is shown correctly on the HmIP-WTH-2. However in Home Assistant the card shows "away", but I cannot select the "away" mode in the drop down

Example of a group: HA_climate_card

Entity in Home Assistant: { "temperature": 15, "current_temperature": 20.7, "operation_mode": "away", "operation_list": [ "manual", "auto", "boost" ], "id": "INT0000002", "voltage": "", "max_temp": 30.5, "interface": "groups", "mode": null, "min_temp": 4.5, "valve": 4, "level": 0, "battery": "High", "supported_features": 129, "friendly_name": "Arbeitszimmer" } HA_climate

So somehow the HmIP devices support the party/holiday (away) mode, but it seems to work only partially.

dfigus avatar Apr 30 '19 09:04 dfigus

We can support the party/away mode but that is very complex to handle on API itself. I never found out how we can do that. Currently, it's simpler to create automation on Home Assistant

pvizeli avatar May 22 '19 12:05 pvizeli