08-16-2024, 06:33 PM
Hi, I'm having issues with multiple DS18b20 sensors connected to KC868-Server. I only receive temperature from one sensor and have two connected.
The sensor that is working is connected to GPIO4 and the one that is not working is connected to GPIO1 (yellow cable)
This is my config:
one_wire:
- platform: gpio
id: pin4
pin: 4
- platform: gpio
id: pin1
pin: 1
sensor:
- platform: dallas_temp
one_wire_id: pin4
address: 0x880b232213a28e28
name: "Board Temperature"
I'm expecting to see the ID of the sensor connected to GPIO1 , instead I'm getting FOUND NO DEVICES ( already tried different GPIO port, same result)
The sensor that is working is connected to GPIO4 and the one that is not working is connected to GPIO1 (yellow cable)
This is my config:
one_wire:
- platform: gpio
id: pin4
pin: 4
- platform: gpio
id: pin1
pin: 1
sensor:
- platform: dallas_temp
one_wire_id: pin4
address: 0x880b232213a28e28
name: "Board Temperature"
I'm expecting to see the ID of the sensor connected to GPIO1 , instead I'm getting FOUND NO DEVICES ( already tried different GPIO port, same result)