Hi
I am using DLMSDirector and RS-485 to get data from Holley DTSD545S meter. But when i am trying to connect "Failed to receive reply from the device in given time " error appeared. What should I do?
here is my device properties:
https://www.dropbox.com/scl/fi/zjyqh2jrb6x3dzfn74mzs/Gurux-device-prope…
Forums
Hi, You need to change the…
Hi,
You need to change the interface from WRAPPER to HDLC.
If the meter is still not responding, check your serial port settings, as well as the logical and physical addresses. They should be described in the meter documentation.
BR,
Mikko
Hi, There is no information…
Hi,
There is no information about the logical and physical addresses in the meter documentation. Do you have any experience that Holley DTSD545S meter not working like this?
Hi, Try with a baud rate of…
Hi,
Try with a baud rate of 9600.
Logical address: 1
Physical address: 0x1C.
The settings vary between meter models.
BR,
Mikko
Hi, I think it's finally…
Hi,
I think it's finally connected to the meter. But it is getting stuck as "collecting objects" and can't get a data.
https://www.dropbox.com/scl/fi/j93xh1iqwu6t903wyjwp3/Screenshot-2025-06…
Hi, There is an issue with…
Hi,
There is an issue with some Holley meters and you can't read the association view (object collection) from the meter.
You can ask if a firmware update is available for your meter that addresses this issue.
If you have a list of the objects, you can add them manually.
You can start with the clock object.
Select your meter and the select "Edit" and "Add object" from the top menu. Select clock as a COSEM object and press ok. You can now read your clock from the meter.
BR,
Mikko
Hi, Thank you for giving me…
Hi,
Thank you for giving me advice. I successfully added clock object. But when i try to data object "data object object reference not set to an instance error appeared" error appeared. Sorry for asking so much.
Hi, Can you read the clock?…
Hi,
Can you read the clock? Do that first to make sure that the reads work.
You didn't give the logical name for the object. That should be in the meter documentation.
You need to ask for the document from the meter vendor that contains all the objects you can read from the meter.
BR,
Mikko
Hi, How can i know clock…
Hi,
How can i know clock object is reading and working?
Hi, I found all the objects…
Hi,
I found all the objects that I can read from the meter. But in Gurux Director, I cant find most of the objects.
https://www.dropbox.com/scl/fi/acv66qroozoohrtwwc0wm/Screenshot-2025-06…
Hi, I believe that you need…
Hi,
I believe that you need to change the authentication level from None to Low. You must also change the client address. That should be in the meter documentation.
BR,
Mikko
Hi again, In my meter's user…
Hi again,
In my meter's user manual, there are 3 different client addresses.
Public client: 016
Read client: 002
Management client: 001
Which one should I use?
Hi, Try to connect with…
Hi,
Try to connect with public address first. You should be able to establish the connection to the meter and read values. Set the authentication level to None and the client address to 0x10. Those are the default values.
Then change the authentication level to Low or High and set the client address to 1, and set the correct password.
BR,
Mikko
Hi, Can I use gurux.dlms…
Hi,
Can I use gurux.dlms python? And how to use it?
Hi, Yes, you can use the…
Hi,
Yes, you can use the Python client example to read your meter. You can see the command line arguments when you select the meter in GXDLMSDirector.
BR,
Mikko