Posts: 21
Threads: 2
Joined: Apr 2023
Reputation:
0
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?
Posts: 2
Threads: 0
Joined: Apr 2023
Reputation:
0
04-05-2023, 04:35 PM
(This post was last modified: 04-05-2023, 04:41 PM by krAAAAAAn.)
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
Posts: 9,130
Threads: 1,204
Joined: Oct 2020
Reputation:
236
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.
Posts: 2
Threads: 0
Joined: Sep 2023
Reputation:
0
how can I use the SIM module with ESPhome?