-
-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Best way to get data into Grafana? #673
Comments
Grafana has a couple of ways to directly interface without going through any middlemen, apparently there is a specific JSON format that is natively supported by grafana for any system that implements it. I am working on one, but I haven't had the free time I'd like to just crank it out. |
I'll email you some of my free time if that helps |
I wish, I've got some time blocked tomorrow to work on it, so I will see how straightforward it is then. |
Just to put it out there, I would pay for the feature |
Are you using a local or cloud Grafana? I'm looking at local and cloud I expect would work basically the same, but of course would have router/firewall concerns. |
I'm using local, my goal is for all of my monitoring to work during a 2 week outage with no internet |
There is a plugin that can read from genmon; if it has no security enabled. I'm not sure if there is a way to handle the security with what the plug and genmon already do or if something custom has to be written. Maybe an option in genmon to allow no security on just the status_json route. https://marcus.se.net/grafana-json-datasource/installation/ Once that is done you can configure the datasource to the genmon status_json route, http://{genmonip}/cmd/status_json and save/test. With that done you can add panels using the "JSON API" data source and a field path like "$.Status[].Engine[].Battery Voltage" and the configure the rest as needed. |
Hopefully this is the right place to post. I'm looking to get some basic information into Grafana, either through InfluxDB or any other method
All I need is the Generator Status, battery Voltage, Charger Status and RPM. I'm making a power dashboard and I'd like to get stats from Genmon in there
I've seen some posts on going from MQTT to HA to InfluxDB to Grafana. Not being an HA user, I'm trying to find out if there is a way without getting that setup too?
Screenshots of my progress (IoTaWatt + InfluxDB + Grafana)
The "Off - Ready" is what I need from Genmon in this one
In this one I need the RPM etc
The text was updated successfully, but these errors were encountered: