Just got my Tuya ZS06
ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus
Zigbee2MQTT version
1.39.1
Type of Coordinator
zStack3x0
Coordinatorrevision
20231111
Coordinator IEEE-adress
0x00124b002f8ac433
Frontend version
0.7.4
Zigbee-herdsman-converters version
19.72.0
Zigbee-herdsman version
0.55.3
I learned it with an on/off code from my TV-remote, created a file and kicked it off as a string in the Domoticz widget.
Code: Select all
mosquitto_pub -t 'zigbee2mqtt/0x0cae5ffffe9223c7/set' -m '{"ir_code_to_send":"BXsjvxE0AsABA6oGNALgCwFAF0ADQAFAB+AHA+ADAUAb4AcBQBPAA0ABwAvABwkRnnsj6Qg0Av//4AoHAgg0Ag=="}'
Then I used the same procedure (and the same rules apply with different codestrings every from my A/C IR remote but on/off button gives a much longer code:
Code: Select all
mosquitto_pub -t 'zigbee2mqtt/0x0cae5ffffe9223c7/set' -m '{"ir_code_to_send":"C0UXHh3tAZAN4AEDA+8F7QHADwPvBaYBQAsB7wVAAwCmYAfgAQ/gAwsApmAXgBsBpgFAA+ABC8AXAe0BQANAF0ADAe8FgCPgAwsH7wXtAZANpgHgAweAC0AHAaYBgAcA7eAEB0ATQMMN//90I7IRYgLvBWIC7QHgFQNAI+APA+AHO0An4AMTQA/gAwNAG+ADDxIhnHQjqghiAv//kA3vBe0BdASmIAMJ7QEqAaYBEAHtAUADQA9ABwMqAe0BQAsBdASAG8AH4AsXA3QE7QFAM0ADA3QEpgFAB0ADA3QE7QFALwEqAeABEwMqAe0BQBtAA+APC0AbwAMCdASmIAMF7QEqAaYBQBNAC0AHQAMCdASmYANAC0ADAyoB7QFAB0ADQAsDdATtAUAHQA/gCwNAHwF0BIA/AXQE4AEDQCvgAzfgDwtAJ+ADAwEqAYBLQBMDKgHtAUAHQAPgAwtAD+APAwEqAeAJP0CXQC9AB+ADA0ATCf//kA3kBqYBdASAA+ADAUATwAFAC0ADQAHAB0ABQAtAA0ABQAdAA8AB4A8L4DMB4A9TQBdAA+APAeATG0ABQB9AA0ABQAfAA+CLAcCbC3QEpgF0BKYBpgGmAQ=="}'
This code newer has worked ( I have tried many times with different codes.)
MQTT Explorer shows there are differences in the received string after about 200 characters.
Is there a limitation somewhere in the system that sets a limit ob the payload ??
Or is somebody aware of why this longer string can not be sent back correctly either through Z2M or moquitto/MQTT Explorer
I have read almost everything on this subject but I dont understand how to make the second codestring work in the same way as the first...
Thanks in advance for your inputs!