Skip to content

Commit

Permalink
feat(README): Add explanation for Telegram notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
pkuehnel committed Apr 17, 2022
1 parent 75e22de commit 343b630
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Needs:
- [Power Buffer](#power-buffer)
- [UI](#UI)
- [Charge Modes](#charge-modes)
- [Telegram Notifications](#telegram-notifications)
- [Plugins](#plugins)
- [SMA-EnergyMeter Plugin](#sma-energymeter-plugin)

Expand Down Expand Up @@ -47,7 +48,7 @@ services:
- CurrentPowerToGridUrl=http://192.168.1.50/api/CurrentPower
- TeslaMateApiBaseUrl=http://teslamateapi:8080
- UpdateIntervalSeconds=30
- CarPriorities=1|2
- CarPriorities=1
- GeoFence=Home
- MinutesUntilSwitchOn=5
- MinutesUntilSwitchOff=5
Expand Down Expand Up @@ -126,6 +127,9 @@ Currently there are three different charge modes available:
1. **Maximum Power**: Car charges with maximum available power
1. **Min SoC + PV**: If plugged in the car starts charging with maximum power until set Min SoC is reached. After that only PV Power is used to charge the car.

### Telegram Notifications
If you set the environment variables `TelegramBotKey`and `TelegramChannelId`, you get messages, if a car can not be woken up, or any command could not be sent to a Tesla. Note: If your car takes longer than 30 seconds to wake up probably you will get an error notification, but as soon as the car is online charging starts.

### Plugins
If your SmartMeter does not have a REST Endpoint as needed you can use plugins:

Expand Down

0 comments on commit 343b630

Please sign in to comment.