npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

homebridge-sma-home-manager

v1.1.8

Published

SMA Home Manager & Inverter plug-in for Homebridge

Downloads

52

Readme

npm npm

homebridge-sma-home-manager

Homebridge plugin to:

  1. integrate your home with an SMA inverter: observe live power (W, V, A), today's production (kWh) and device status/health using ModBus (and firmware version & serial number)
  2. integrate your home with the SMA Home Manager: observe live power consumed (W) and today's consumption (kWh) using Speedwire (and firmware version & serial number)
  3. combine this data to compute the following custom characteristics:
    • Consumption
    • Production
    • Import (from grid, i.e. consumption not produced)
    • Export (to grid, i.e. production not consumed)
    • Self-sufficiency level (-100% if no production, 0–99% if some production, 100–1000% if production and no import)
  4. add 3 new accessories to your home:
    • Live power flow: live view in W of the above, updated every second
    • Recent power flow: average of last 3 minutes in W, updated every second
    • Today's energy flow: view of today in kWh, updated every minute
  5. optionally, add energy signals an additional accessory per energy signal:
    • Off grid: 0 W is imported from the grid for the past minute
    • No sun: 0 W is produced during the past 15 minutes
    • High Grid Import: 15 minute mean import is >2500 W.
      Some distribution network operators charge extra to reduce peak load on their infrastructure. Use this signal to apply peak load shaving. For example "demand tariff or capacity charge" in Australia (30 min window during peak hours), "capacity tariff" in Belgium (≥ 2.5 kW in any 15 min window).
  6. optionally, add configurable PV surplus signals as additional accessories:
    • enter a label
    • enter a number of Watts
    • enter a number of minutes.
    • … then that configured PV surplus signal's accessory will be toggled on when there has been surplus production (i.e. export) of the entered Watts for the entered minutes, with some margin to cover base load variability (to avoid frequent toggling)

All energy signals have an On/Off status with a Reason to make it easy to understand why this energy signal is on or off.

Requirements

All 100% local, no internet access needed.

Credit

This was forked from https://github.com/codyc1515/homebridge-sma-inverter. Differences: