Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hotfix(es) for Bosch BSD-2 & BWA-1 #7372

Merged
merged 18 commits into from
Apr 9, 2024

Conversation

burmistrzak
Copy link
Contributor

@burmistrzak burmistrzak commented Apr 8, 2024

Hotfix(es) 馃敟 for Bosch BSD-2 & BWA-1, includes:

  • Remove manufacturerOptions from ssIasZone cluster, otherwise Bosch BSD-2 won't configure during setup
  • Update attribute reporting for BWA-1, read initial attribute values during configuration

@burmistrzak burmistrzak marked this pull request as ready for review April 8, 2024 20:55
@burmistrzak burmistrzak changed the title Hotfix to remove manufacturerOptions from ssIasZone for BSD-2 Hotfix(es) for Bosch BSD-2 & BWA-1 Apr 9, 2024
@burmistrzak
Copy link
Contributor Author

burmistrzak commented Apr 9, 2024

@Koenkk Does Z2M include some sort of tooling that allows me to read/write arbitrary cluster attributes? The dev console seems to only support already defined clusters... 馃

Edit: Using MQTT seems to be a somewhat useable workaround.
Messages to zigbee2mqtt/FRIENDLY_NAME/ENDPOINT_NO/set with the following JSON payloads to read:

{"read": { "attributes": ["alarmOnMotion"], "cluster": "manuSpecificBosch11"}}

And to write cluster attributes:

{"write": {"cluster": "manuSpecificBosch11", "payload": {"alarmOnMotion": 1}}}

@Koenkk Koenkk merged commit c39d544 into Koenkk:master Apr 9, 2024
2 checks passed
@Koenkk
Copy link
Owner

Koenkk commented Apr 9, 2024

Thanks!

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.

None yet

2 participants