DRT428M-2 rs485 MODBus #14746
Replies: 13 comments 4 replies
-
Hi Which board re you using ? |
Beta Was this translation helpful? Give feedback.
-
Hi Many thanks for the quick response. |
Beta Was this translation helpful? Give feedback.
-
Please see if your TX and RX connections are straight and not cross-over (which is the usual case) This is what I have and it works very well:
|
Beta Was this translation helpful? Give feedback.
-
Hi
Unfortunately, your script does not produce any results either. Regards |
Beta Was this translation helpful? Give feedback.
-
Do you have an oscilloscope to check that you are actually receiving data ? You may also disable the script and set the GPIOs 1 / 3 to Serial TX et Serial RX like below Commands : https://tasmota.github.io/docs/Commands/#serial-bridge |
Beta Was this translation helpful? Give feedback.
-
Hi Many thanks for the support. I'll send to address 48 tomorrow. Regards |
Beta Was this translation helpful? Give feedback.
-
Hi
+1,3,M,1,9600,DRT,1,2,0103000e Greetings Andre |
Beta Was this translation helpful? Give feedback.
-
Hi The problem I have is that the master (electricity meter) is not responding. Regards |
Beta Was this translation helpful? Give feedback.
-
Stuck whit the same problem. -.- |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I didn't get the idea because this documentation describes it that way: "TCPBaudRate : sets the baudrate for serial (only 8N1 mode)" But you're right, it works with that too. Thank you 👍 |
Beta Was this translation helpful? Give feedback.
-
if that is the reason you may use this in SML driver to set MODBUS to 8E2: +1,3,ME2,1,9600,DRT,1,2,0103000e |
Beta Was this translation helpful? Give feedback.
-
Despite all speculation, my DRT 428M-2 is working with 8E1 !!!
+1,3,ME1,1,9600,DRT,1,3,0103000E,01030010,01030012,01030016,0103001C,01030100 |
Beta Was this translation helpful? Give feedback.
-
Hi
I've been trying to integrate a DRT428M-2 into Tasmota for a few days.
I tried it with Tasmota sensors and Tasmota Smart Meters.
At Tasmota Smart Meters I have
#ifndef USE_SCRIPT
#define USE_SCRIPT
#endif
#ifndef USE_SML_M
#define USE_SML_M
#endif
#ifdef USE_RULES
#undef USE_RULES
#endif
integrated.
And the script
I get a nice list of all the values via the software supplied with the meter.
I would be happy if someone could help me.
Regards
Andre
Beta Was this translation helpful? Give feedback.
All reactions