Create README.md
This commit is contained in:
parent
83951140e6
commit
ec9e10c260
1 changed files with 14 additions and 0 deletions
14
README.md
Normal file
14
README.md
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
* charts solaredge inverter data using its REST api like their app also does
|
||||||
|
* sends alerts if at 12:00 no output is measured
|
||||||
|
* alerting using pushover
|
||||||
|
|
||||||
|
**start**
|
||||||
|
one this repo
|
||||||
|
create .env file that contains
|
||||||
|
SOLAREDGE_API_KEY
|
||||||
|
SOLAREDGE_SITE_ID
|
||||||
|
PUSHOVER_USER_ID
|
||||||
|
PUSHOVER_API_KEY
|
||||||
|
BIND_ADDR eg. 0.0.0.0:3000
|
||||||
|
CALL_HOME optional url to include in the pushover notification
|
||||||
|
cargo run
|
||||||
Loading…
Add table
Reference in a new issue