Update README.md
This commit is contained in:
parent
ec9e10c260
commit
ccd2fe1689
1 changed files with 13 additions and 10 deletions
23
README.md
23
README.md
|
|
@ -1,14 +1,17 @@
|
||||||
|
# solarmon
|
||||||
* charts solaredge inverter data using its REST api like their app also does
|
* charts solaredge inverter data using its REST api like their app also does
|
||||||
* sends alerts if at 12:00 no output is measured
|
* sends alerts if at 12:00 no output is measured
|
||||||
* alerting using pushover
|
* alerting on your phone using pushover
|
||||||
|
|
||||||
**start**
|
**start**
|
||||||
one this repo
|
# clone this repo
|
||||||
create .env file that contains
|
# create .env file that contains
|
||||||
SOLAREDGE_API_KEY
|
## SOLAREDGE_API_KEY
|
||||||
SOLAREDGE_SITE_ID
|
## SOLAREDGE_SITE_ID
|
||||||
PUSHOVER_USER_ID
|
## PUSHOVER_USER_ID
|
||||||
PUSHOVER_API_KEY
|
## PUSHOVER_API_KEY
|
||||||
BIND_ADDR eg. 0.0.0.0:3000
|
## BIND_ADDR eg. 0.0.0.0:3000
|
||||||
CALL_HOME optional url to include in the pushover notification
|
## CALL_HOME url to include in the pushover notification
|
||||||
cargo run
|
# cargo run
|
||||||
|
|
||||||
|
After successful startup a informational message is sent to pushover.
|
||||||
Loading…
Add table
Reference in a new issue