New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

clear wather parser data?

"The best web gui for controlling your home using Telldus Tellstick"
Post Reply
newbee
Posts: 6
Joined: 02 Feb 2014, 14:14

clear wather parser data?

Post by newbee »

Hi, might be real nuub question but how do i clear the weather parser database..?
i got faulty reading when i started.. 255C and this mess up the scale on the history :)
DanielM
Posts: 637
Joined: 28 Mar 2008, 06:37
Location: Sweden

Re: clear wather parser data?

Post by DanielM »

There is no way to do this from the web gui. It's simple to do in the database though, just do a

Code: Select all

delete * from temps;
/Daniel
Post Reply