No "month" usage
Moderators: marcelr, TheHogNL, Toonz
No "month" usage
Hi all,
I'm running on 4.15.6 and don't have any month usage displayed for electricity nor gas. Hours, daily, weeks and years are working fine. Also I'm seeing "ingeschat verbruik" in the month overview. Any ideas to fix this?
I'm running on 4.15.6 and don't have any month usage displayed for electricity nor gas. Hours, daily, weeks and years are working fine. Also I'm seeing "ingeschat verbruik" in the month overview. Any ideas to fix this?
- Attachments
-
- rsz_rsz_20180729_122149.jpg (23.4 KiB) Viewed 8439 times
Re: No "month" usage
Same issue here, only missing the bars in the months-view.
Hours, days, weeks and years work, but not months.
No smart-meter here, just analog sensors.
I tried changing the endDate from -1 to 1627485995 a suggested here, but to no avail.
viewtopic.php?f=104&t=12165&p=87517&hilit=month#p87495
Already disabled other_provider_gas and _elec in global settings, but that didn't help. Not after gui restart or reboot.
It seems that the Month-usage originates from another datasource (not RRD)
Any hints?
Hours, days, weeks and years work, but not months.
No smart-meter here, just analog sensors.
I tried changing the endDate from -1 to 1627485995 a suggested here, but to no avail.
viewtopic.php?f=104&t=12165&p=87517&hilit=month#p87495
Already disabled other_provider_gas and _elec in global settings, but that didn't help. Not after gui restart or reboot.
It seems that the Month-usage originates from another datasource (not RRD)
Code: Select all
// create arguments for rrd request based on currently selected type/period/dateTime/usage/costs
function requestData() {
// month data are not requested from rrd, there is an individual dataset, the data are stored in app, don't use for heating beat
if (bottomTabBar.currentIndex === 3 && topLeftTabBarControlGroup.currentControlId !== 3) {
p.populateBarGraphMonth();
return;
}
-
- Administrator
- Posts: 494
- Joined: Thu May 04, 2017 9:28 pm
Re: No "month" usage
That is correct.
Month data is not saved in the database.
Toonz and I already noticed this issue but no real solution yet (we did not spend more time on it)
The month data is retrieved from the config_happ_pwrusage.xml
Month data is not saved in the database.
Toonz and I already noticed this issue but no real solution yet (we did not spend more time on it)
The month data is retrieved from the config_happ_pwrusage.xml
Re: No "month" usage
Any idea of it can be fixed? Would like to help, but my programming skills are not so good unfortunately.... Would be really nice to have all the stats working.TerrorSource wrote:That is correct.
Month data is not saved in the database.
Toonz and I already noticed this issue but no real solution yet (we did not spend more time on it)
The month data is retrieved from the config_happ_pwrusage.xml
Re: No "month" usage
Don't use the Toon for stats
Only for displaying the realtime data. For the rest use the good stuff for it, like domoticz 


Member of the Toon Software Collective
Re: No "month" usage
I don't have Domoticz, so I will be stuck with the Toon stats. They're slow but work.
Do I understand you right the priority on solving this is (very) low?
Do I understand you right the priority on solving this is (very) low?

Re: No "month" usage
Bummer....TheHogNL wrote:Yes VERY low

-
- Starting Member
- Posts: 37
- Joined: Wed Nov 23, 2016 4:11 pm
Re: No "month" usage
Suspect we can do this with reading the RRD for the days and calculate what it did in a month? Maybe like that we can fill up the xml and then get this also back in it. I also want to dig in a bit more into this.MyZ wrote:Bummer....TheHogNL wrote:Yes VERY low
Re: No "month" usage
Would be very nice to have this "fixed" / "working"!