Thlb / MMM-temp-ds18b20

Display DS18B20 sensor's temperature on your MagicMirror
MIT License
17 stars 4 forks source link

several ds18b20 connected separately to gpio #3

Open majsoft opened 2 years ago

majsoft commented 2 years ago

Hi, I can't put this module into operation on several thermometers connected separately to different Gpio. The system sees them, but I don't know how to modify the module to read them. For example, mmm-domoti cz can read them, but I would like to use this module. Please here's advice on how to set it up?

Screenshot_8

Screenshot_1

Screenshot_2

maybe somehow modify this path? Screenshot_3

Screenshot_4

majsoft commented 2 years ago

it always shows me only the temperature from the sensor that is listed on the last line of dtoverlay ....

Screenshot_5

majsoft commented 2 years ago

if I connect all the sensors to one gpio, unfortunately they do not work correctly - they fall out. Because I've found that when everyone is connected separately, no error occurs. That's why I want to go this route. Please help.

each w1_bus_master * directory contains a w1_master_slaves file how to include them all in the driver path? marked red.