02-15-2023, 04:44 AM
I used node-red MQTT.
The connection is good, but there is a problem with STATE from KC868-A4 Bord.
payload: "{"input1":{"value":false},"input2":{"value":false},"input3":{"value":false}"input4":{"value":false},"output1":{"value":true},"output2":{"value":false},"output3":{"value":false}"output4":{"value":false},"adc1":{"value":0},"adc2":{"value":0},"adc3":{"value":0}"adc4":{"value":0},"dac1":{"value":255}"dac2":{"value":255}}"
Split is difficult because "," is missing in front of input4, output4, adc4, and dac2.
The current firmware is v1.0.10.
There is no problem with the SET part.
If there is a source code, it can be modified, but it is not possible because it is a firmware part.
Could you distribute the patch for this part?
Thank you.
The connection is good, but there is a problem with STATE from KC868-A4 Bord.
payload: "{"input1":{"value":false},"input2":{"value":false},"input3":{"value":false}"input4":{"value":false},"output1":{"value":true},"output2":{"value":false},"output3":{"value":false}"output4":{"value":false},"adc1":{"value":0},"adc2":{"value":0},"adc3":{"value":0}"adc4":{"value":0},"dac1":{"value":255}"dac2":{"value":255}}"
Split is difficult because "," is missing in front of input4, output4, adc4, and dac2.
The current firmware is v1.0.10.
There is no problem with the SET part.
If there is a source code, it can be modified, but it is not possible because it is a firmware part.
Could you distribute the patch for this part?
Thank you.