Git Product home page Git Product logo

Comments (4)

nmakel avatar nmakel commented on June 19, 2024

I'm assuming from your description that the slave inverters are accessible simply by providing a different modbus address. Because I only have a single inverter I've never been able to test this. However, I've modified the parent logic to allow the unit parameter to be set even if a parent connection is provided. When instantiating a new inverter you will need to do the following:

  >>> inverter_1 = solaredge_modbus.Inverter(host="10.0.0.123", port=1502, unit=1)
  >>> inverter_2 = solaredge_modbus.Inverter(parent=inverter_1, unit=2)

I'd be interested to hear whether this works.

from solaredge_modbus.

binsentsu avatar binsentsu commented on June 19, 2024

That was fast :) I also don't have this setup at my place, but your change is exactly what I meant. Don't know what you mean with 'by providing different modbus address' as the slave inverters don't have their own IP. I'm planning to change the home-assistant integration and use this lib as dependency iso using the raw modbusclient and own register parsing. Your sunspec implementation seems pretty complete 👍

from solaredge_modbus.

nmakel avatar nmakel commented on June 19, 2024

Don't know what you mean with 'by providing different modbus address' as the slave inverters don't have their own IP.

I mean I'm curious whether providing a different unit is enough to get the registers of a slave inverter when using Modbus TCP.

I'm planning to change the home-assistant integration and use this lib as dependency iso using the raw modbusclient and own register parsing.

Happy to hear you find it useful!

from solaredge_modbus.

binsentsu avatar binsentsu commented on June 19, 2024

Should work. Have an open PR by a user who tested it. (binsentsu/home-assistant-solaredge-modbus#12)

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.