Hi @jerrm - thank you so much for the response.
The settings are not exposed as entities in ZHA. You have to set the attributes via the “Manage Zigbee Device” page or equivalent service calls.
Sorry, I’m fairly new to this. The ‘Manage Zigbee Device’ page would be something like this, right: Settings → Devices → Conbee II, select the sensor, URL something like this {ha}/config/devices/device/{id} ? Update: It doesn’t have a ‘configure’ section, or anything else editable that I can see. (See next post)
When you say ‘equivalent service calls’ - are there other commands I can send that address configurations unavailable via that page?
Assuming the 004 uses the same cluster attributes as the 001 (almost sure it does), this blueprint shows the automation code to set via service calls.
That doesn’t work. I’ll post in that thread.
Things like this are a big part of why I moved most everything to zigbee2mqtt where the settings are exposed as friendly entities.
‘zha’ is the zigbee ‘subcomponent’ of HA, right? And basically zigbee2mqtt is another docker I can run, which then communicates with HA with MQTT? Just trying to get my head around it.
Thanks!