Smart Home Automation Forum

Full Version: KC868-AIO configure yaml for ESPhome
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
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?
see photo. there are two GPIOs use for DS18B20.
[attachment=2248]
Thank you.
you are welcome
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
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.
(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
you are welcome
how can I use the SIM module with ESPhome?
Pages: 1 2