Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
how instal firmware.
#1
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.)
Reply
#2
that means your config yaml file need add 'api:' line. it already told you.
Reply
#3
(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
Reply
#4
home assistant for A16S config yaml: https://www.kincony.com/forum/showthread.php?tid=2789
Reply
#5
Okay I was able to install. But the relays don't work, why? (16 digital inputs)

   
   
Reply
#6
do you means: relay work well , only INPUT not work?
Reply
#7
the 'input' does not activate the relay. Switch work well. You see the pictures
   
   
   
Reply
#8
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
Reply
#9
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?
Reply
#10
new "KCS" v2 will support A16S use by Tuya app, under developing now. this month will be finished.
Reply


Forum Jump:


Users browsing this thread:
1 Guest(s)