Hi everybody,
I want to connect an waterproof temprature sensor to my esp with esphome on it. I have other sensors on my ESP and that works, but with the onewire sensor I have no luck. I have connected the sensor to pin 5, and this is my code:
one_wire:
- platform: gpio
pin: 5
name: "Temprature sensor"
I am probably missing something, but I don’t know what
already thanks!