homebridge-apsystem-inverter

A Homebridge plugin to collect AP Systems solar inverter data and show it into HomeKit as a light sensor accessory. It shows current watts generation and total kwh by day.

Usage no npm install needed!

<script type="module">
  import homebridgeApsystemInverter from 'https://cdn.skypack.dev/homebridge-apsystem-inverter';
</script>

README

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" } ],