aboutsummaryrefslogtreecommitdiff
path: root/README
blob: 75cef3b1afe711ae53b673dae205f895ede5b29d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Munin Plugin for the Ökofen Pellematic/Pelletronic touch
--------------------------------------------------------

This is a simple munin plugin to monitor the values of a Ökofen Pellematic with
a Pelletronic Touch Online.

It's currently very limited as it doesnt' determine the attached Pellematics or
heating circuits but fetches a hard coded list of items. However it's already
useful to e.g. adjust the heating cure.

Setup
-----
To setup the plugin copy it to /etc/munin/plugins and set the address of your
Pellematic:::

    cat <<EOF > /etc/munin/plugin-conf.d/pellematic
    [pellematic-*]
    env.url http://192.168.0.5:8080
    env.username foo
    env.password bar

Then test it via:

    munin-run pellematic-temp

You should now see the temperature values printed on stdout. If this works restart your
munin node:

    service munin-node restart


Sources
-------
The sources can be found at

	https://honk.sigxcpu.org/gitweb/?p=munin-pelletronic.git

and can be checked out via

	git clone git://honk.sigxcpu.org/git/munin-pelletronic.git