aboutsummaryrefslogtreecommitdiff
path: root/README
blob: 61101484e0b3bcd04df43dac308eb983665f3341 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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.

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.address 192.168.0.5
    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