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"
- (Optional) Set up and use the influx CLI - Recommended for later use in setting up the compatibility mappings
- Bookmark the login page so you have it handy later
DO NOT delete the Operator Token, I did this by mistake once, not fun. I have since renamed it to prevent future blundering.
You should now be able to run Influx from the command line (we will setup as a service later)
2. Install Grafana (latest version)
Grafana docs are also good: Install on Windows | Grafana documentation
- Get the latest Open Source (OSS), Windows Installer version when you go to download
- Bookmark the login page so you have it handy later
After Installing you can then follow up with the Getting Started to log in and setup your password: Build your first dashboard | Grafana documentation
This should setup Grafana as a system service so you are all set and it should launch itself in the background on reboot.