master
Dirk Heilig 2024-10-16 14:23:06 +02:00
parent d222f6f761
commit 5284f5a948
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,7 @@ all this topics will get a empty payload if the door is closed.
## configuration
The script is configured env vars:
```
MQTT_HOST: the mqtt host to connect to
ENERGY_METER_TOPIC: the mqtt topic to get the energy meter value
DOOR_TOPIC: the mqtt topic to get the door status
@ -23,3 +23,4 @@ OUTPUT_TOPIC_PREFIX: the mqtt topic to publish the outputs to
optionally:
MQTT_USER: the user to connect with
MQTT_PASSWORD: the password to connect with
```