Skip to content
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

How to configure Energie Dashboards (after SENEC.Home have been updated to 0825+) #11

Open
marq24 opened this issue Sep 6, 2023 · 5 comments
Labels
documentation Improvements or additions to documentation

Comments

@marq24
Copy link
Owner

marq24 commented Sep 6, 2023

As explained in #4 after your SENEC.Home System has been updated (remotely) to REVISION MCU 0825 by SENEC (without asking) the previously available statistics data is not available any longer in the default integration.

As also described in #4 you have the option to install an additional Integration Entry WEB.API: mein-senec.de Portal (usable with all SENEC.Home variants) - you need to update the integration 3.0.6 or higher (any 20YY.MM.N Version will work as well)

So then you are facing the challenge, that you have old sensor data (before the 0825 update) and the new sensor data that you might like to display together...

My personal current solution is to edit the Energy Dashboard in the following way:
image

and add for all the four fields the new sensors - so it looks like this (please note, that I have used senecw as my WebAPI Integration name (the default is senec_WEBAPI) - after you edited the dashboard configuration it could look like this:
image

Now you see on the Energy Dashboard your "old" and "new" data together... (yes in slightly different colour shades)

So yes - the old sensors are still reported as "missing" - but IMHO this is a valid compromise - if you have alternative ideas (or opinions) - please feel free to share!

Update - for advanced Users:

@loeffelpan have provided information how you can manipulate HA's SQLite-DB (#17).

In the initial post you will find a link to an initial Windows PowerShell script (that you must adjust to your local setup/needs) that allows you to add energy data from the past to your energy dashboard.
Additional there are instructions how to 'join' energy data from old and new sensors (#17 (comment)).

@marq24 marq24 mentioned this issue Sep 6, 2023
@marq24 marq24 changed the title How to configure Energie Dashboards (after SENEC.Home have been updated to 825+) How to configure Energie Dashboards (after SENEC.Home have been updated to 0825+) Sep 6, 2023
@marq24 marq24 added the documentation Improvements or additions to documentation label Sep 7, 2023
@Kuechenfenster
Copy link

danke, looks great.
one thing, die import and export Euro/kwH werde fuer die "veralteten" daten nicht mehr uebernommen..

Screenshot 2023-09-08 at 15 08 39

@mschmiedel
Copy link

Puh, this is quite interesting. I have been using the integration that this one is forked from for quite a while and did some manual changes to get Wallbox working and other stuff. Switch to this integration was easy,

However, I have been using the integral helpers to get power consumption, however these have some minor precision issues (sample every 30s means peaks under 30s are not counted). I will at some point switch to the web api data. Has anyone here done the migration of the data in the db and has a base script for this?

@marq24
Copy link
Owner Author

marq24 commented Jun 18, 2024

However, I have been using the integral helpers to get power consumption, however these have some minor precision issues (sample every 30s means peaks under 30s are not counted). I will at some point switch to the web api data. Has anyone here done the migration of the data in the db and has a base script for this?

Would this help?
#17

@mschmiedel
Copy link

However, I have been using the integral helpers to get power consumption, however these have some minor precision issues (sample every 30s means peaks under 30s are not counted). I will at some point switch to the web api data. Has anyone here done the migration of the data in the db and has a base script for this?

Would this help? #17

Yes, thank you. I am though wondering if it makes sense to use the online data if it is not clearly better / more precise than the results of the integral functions... Any thoughts about that?

@marq24
Copy link
Owner Author

marq24 commented Jun 18, 2024

Any thoughts about that?

nothing that based on facts - just 100% pure opinion - I use here the web-api - but only cause this helps me to keep track of possible API changes/errors that SENEC introduce over time. If you feel comfortable with the local integral based solution then I would keep that (since everything is in your control)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

3 participants