node-red-contrib-growatt-2-cn 1.1.3
Access to the Growatt China API via server-cn.growatt.com using the PLCHome/growatt library.
node-red-contrib-growatt-2-cn
With this node you can download data from the Growatt Shine Webserver for China-region accounts. It is a thin wrapper around the growatt library from PLCHome and connects to https://server-cn.growatt.com.
Installation of Node-RED nodes
Install this package from npm or through the Node-RED library using node-red-contrib-growatt-2-cn.
Usage
Create a Growatt node and at least one config node with the credentials you use in ShinePhone or on https://server-cn.growatt.com.
When a message arrives at the input, the node performs the Growatt API call and sends the API result as msg.payload.
Known issues
This node does not support the parameters historyLastStartDate, historyLastEndDate and historyStart, even though they are available in the underlying library.
Version History
Version 1.1.3:
- Repacked as
node-red-contrib-growatt-2-cn - Fixed the target server to
https://server-cn.growatt.com - Uses
growattdependency0.7.7
License
This project is licensed under the MIT License.
Based on prior work from:
- Thorsten Heilmann
- Richard Pointon