[not a Domoticz problem] Enphase Envoy with LAN (HTTP) interface
Moderator: leecollings
-
- Posts: 7
- Joined: Friday 04 February 2022 14:36
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
[not a Domoticz problem] Enphase Envoy with LAN (HTTP) interface
Hello,
I'm noticing an update issue. The real-time production value is updated correctly (set to 30 seconds), while the inverter production value is updated approximately every 30 minutes.
This issue has appeared since three last updates to the beta version.
Everything was working properly before.
I searched through the various Domoticz directories but found nothing related to the Enphase plugin.
Any ideas on how to update the values as indicated in the plugin settings?
Thanks
Raspberry pi4 4Go,
Version: 2025.1 (build 16579)
Build Hash: 7b939971a
Compile Date: 2025-03-17 14:41:46
dzVents Version: 3.1.8
Python Version: 3.11.2 (main, Nov 30 2024, 21:22:50) [GCC 12.2.0]
I'm noticing an update issue. The real-time production value is updated correctly (set to 30 seconds), while the inverter production value is updated approximately every 30 minutes.
This issue has appeared since three last updates to the beta version.
Everything was working properly before.
I searched through the various Domoticz directories but found nothing related to the Enphase plugin.
Any ideas on how to update the values as indicated in the plugin settings?
Thanks
Raspberry pi4 4Go,
Version: 2025.1 (build 16579)
Build Hash: 7b939971a
Compile Date: 2025-03-17 14:41:46
dzVents Version: 3.1.8
Python Version: 3.11.2 (main, Nov 30 2024, 21:22:50) [GCC 12.2.0]
Last edited by spacenoun on Thursday 20 March 2025 20:45, edited 1 time in total.
- waltervl
- Posts: 5853
- Joined: Monday 28 January 2019 18:48
- Target OS: Linux
- Domoticz version: 2024.7
- Location: NL
- Contact:
Re: Enphase Envoy with LAN (HTTP) interface
The Enphase App shows the same slow update rate or is it there updated more frequently?
The Enphase integration has not been changed this year so perhaps something changed in your enphase setup? Was there a firmware update?https://github.com/domoticz/domoticz/bl ... aseAPI.cpp
Anything special in the log file (menu setup- Log) about the Enphase hardware?
The Enphase integration has not been changed this year so perhaps something changed in your enphase setup? Was there a firmware update?https://github.com/domoticz/domoticz/bl ... aseAPI.cpp
Anything special in the log file (menu setup- Log) about the Enphase hardware?
Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
-
- Posts: 7
- Joined: Friday 04 February 2022 14:36
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Enphase Envoy with LAN (HTTP) interface
Thank you for your reply.
When I go to /api/v1/production/inverters, the values are not updated. Domoticz retrieves the values correctly.
There has been no firmware update for the gateway.
This therefore appears to be due to a bug in the gateway.
Model: Envoy-S-Metered-EU
Software Version
D8.2.4382 (779a56)
Software Build Date
Sep 17, 2024 7:11 AM
Inverters:
IQ8PLUS-72-M-INT
When I go to /api/v1/production/inverters, the values are not updated. Domoticz retrieves the values correctly.
There has been no firmware update for the gateway.
This therefore appears to be due to a bug in the gateway.
Model: Envoy-S-Metered-EU
Software Version
D8.2.4382 (779a56)
Software Build Date
Sep 17, 2024 7:11 AM
Inverters:
IQ8PLUS-72-M-INT
- gizmocuz
- Posts: 2548
- Joined: Thursday 11 July 2013 18:59
- Target OS: Raspberry Pi / ODroid
- Domoticz version: beta
- Location: Top of the world
- Contact:
Re: Enphase Envoy with LAN (HTTP) interface
We have the same firmware, but I don't have an Enphase Inverter.
Here you can find the EnphaseAPI.cpp file, and when you click on it, you can also click on 'History' to see what has been changed.
Last change was 3 months ago, but a real code change was done in 24 June (removing old storage polling)
So, do you have 'accept new hardware/devices' enabled, and do you maybe have a new device?
https://github.com/domoticz/domoticz/tr ... t/hardware
Here you can find the EnphaseAPI.cpp file, and when you click on it, you can also click on 'History' to see what has been changed.
Last change was 3 months ago, but a real code change was done in 24 June (removing old storage polling)
So, do you have 'accept new hardware/devices' enabled, and do you maybe have a new device?
https://github.com/domoticz/domoticz/tr ... t/hardware
Quality outlives Quantity!
-
- Posts: 7
- Joined: Friday 04 February 2022 14:36
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Enphase Envoy with LAN (HTTP) interface
Hello,
The application correctly reports inverter production in real time. However, when I consult {ip}/api/v1/production/inverters, the values are only updated every 30 minutes. No changes have been made to the installation, nor have any settings been changed.
It's strange that it no longer works in real time for inverter production, even though the total production value does.
The application correctly reports inverter production in real time. However, when I consult {ip}/api/v1/production/inverters, the values are only updated every 30 minutes. No changes have been made to the installation, nor have any settings been changed.
It's strange that it no longer works in real time for inverter production, even though the total production value does.
- gizmocuz
- Posts: 2548
- Joined: Thursday 11 July 2013 18:59
- Target OS: Raspberry Pi / ODroid
- Domoticz version: beta
- Location: Top of the world
- Contact:
Re: [not a Domoticz problem] Enphase Envoy with LAN (HTTP) interface
Just to recap
- Domoticz is displaying the inverter production in real time
- When you manually poll the API it is only updated once every 30 minutes
If that is the case, you are probably polling the wrong API command
But why do you want to poll the API yourself? You already have the data in Domoticz (and can push it to MQTT for instance if you like that)
- Domoticz is displaying the inverter production in real time
- When you manually poll the API it is only updated once every 30 minutes
If that is the case, you are probably polling the wrong API command
But why do you want to poll the API yourself? You already have the data in Domoticz (and can push it to MQTT for instance if you like that)
Quality outlives Quantity!
-
- Posts: 7
- Joined: Friday 04 February 2022 14:36
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: [not a Domoticz problem] Enphase Envoy with LAN (HTTP) interface
https://flic.kr/p/2qT6jkN
In the screenshot, the value circled in green is the actual and correct production. However, the inverter production value is not updated. This isn't a Domoticz issue since these are the values reported by the Envoy gateway.
I'm designing a dashboard with node-red to display information for my wife.
In the screenshot, the value circled in green is the actual and correct production. However, the inverter production value is not updated. This isn't a Domoticz issue since these are the values reported by the Envoy gateway.
I'm designing a dashboard with node-red to display information for my wife.
- gizmocuz
- Posts: 2548
- Joined: Thursday 11 July 2013 18:59
- Target OS: Raspberry Pi / ODroid
- Domoticz version: beta
- Location: Top of the world
- Contact:
Re: [not a Domoticz problem] Enphase Envoy with LAN (HTTP) interface
How about the Energy Dashboard?
Quality outlives Quantity!
-
- Posts: 7
- Joined: Friday 04 February 2022 14:36
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: [not a Domoticz problem] Enphase Envoy with LAN (HTTP) interface
I simply retrieve the values from domoticz via mqtt
- waltervl
- Posts: 5853
- Joined: Monday 28 January 2019 18:48
- Target OS: Linux
- Domoticz version: 2024.7
- Location: NL
- Contact:
Re: [not a Domoticz problem] Enphase Envoy with LAN (HTTP) interface
Also check this for an high WAF energy visualisation https://wiki.domoticz.com/Energy_dashboard
Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
Who is online
Users browsing this forum: No registered users and 1 guest