Skip to main content
Home
for DLMS smart meters
Open source solutions for DLMS smart metering

Main navigation

  • Home
  • Products
  • About us
  • Open Source
  • Community
  • Forum
  • Downloads
User account menu
  • Log in

Breadcrumb

  1. Home
  2. Forums
  3. Landis+gyr G350 IR Readout

Landis+gyr g350 IR readout

Forum Rules

Before commenting read Forum rules

Don't comment the topic if you have a new question.

You can create a new topic selecting correct category from Gurux Forum and then create a new topic selecting "New Topic" from the top left.

By yctn , 21 September, 2018
Forums
General discussion

Im trying to do a readout on a landis+gyr g350. i have ab IR head which works just fine on my iskra MT171.

when i just send /?! i get =========================
/?!
as output

when i send: /?!\r\n. 2F 3F 21 0D 0A

i get this as output: /?!
. 2F 3F 21 0D 0A

here is my python script im using:

import time
import serial
import re

ser = serial.Serial(
port='/dev/ttyUSB0',
baudrate=300,
parity=serial.PARITY_EVEN,
stopbits=serial.STOPBITS_ONE,
bytesize=serial.SEVENBITS,
)

while 1:
ser.flushInput()
ser.write('/?!\r\n. 2F 3F 21 0D 0A')
time.sleep(15)
output=ser.read(ser.inWaiting())

print output

print '========================='
ser.flushInput()

Profile picture for user Kurumi

Kurumi

7 years 8 months ago

Hi,

Hi,

Your meters are using different protocols.
Iskraemeco MT-171 is using IEC 62053-21
Landis+Gyr G350 is using M-Bus.

BR,

Mikko

yctn

7 years 8 months ago

Hello,

Hello,

Any idea if i can read out the meter by using M-bus?

Profile picture for user Kurumi

Kurumi

7 years 8 months ago

M-bus

Hi,

Find a software that supports it or make own app. M-Bus isn't a very complicated protocol.

BR,
Mikko

yctn

7 years 8 months ago

hi, i found https://github

hi, i found https://github.com/rscada/libmbus and i tryed to scan with mbus-serial-scan for an address but it didnt find any address. so at this moment im not sure if i can communicate with the meter at all. any idea's?

Profile picture for user Kurumi

Kurumi

7 years 8 months ago

M-bus

Hi,

I'm sorry, but we have not communicated with M-bus devices for a long time and I just can't remember this anymore.

BR,

Mikko

Rohit

7 years 7 months ago

Hi

Hi
I have l&t em101+ meter .
How reset value of kwh to 0.
Pls describe strat to end process.

Profile picture for user Kurumi

Kurumi

7 years 7 months ago

In reply to Hi by Rohit

L&G em101

Hi,

Your meter is not DLMS meter and we don't know how to do this. You should ask this info from the meter vendor.

BR,

Mikko

  • Create new account
  • Reset your password

Hire Us!

Latest Releases

  • Tue, 06/09/2026 - 11:16
    gurux.dlms.java 4.0.95
  • Tue, 06/09/2026 - 10:03
    Gurux.DLMS.Python 1.0.199
  • Mon, 06/08/2026 - 13:39
    gurux.dlms.cpp 9.0.2606.0801
  • Mon, 06/01/2026 - 10:15
    gurux.dlms.cpp 9.0.2606.0101
  • Thu, 05/28/2026 - 16:06
    gurux.dlms.java 4.0.94

New forum topics

  • Error reading L&G Meter
  • Pass a TCP Client to GXNet
  • Australian EDMI Mk10D (Essential Energy area)
  • Strange mix of data notificiation vs get response
  • DLMS Connection
More

Who's new

  • Tuanhgg
  • Adel
  • charnon
  • Paddles
  • Miguel Ángel
RSS feed
Privacy FAQ GXDN Issues Contact
Follow Gurux on Twitter Follow Gurux on Linkedin