GithubHelp home page GithubHelp logo

KeyError on example.py about solaredge_modbus HOT 4 OPEN

nmakel avatar nmakel commented on May 20, 2024
KeyError on example.py

from solaredge_modbus.

Comments (4)

nmakel avatar nmakel commented on May 20, 2024

This means you are not connected to the inverter.

from solaredge_modbus.

icepick3000 avatar icepick3000 commented on May 20, 2024

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.
Do you know if there is a limit of the number of calls you are allowed to make to the modbus?I was making one every 15 secs but it seems to lock me out after a while.

from solaredge_modbus.

nmakel avatar nmakel commented on May 20, 2024

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.

Do you know if there is a limit of the number of calls you are allowed to make to the modbus?

There is no rate limiting. Only a single modbus tcp connection is allowed.

from solaredge_modbus.

addiejanssen avatar addiejanssen commented on May 20, 2024

I had the same issue with the example. The issue was caused by timeouts.
Try adding --timeout 30 to the command line and see if the issue remains.

from solaredge_modbus.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.