Graph not showing correct value for Battery percentage #171
Replies: 1 comment
|
Was this solved? If not please set hours_to_show = 60 Also on the next update i will automize this |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello, as you can see, my graph is not showing correct value for Battery percentage.
It shows 95% where at that exact moment, the percentage was 100% :
My code for this graph is the following :
- type: custom:statistics-graph-chart-card entities: - entity: sensor.s_puissance_du_signal statistic_id: null name: Wifi color: '#ff4757' lower_bound: '-90' upper_bound: '0' - entity: sensor.s_temperature_de_la_batterie statistic_id: null name: Température batterie color: '#378ADD' - entity: sensor.s_batterie statistic_id: null name: Pourcentage batterie color: '#2ecc71' annotations: [] card_mod: style: | ha-card { background-color: rgba(255, 255, 255, 0.4); } view_layout: grid-area: r2-1Something wrong I am doing here in the graph settings ?
All reactions