A collectd plugin for monitoring AREXX Multiloggers
Project description
A collectd plugin for AREXX Multiloggers.
AREXX Engineering (http://www.arexx.com/) produces data loggers for monitoring temperature, humidity and CO2 levels. They consist of a base station (BS-500) and multiple wireless sensors. The base station can be connected to a PC over USB to download the data points and synchronize clock.
However, all Linux support they provide is a single statically linked binary, which can send data to a remote web server. This collectd plugin is based on on the Arexx Data Logger Daemon written by Martin Mares who reverse-engineered the communication protocol. It also uses code from the Python script of Jörg Rädler. See this post for more links.
This program is not supported or endorsed by AREXX in any way.
Dependencies
Install
pip install multilogger_collectd.
Configure the plugin (see below).
Restart collectd.
Configuration
Add the following to your collectd config (typically /etc/collectd.conf):
<LoadPlugin python>
Globals true
</LoadPlugin>
<Plugin python>
Import "multilogger_collectd.multilogger_collectd"
<Module multilogger_collectd>
<Sensor "9531">
Name "9531-living-room"
Offset 0
</Sensor>
<Sensor "9784">
Name "9784-office"
Offset -0.8
</Sensor>
</Module>
</Plugin>
License
This projected is licensed under the terms of the GPL v2.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file multilogger_collectd-0.1.1.tar.gz
.
File metadata
- Download URL: multilogger_collectd-0.1.1.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0e6a7cfc25151e44d7d02340a833fef57418d72f65896507734d7cfb7f1e52f7 |
|
MD5 | a78ea67cbb30dac354f3dd694af06269 |
|
BLAKE2b-256 | a9dcdb6d8e4e33daaeae4327e017608b76caeb7cd7338808cbbea9c6c2555f06 |