homebridge-renogy-dc-home
v1.2.1
Published
Homebridge bridge for Renogy DC Home systems.
Maintainers
Readme
Renogy Homebridge Plugin
This is a Homebridge plugin for Renogy devices. It allows you to monitor your Renogy devices in the Apple Home app.
Installation
- Install Homebridge:
npm install -g homebridge - Install this plugin:
npm install -g renogy-homebridge - Configure the plugin in your
config.jsonfile.
Installation (Docker)
If you are running Homebridge in a Docker container, you can install this plugin by exec-ing into the container and running the following command:
npm install git+https://github.com/tdack/renogy-homebridge.gitThis will install the plugin directly from the GitHub repository.
Getting API Keys
To use this plugin, you will need to get an Access Key and a Secret Key from the Renogy platform. You can get your keys by visiting https://platform.renogy.com/apikey/.
Configuration
Note: See the "Getting API Keys" section above to learn how to get your accessKey and secretKey.
{
"platforms": [
{
"platform": "RenogyHomebridgePlugin",
"name": "Renogy",
"accessKey": "YOUR_ACCESS_KEY",
"secretKey": "YOUR_SECRET_KEY"
}
]
}