14 lines
426 B
Plaintext
14 lines
426 B
Plaintext
# Tapo Credentials
|
|
# Your TP-Link/Tapo account credentials
|
|
TAPO_USERNAME=your-email@example.com
|
|
TAPO_PASSWORD=your-password
|
|
|
|
# Tapo Discovery Settings (optional)
|
|
TAPO_BROADCAST_ADDR=192.168.3.255
|
|
TAPO_DISCOVERY_INTERVAL=300000
|
|
TAPO_POLL_INTERVAL=10000
|
|
|
|
# Telegram bot token for water valve rule (waterButtonLearnAndCall.js)
|
|
WATER_VALVE_TELEGRAM_TOKEN=your-telegram-bot-token
|
|
WATER_VALVE_TELEGRAM_PASSWORD=your-secret-password
|