tobyweston / temperature-machine

Data logger for multiple DS18B20 temperature sensors on one or more machines
Apache License 2.0
67 stars 22 forks source link

Support DS18S20 sensors (or all sensor types w1_therm supports) #67

Open tobyweston opened 6 years ago

tobyweston commented 6 years ago

Mentioned by @HunorR it might be nice to support all the sensors that w1_therm supports.

Hello there, i have a problem with the sensor. The sensor is connected and i can read the data from the sensor but the temp machine will show me this message: ERROR Failed to find any 'w1_slave' sensor files in /sys/bus/w1/devices/ /sys/bus/w1/devices/10-00080123c079/w1_slave it exists

This example looks like a DS18S20 sensor, we only support the DS18B20 at present. It'd just mean looking in a different folder for the w1_slave file as the contents should be the same.

See