This commit is contained in:
CaCO3
2023-02-05 01:14:03 +01:00
parent b9dceabaad
commit b65e77511c
74 changed files with 0 additions and 74 deletions

View File

@@ -1,7 +1,6 @@
# Parameter `ClientID`
Default Value: `watermeter`
## Description
ClientID to connect to the MQTT broker.
If disabled, the `hostname` will be used.

View File

@@ -1,7 +1,6 @@
# Parameter `HomeassistantDiscovery`
Default Value: `true`
## Description
Enable or disable the Homeassistant Discovery.
See [here](../Integration-Home-Assistant) for details about the discovery.

View File

@@ -1,7 +1,6 @@
# Parameter `MainTopic`
Default Value: `watermeter`
## Description
MQTT main topic, under which the counters are published.
The single value will be published with the following key: `MAINTOPIC/NUMBER/RESULT_TOPIC` where:

View File

@@ -1,7 +1,6 @@
# Parameter `MeterType`
Default Value: `other`
## Description
Select the Meter Type so the sensors have the right units in Homeassistant.
!!! Note

View File

@@ -1,6 +1,5 @@
# Parameter `SetRetainFlag`
Default Value: `true`
## Description
Enable or disable the retain flag for all MQTT entries.

View File

@@ -1,5 +1,4 @@
# Parameter `Uri`
Default Value: `mqtt://IP-ADRESS:1883`
## Description
URI to the MQTT broker including the port. E.g. `mqtt://IP-Address:Port`.

View File

@@ -1,6 +1,5 @@
# Parameter `password`
Default Value: `PASSWORD`
## Description
Password for MQTT authentication.

View File

@@ -1,5 +1,4 @@
# Parameter `user`
Default Value: `USERNAME`
## Description
Username for MQTT authentication.