Hello there,
i need to configure automation for my Homematic HM-SEC-SC-2. In the “states” section i found it as an binary sensor.
Entity state Attributes
binary_sensor.state off battery: High
sabotage: No
rssi: 0
id: MEQ1597137
interface: hmrf
friendly_name: Fensterkontakt Esszimmer
device_class: opening
i tried this in my automation.yaml:
- alias: Esszimmerfenster offen
trigger:
platform: state
entity_id: binary_sensor.MEQ1597137
from: "off"
to: "on"
action:
service: notify.pushover
data:
message: "Das Esszimmer Fenster wurde geöffnet!"
but it didn’t work
how can i get the information from the device for an automation?
thanks in advance
Stephan