Improved mqttlog daemaon: persistent registered devices.

This commit is contained in:
Martin Preuss
2024-02-17 17:33:09 +01:00
parent ef22bd65ea
commit 4c44890d3c
18 changed files with 591 additions and 61 deletions

View File

@@ -3,7 +3,7 @@
<device name="tasmotaplug" driver="mqtt">
<mqtttopics>
<mqtttopic type="json" direction="in" >
<mqtttopic type="json" name="sensor" direction="in" >
<mask>tele/tasmota/*/SENSOR</mask>
<beforeId>tele/tasmota/</beforeId>
<afterId>/SENSOR</afterId>
@@ -20,7 +20,7 @@
</mqtttopic>
<mqtttopic type="num" direction="out" >
<mqtttopic type="num" name="power" direction="out" >
<beforeId>cmnd/tasmota/</beforeId>
<afterId>/Power</afterId>