My static website generator using poole https://www.xythobuz.de
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

influxdb.md 1.6KB

title: IoT Software Stack description: InfluxDB / Grafana / Telegraf parent: smarthome position: 200 date: 2019-04-01

update: 2022-05-21

Besides the sensor inputs and actor outputs, which are handled by my ESP-Env firmware, a complete Smarthome setup also needs some software running on a central server. This usually consists of a message broker, like MQTT. Some kind of database, preferably for time series data, like InfluxDB. And a way of visualizing that data, like Grafana.

The installation of all of these tools is in my case handled by an ansible script. They are running on a VM on my NAS.

I also have some other fun scripts running that feed data into Influx. This includes fritzinfluxdb, which polls statistics from a Fritz.Box and includes a nice pre-made Grafana dashboard. Another one is nut-influxdb-exporter, which logs statistics from the UPS connected to my NAS.

All of my machines also run Telegraf to feed statistics about stuff like CPU and disk usage.

The air quality monitor on my balcony also writes into the database, besides their open sensor community map.