By jhivanshu parasar , 30 October, 2023 Forums DLMSDirector Dear sir, I want to know the process to receive push of DLMS smart meters on Gurux via TCP connection. I have done a lot of research but i am unable to find such a way to receive push notifications on Gurux. -- please send the full process… please send the full process to receive push message on Gurux. Hi, You can use the Push… Hi, You can use the Push listener example for that. You didn't tell me what programming language you are using, but here is a link to a Java example: https://github.com/Gurux/gurux.dlms.java/tree/master/gurux.dlms.push.li… You need to change the listening port. The interface type is WRAPPER, but some older meters might use HDLC. If you have problems getting the correct data add the received data as a hex string and I can get the correct settings for you. I'm sorry, that I haven't answered your first question. For some reason, I didn't notice it. BR, Mikko
Hi, You can use the Push… Hi, You can use the Push listener example for that. You didn't tell me what programming language you are using, but here is a link to a Java example: https://github.com/Gurux/gurux.dlms.java/tree/master/gurux.dlms.push.li… You need to change the listening port. The interface type is WRAPPER, but some older meters might use HDLC. If you have problems getting the correct data add the received data as a hex string and I can get the correct settings for you. I'm sorry, that I haven't answered your first question. For some reason, I didn't notice it. BR, Mikko
please send the full process…
please send the full process to receive push message on Gurux.
Hi, You can use the Push…
Hi,
You can use the Push listener example for that. You didn't tell me what programming language you are using, but here is a link to a Java example:
https://github.com/Gurux/gurux.dlms.java/tree/master/gurux.dlms.push.li…
You need to change the listening port. The interface type is WRAPPER, but some older meters might use HDLC.
If you have problems getting the correct data add the received data as a hex string and I can get the correct settings for you.
I'm sorry, that I haven't answered your first question. For some reason, I didn't notice it.
BR,
Mikko