02-06-2023, 02:22 PM
here is KCS mqtt protocol: https://www.kincony.com/forum/showthread.php?tid=2529
in "KCS" use : {"output1":{"value":true}}
not '{"relay1":{"on":1}}'
value_template: '{{ value_json.relay1.on }}' should be value_template: '{{ value_json.output1.value }}'
here is mqtt config demo for A32, A8 is same: https://www.kincony.com/forum/showthread.php?tid=2543
in "KCS" use : {"output1":{"value":true}}
not '{"relay1":{"on":1}}'
value_template: '{{ value_json.relay1.on }}' should be value_template: '{{ value_json.output1.value }}'
here is mqtt config demo for A32, A8 is same: https://www.kincony.com/forum/showthread.php?tid=2543