reformat
parent
d222f6f761
commit
5284f5a948
|
@ -13,7 +13,7 @@ all this topics will get a empty payload if the door is closed.
|
||||||
## configuration
|
## configuration
|
||||||
|
|
||||||
The script is configured env vars:
|
The script is configured env vars:
|
||||||
|
```
|
||||||
MQTT_HOST: the mqtt host to connect to
|
MQTT_HOST: the mqtt host to connect to
|
||||||
ENERGY_METER_TOPIC: the mqtt topic to get the energy meter value
|
ENERGY_METER_TOPIC: the mqtt topic to get the energy meter value
|
||||||
DOOR_TOPIC: the mqtt topic to get the door status
|
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:
|
optionally:
|
||||||
MQTT_USER: the user to connect with
|
MQTT_USER: the user to connect with
|
||||||
MQTT_PASSWORD: the password to connect with
|
MQTT_PASSWORD: the password to connect with
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in New Issue