-
Notifications
You must be signed in to change notification settings - Fork 16
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
What is the current way to integrate the oru addon with the home assistant energy panel. #23
Comments
I am also getting incorrect data as compared to the con ed site. I am having some trouble debugging this, I think its due to the fact that con ed delivers in 15 minute increments (as opposed to the full hour) and its only counting the last of four, but that was just a hypothesis... note: I find the subject a bit misleading given the actual issue |
Here is proof that is what is happening
|
I could not make the energy dashboard show any data using any suggested configurations on the Readme or in this thread. This is what worked for me:
On another note, quite often there is a delay in an update on the website and some intervals are skipped. The website eventually recovers, but the data is lost as this sensor only looks at the last update. |
I am running the following on a raspberry pi 4b.
Home Assistant Core 2022.6.7
Home Assistant Supervisor 2022.05.3
Home Assistant OS 8.2
Current as of 06/2022
The instructions in the readme are at least partially outdated as the
syntax has been deprecated in favor of:
I have two problems:
The data is being populated into mqtt but the data that shows up in the energy panel does not match at all what is in the con-ed site. I think that only like the last message of the 4 updates per hour on the site is actually making it to the energy pane in home assistant
I get a lot of errors that the sqlite db couldn't be written to because it is read-only (I suspect this is because only one thing can have an sqlite db open at a time and I need to move to mysql)
This is my related config
Attached are images of the graph being produced in my overview panel which shows me I am getting at least some data points + The view in the energy panel which gives me wildly low numbers once every hour vs adding up the 4x an hour numbers in the coned site.
This can potentially save my household money so I am willing to pay for dev time and fixes.
The text was updated successfully, but these errors were encountered: