Page 1 of 1

Enphase

Posted: Wednesday 28 January 2026 20:17
by edwin1234
Enphase suddenly stopt working in node red
In node red this error:

name: "RequestError"
message: "connect ECONNREFUSED 192.168.2.244:80"
code: "ECONNREFUSED"
stack: string
RequestError: connect ECONNREFUSED 192.168.2.244:80
at ClientRequest.<anonymous> (file:///usr/lib/node_modules/node-red/node_modules/got/dist/source/core/index.js:790:107)
at Object.onceWrapper (node:events:639:26)
at ClientRequest.emit (node:events:536:35)
at emitErrorEvent (node:_http_client:101:11)
at Socket.socketErrorListener (node:_http_client:504:5)
at Socket.emit (node:events:524:28)
at emitErrorNT (node:internal/streams/destroy:169:8)
at emitErrorCloseNT (node:internal/streams/destroy:128:3)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1611:16)

And also the plugin in domoticz
In domoticz this error :
Error: Enphase: Error connecting to Enphase Envoy on 192.168.2.244 error: HTTPConnectionPool(host='192.168.2.244', port=80): Max retries exceeded with url: /info.xml (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fff55dd5e80>: Failed to establish a new connection: [Errno 111] Connection refused')). Please restart plugin.
2026-01-28 20:02:08.071 Error: Enphase: Plugin not running. Please check parameters and LAN connection and restart plugin

My enphase app is working
The internet is working
And i treid another token but that did nothing.
Are there more people with this problem?

Re: Enphase

Posted: Thursday 29 January 2026 14:30
by FireWizard
Hello @edwin1234,

See my first post at viewtopic.php?p=331067&hilit=Enphase#p331067.
Check the url's, that they use https instead of http.

Regards

Re: Enphase

Posted: Thursday 29 January 2026 15:45
by Rik60
I did have the same problem this morning after a Domoticz service restart. After installing Domoticz beta 2025.2 17057 was problem solved. I don't use node red.

Re: Enphase

Posted: Thursday 29 January 2026 15:54
by FireWizard
Hi @Rik60,

I understand, as in the latest beta the issue with Enphase (https versus http) has been solved, which means that with the latest beta, you do not have any issues, but with older versions it will stop functioning.

However if you use Node-RED or any other application, you have to take care that you change all URL's http calls into https.
If you don't have that, it will refuse the connection. That is why I pointed @edwin1234 to that other thread.

Regards

Re: Enphase

Posted: Thursday 29 January 2026 17:05
by edwin1234
Yeah did found it out yesterday late
I changed the url in https in node red
And changed the plugin.py
Its all working again :D :D