Hi,
I have a window sensor in my smart home. To manage the smarthome I use openHAB + influxDB + Grafana on a raspPI.
InfluxDB shows values like ‘open’ and ‘closed’ for the different window-states.
How can I create a graph now which shows when the window is open or closed?
Since influxDB shows ‘only’ ‘open’ or ‘closed’ I cannot use these values to create metrics.
I need values like 0 (for closed) and 1 (for open) to create the metrics and finally a graph.
Is there any text to value mapping? Or how can I solve this issue?
Thanks for ay help…