estruyf / homebridge-solis-sensors

Solis sensors
MIT License
1 stars 0 forks source link

Single sensor for Solar #1

Closed snoopydooper closed 2 years ago

snoopydooper commented 2 years ago

Hello and thank you.

This is the only plug-in I am able to successfully get working with my Solis setup.

I only have solar generation with no battery. Would it be possible to have a single standalone sensor for generation kw only?

estruyf commented 2 years ago

Hey @snoopydooper, that is why I created the project 🤓.

I updated the plugin (0.1.0-beta.3008619) so that you can define which sensors you want to enable/disable. The new configuration looks as follows:

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