Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

codyc1515/homebridge-sma-inverter

Repository files navigation

npm npm

Update

HomeKit does not support non-traditional smart home devices, like Inverters, very well. I have started using Home Assistant for my SMA Inverter, so am ending support for this plug-in.

homebridge-sma-inverter

Homebridge plugin to display readings from ModBus enabled SMA Solar Inverters.

Installation

  1. Install Homebridge via these instructions.
  2. Install homebridge-sma-inverter plug-in via the Homebridge UI 'plugins' tab search function or via the following command:
sudo npm install -g homebridge-sma-inverter
  1. Update your configuration file. There are two methods using Homebridge UI:
    1. Find homebridge-sma-inverter on the 'Plugins' tab, click SETTINGS and fill out the pop-up.
    2. Copy and paste the following into your config.json via the 'Config' tab:
         {
             "name": "SMA Inverter",
             "hostname": "192.168.0.32",
             "refreshInterval": 1,
             "accessory": "SMAInverter"
         }

Credit

  1. codyc1515 for the creation and development of the plug-in.
  2. tritter for updating dependencies.
  3. mitch7391 for creating a README, CHANGELOG and ISSUE templates.

License

This plugin is distributed under the MIT license. See LICENSE for details.