@rohmer/node-red-ankersolix
v1.0.2
Published
Library to access an ANKER Solix API from Node-RED
Downloads
63
Maintainers
Readme
@rohmer/node-red-ankersolix
Node-Red Integration for Anker Solix Solarbanks.
Installation
Node-RED
You can install this package from the Node-RED palette manager by searching for @rohmer/node-red-ankersolix
.
NPM
- Navigate to your Node-RED user directory. This is usually
~/.node-red
. - Run
npm install @rohmer/node-red-ankersolix
. - Restart Node-RED (
node-red-restart
).
Available Nodes
- SolixApi: Global configuration node for Solix API.
- Solix | Read Scen Info: Read the API Endpoint Scen Info. Includes information about solarbanks and the site.
- Solix | Set Schedule: Sets & reads the schedule after wards.
- Solix | Read Home Load Chart: Reads the home load chart.
License
Distributed under the Apache-2.0 License. See LICENSE.txt
for more information.
Acknowledgments
The project originated as a fork of the library developed by energychain. I'd like to thank them for the effort put into their project.