-
Notifications
You must be signed in to change notification settings - Fork 506
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bitron Home 902010/24 Smoke Sensor/Warning Device, Siren does not work #2886
Comments
Can the siren for this device be activated remotely? We’ve seen other devices that expose a non-functioning IAS WD. Can you check in the GUI whether the device reacts to the Start Warning command. Also double-check that you can read the Basic cluster attributes, maybe deCONZ had lost the route. You might try setting alert to |
According to ma-ca's initial commit back in the days, it can. However, you made some changes on the task options lately. It works for the Develco's but may not for the Bitron... @ebaauw Just took a look at the corresponding PR:
|
@SwoopX, could very well be that the Bitron requires different values. I'll whitelist it again and send 0x12 as before. This will be an issue trying to send a broadcast or groupcast to sound all alarms. Do you know if the Bitron supports groups? |
@ebaauw I am running deCONZ headless on a Raspberry and therefore cannot use the GUI. Using the REST API I can send an alert:all, but the status does not change and the siren is not activated. curl -X PUT -i 'http://192.168.xxx.xxx/api/xxxxxxxx/lights/21/state' --data '{"alert": "all"}'
How can I send the values 0x02 or 0x12 via REST API to the Bitron? |
@ebaauw
|
With version 2.05.78 the siren now works. |
Sorry to bring up this issue again. As soon as the alarm is triggered, can you turn it back off? I use deconz with home assistant and I can turn on the siren from within HA, but I can not turn it off. Even not on the device itself, I need to pull the batteries. |
That should work with |
Does this command work also via Phoscon? |
No, not that I'm aware of. |
@SwoopX : After updating Phoscon to 2.05.78 (Firmware: 26580700) I can trigger the alarm of the Smoke-Sensor. I use Phoscon from Fhem as a HueBridge. There is the sensor listed as "lamp" (like in Phoscon). There I can use: set HueLampDeviceName alert select|lselect|none To trigger the alarm and to switch it off. |
@kptkip I'm afraid you posed the wrong question 😉 Phoscon is just another client for deconz' REST API, so the answer was for Phoscon as a client. Now, since all other software pretty much uses the REST API, the answer is of course yes. |
Thanx for this clarification. Up to now I was wondering what is the difference between those two pieces of software. Now It's clear! And no, I can't control these Features in Phoscon. ;-) |
ConBee 1, Firmware 26350500, Version 2.05.77 (Headless)
I have several Bitron 902010/24 smoke detectors with integrated siren. There are two devices, one sensor 'ZHAFire' and one light 'Warning device'. The sensor works, but the siren cannot be switched. Using the REST-API I can send an alert:select, but the status does not change and the siren is not activated.
curl -X PUT -i 'http://192.168.xxx.xxx/api/xxxxxxxx/lights/21/state' --data '{"alert": "select"}'
The text was updated successfully, but these errors were encountered: