-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Lutron Aurora dimmer knob (Z3-1BRL) has missing battery functionality #25361
Comments
I finally got rid of my hue hub and moved it all to zigbee2mqtt and this is the last issue I'm dealing with. I have three of these buttons and I'm not able to figure out how to get battery readings |
I also recently started using these dimmers and it is the only device that doesn't report its battery level in my set up. |
Could you check if the issue is fixed with the following external converter:
external_converters:
- ext_converter.js
|
Also, no idea if this is relevant, but saving the script at I ended up just adding the external converter by sending a MQTT message to |
Integrated the fix, thanks! Changes will be available in the dev branch in a few hours from now. |
What happened?
Despite being supported in zigbee2mqtt and its hardware itself supporting the functionality, the Lutron Aurora Z3-1BRL dimmer knob does not expose or report remaining battery % in zigbee2mqtt.
What did you expect to happen?
The Z3-1BRL should expose and report battery usage % in the zigbee2mqtt frontend automatically upon device adoption similar to other battery-powered devices like the Philips Hue dimmer switch. Additionally, a battery sensor should be automatically created in HomeAssistant.
A similar issue was outlined 3 years ago in #9736, but its scope was limited to creating a custom converter for the Z3-1BRL to manually expose battery usage. Despite being marked as completed, no out-of-the-box functionality relating to battery usage exists for the Z3-1BRL to this day (despite the device fully supporting it). Users have continued to observe this problem as recently as this week, so it appears to just be a case of missing functionality that's slipped under the radar over the years.
I suspect this may have something to do the fact that the Z3-1BRL seems to only want to communicate with zigbee2mqtt while in an "awake" state (i.e after being physically pressed or rotated), as outlined in a similar (now stale) issue I opened for the Z3-1BRL in 2021 (see #20668). If this is a case, perhaps battery reporting could occur whenever the device is in its active state?
How to reproduce it (minimal and precise)
legacy: false
device option to its configurationPowerCfg
cluster'sbatteryPercentageRemaining
attribute to the coordinator endpoint in the device's "Reporting" tabZigbee2MQTT version
1.42.0-dev commit: c3b4628
Adapter firmware version
20240710
Adapter
SMLight SLZB-06 (zStack3x0)
Setup
Add-on in Home Assistant OS VM via Proxmox VE on a Intel N100 mini PC
Debug log
N/A
The text was updated successfully, but these errors were encountered: