-
Notifications
You must be signed in to change notification settings - Fork 22
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
Problem subscribe to attributes #40
Comments
fixed with next version for UMOY1, UMOY2, UMOY3 Could you tell me more with the SINSTS problem. Who give to you the SOFTWARE_FAILURE ? |
the SOFTWARE_FAILURE that I receive is from Z2M (herdsman library). I will send you later the zigbee traces |
Let me know if you need more low level debug |
Btw, SMAXN is also reported as unreportable (SMAXN) If I'm correct, the source doesn't represent the documentation (https://github.com/fairecasoimeme/Zlinky_TIC/blob/master/ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/zigbee/ZCL/Clusters/MeasurementAndSensing/Source/ElectricalMeasurement.c#L267) |
There are only max 20 slots for reportable configuration, this is why, you get a software failure. |
For SMAXN, this is possible there is a mistake in source code. I'll see and fix |
oh, thanks for clarifying. Is a limitation of the zlinky device? or defined by standard? In any case, I will review if is a issue because of playing too much with all modes during dev or I need to limit what should be suscribed |
I think i can increase the value but I need to test |
Maybe just update the docs? I'm not sure if SMAXN make sense as reportable (don't know what exactly it represent) |
Hello,
When I try to subscribe to UMOY1 (0x0B04/0x0511), I receive a error from the zigbee controller saying that is not reportable. Probable the same happens to UMOY2 and UMOY3.
Also, when I try to subscribe to SINSTS (0xB04/0x050F) I get a SOFTWARE_FAILURE
The text was updated successfully, but these errors were encountered: