-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Sonoff SNZB-03P always showing Battery Low as Null #23522
Comments
This was a mistake in the definition, removed it. Changes will be available in the dev branch in a few hours from now. |
@irata-coder is this fixed for you? I’m still seeing a question mark for my battery state (although battery is reported as 100%). |
I'm seeing the same, the battery percentage is now reported correctly but the power source is showing as a question mark. The device does not appear to report its powerSource, which can only be battery. |
That's right - looks like powerSource isn't reported. Technically a different issue to the one you reported, but same outcome I think. |
Are you guys getting |
Seems to be working for me. Note the comment on the config page: "Only updated when occupancy is detected" |
Confirmed my 2nd unit is working, 1st one seems to be defective
…On Sat, Nov 2, 2024, 1:49 PM pezzy-o ***@***.***> wrote:
Are you guys getting illumination value from this device? Mine in Z2M
always reports dim value.
Seems to be working for me. Note the comment on the config page: "Only
updated when occupancy is detected"
—
Reply to this email directly, view it on GitHub
<#23522 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACGD6KR6GERVNO2IGDKWKYLZ6RRUXAVCNFSM6AAAAABMAJSXXSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINJSHA4DANJTGQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
This has been raised in https://github.com/Koenkk/zigbee-herdsman-converters/issues/8098 |
What happened?
"Battery low" therefore "Power" status is not supplied by the device
{ "battery": 100, "illumination": "bright", "last_seen": "2024-08-05T13:13:47+01:00", "linkquality": 248, "motion_timeout": 15, "occupancy": false, "update": { "installed_version": 8705, "latest_version": 8705, "state": "idle" }, "voltage": 3100 }
Therefore, power is always show in the frontend as ? on all front end screens. Waiting 24 hours or more has no improvment.
What did you expect to happen?
The battery percentage should be used to evaluate battery power and show correct battery icon based upon percentage.
How to reproduce it (minimal and precise)
Add a Sonoff SNZB-03P, power is imediately shown as ? and remains so.
Zigbee2MQTT version
1.39.1
Adapter firmware version
7.4.3
Adapter
Zigbee Dongle-E
Setup
plain install on x86.64 debian
Debug log
No response
The text was updated successfully, but these errors were encountered: