Hi! What do you do when you are talking % state of charge of a battery so no units? I have two from electric cars, both the same one displays as a graph and one as a bar chart!
This one is a Graph:
- type: history-graph
title: Charging History
hours_to_show: 48
refresh_interval: 600
entities:
- entity: sensor.tesla_model_s_xxxxxxxxxxxx_battery_sensor
name: Battery %
icon: mdi:battery-50
Thatâs done it! I forgot to copy across that config file to the new server, when I was running .81 the old page would not load the .84 has a parser to check errors and I have three minor errors. Thanks once again Florian!
I have two zooz-4 sensor things. One of the things they capture is relative humidity. I have one in my garage that basically captures the outdoors relative humidity and one in our master bath. When the master bath RH is greater than the outdoors RH I turn on the exhaust fan in the bathroom. I show both of them on a history graph so I can see when the exhaust fan âshouldâ have turned on and off. Yesterday both were showing as line charts on the same graph. This morning, one shows as a line chart and the other shows as a bar chart. Both sensors are from the same vendor, both report RH as a %. I was not working in the HA configs last night. I was working on a scene_controller in Appdaemon. I remember looking at the graphs shortly before I went to bed and everything was fine. This morning, I get the strange appearance. I have refreshed the page, but no difference.
Any thoughts?