Does someone here have a heiman smoke detector running with zigbee2mqtt.
My device workfs, alarm with testspray is sent to ha, but the manual indicated that there is a test mode.
Press and hold the button for 3 seconds and than the device should start to beep. I don’t know it its also shoudl send to zigbee2mqtt, but it should at least beep (as the manual says). But this doesn’t work.
When there is an alarm triggered by a testspray I can mute it with this button, what tells me that the button actually works.
I’m quite sure you can’t send a message to trigger an alarm, but what should be possible is getting a message in ha when you test the smoke detector.
Does this work for you?
My detector doesn’t even turn on the siren when I test it. Does yours?
But I no it works because I have a smoke test spray. With this the siren goes on and I get a message in ha.
Anybody have an idea why this might be? It is connected, and according to their docs, it is supported by zigbee2mqtt. That thing was not exactly inexpensive (around 30 EUR for one), so it’d be cool if I could actually use it… Thanks for your ideas
For me it shows up as a binary sensor and I use it like this:
trigger:
platform: state
entity_id: binary_sensor.smokedetector_smoke
from: 'off'
to: 'on'
Your detector is a binary sensor too. I thing those can only be on/off (true/false). Don’t know if “clear” is a state. You maybe should check that.
To test your detectors you could buy a smoke detector test spray, this way you will see if it works and see the state when smoke is detected.
Mine doesn’t turn on the siren when I push the the test button. Seems like we have different models.