Closed bdattilo closed 1 year ago
Hey there @bdraco, @cgarwood, @dgomes, @joostlek, mind taking a look at this issue as it has been labeled with an integration (enphase_envoy
) you are listed as a code owner for? Thanks!
(message by CodeOwnersMention)
enphase_envoy documentation enphase_envoy source (message by IssueLinks)
Hey there!
Thanks for reporting, this looks really strange. To be able to help you with this we need more info from your machine. We have a script that collects all the needed info so we can research what's going on. Are you able to send me a message on discord at @joostlek?
Hey there!
Thanks for reporting, this looks really strange. To be able to help you with this we need more info from your machine. We have a script that collects all the needed info so we can research what's going on. Are you able to send me a message on discord at @joostlek?
Hi - I added you on Discord. Let me know where to find the script to run. Currently running HAOS on x86.
@bdattilo is it fixed? if so how?
Still trying to get some more test data :) You got the same problem?
"home_assistant": { "installation_type": "Home Assistant OS", "version": "2023.9.2", "dev": false, "hassio": true, "virtualenv": false, "python_version": "3.11.5", "docker": true, "arch": "x86_64", "timezone": "Europe/Amsterdam", "os_name": "Linux", "os_version": "6.1.45", "supervisor": "2023.09.2", "host_os": "Home Assistant OS 10.5", "docker_version": "23.0.6", "chassis": "embedded", "run_as_root": true },
"custom_components": { "loqed": { "version": "0.0.1", "requirements": [ "loqedAPI==2.1.7" ] }, "powercalc": { "version": "v1.9.3", "requirements": [ "numpy>=1.21.1" ] }, "hacs": { "version": "1.32.1", "requirements": [ "aiogithubapi>=22.10.1" ] } },
Please post your fixtures using https://github.com/pyenphase/pyenphase/blob/main/devtools/fixture_collector.py
We can add them to the test lib to make sure we don't regress your configuration in the future
pip3 install pyenphase
git clone https://github.com/pyenphase/pyenphase
cd pyenphase
export ENVOY_HOST=<IP OF ENVOY HERE>
python3 devtools/fixture_collector.py
Some updates -
Provided @joostlek with some data, which exposed that my IQ Combiner had really old firmware (4.10). Due to this finding I got Enphase to push a firmware update to my IQ, Once I got on Firmware 7.x from Enphase this issue went away. Things on the energy dashboard are a bit messed up now, but working to recover that.
Have the old firmware also asked Enphase for a update keep you informed
Did you try 2023.9.3 already? Then we know for sure this was a fix :)
Since bdattillo doesn't have the issue anymore, you're the deciding factor if we are going to close this issue :P
stil waiting for a update, Envoy needs to do it i cannot do it and they recived my request but no response yet. Keep you informed
No I mean, can you update HA to 2023.9.3 and check if you still have this issue
updated looks like it fixed the problem 👍
In that case we close the issue :) thanks!
The problem
Since updating to 2023.9, the reading from Enphase Envoy for Current Power Production has been negative. This is using the native Envoy integration, but Not the cloud log in as my firmware is prior to Firmware 7.x.
This affects the Energy Dashboard as it shows much larger consumption than is real.
What version of Home Assistant Core has the issue?
core-2023.9.2
What was the last working version of Home Assistant Core?
core-2023.8.4
What type of installation are you running?
Home Assistant OS
Integration causing the issue
Enphase Envoy
Link to integration documentation on our website
https://www.home-assistant.io/integrations/enphase_envoy/
Diagnostics information
config_entry-enphase_envoy-99a2929531d98023e9a93178669f6c54.json.txt
Example YAML snippet
Anything in the logs that might be useful for us?
No response
Additional information
No response