zigbee uint24 format used with power metering cluster #24288
Unanswered
PleKy01
asked this question in
Support request
Replies: 2 comments 7 replies
-
|
AFAICT, attribute type |
Beta Was this translation helpful? Give feedback.
3 replies
-
|
I have added support for 0x2A (int24) type in #24334 but I can't test it. Can you try and confirm it solves your problem? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
PROBLEM DESCRIPTION
When trying to set reporting threshold, if attribute is of type uint24 (0x2A) then tasmota refused it with following error:
zbSend { "device":"0xf530", "endpoint":"0x01", "cluster":"0x0702", "config":{"0702/0400%2a":{"ReportableChange":1}}}
RESULT = {"ZbSend":"Unsupported attribute type '0702/0400%2a' 0x2A"}
similar issue for uint48 was solved adding the type in Tasmota drivers:
https://github.com/arendst/Tasmota/pull/20992
TO REPRODUCE
zbSend { "device":"0xf530", "endpoint":"0x01", "cluster":"0x0702", "config":{"0702/0400%2a":{"ReportableChange":1}}}
EXPECTED BEHAVIOUR
sending report config request to the device
Thanks for your help
Beta Was this translation helpful? Give feedback.
All reactions