Giter VIP home page Giter VIP logo

Comments (5)

mitchell-pioneer avatar mitchell-pioneer commented on August 17, 2024

So, i see float16 is supported in pymodbus.client_payload()

But not in modbus_task.pl

Looks like one charge is needed

            elif "float32" == ref.dtype:
                ref.update_value(decoder.decode_32bit_float())
                cur_ref += ref.ref_width

Duplicate that code and add

  elif "float16" == ref.dtype:
                ref.update_value(decoder.decode_16bit_float())
                cur_ref += ref.ref_width

I can do it if you want as a pull request?

from modpoll.

gavinying avatar gavinying commented on August 17, 2024

Hi @mitchell-pioneer ,
Cool, your contribution is most welcome.

Gavin

from modpoll.

mitchell-pioneer avatar mitchell-pioneer commented on August 17, 2024

Gavin,

I was unable to work with the python packages so I just made changes to one file. here it is.

modbus_task.zip

What this does is provide support for Morningstar solar charge controllers

https://www.morningstarcorp.com/product_category/solar-charge-controllers/

Ill let you know if I find any other issues.

from modpoll.

gavinying avatar gavinying commented on August 17, 2024

Hi @mitchell-pioneer ,no worries. I'll merge your changes in the next release. Thanks.
Would be great if you could share your Modbus configure file for Morningstar after you test it out.
Happy coding!

from modpoll.

mitchell-pioneer avatar mitchell-pioneer commented on August 17, 2024

I'm going to integrate to several of their charge controllers.. I'll send my results when their done.

from modpoll.

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.