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 all supported DSP values and provide a sample config to push data to OpenEnergyMonitor (emoncms) via MQTT #16

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Aug 30, 2024

  1. Simplify LED ops

    Signed-off-by: Alastair D'Silva <[email protected]>
    deece committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    0dddf67 View commit details
    Browse the repository at this point in the history
  2. Fix typos in log messages

    Signed-off-by: Alastair D'Silva <[email protected]>
    deece committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    dd5ce7c View commit details
    Browse the repository at this point in the history
  3. Add all DSP values

    Signed-off-by: Alastair D'Silva <[email protected]>
    deece committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    6b50192 View commit details
    Browse the repository at this point in the history
  4. Reduce polling frequency

    At the default baud of 19200, it takes around 4 seconds to read all values,
    so we can safely reduce the polling frequency to 5 seconds.
    
    Signed-off-by: Alastair D'Silva <[email protected]>
    deece committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    b78f967 View commit details
    Browse the repository at this point in the history