Plugin:OneWire
From collectd Wiki
| OneWire plugin | |
|---|---|
| Type: | read |
| Callbacks: | config, init, read, shutdown |
| Status: | experimental |
| First version: | 4.5 |
| Copyright: | 2008 Florian octo Forster |
| License: | GPLv2 |
| Manpage: | collectd.conf(5) |
| 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.
[edit] Synopsis
<Plugin "onewire"> Device "-s localhost:4304" Sensor "F10FCA000800" IgnoreSelected false </Plugin>


