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 Owon PC321 3-phase energy meter support #3274

Open
wants to merge 9 commits into
base: dev
Choose a base branch
from

Commits on Jul 29, 2024

  1. Add Owon PC321 3-phase energy meter quirk

    Another attempt to add Owon PC321 3-phase meter support to ZHA.
    The meter reports couple of standart and a list of non-standard attributes to Metering cluster.
    
    This quirk maps all of them to OwonManufacturerSpecific cluster, and also only supported ones to  ElectricalMeasurement cluster.
    
    Since not all sensors are available in Metering and ElectricalMeasurement clusters for reported attributes (e.g. phase-specific consumption figures), the missing ones will be supported later on in HACS plugin.
    udivankin committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    54f54fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23a1300 View commit details
    Browse the repository at this point in the history
  3. Fix formatting

    udivankin committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    9dcca21 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    8a0e23a View commit details
    Browse the repository at this point in the history
  2. Cleanup and refactor

    udivankin committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    7be2def View commit details
    Browse the repository at this point in the history
  3. Fix formatting

    udivankin committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    9354ed6 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. add some tests

    udivankin committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    5c72d5c View commit details
    Browse the repository at this point in the history
  2. codespell fix

    udivankin committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    a1b2a89 View commit details
    Browse the repository at this point in the history
  3. some more tests

    udivankin committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    6da7692 View commit details
    Browse the repository at this point in the history