Update README.md

This commit is contained in:
Sander Hautvast 2025-10-08 20:03:08 +02:00 committed by GitHub
parent ccd2fe1689
commit c78772a532
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,14 +4,14 @@
* alerting on your phone using pushover * alerting on your phone using pushover
**start** **start**
# clone 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 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. After successful startup a informational message is sent to pushover.