mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-10 13:36:54 +03:00
Update config-page info-text about MQTT topic structure (explain VALUE_NAME)
This commit is contained in:
@@ -611,8 +611,12 @@ textarea {
|
|||||||
<input type="text" id="MQTT_MainTopic_value1">
|
<input type="text" id="MQTT_MainTopic_value1">
|
||||||
</td>
|
</td>
|
||||||
<td style="font-size: 80%;">
|
<td style="font-size: 80%;">
|
||||||
MQTT main topic, under which the counters are published. The single value will be published with the following key: MAINTOPIC/VALUE_NAME/PARAMETER <br>
|
MQTT main topic, under which the counters are published. <br>
|
||||||
where parameters are: value, rate, timestamp, error<br>
|
The single value will be published with the following key: MAINTOPIC/VALUE_NAME/PARAMETER where
|
||||||
|
<ul>
|
||||||
|
<li> VALUE_NAME is the name of the value (a meter might have more than one value) as defined during analog and digital ROI configuration (defaults to "main")</li>
|
||||||
|
<li> and PARAMETERS are: value, rate, timestamp, error</li>
|
||||||
|
</ul>
|
||||||
The general connection status can be found in MAINTOPIC/CONNECTION
|
The general connection status can be found in MAINTOPIC/CONNECTION
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user