You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
i've got a problem with some Data in my Electricity-Dashboard:
On Monday my HomeAssistant VM was stopped for 3-4hours and didnt display the Data in this time.
Background:
Im reading my Electricity Meter with a RaspberryPi + NodeRED (QoS 0) and publish the Data via MQTT so my Homeassistant-VM (physical different device) can read those data and display it in my Dashboard.
I have a normal Homeassistant-Dashboard which uses the data from the home-assistant_v2.db (statistics). This DB was missing Data for Monday 13:00, 14:00 and 15:00 which caused the wrong Data in the Dashboard.
I Inserted some Data for those timestamps and it worked, the Data was shown in the Dashboard.
Not i wanted to try ApexCharts because of the possibility to show multiple sensors with different kinds of chart_types (bar / line in my case). My Problem now is, that my ApexChart displays the old, wrong data again although i changed those in the db.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
i've got a problem with some Data in my Electricity-Dashboard:
On Monday my HomeAssistant VM was stopped for 3-4hours and didnt display the Data in this time.
Background:
Im reading my Electricity Meter with a RaspberryPi + NodeRED (QoS 0) and publish the Data via MQTT so my Homeassistant-VM (physical different device) can read those data and display it in my Dashboard.
I have a normal Homeassistant-Dashboard which uses the data from the home-assistant_v2.db (statistics). This DB was missing Data for Monday 13:00, 14:00 and 15:00 which caused the wrong Data in the Dashboard.
I Inserted some Data for those timestamps and it worked, the Data was shown in the Dashboard.
Not i wanted to try ApexCharts because of the possibility to show multiple sensors with different kinds of chart_types (bar / line in my case). My Problem now is, that my ApexChart displays the old, wrong data again although i changed those in the db.
Here is my ApexChart conf:
Apex Chart:

HA-Chart:

Yes, i initialised the sensor.gesamttarif only a few hours before the problem appeared.
Questions:
Where does ApexChart takes its data from?
Can i change that data like i did for the HA-Chart in the DB?
Beta Was this translation helpful? Give feedback.
All reactions