temperature-machine icon indicating copy to clipboard operation
temperature-machine copied to clipboard

Support DS18S20 sensors (or all sensor types w1_therm supports)

Open tobyweston opened this issue 6 years ago • 0 comments

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

  • https://www.kernel.org/doc/Documentation/w1/slaves/w1_therm
  • https://www.maximintegrated.com/en/app-notes/index.mvp/id/4377

tobyweston avatar May 10 '18 16:05 tobyweston