[userModule] InfluxDB stats collector (Updated 2016/12/05)

Tips, Tricks and Scripts to enhance your home automation and workaround known device bugs, limitations and incompatibilities
Post Reply
maros
Posts: 103
Joined: 05 Apr 2014 11:21

[userModule] InfluxDB stats collector (Updated 2016/12/05)

Post by maros »

This plugin collects device statistics in an InfluxDb database (see https://influxdb.com/) Using tools like Grafana or chronograf, this data then later can be charted and analysed.

Data is stored under 'device.$DeviceID$', with only one measurement key called 'level' The following tags are also added:
  • probe: probe title
  • room: room name
  • scale: scale title
  • type: basic device type
  • title: device name
Additionally zwave device metrics are stored under 'zwave.$ZwaveID$'

Tested with Z-Way version v2.2.2
Bug/Issue tracker at https://github.com/maros/Zway-InfluxDbStats/issues
Documentation at https://github.com/maros/Zway-InfluxDbS ... /README.md
Download at https://github.com/maros/Zway-InfluxDbStats/releases

Installation can be done directly via git or via the the Zway App-Store. Install the BaseModule first.
Z-Way 2.2.4 on Raspi B | My Zway GitHub repos | Amazon Wishlist to support module development
CaptainIgloo
Posts: 11
Joined: 02 Oct 2016 21:58

Re: [userModule] InfluxDB stats collector (Updated 2016/12/05)

Post by CaptainIgloo »

Hi Maros,
Could you give me more informations for tag parameter ? Impossible to collect timeseries in InfluxDB.
Thanks.
CaptainIgloo
Post Reply