Hello,
I have one edge instance connected to my backend and I have connected one power meter to it.
I can see live data in the backend UI, but in the history tab I see this (Error while fetching data):
as far as I know you don´t see voltages in backend´s history. What about your power channels? Are there any in influx?
Only channels are put to influx if there persistence priority is high enough. Usually the power channels in the electricity meter natures are high enough.
I’ve followed all the steps to run EMS, and everything is working as expected except for the HI history graph. The file is placed in the correct directory: D:\Users\username\timedata.csv. (My home directory is D)
However, the graph remains empty.
Here’s the console output I’m getting:
2025-01-27T10:37:05,162 [socket-3] WARN [d.timedata.dummy.TimedataDummy] [Timedata.Dummy] I do not support querying historic energy
2025-01-27T10:37:05,640 [socket-4] WARN [d.timedata.dummy.TimedataDummy] [Timedata.Dummy] I do not support querying historic energy
2025-01-27T10:37:05,643 [socket-5] WARN [d.timedata.dummy.TimedataDummy] [Timedata.Dummy] I do not support querying historic energy
2025-01-27T10:37:05,666 [socket-6] WARN [d.timedata.dummy.TimedataDummy] [Timedata.Dummy] I do not support querying historic data
Has anyone encountered this issue before or knows how to fix it?