1.0.7 • Published 7 months ago

homebridge-solis5g-alarm v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

homebridge-solis5g-alarm

npm npm

Description

This homebridge plugin read Alarm state from Solis5G inverter using local network or Cloud and exposes it as a Switch Accessory to Apple's HomeKit. If Alarm is active, switch is ON, otherwise it's turned OFF. Currently for Cloud mode error codes responsible for Power Loss are verified. (186E4 / 186E6). Locally anything marked as "Alert" will trigger Switch.

Installation

  1. Install homebridge
  2. Install this plugin: npm install -g homebridge-solis5g-battery
  3. Update your config.json file

Configuration

"accessories": [
     {
       "accessory": "Solis5gBattery",
       "name": "NoPower",  
       "url": "<URL to Your local Solis Inverter>",
       "username": "<username>",
       "password": "<password>"       
     }
]

Core

KeyDescriptionDefault
accessoryMust be Solis5GAlarmN/A
nameName to appear in the Home appN/A
urlURL To Your Solis5G InverterN/A
usernameUsername that you use to open webPage from Solis InverterN/A
passwordPassord that you use to open webPage from Solis InverterN/A

Optional fields

KeyDescriptionDefault
useCloudIf set to true, soliscloud.com service will be used instead of local networkN/A
solis_urlMain Solis URL where requests are sendhttps://www.soliscloud.com:13333
solis_keyidSolis KeyId (obtain from Solis support)N/A
solis_secretSolis Secret (obtain from Solis support)N/A
solis_deviceSNSolis DeviceSN (Your DeviceSN)N/A

Additional options

KeyDescriptionDefault
pollIntervalTime (in seconds) between device polls300
modelAppears under the Model field for the accessoryplugin
serialAppears under the Serial field for the accessory000-000-000-001
manufacturerAppears under the Manufacturer field for the accessoryauthor
firmwareAppears under the Firmware field for the accessoryversion

Donation

If you like it, any BTC donation will be great. My BTC Wallet: 3Ma1KEEfvNbvfAEyvRvmGHxNs61qZE7Jew

1.0.7

7 months ago

1.0.6

7 months ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago