Hello everyone,
I’m experiencing an interesting behavior with my HomematicIP smoke detectors in openHAB and would appreciate your insights on how to handle this best.
I’ve created non-semantic groups to collect alarm items from my HomematicIP smoke detectors.
I’ve noticed that there are differences between the individual device states and the group states:
- Normal Operation:
- Individual devices show: “Standby”
- Group shows: “IDLE_OFF”
- In case of an alarm:
-
In groups WITHOUT the triggering device:
- All devices show: “Alarm triggered by other device”
- Group value is: “SECONDARY_ALARM”
-
In the group WITH the triggering device:
- The triggering device shows: “Local alarm”
- Other devices show: “Alarm triggered by other device”
- Group value becomes “UNDEF” due to these different member states
I suspect openHAB is doing some state conversion here. Currently, my group items have a Members Base Type of String and therefore no aggregation function.
My goal is to be able to directly determine on which floor and in which room the alarm was triggered. What would be the best way to achieve this?
Thank you in advance for your help!
Best regards