Stored Alltime Data **solved**
Moderator: Mattk
Stored Alltime Data **solved**
Hello
Is there a way to correct the all time data that is stored on the meteobridge device? For example:
$WX['th0temp-amin'] = '-19.8'; // outdoor temperature min of all time
$WX['th0temp-amintime'] = '20140831164516'; // outdoor temperature timestamp min of all time (should read 20140128.....)
I am not sure but the original all time date changed when there was an extended power outage in the area during late august 2014. Is it possible to access and update a file that is stored on the meteobridge device?
Thanks
Greg
Is there a way to correct the all time data that is stored on the meteobridge device? For example:
$WX['th0temp-amin'] = '-19.8'; // outdoor temperature min of all time
$WX['th0temp-amintime'] = '20140831164516'; // outdoor temperature timestamp min of all time (should read 20140128.....)
I am not sure but the original all time date changed when there was an extended power outage in the area during late august 2014. Is it possible to access and update a file that is stored on the meteobridge device?
Thanks
Greg
Re: Stored Alltime Data
Any possibility of making the changes as described to alltime data?
Re: Stored Alltime Data
At the moment Meteobridge does not provide a function to set all-time data values.
You can clear all values (which will include all-time), but I guess this is not what you are looking for.
You can clear all values (which will include all-time), but I guess this is not what you are looking for.
Re: Stored Alltime Data
Any chance of adding the ability for the user to make changes to alltime data in future updates?
Re: Stored Alltime Data
Thanks for making the changes to adjust all time data information. However, I am unable to make the changes to the all time information. Here is the error information that is on the system tab after entering the updated information.
bad parmaters in persistence update file '/home/meteohub/update.db' line 1: wind0chill_amin -38056 0
Again, thank you for your time
bad parmaters in persistence update file '/home/meteohub/update.db' line 1: wind0chill_amin -38056 0
Again, thank you for your time
Re: Stored Alltime Data
does not work: bad parmaters in persistence update file '/home/meteohub/update.db' line 1: thb0temp_amin 19100 0
And additionaly page layout does not fit in the table.
And additionaly page layout does not fit in the table.
Re: Stored Alltime Data
Uups, there still was a bug inside. Just uploaded version should do fine. Please reboot and try.
Re: Stored Alltime Data
Could you confirm? Its only for AllTime min/max. What is correct format for it? i.e. 151.4mm/h 20170110224500 ? (this does not work its says its has changed but only value is changed not data.
Noticed crash and reboot when changing on other than "All"
Noticed crash and reboot when changing on other than "All"

Re: Stored Alltime Data
yes, that was a newly introduced bug. When you reboot you get a fixed version.
Re: Stored Alltime Data **solved**
there is no more possible to change DATETIME of max/min value. This feature was removed?
Re: Stored Alltime Data **solved**
The wiki explains how to change time stamps in that situation. Cite:bardek wrote:there is no more possible to change DATETIME of max/min value. This feature was removed?
Beside values you can also change the timestamp, when the min/max event has occured. You simply do that by adding a "@yyyy-mm-dd HH:MM" string to the value. You can state the full date or just hours and minutes ("HH:MM"). Separation of numeric fields inside the datestamp you can use any non-digit character. Sequence from the end must be: minutes, hour, day, month, year. When you finally save changes, display will be refreshed and shows data you have updated.
I just tested on my rig and it works fine.
Re: Stored Alltime Data **solved**
oh, thank you. Just forgot that its needs "@yyyy-mm-dd HH:MM" format.
Of course it works as expected
sorry for false alarm
Of course it works as expected

sorry for false alarm
