@estruyf/homebridge-solis-sensors

Solis Sensor Service for HomeBridge


Keywords
homebridge-plugin
License
MIT
Install
npm install @estruyf/homebridge-solis-sensors@0.1.1-beta.3637309225

Documentation

Homebridge Solis Sensors

This Homebridge plugin brings a couple of Solis sensors to the Homebridge platform.

  • Battery level
  • Solar panel power
  • Net usage
  • Current consumption

Sample config

{
  ...
  "platforms": [
    ...
    {
      "keyId": "key",
      "keySecret": "secret",
      "stationId": "station id",
      "platform": "SolisSensors",
      "batterySensor": true,
      "solarSensor": true,
      "netSensor": true,
      "loadSensor": true
    }
  ]
}