-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KeyError on example.py #54
Comments
This means you are not connected to the inverter. |
I found out from the solaredge manual the modbus can only be reached over ethernet.. so i plugged in ethernet and the script now works 50% of the time. |
Depends on whether you're using the rs485 interface or ethernet. Solaredge supports both modbus tcp over ethernet, or modbus over rs485.
There is no rate limiting. Only a single modbus tcp connection is allowed. |
I had the same issue with the example. The issue was caused by timeouts. |
When I run the example.py I get this error;
Any ideas?
Alex
The text was updated successfully, but these errors were encountered: