sungrow-chromedp
sungrow-chromedp
is a small CLI tool to drive your local chrome installation to login to Sungrow website and extract your current solar output in kwh
Install
Binaries
Download the latest pre-compiled binaries here or install it now with curl https://i.jpillora.com/jpillora/sungrow-chromedp! | bash
Source
$ go install github.com/jpillora/sungrow-chromedp@latest
Usage
sungrow-chromedp --help
Usage: sungrow-chromedp [options]
Options:
--portal, -p sungrow portal (default https://www.isolarcloud.com, env PORTAL)
--email, -e sungrow username (env EMAIL)
--pass sungrow email (env PASSWORD)
--timeout, -t overall timeout (default 30s)
--no-headless, -n disable headless mode
--show-network, -s show network requests
--debug, -d show chromedp actions
--version, -v display version
--help, -h display help
Version:
0.0.0-src
TODO
- Support multiple plants
- Page eval to make arbitrary API calls
LICENSE
See LICENSE