Skip to content

fix(develco): add SIRZB-111 to warning info reverse list#10994

Merged
Koenkk merged 1 commit intoKoenkk:masterfrom
Zingo89:fix/sirzb-111-alarm-off
Dec 10, 2025
Merged

fix(develco): add SIRZB-111 to warning info reverse list#10994
Koenkk merged 1 commit intoKoenkk:masterfrom
Zingo89:fix/sirzb-111-alarm-off

Conversation

@Zingo89
Copy link
Copy Markdown
Contributor

@Zingo89 Zingo89 commented Dec 10, 2025

What

Add SIRZB-111 to the list of devices that require reversed warning info bits in the warning_simple toZigbee converter.

Why

The SIRZB-111 requires the same bit order as SIRZB-110 for the startwarninginfo parameter. Without this fix, the alarm OFF command sends startwarninginfo: 192 instead of 0, which fails to stop the siren.

Testing

Tested on a frient SIRZB-111 siren:

  • Before fix: {"alarm": "OFF"} sent startwarninginfo: 192 → siren did NOT stop
  • After fix: {"alarm": "OFF"} sends startwarninginfo: 0 → siren stops correctly

Related Issues

Fixes Koenkk/zigbee2mqtt#28847

@Zingo89 Zingo89 marked this pull request as ready for review December 10, 2025 15:26
@Koenkk Koenkk merged commit 3ef9437 into Koenkk:master Dec 10, 2025
3 checks passed
@Koenkk
Copy link
Copy Markdown
Owner

Koenkk commented Dec 10, 2025

Thanks!

@daggettbiber
Copy link
Copy Markdown

Thanks for your work and the fix. I appreciate that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Frient Smart Siren SIRZB-111 - Disable Alarm not working

3 participants