Smart Home Automation Forum
"KCS" ADC SENSOR SET UP IN HOME ASSISTANT - Printable Version

+- Smart Home Automation Forum (https://www.kincony.com/forum)
+-- Forum: Technical Support (https://www.kincony.com/forum/forumdisplay.php?fid=20)
+--- Forum: "KCS" firmware system (https://www.kincony.com/forum/forumdisplay.php?fid=40)
+--- Thread: "KCS" ADC SENSOR SET UP IN HOME ASSISTANT (/showthread.php?tid=2558)

Pages: 1 2 3 4 5


RE: "KCS" ADC SENSOR SET UP IN HOME ASSISTANT - avihay - 07-13-2023

(02-08-2023, 09:13 PM)fabuena Wrote:
(02-07-2023, 10:49 PM)admin Wrote: here is KCS mqtt document: https://www.kincony.com/forum/attachment.php?aid=1779

the feedback will include all data:

{{"output1":{"value":true}},{"output2":{"value":false}},………{"input1":{"value":true}},{"input2":{"value":true}},………{"adc1":{"value":2610}},………{"dac1":{"value":10}},……}

such as the analog feedback is:
{"adc1":{"value":2610}}

so you can config in home assistant yaml as:

sensor:
– name: ‘A1’
unique_id: A1
state_topic: ‘KC868_A64/B48A0A404664/STATE’                        (if you are using A64, you can replace with other board model name)
unit_of_measurement: ‘%’                                (unit can change by yourself)
value_template: ‘{{ value_json.adc1.value }} ‘
Thank you very much!

(02-07-2023, 10:49 PM)admin Wrote: here is KCS mqtt document: https://www.kincony.com/forum/attachment.php?aid=1779

the feedback will include all data:

{{"output1":{"value":true}},{"output2":{"value":false}},………{"input1":{"value":true}},{"input2":{"value":true}},………{"adc1":{"value":2610}},………{"dac1":{"value":10}},……}

such as the analog feedback is:
{"adc1":{"value":2610}}

so you can config in home assistant yaml as:

sensor:
– name: ‘A1’
unique_id: A1
state_topic: ‘KC868_A64/B48A0A404664/STATE’                        (if you are using A64, you can replace with other board model name)
unit_of_measurement: ‘%’                                (unit can change by yourself)
value_template: ‘{{ value_json.adc1.value }} ‘
Also enable the settings of the rf sending and recording

Also enable the settings of the rf sending and recording


RE: "KCS" ADC SENSOR SET UP IN HOME ASSISTANT - admin - 07-13-2023

in furutre KCS v2 will support send RF command (before learned).