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. Gurux DLMS For Android
Description

Questions and comments about<br />
Gurux <b>DLMS/COSEM for Android</b> Protocol Component.

Image
By solomihir , 2 July, 2024

Android 14 Migration

Forums
Gurux DLMS for Android

Hello @Kurumi

I am facing error shown below in Android 14 devices. This is due to new Android 14 behavior changes. I have attached the error causing line in GXSerial.java (gurux.serial.android/Java/Serial/src/main/java/gurux/serial
/GXSerial.java) (check 1 in attached image). Please consider making changes to similar code.

Error --> One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when a receiver isn't being registered exclusively for system broadcasts.

By SmartMeterAndroid , 25 June, 2024

Relay Re-connect & Disconnect the meter

Forums
Gurux DLMS for Android

Hi

I want to Relay Disconnect and Reconnect the Meter.

I tried the following code.

val disc = GXDLMSDisconnectControl("0.0.96.3.10.255")
val reply = GXReplyData()
val reconnect = readDLMSPacket2(disc.remoteReconnect(mClient), reply)
print(reconnect)
Thread.sleep(20)
val disconnect = readDLMSPacket2(disc.remoteDisconnect(mClient), reply)
print(disconnect)

But it is not working. Kindly guide me where it is wrong. Thanks.

By niralldas8@gmail.com , 7 June, 2024

Issue with Generating AARQ Request for Ciphered Meter

Forums
Gurux DLMS for Android

Hello,

I am currently facing an issue with generating the correct AARQ request for a DLMS ciphered meter. Despite my efforts, I am not receiving an AARE response from the meter side. Below are the details of my configuration:

7E A0 6B 03 61 10 2A FF E6 E6 00 60 5D A1 09 06 07 60 85 74 05 08 01 03 A6 0A 04 08 6C 6E 74 30 30 30 30 30 8A 02 07 80 8B 07 60 85 74 05 08 02 02 AC 12 80 10 79 33 06 0C 5E 49 17 3C 79 2E 55 70 39 64 1B 37 BE 23 04 21 21 1F 30 00 00 00 05 13 EA 91 CE 46 32 B5 35 5C 2A D5 5A F5 F8 02 FD A5 BF D0 39 8F 59 C5 34 8E 22 9E 80 7E

By Bhaumik , 30 May, 2024

Port List not updated after permission

Forums
Gurux DLMS for Android

Hi Mikko,

I am performing connect-disconnect load operations on smart meter using an Android app via the serial interface.

When I connect the cable to the mobile phone, it prompts for permission to access the port. After granting permission, the latest port does not update in the GXSerial port list. Currently, we have to restart the mobile application to see the latest port.

After granting permission, all latest ports should update in the list without restarting the mobile app.

Can you please suggest how I can achieve this using Gurux.Serial.Android?

By altumerc , 29 May, 2024

How make relay connect request to the meter

Forums
Gurux DLMS for Android

Hi there is no support for the method function in the app from where we can make relay connect or disconnect request
public void Method(GXDLMSObject it, int attributeIndex, object value, DataType type)
something like this is not present
Can you point out where the method is used so I can use it in the android accordingly
Thanks

By altumerc , 22 May, 2024

Not able to make Association with the meter

Forums
Gurux DLMS for Android

Hi I am using a DLMS meter to make association in the US mode which has innvocation counter present and I am not able to set the invocation counter from the App how do I handle that. Since there is no invocation counter added to the device it is not able to make association and throws an error that Invalid meter type since the meter is not able to send any data

settings.invocationCounter = new GXDLMSData("0.0.43.1.3.255"); i am trying to do this inside the GXDLMClient class where the settings is being created inside the constructor of the GXDLMClient.

By SmartMeterAndroid , 22 May, 2024

Connection is permanently rejected No reason is given

Forums
Gurux DLMS for Android

we are doing the re connection of the meter is getting the following error.

"Connection is permanently rejected No reason is given"

Scenarios :

1. Once open the App and do the connection is successful
2.After kill and relaunch the App and do the connection is getting the Above Error.

Please help how can resolve this error.

By oulahsensaid , 9 May, 2024

Optical head

Forums
Gurux DLMS for Android

Hi Mr.Kurumi.
Please can I use this Optical head(picture below) to read smart meter (EMH) on Android (Gurux.DLMS.Android)?
If yes, what settings shoud I change.
Note: - This optical head is working fin on Windows(GXDLMSDirector).
- I'can read the same meter with another optical head(CP2101).
Thank you in advance.
Best regards.

By delanou , 25 April, 2024

Implementing Bluetooth BLE in Gurux DLMS Android Library

Forums
Gurux DLMS for Android

I'm a dev who uses the Gurux DLMS Android library in my React Native App, and recently I've been exploring the possibility of integrating Bluetooth BLE (Bluetooth Low Energy). However, I've noticed that currently the Gurux DLMS Android library does not offer native support for Bluetooth BLE.

I've been reading code from the library but i'm not quite sure how I should implement BLE. Also, I integrated "react-native-ble-plx" library to my project but Gurux DLMS Android library won't detect it as another serial port. I'm kind of lost...

By Akash , 18 April, 2024

i am making disconnection request but facing this issue can you plz help me

Forums
Gurux DLMS for Android

i am connecting from Android
i am using
BSC12X1 - Optical Probe
and FT232R Serical (UART) IC MODEL

Tx: 7E A0 1F 03 21 93 76 27 81 80 13 05 01 80 06 02 02 00 07 04 00 00 00 01 08 04 00 00 00 01 B4 F9 7E

Rx: 7E A0 1F 21 03 73 78 66 81 80 13 05 02 01 00 06 01 80 07 04 00 00 00 01 08 04 00 00 00 01 FD FE 7E

Tx: 7E A0 2B 03 21 10 FB AF E6 E6 00 60 1D A1 09 06 07 60 85 74 05 08 01 01 BE 10 04 0E 01 00 00 00 06 5F 1F 04 00 42 1E 5D FF FF 19 35 7E

Pagination

  • Previous page
  • 8
  • Next page
Gurux DLMS for Android
  • 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