MakerAPI to Node Red on an rPI is a route many have taken, also a couple of MQTT apps and an Influx DB Logger available in the community here. A couple of how to guides that might interest you:
Going to slowly add to this as we go. Hopefully will be a full guide by the end.
1. Install InfluxDB (we will use the latest version)
The Influx Docs are good, follow this guide: Install InfluxDB | InfluxDB OSS 2.4 Documentation
Select the Windows option at the top
You will need to get the CLI executable as well and set that up.
For the Set up InfluxDB section, do the UI Setup.
Do not worry about creating new tokens yet
For Oganization I am using "home"
For Bucket I am using "hubitat_events…
For right now this will just be a consolidation of all of the help topics I have provided to others or has been provided to me. I will clean this up to where it flows better in abit.
Introduction to the InfluxDB, Grafana, InfluxDB Logger Stack
We have the great home automation systems that generate a ton of actions off of events that occur around our home. These events are datapoints we may want to be able to see on occasion. By using the InfluxDB as a backend database to store our data, Graf…
3 Likes