Smart Home Automation Forum
KC868-AIO configure yaml for ESPhome - 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-AIO (https://www.kincony.com/forum/forumdisplay.php?fid=46)
+--- Thread: KC868-AIO configure yaml for ESPhome (/showthread.php?tid=2736)

Pages: 1 2


KC868-AIO configure yaml for ESPhome - admin - 03-24-2023

   

.txt   KC868-AIO-ESPHome.txt (Size: 20.73 KB / Downloads: 987)


RE: KC868-AIO configure yaml for ESPhome - AshS - 04-04-2023

The ESPHome code shows Dallas on pin5.

dallas:
- pin: 5
update_interval: 60s

# Example configuration entry
sensor:

- platform: dallas
address: 0xec0921405caae128
name: "aio--ds18b20"


Where does it connect on the board?


RE: KC868-AIO configure yaml for ESPhome - admin - 04-04-2023

see photo. there are two GPIOs use for DS18B20.
   


RE: KC868-AIO configure yaml for ESPhome - AshS - 04-05-2023

Thank you.


RE: KC868-AIO configure yaml for ESPhome - admin - 04-05-2023

you are welcome


RE: KC868-AIO configure yaml for ESPhome - krAAAAAAn - 04-05-2023

Hello.  I need 62 inputs for my home automation (push buttons).  I can use the 56 digital inputs for that but I need 6 more, is it possible to use the analog input as digital input?

Thank you


RE: KC868-AIO configure yaml for ESPhome - admin - 04-06-2023

sure, no problem, just connect with a voltage to analog input, such as 5v or 3.3v, because analog input range is dc 0-5v.


RE: KC868-AIO configure yaml for ESPhome - krAAAAAAn - 04-06-2023

(04-06-2023, 01:01 AM)admin Wrote: sure, no problem, just connect with a voltage to analog input, such as 5v or 3.3v, because analog input range is dc 0-5v.

Thanks a lot


RE: KC868-AIO configure yaml for ESPhome - admin - 04-06-2023

you are welcome


RE: KC868-AIO configure yaml for ESPhome - chin0 - 09-19-2023

how can I use the SIM module with ESPhome?