https://github.com/dcramer/ad-power-usage-alert
https://github.com/dcramer/ad-power-usage-alert
appdaemon
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dcramer/ad-power-usage-alert
- Owner: dcramer
- License: mit
- Created: 2021-08-24T08:15:34.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-04-17T17:20:21.000Z (about 4 years ago)
- Last Synced: 2025-03-06T17:57:36.030Z (over 1 year ago)
- Topics: appdaemon
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Notify when your dryer finishes running:
```yaml
power_usage_dryer:
module: power_usage_alert
class: PowerUsageAlert
dependencies: sentry
entity_id: sensor.dryer_energy_power
deactivation_delay: 3
namespace: hive
telegram:
- !secret telegram_group_id_home
done_message: "The dryer has finished"
```
Notify when the espresso machine has warmed up:
```yaml
espresso_machine:
module: power_usage_alert
class: PowerUsageAlert
dependencies: sentry
entity_id: sensor.espresso_machine_power
activation_delay: 600
namespace: hive
telegram:
- !secret telegram_group_id_home
message: "The espresso machine is ready"
```