How to connect Engelmann Sensostar U wired M-Bus to tasmota #17228
Replies: 3 comments 1 reply
-
Very nice. That is what I´m looking for. I have some Tasmota running on Sonoff´s. |
Beta Was this translation helpful? Give feedback.
-
https://de.aliexpress.com/item/33006188395.html?spm=a2g0o.order_list.order_list_main.5.6bb45c5fTSqeoN&gatewayAdapt=glo2deu Wiring is easy Vin = 5V , Vttl =3.3 - with an Wemos D1 mini , Esp8266. I use just a USB power supply. |
Beta Was this translation helpful? Give feedback.
-
Hi @naseweiss01, How did you found this out? i am not that familiar with this Commands... I have the since it seems that i cannot "wake" the meter up, i pressed the button and get in tasmota
|
Beta Was this translation helpful? Give feedback.
-
Hello,
took me a while and i found nothing in the WEB. So I had to do it myself. Unsure if this is the right place to put this, but ...
With this I read with Tasmota ([USER_CONFIG_OVERRIDE.H] changed) my Engelmann Sensostar U with wired M-Bus.
D
->sensor53 r
+1,3,rE1,0,2400,Waerme,1,10,1040FD3D16,105B005B16
1,68b3b368x23uuUUUUUU@1,Energy total,,total,0 ; Total Wärmemenge
1,68b3b368x47uuUUUUUU@60,Flow F_akt,,F_akt,0 ; aktueller Flow in m^3
1,68b3b368x35uuUUUU@1,Power P_akt,,P_akt,0 ; aktuelle Wärme-Leistung
1,68b3b368x59uuUU@1,Temp Vorlauf,,Vorlauf,0 ; aktuelle Vorlauftemperatur
1,68b3b368x63uuUU@1,Temp Rückl,,Rückl,0 ; aktuelle Vorlauftemperatur
1,68b3b368x67uuUU@1,Temp Diff,,Diff,0 ; aktuelle Differenz Vorlauf/Rücklauftemperatur
-------- this I put into User_config_override. I needed more space to use X47, X59 --------
#ifndef USER_CONFIG_OVERRIDE_H
#define USER_CONFIG_OVERRIDE_H
#ifndef USE_SCRIPT
#define USE_SCRIPT
#endif
#ifndef USE_SML_M
#define USE_SML_M
#endif
#ifdef USE_RULES
#undef USE_RULES
#endif
#define USE_SML_SCRIPT_CMD
#define USE_SCRIPT_SUB_COMMAND
#define SML_BSIZ 160
#define MAX_METERS 3
Beta Was this translation helpful? Give feedback.
All reactions