1.1.0 • Published 5 months ago

homebridge-foxess v1.1.0

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

verified-by-homebridge node npm npm version Node.js CI

Homebridge FoxESS

This plugin exposes HomeKit to solar data provided by FoxESS and those who use its platform, such as Energizer Solar.

Created are various accessories that help power-optimising automations in HomeKit.

Currently, only a light sensor is exposed that indicates the current solar generation.

This plugin is still in early development.

Example config.json:

    "platforms": [
        {
            "name": "FoxESS",
            "platform": "HomebridgeFoxESS",
            "apiKey": "<your-api-key>",
            "interval": "60000"
        }
    ]

Parameters

ParameterDescriptionRequiredDefault
apiKeyAPI Key provided by FoxESS Cloud.true
intervalHow often to update current usagefalse300000 (5 minutes)

Obtaining an API Key

  1. Login to FoxESS Cloud
  2. Click on the top-right user icon, and select User Profile
  3. Under 'API Management', hit 'Generate API Key'.

Note: There is currently a limit of 1440 calls per day for an API Key, equating to once per minute.

1.1.0

5 months ago

1.0.24

11 months ago

1.0.22

1 year ago

1.0.21

1 year ago

1.0.23

12 months ago

1.0.20

1 year ago

1.0.19

1 year ago

1.0.18

1 year ago

1.0.17

1 year ago

1.0.16

1 year ago

1.0.15

1 year ago

1.0.14

1 year ago

1.0.13

1 year ago

1.0.12

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.8

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago