-
-
Notifications
You must be signed in to change notification settings - Fork 514
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Request] Add a production curve #809
Comments
I wouldnt like this, this could cause a lot of writes and wear on the rom, if it could be stored in the ram i would like it, but will get lost after a power cycle. Maybe iam wrong but i would like to have it reliable and maybe the ESP32 is the wrong place for the visualisation. |
I understand that storing daily production data would be kind of heavy play. But how about storing yield day data after inverter has shutdown for a period of e.g. a year? That would mean one write cycle a day and just about 2kb of memory. |
@greg-man |
And what about storing the data on FireBase ?
Le 27/04/2023 à 21:49, CounterChip a écrit :
…
@greg-man <https://github.com/greg-man>
your idea sounds okayish to me, but this would be another request for
an improvement.
My personal opinion is that this isnt supposed to do such logging and
the data storage belongs to some kind of database, where you can also
store your other values as you like to do in small increments or just
one value per day.
Usually a project like this isnt stopping with just a ESP32 and
involves some more devices over time, for example a power meter or
something else.
—
Reply to this email directly, view it on GitHub
<#809 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFFQR5PFTOISICVZGL46KD3XDLEU7ANCNFSM6AAAAAAXACAB4Q>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I would prefer a non cloud solution like rrd. If I remember right there is a rrdtool port to esp32.
|
I don't think that is the purpose of OpenDTU. It provides the possibility to get access to the data from your inverter. The processing of the data like storing the data for specific time intervals, visualisation or anything else should be done by some kind of backend service (e.g. your house automation software). |
Well, its purpose is what you make it for... I agree that intense data storage and analytics wont fit into a data transmission unit. But I know a lot of people who don't have much technical knowledge and for whom it is a big challenge to save the data on a regular basis. Most of them do it manually with an Excel spreadsheet. Therefore, I would find it useful to offer a rudimentary storage solution. Seeing the yield over the last 12 months would be enough for most of them; like me ;-) |
Actually a consistent and also necessary further development. |
I was look for the same feature and found this thread. I even have the skills to fetch the data by api and a short script, but I dont have a homeserver running i can set a cronjob up on. Also, I would be happy with putting the data in a spreadsheet. Automatic trailing thirteen month data of either daily, monthly or even just yearly data points (eg. ten years) would be awesome. |
This is a usecase brought up several times now with different directions: #176 #1123 #1475 #11 I dont claim this list complete but I think this shows there is a general interest in getting data over time out in SOME way. |
@lifetime42 did you check the project / fork OpenDTU-Database ? It uses the Flash-Filesystem on the ESP32 to store some of the values and displays them in a graph. |
Is your feature request related to a problem? Please describe.
No response
Describe the solution you'd like
A curve of the day production would be great, with a cursor that can be set across the time that show the production at this time. Thanks
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: