Skip to content
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

[sunspec] Modbus: SunSpec Binding initial contribution #4220

Closed
wants to merge 6 commits into from

Commits on Jan 26, 2019

  1. [modbus] Change bridge to offline during reinitialization

    This seems to be necessary to get the children notified about the change
    
    Signed-off-by: Nagy Attila Gabor <mrbig@sneaker.hu>
    mrbig committed Jan 26, 2019
    Configuration menu
    Copy the full SHA
    f860564 View commit details
    Browse the repository at this point in the history
  2. [modbus] Added discovery service

    Created discovery service based on the implementation in the
    bluetooth bundle
    
    Signed-off-by: Nagy Attila Gabor <mrbig@sneaker.hu>
    mrbig committed Jan 26, 2019
    Configuration menu
    Copy the full SHA
    ed1ac08 View commit details
    Browse the repository at this point in the history
  3. [sunspec] SunSpec bundle

    SunSpec is a Modbus based specification for solar inverters, electricity maters, batteries
    and other connected appliance. This protocol allows monitoring of these
    devices and retrieving live data.
    
    This new binding extends the Modbus binding with the SunSpec specific
    things. Currently two new type of things are added: inverters (single,
    split, three-phase) and meters (single, split, wye/delta connected)
    
    Items are automatically discovered at an endpoint.
    
    Signed-off-by: Nagy Attila Gabor <mrbig@sneaker.hu>
    mrbig committed Jan 26, 2019
    Configuration menu
    Copy the full SHA
    ddd0863 View commit details
    Browse the repository at this point in the history
  4. [sunspec] fixed null pointer exception

    Signed-off-by: Nagy Attila Gabor <mrbig@sneaker.hu>
    mrbig committed Jan 26, 2019
    Configuration menu
    Copy the full SHA
    dc271a8 View commit details
    Browse the repository at this point in the history
  5. [sunspec] Updated version number and copyright notice

    Signed-off-by: Nagy Attila Gabor <mrbig@sneaker.hu>
    mrbig committed Jan 26, 2019
    Configuration menu
    Copy the full SHA
    e609b20 View commit details
    Browse the repository at this point in the history
  6. [sunspec] Updated README with enableDiscovery

    Signed-off-by: Nagy Attila Gabor <mrbig@sneaker.hu>
    mrbig committed Jan 26, 2019
    Configuration menu
    Copy the full SHA
    0d0f297 View commit details
    Browse the repository at this point in the history