Skip to content

A plugin for homebridge (https://github.com/nfarina/homebridge) to integrate Sunsynk Inverters into HomeKit

License

Notifications You must be signed in to change notification settings

2610/homebridge-sunsynk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npm version npm beta version npm downloads GitHub last commit

homebridge-sunsynk

Sunsynk Inveter plugin

A plugin for Homebridge that connects to your Sunsynk Inverter with Homekit. The plugin provides eight key sensors: Current Power Production (in Watts), Today's Yield (in kWh), This Month's Yield (in kWh), This Year's Yield (in kWh), the Total Yield (in kWh), Battery Power (in W), Battery SOC (in %) and Load Power (in W). With these sensors, you can effortlessly create automations in your Apple Home based on your solar panel yield, power usage and battery status for a Sunsynk inverter and the e-linter API. homebridge-sunsynk was originated by Chris Posthumus.

You can also set automations to happen when battery reach a certain level or when you generate more than enough power and can turn your pool pump on etc.

IMPORTANT - To use this plugin you will require a Sunsynk Inverter and the e-linter device (NOT THE SOLARMAN), so let us know if you get it working.

Configuration

Username and Password is the email you login to the Sunsynk app. The pollInterval is how often you want to update the homekit in minutes. The lowbatt is wher it will change the state to low battery and you can the trigger automations.

Example:

{
    "name": "Sunsynk Inverter",
    "platform": "Sunsynk",
    "options": {
        "username": "",
        "password": "",
        "pollInterval": 10,
        "lowbatt": 20,
        "debug": false
    }
}

Future features

I will add more things as it is requested or when I find need for it.

Please add feature recomendations here.

If you want to discuss things go here.

About

A plugin for homebridge (https://github.com/nfarina/homebridge) to integrate Sunsynk Inverters into HomeKit

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%