Zigbee JSON Variable with more than 32 char not supported #10193
Labels
enhancement
Type - Enhancement that will be worked on
fixed
Result - The work on the issue has ended
PROBLEM DESCRIPTION
When using a scripting variable from zigbee like:
ZbReceived#0x9821#ZoneStatusChange
it is not read.
REQUESTED INFORMATION
Make sure your have performed every step and checked the applicable boxes before submitting your issue. Thank you!
Backlog Template; Module; GPIO 255
:Backlog Rule1; Rule2; Rule3
:Status 0
:weblog
to 4 and then, when you experience your issue, provide the output of the Console log:TO REPRODUCE
Use any variable with more than 32 characters
EXPECTED BEHAVIOUR
Some zigbee variables are longer than 32 characters, and would be nice if they are supported
SCREENSHOTS
If applicable, add screenshots to help explain your problem.
ADDITIONAL CONTEXT
Probleem seems to be fixed when changing to following lines of code in xddv_10_scripter.ino:
Line 1587
char vname[32]; -> char vname[64];
Line 1716
char jvname[32]; -> char jvname[64];
(Please, remember to close the issue when the problem has been addressed)
The text was updated successfully, but these errors were encountered: