Smart Home Automation Forum
how instal firmware. - Printable Version

+- Smart Home Automation Forum (https://www.kincony.com/forum)
+-- Forum: Technical Support (https://www.kincony.com/forum/forumdisplay.php?fid=20)
+--- Forum: KC868-A16S (https://www.kincony.com/forum/forumdisplay.php?fid=47)
+--- Thread: how instal firmware. (/showthread.php?tid=3040)

Pages: 1 2


how instal firmware. - befree8 - 07-06-2023

Please help, I installed tasmota and wants to return for esphome, how to return to the original software because now by home assistant can not add the device.  ( info with home assistans: "Unable to connect to the ESP. Make sure your YAML file contains the 'api:' line.)


RE: how instal firmware. - admin - 07-06-2023

that means your config yaml file need add 'api:' line. it already told you.


RE: how instal firmware. - befree8 - 07-06-2023

(07-06-2023, 12:41 PM)admin Wrote: that means your config yaml file need add 'api:' line.  it already told you.

I don't know what it means, (I'm just starting to play with home automation) can you just share the a16s firmware ?  I couldn't find it anywhere on the forum


RE: how instal firmware. - admin - 07-06-2023

home assistant for A16S config yaml: https://www.kincony.com/forum/showthread.php?tid=2789


RE: how instal firmware. - befree8 - 07-06-2023

Okay I was able to install. But the relays don't work, why? (16 digital inputs)

   
   


RE: how instal firmware. - admin - 07-06-2023

do you means: relay work well , only INPUT not work?


RE: how instal firmware. - befree8 - 07-07-2023

the 'input' does not activate the relay. Switch work well. You see the pictures
   
   
   


RE: how instal firmware. - admin - 07-07-2023

if you want INPUT trigger OUTPUT, need config in yaml file. such as:

binary_sensor:
- platform: gpio
name: "input1"
on_press:
then:
- switch.toggle: light1
pin:
pcf8574: pcf8574_hub_in_1
number: 0
mode: INPUT
inverted: true


RE: how instal firmware. - befree8 - 07-07-2023

Thank you for your help. I changed the code using the on_multi_cilck command, (I read another topic on the forum)

I have another question, Is it possible to control the device via a smartphone but outside the home? I set up Homekit on the iPhone but it only works on the home network.

Do you already know when there will be integration with the tuya application. And new software?


RE: how instal firmware. - admin - 07-07-2023

new "KCS" v2 will support A16S use by Tuya app, under developing now. this month will be finished.