Skip to content

Commit

Permalink
tasmota plugin: update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
bmxp committed Sep 6, 2023
1 parent 8d1bdd2 commit 40dbf02
Showing 1 changed file with 16 additions and 12 deletions.
28 changes: 16 additions & 12 deletions tasmota/user_doc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,30 +90,34 @@ Dabei definiert
- ``tasmota_sml_attr`` den Namen des Keys aus dem Werte-Dictionary, dass dem Item zugewiesen werden soll.

Die/Eine MQTT Message zum Beispiel oben.

.. code-block:: text
``tele/tasmota_sml2mqtt/SENSOR = {"Time":"2023-01-27T17:20:45","MT631":{"Total_in":0001.000}}``
Den Namen des SML-Devices (hier MT631), die Keys für das gelieferte Dictionary (Zuweisung des Werte) etc. wird direkt im
Tasmota-Script zum Konfiguration des SML-Devices definiert.

.. code-block:: text
>D
>B
.. code-block:: text
=>sensor53 r
>M 1
+1,3,s,0,9600,MT631
1,77070100010800ff@1000,Gesamtverbrauch,KWh,Total_in,2
1,77070100100700ff@1,aktueller Verbrauch,W,Power_curr,2
#
>D
>B
=>sensor53 r
>M 1
+1,3,s,0,9600,MT631
1,77070100010800ff@1000,Gesamtverbrauch,KWh,Total_in,2
1,77070100100700ff@1,aktueller Verbrauch,W,Power_curr,2
#
Der Sendezykus der Werte über ebenfalls in der Konfiguration des Scripts mit <precision> definiert.
"number of decimal places. Add 16 to transmit the data immediately. Otherwise it is transmitted on TelePeriod only."
Siehe hierzu: https://tasmota.github.io/docs/Smart-Meter-Interface/#meter-metrics

.. code-block:: text
1,1-0:1.8.0*255(@1,consumption,KWh,Total_in,4 precision of 4, transmitted only on TelePeriod
1,1-0:1.8.0*255(@1,consumption,KWh,Total_in,20 precision of 4, transmitted immediately (4 + 16 = 20)
.. code-block:: text
1,1-0:1.8.0*255(@1,consumption,KWh,Total_in,4 precision of 4, transmitted only on TelePeriod
1,1-0:1.8.0*255(@1,consumption,KWh,Total_in,20 precision of 4, transmitted immediately (4 + 16 = 20)
Vollständige Informationen zur Konfiguration und die Beschreibung der Item-Attribute sind unter **plugin.yaml** zu finden.

Expand Down

0 comments on commit 40dbf02

Please sign in to comment.