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 plugin to display readings from ModBus enabled SMA Solar Inverters.
- Install Homebridge via these instructions.
- 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
- Update your configuration file. There are two methods using Homebridge UI:
- Find
homebridge-sma-inverter
on the 'Plugins' tab, clickSETTINGS
and fill out the pop-up. - 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" }
- Find
- codyc1515 for the creation and development of the plug-in.
- tritter for updating dependencies.
- mitch7391 for creating a README, CHANGELOG and ISSUE templates.
This plugin is distributed under the MIT license. See LICENSE for details.