Replies: 4 comments 1 reply
-
Hi @leosmiers, Please run the example one more time, but then use the following command line to start it:
Do you have another application connecting to that inverter already? Are you sure that the port is |
Beta Was this translation helpful? Give feedback.
-
Hello @addie
Thank you for your reply.
I asume you mean: python -m example --timeout 15 --json solaredge11502
(replaced domoticz by solaredge)
The command returns an empty json message:
{
"meters": {},
"batteries": {
"Battery1": {},
"Battery2": {}
}
}
As far as I know there are no other applications connecting to the inverter.
… Op 20-11-2022 15:32 CET schreef Addie Janssen ***@***.***>:
Hi @leosmiers https://github.com/leosmiers,
Please run the example one more time, but then use the following command line to start it:
python -m example --timeout 15 --json domoticz 11502
Do you have another application connecting to that inverter already?
These inverters will only allow so many connections at the same time.
—
Reply to this email directly, view it on GitHub #50 (comment), or unsubscribe https://github.com/notifications/unsubscribe-auth/A4FG4HEZRVSHKETMHZGPKPDWJIY65ANCNFSM6AAAAAAR7DLHRA.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I Hace tried all three mentioned portnumbers (set them also on the inverter).
I think I am unlucky in having one that does not work over wifi. I might try it in a later moment when I have more time.
Thank you for your support and suggestions.
… Op 21-11-2022 21:35 CET schreef Addie Janssen ***@***.***>:
So the plugin was correct: there's no information :-)
I do not have an answer to this, but here are some things that people have run into:
Are you sure that the portnumber is correct?
SolarEdge seems to be using different ports for particular inverters.
My inverter is using port 502, but I have also seen reports of port 1502 and 11502.
Is the inverter connected via wifi or cable?
Apparently, there are some inverters that don't support modbus via wifi.
If none of this works to get the example going, you could try to drop the question in the following domoticz forum:
https://www.domoticz.com/forum/viewtopic.php?t=34039&start=60
There are more readers over there then here in my github repo...
—
Reply to this email directly, view it on GitHub #50 (reply in thread), or unsubscribe https://github.com/notifications/unsubscribe-auth/A4FG4HDZYPP64SAZ53BGE3LWJPMKTANCNFSM6AAAAAAR7DLHRA.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Yesterday my inverter has received an update and I am glad to inform that I can now receive the data over a WIFI connection. thx for the support |
Beta Was this translation helpful? Give feedback.
-
I am trying to make a connection to my solaredge inverter type: SE4000H-RW000BNN4
I have enabled modbus over tcp in the inverter but I get the following messages in my domoticz log:
The last two messages are repeated every 5 seconds.
I use the master branch with solaredge_modbus 0.7.0 and pymodbus 2.5.3
Some extra information. If I run the example program from solaredge_modbus I get the following:
Beta Was this translation helpful? Give feedback.
All reactions