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

Add support for Shelly Pro3EM using Modbus TCP #4

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Apr 5, 2024

  1. device: add support for Modbus devices that use only input registers

    Shelly Pro devices are weird in that way, they use only input register, not holding registers
    Jalle19 committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    a8f9805 View commit details
    Browse the repository at this point in the history
  2. shelly: add initial support for Shelly Pro Modbus-enabled energy meters

    Only supported model is Shelly Pro3EM at the moment
    Jalle19 committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    718630d View commit details
    Browse the repository at this point in the history
  3. shelly: implement energy readings too

    These are exposed by a separate "EMData" component so I initially missed them
    Jalle19 committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    6fd7907 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e52751c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f44898c View commit details
    Browse the repository at this point in the history