homebridge-sunpower

Adds monitoring of Sunpower solar panels to Homebridge

Usage no npm install needed!

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

README

homebridge-sunpower

This is a big work-in-progress/proof of concept to get Sunpower production/consumption/daily mix info into Homebridge.

This plugin has two sets of two lightbulbs. Current Import and Current Export will be switched on or off depending on if you are net importing or exporting currently, the brightness represents the percentage of your import/export from/to the grid, and the light sensor represents the power being generated, in kilowatts. Daily Import/Export lightbulbs are similar but for the current day.

Current design inspired by https://github.com/longzheng/homebridge-fronius-inverter-lights

Example config:

        {
            "name": "Sunpower",
            "platform": "Sunpower",
            "username": "sunpower.username@email.com",
            "password": "sunpowerpassword"
        }