Page 2 of 2

Re: Parser - hvordan få lest verdiene fra wind og rain senso

Posted: Fri Mar 17, 2023 9:45 am
by badtastex
Thanks for the support, I have tried to create some queries by using MySQL workbench but it really seems to be complicated. I do not think that I will be able to get this working... ;(

I do need some kind of tool to do this since the graphs in HA only shows up to 30 days. Does the database contain older sensor readings or are they deleted?

Re: Parser - hvordan få lest verdiene fra wind og rain senso

Posted: Fri Mar 17, 2023 9:45 am
by tom_rosenback
badtastex wrote:Thanks for the support, I have tried to create some queries by using MySQL workbench but it really seems to be complicated. I do not think that I will be able to get this working... ;(

I do need some kind of tool to do this since the graphs in HA only shows up to 30 days. Does the database contain older sensor readings or are they deleted?
Hi,

The readings are not deleted from the database at any time so you should have all the history in there. Take a look at the queries in modules/sensors/dbfunctions.php if they help you.