Skip to content
Florian Forster edited this page Nov 21, 2023 · 1 revision
Name: OneWire plugin
Type: read
Callbacks: config, init, read, shutdown
Status: experimental
FirstVersion: 4.5
Copyright: 2008 Florian octo Forster
License: GPLv2
Manpage: collectd.conf(5)
See also: List of Plugins

The experimental OneWire plugin collects temperature information from sensors connected to the computer over the OneWire bus. It uses the owfs library for communication.

The plugin can easily be extended to support other metrics than temperatures, too. Humidity and air pressure appear to be common uses for OneWire sensors. Due to a lack of such sensors, support has not yet been implemented.

Synopsis

 <Plugin "onewire">
   Device "-s localhost:4304"
   Sensor "F10FCA000800"
   IgnoreSelected false
 </Plugin>

Example graph

Plugin-onewire.png

Dependencies

Clone this wiki locally