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. General Discussion
Description

General discussion about Gurux community, forum, bugtracker, GXDN, web site, and / or products.

Image
By SmartRaysam , 3 February, 2021

Adding more Register Objects

Forums
General discussion

Hi,
I am running the Arduino Server.ino the code is running well. using the GXDLMSDirector I can read the Active Energy (Ch. 1 L1 Active power+ (QI+QIV) Last avg. 3). and i found the active power register object is added using the function.
int addRegisterObject()
{
int ret;
const unsigned char ln[6] = { 1, 1, 21, 25, 0, 255 };
if ((ret = INIT_OBJECT(activePowerL1, DLMS_OBJECT_TYPE_REGISTER, ln)) == 0)
{
activePowerL1Value = 10;
GX_UINT16_BYREF(activePowerL1.value, activePowerL1Value);
//10 ^ 3 = 1000

By lara.wakim , 3 February, 2021

Octet-string manipulation

Forums
General discussion

Hello Mikko,

We are trying to use the octet-string as type to store date-time values but we are facing some difficulties.

In fact, we created an object of type gxData with value type octet-string:

By Vishal Patel , 3 February, 2021

Issue: Limiter Index 11 and Activity Calendar Index 10

Forums
General discussion

Hi Mikko,

I am reading from IS15959-2 meter and using libguruxdlmsc C Library.

Query: 1

Limiter: 0.0.17.0.0.255
Index: 11

-> When reading, DLMS-lib failing with below error message::

ReadObject failed Limiter 0.0.17.0.0.255:11 Access Error : Device reports a unavailable object.
Failed to read object Limiter 0.0.17.0.0.255 attribute index 11

-> But when I parsed (received) response frame in "Gurux DLMS Translator", frame getting parsed as below.

By SmartRaysam , 3 February, 2021

Integration TCP/UDP using GPRS on Arduino server.ino

Forums
General discussion

Hi,
am trying to integrate TCP using the GSM module in Arduino server.ino for connectivity to the client using dynamic or static ip.

what is the procedure I need to follow for the integration?
Thanks

By SgmUsr , 27 January, 2021

Problem with Decrypt in Python

Forums
General discussion

Hi,

I'm having a problem with a decryption phase with Python.

With this "Get Clock" request "7ea02e022103101c2ce6e600db001e3080000050523e079fa8b6375439df06798690dd1abf4c6357aba96cb98a72bd7e", meter returns "7ea033030221304d25e6e700db002330800000445765bdffdb7758bf79857392065e5c8a55a716ae902eac60519da7a9eeee42747e", which is correct.

By Ashok_Chowdary , 18 January, 2021

SecuritySetup with AuthenticatedEncrypted

Forums
General discussion

Hi Mikko,
SecuritySetup for High Association(0.0.43.0.3.255) Activated as AuthenticationEncryption policy.
But next time when i am connecting gurux through none mode it is connected successfully.
Similarly happening in MR Association also.
I am thinking that connection has occur through Security: AuthenticationEncryption instead of NONE.
Please help me where is the wrong.

By SgmUsr , 14 January, 2021

Difference between python and C#

Forums
General discussion

Hello to everyone,

I'm using Gurux Python and I'm trying to make the first serial communication only with snrmRequest() and aarqRequest().

By lara.wakim , 13 January, 2021

Access level problems

Forums
General discussion

Hello Mikko,

We are focusing now on giving each object its attribute and method access level depending on the type of association. For example, the public client has a very limited access to object to read. Based on the enumeration "DLMS_ACCESS_MODE", we used these 4 types of access level : DLMS_ACCESS_MODE_NONE, DLMS_ACCESS_MODE_READ, DLMS_ACCESS_MODE_WRITE and DLMS_ACCESS_MODE_READ_WRITE.

By Varun Sharma , 13 January, 2021

problem in security

Forums
General discussion

Hello sir
Previously code was working fine but when i updated some files like "Gurux.Dlms,Gurux.Common,Gurux.Serial" and then try to rebuild the code it is showing error in below line

GXDLMSSecureClient dlmsClient = new GXDLMSSecureClient()
dlmsClient.Ciphering.Security = Security.None;

By Varun Sharma , 11 January, 2021

Gprs stuck on same frame

Forums
General discussion

Hello sir
My application was working fine but from 2 3 days i m not able to download meter it always get stuck on same line while downloading using gprs

Pagination

  • Previous page
  • 27
  • Next page
General discussion
  • 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
RSS feed
Privacy FAQ GXDN Issues Contact
Follow Gurux on Twitter Follow Gurux on Linkedin