hassio-addons/addon-influxdb

The issue has been closed
Request: Clarity on how to graph true/false or home/not home #87
Joshfindit posted onGitHub
Problem/Motivation
Looking for a time-series of when a generic bool sensor was true/false
Expected behavior
- Explore homeassistant.autogen
- Find the right data type (which I thought would be bool, but this is my first experience with Influx/Grafana, so who knows)
- Graph true/false
Actual behavior
I got confused
Steps to reproduce
Proposed changes
Document some common queries
- Getting a true/false sensor
- Home/away sensors
- Download/Upload speed (good trick here for any newbies: set Unit to the actual units reported, not the scale you want the graph in)
- Ping latency (actually super easy as the ms datatype automatically graphs all entries on the same graph)
- Etc
Thank you