SDM72D-M V2 Modus problems with readings #19178
Replies: 1 comment
-
That's how it works. He worked with Domoticz for several months, but after one of the python updates there was a problem - the data stopped flowing. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Guys,
i bought this energy meter in version 2, because i want to read the energy cosumption of my heatpump.
I use tasmota + IR together with SML to read my Holley counter and everything works fine. So i saw, SDM72D-M is also supported and i was thinking, cool, thats easy.
But now i invest many hours and i understand nothing anymore.
I add only the reader pin to different Pins on my wemod d1 and i also used 3,3 and 5V.
Then i add the SML Script , adjust the GPIO Port for ReaderPin, but nothing happend.
=> Questions: Can the SML Module Read the Modbus directly from the meter via RS485 adapter?
=> Questions How do i configure 2 Meters in SML? Is this correct:
`
Then i activated this lines:
#define USE_SDM72 // Add support for Eastron SDM72-Modbus energy monitor (+0k3 code) #define SDM72_SPEED 9600 // SDM72-Modbus RS485 serial speed (default: 9600 baud) #define SDM72_IMPEXP // Show additonal import/export active energy and power in MQTT and Web (+0k5 code)
I used reader and sender on GPIO 3 and 4 and setup in tasmota config the GPIOs for SDM Tx/Rx and now the was a comunication visible in the meter with telephon-symbol.
But also no data...
I do not found in the internet a configuration for reading 2 meters... one via IR and the other via Modbus.
Currently working is only the IR as single reader.
Can somebody help me to find the correct solution?!
Thanks a lot.
Beta Was this translation helpful? Give feedback.
All reactions