-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
InfluxDB - change or add numeric field for "direction" #184
Comments
Direction is just calculated from the delta so I would have thought something could be done with that already. Tagging @pimeys who produced the influx integration. |
@michalterbert How I visualize the direction, I just get the derivative from
And then display it in its own graph: Now it's nice to hear somebody else is using the InfluxDB integration. I still don't really know how to adjust the graphs for calibration, and do I even have all the data available to do that. Also I'm very interested about dashboards other people have been doing with Grafana. Any suggestions how to make this better, I'm open for them. I kind of don't like the big jumps you get when the calibration's quite off from the shown value. |
I'm working on it (dashboards) - also are avaliable on my fork of this git repo :) @pimeys are you sure that direction can be visualize by derivatice form value_mmol? But Direction from influx db is FortyFiveUp :/ For my the best form of visualize this will be SingleStat and transform from integer to string/char (↑ → ↓ ↘) so if you add to code this small part - will be great 👍 I'm also using grafana notification (alerts) and Slack integration - I have realtime alerts on my phone whe my son has low or high level of glucose :) What is a problem with adjust the graphs for calibration, could you put more lights on this? BTW. I'm still waiting for Grafana improvement: |
This Grafana plugin I found also very useful to see the big picture: https://grafana.com/plugins/petrslavotinek-carpetplot-panel Set it to override the relative time from the settings to something like 1 month to see a pattern where you're hyper and where hypo. I use the average per hour over a month, with the query:
And spectral color scheme, so hardcore hyperglycemias are red, down from yellow -> green -> blue. |
Hi, |
Hi, |
I'm working on it (dashboards) - also are avaliable on my fork of this git repo :) What i can see so is there any of this code on your github repository ? |
What is the status of this issue? |
My dashboard (json file). Please close issue. |
Hi,
First - thanks for Xdrip+ and InfluxDB support.
I'm using InfluxDB as a Cloud Upload - everything looks good, but maybe we can add new filed to transform string value "direction" to something numeric?
Now in DB we have:
Field "Direction" is now string, but Grafana can not visuale this filed (only on single stat as a text, without alerts, without mapping/colors), On Grafana's github is now open issue to add avability for mapping and colorize strings in singlestat plugin, but if you could add new filed with numerc value I would like to use them in grafana to visualize arrows, for ex Flat as a 0, next I can map 0 in Grafana to → :)
My mapping suggestion:
Guys, What do you think?
The text was updated successfully, but these errors were encountered: