Update README.md
This commit is contained in:
parent
ccd2fe1689
commit
c78772a532
1 changed files with 9 additions and 9 deletions
18
README.md
18
README.md
|
|
@ -4,14 +4,14 @@
|
|||
* alerting on your phone using pushover
|
||||
|
||||
**start**
|
||||
# clone 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 url to include in the pushover notification
|
||||
# cargo run
|
||||
* clone 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 url to include in the pushover notification
|
||||
* cargo run
|
||||
|
||||
After successful startup a informational message is sent to pushover.
|
||||
Loading…
Add table
Reference in a new issue