dtoverlay=w1-gpio,gpiopin=4 #conservatory
dtoverlay=w1-gpio,gpiopin=22 #fish tank
The device on gpio 22 shows up correctly, however the device on gpio 4 cannot be found by homebridge. I see;
Error : Could not fine 1-wire temperature sensor for deviceID = 28-8000001e9075
and homebridge reports 0 deg C
However both devices appear in /sys/bus/w1/devices correctly and report the correct temperatures so as far as the pi is concerned, they are working.
If I change my /boot/config.txt to just dtoverlay=w1-gpio, then the device on gpio 4 that wasn't showing, now appears in homebridge. So the problem appears to only be present with two devices.
Has anyone else found that with multiple sensors, one of them does not work?
In my HomeBridge config I have the following;
and in my /boot/config.txt I have;
The device on gpio 22 shows up correctly, however the device on gpio 4 cannot be found by homebridge. I see; Error : Could not fine 1-wire temperature sensor for deviceID = 28-8000001e9075 and homebridge reports 0 deg C
However both devices appear in /sys/bus/w1/devices correctly and report the correct temperatures so as far as the pi is concerned, they are working.
If I change my /boot/config.txt to just dtoverlay=w1-gpio, then the device on gpio 4 that wasn't showing, now appears in homebridge. So the problem appears to only be present with two devices.
Any thoughts? Cheers Simon