Hello. some DCU from chinese using plc module which is have chinese protocol 1376.2 to connect with other meter. This protocol have mac address to communicated with specify meter mac address like some plc method. And then in body message have wrapper DLMS protocol. I want ask, is Gurux supported chinese protocol 1376.2 to comunicate with meters using PLC media.
I developed this chinese protocol to make compatible with gurux library. Is any clue to running gurux library in python without using any media. i want to direct send dlms message from chinese protocol to gurux library without media because must be parsing from chinese protocol to dlms message to get library working well. Thanks
Hi, I don't have SNT 1376.2…
Hi,
I don't have SNT 1376.2-2004 so I can't say anything adding support for it.
You don't need the media component. The Gurux DLMS library generates the bytes. It doesn't send bytes and you can send the generated bytes however you want.
BR,
Mikko
is there any example to use…
is there any example to use library without media component?
Hi, No, but you can easily…
Hi,
No, but you can easily modify the client example for your needs.
Just remove the media and replace the media read and write functions with your own.
BR,
Mikko
if i still use the media,…
if i still use the media, but if i processed the reply data before processed by gurux dlms is still possible?