01-29-2023, 05:05 AM
here is new firmware you can download, solved problem:
https://www.kincony.com/forum/showthread.php?tid=2542
https://www.kincony.com/forum/showthread.php?tid=2542
Connection to the Home Assistant app?
|
01-29-2023, 05:05 AM
here is new firmware you can download, solved problem:
https://www.kincony.com/forum/showthread.php?tid=2542
01-30-2023, 07:52 PM
Input is working, but my mqtt doesn't work.. HA does not find entities on A32 that it could manage. Do you have a text file with configuration.yaml that is correct to add mqtt switch and input/ sensors?
01-31-2023, 01:51 AM
here is demo config file for KC868-A32 , integrate to home assistant by MQTT using "KCS" firmware.
KC868-A32 home assistant demo configuration.yaml by MQTT yaml file download: https://www.kincony.com/forum/showthread.php?tid=2543
Ok, I configured the operation of one device with KCS A32. Home Assistant works fine with mqtt, but I have a problem because I have 2 A32 devices. I can't configure the second device because the entity names are the same as in the first A32 device. How to solve the entity naming problem? maybe you need to do some modification of the software in KCS so that you can change names in the mqtt protocol. I have no idea how to do it.?
02-22-2023, 12:26 AM
why use same entity name? this can define by yourself. every A32 board have different SN. you just copy your first A32 config code , replace with SN to create new mqtt topic. 100pcs of A32 also can integrate to home assistant.
02-22-2023, 10:31 PM
yes, i replace SN. in the configuration.yaml file should I change name or unique_id to create diferent entity name?
02-23-2023, 12:03 AM
- name: 'output-1'
unique_id: output-1 state_topic: 'server/8ae082ec66f37db231cf2b8f/state' command_topic: 'server/8ae082ec66f37db231cf2b8f/set' payload_on: '{"relay1":{"on":1}}' payload_off: '{"relay1":{"on":0}}' value_template: '{{ value_json.relay1.on }}' state_on: 1 state_off: 0 just modify every channel of "unique_id" and "name". let them different.
03-05-2023, 12:30 AM
Ok, it's work. Thanks.
03-05-2023, 01:38 AM
you are welcome.
|
« Next Oldest | Next Newest »
|
Users browsing this thread: |
1 Guest(s) |