Page 1 of 1
track records power usage, gained power by solar panels
Posted: Sunday 02 June 2019 20:43
by Rutger
Is there a possibility to show (by virtual switches or what ever) to store the highest power usage of all and power gained by the solar panels.
I like to see what is the highest ever usage and highest gained solar power. Just for the fun.
It should be nice if the record breaks a message by telegraph is send to the user.
Thanks.
Re: track records power usage, gained power by solar panels
Posted: Sunday 02 June 2019 20:55
by gajotnt
You can see it by going to the report page of the solar energy sensor, but still you have to go month by month and sort by "usage" and it will show the day with biggest "usage".
Re: track records power usage, gained power by solar panels
Posted: Sunday 02 June 2019 21:07
by Rutger
Yes, thank you for your thoughts, but that's is manually. I think about storing the highest in a user variable and check every hour if there is a higher value then the stored version.
Then store the new highest value in the variable and send message to the user and display in the dummy switch.
Re: track records power usage, gained power by solar panels
Posted: Sunday 02 June 2019 22:56
by waaren
Rutger wrote: ↑Sunday 02 June 2019 21:07
Yes, thank you for your thoughts, but that's is manually. I think about storing the highest in a user variable and check every hour if there is a higher value then the stored version.
Then store the new highest value in the variable and send message to the user and display in the dummy switch.
Please have a look at this
topic It does something like your requirement and can be modified without a lot of coding to store the max value in a uservar and send a message.