Posts: 6
Threads: 1
Joined: Jul 2023
Reputation:
0
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.)
Posts: 6,242
Threads: 804
Joined: Oct 2020
Reputation:
151
that means your config yaml file need add 'api:' line. it already told you.
Posts: 6,242
Threads: 804
Joined: Oct 2020
Reputation:
151
do you means: relay work well , only INPUT not work?
Posts: 6,242
Threads: 804
Joined: Oct 2020
Reputation:
151
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
Posts: 6
Threads: 1
Joined: Jul 2023
Reputation:
0
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?
Posts: 6,242
Threads: 804
Joined: Oct 2020
Reputation:
151
new "KCS" v2 will support A16S use by Tuya app, under developing now. this month will be finished.