tejonrojo / homebridge-apsystem-inverter

AP system Inverter plugin for homebridge
0 stars 0 forks source link

homebridge-apsystem-inverter

AP system Inverter plugin for homebridge

This plugin shows you total kilo watts per hour generated today and last watts generated by your AP Systems inverter monitor by an ECU.

config.json example:

Add to accesories> "accessories": [ { "accessory": "APSystemsInverter", "name": "Watts", "ecuId": "XXXXXXXXXXXX", "inverter_data": "Watts" }, { "accessory": "APSystemsInverter", "name": "kWh", "ecuId": "XXXXXXXXXXXX", "inverter_data": "Kwh" } ],