Parser - hvordan få lest verdiene fra wind og rain sensor

http://karpero.mine.nu/ha

Moderators: Daniel, tom_rosenback, Telldus

badtastex
Posts: 19
Joined: Fri Mar 17, 2023 9:45 am

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

Post 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?
tom_rosenback
Posts: 779
Joined: Fri Mar 17, 2023 9:45 am
Contact:

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

Post 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.
//Tom

Senaste info och release om/av HomeAutomation hittas här http://karpero.mine.nu/ha
Latest info and release of HomeAutomation can be found here http://karpero.mine.nu/ha
Post Reply