Page 1 of 1

clear wather parser data?

Posted: 10 Feb 2014, 14:54
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 :)

Re: clear wather parser data?

Posted: 11 Feb 2014, 13:40
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