I am considering to buy a couple of those smoke detectors; however I am reading mixed reviews on Amazon when it comes to ZHA compatibility.
Seems like most people had to switch to zigbee2mqtt; however according to Blakadder reports it as confirmed working! The GitHub threads don’t give a definitive answer either.
So I’m wondering if anyone has those smoke detectors setup in combination with ZHA and what are your experiences?
I got one of this smoke detectors too, for testing and realized that I have a really bad LQI.
I get around 135 if I place it next to the Sonoff 3 Zigbee dongle I am using, but as soon as I move to the next room, or just place it at the other site of the room (2-3 meters) it drops down to 50-40.
I also verfied my Wifi Channels, so that this there is not interference, but nothing changed. Is this normal to have such bad link quality for those smoke detectors?
I also bought two of these smoke detectors this week. Basically everything works with ZHA. The alarm can be switched and the temperature sensor updates.
BUT: I also have the problem that one of the sensors is constantly unavailable. The sensor in the same room as my Home Assistant server with Conbee2 works. But the sensor in the neighboring room already has no connection.
Can the smoke detector be muted from HA, for example when cooking? That happens often for us when we open the oven for example. Then it would be nice to be able to pause the alarm.
Anyone had any luck with these? I’ve bought 2 to test but the siren seems to auto turn off after a few seconds if I manually turn it on via the switch. I’m using ZHA.
Do you know if it’s possible to change the sound within an automation? I would like to use it as a burglar alarm, but with a different sound for when smoke is detected.
I managed to switch the siren on or off via my dashboard using an input boolean helper called input_boolean.rookalarm_schakelaar, an automation and a custom:button-card. See below for details.
The automation: when the input boolean is turned on, the siren turns on.
alias: X - Hal schakelaar rookalarm
description: ""
trigger:
- platform: state
entity_id:
- input_boolean.rookalarm_schakelaar
from: "off"
to: "on"
condition: []
action:
- service: siren.turn_on
data: {}
target:
entity_id: siren.0_hal_rookalarm_siren
mode: single
On Home Assistant 2023.8.3 using ZHA, entities are not added: The device is discovered, interviewed, but the configure step seems to never finish. The Zigbee coordinator used is ConBee II.
Exact same situation here. On Home Assistant 2023.8.3 using ZHA, entities are not added: The device is discovered, interviewed, but the configure step seems to never finish. Using Nabu_Casa_SkyConnect.
Had the same problem with it not configuring. In classic IT fashion, I exited out of the add-device dialog, restarted Home Assistant and all entities showed up correctly.