Search found 7 matches

by spacenoun
Friday 21 March 2025 21:00
Forum: Utility
Topic: [not a Domoticz problem] Enphase Envoy with LAN (HTTP) interface
Replies: 9
Views: 2053

Re: [not a Domoticz problem] Enphase Envoy with LAN (HTTP) interface

I simply retrieve the values ​​from domoticz via mqtt
by spacenoun
Friday 21 March 2025 10:02
Forum: Utility
Topic: [not a Domoticz problem] Enphase Envoy with LAN (HTTP) interface
Replies: 9
Views: 2053

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 ...
by spacenoun
Thursday 20 March 2025 16:01
Forum: Utility
Topic: [not a Domoticz problem] Enphase Envoy with LAN (HTTP) interface
Replies: 9
Views: 2053

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 ...
by spacenoun
Tuesday 18 March 2025 14:48
Forum: Utility
Topic: [not a Domoticz problem] Enphase Envoy with LAN (HTTP) interface
Replies: 9
Views: 2053

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 ...
by spacenoun
Tuesday 18 March 2025 13:00
Forum: Utility
Topic: [not a Domoticz problem] Enphase Envoy with LAN (HTTP) interface
Replies: 9
Views: 2053

[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 ...
by spacenoun
Friday 04 February 2022 18:45
Forum: dzVents
Topic: SOLVED - Problem with script dzvents after update
Replies: 3
Views: 638

Re: SOLVED - Problem with script dzvents after update

Hello. I don't use ZWAVE. I solved the problem : I deleted the 'test modif' condition and now it works again. I wasn't the case with the previous version of domoticz.
And thanks Waltervl for the suggetion, now i can use 100 for open and 0 for close.
by spacenoun
Friday 04 February 2022 14:46
Forum: dzVents
Topic: SOLVED - Problem with script dzvents after update
Replies: 3
Views: 638

SOLVED - Problem with script dzvents after update

Hello,
I created a script to automate the roller shutters of my house


return {
active = true,
on = {
devices = {'dimmer_salon'},
},


data = {lastPosDimSal = { initial = 99 } },

execute = function(domoticz, dimmer_salon)
--local var_lastPosDimSal = domoticz.variables('var_lastPosDimSal ...