I was looking through the forums and read some, but I'm still not sure if it is possbile to connect to DLMS Smart Meters and read data through bluetooth using the android app: https://github.com/Gurux/Gurux.DLMS.Android
Please provide some reference guides and a path on how can I implement such thing in my app, it is already reading data through HDLC interface using UART cable.
I am integrating Bluetooth communication using the Gurux Java library. The communication setup, including SNRM and AARQ requests, is working fine. However, the Association Request does not work with meters other than LGZ Single Phase over Bluetooth, even though it works correctly over serial communication. I verified that the Association Request sent over both serial and Bluetooth is identical, but only the Bluetooth fails to get a response. Please suggest what could be the possible issue."
I am getting below "Invalid Logical Name" while trying to connect Indian Standard Allied Meter which I am able to connect through DLMS Director App with same Parameters using Serial Connection but when I am trying to do it using Android APP I am getting "Invalid Logical Name" when clicking on "Open" button after putting Meter Properties.
BLE communication and reading of current values (without association) work correctly on all meters.
DLMS association (SNRM + AARQ) over BLE works only with the LGZ meter — the meter responds to chunked requests, and we receive replies successfully.
However, on other meters, the same association flow over BLE (sending the association request in chunks) fails — we do not receive any response after sending the AARQ.
Over USB/serial (using the same authentication level LOW), all meters respond correctly to the association request.
i am trying to fetch the billing profile details on selecting all
and on click of capture i am getting
Error
ServiceError Read exception.Service UNSUPPORTED
In exsisting Android 2.0.15 project we are not getting support for android 7 version devices were getting an exception GXSerial registerReceiver() method.
Couldn't able to modifiy that file because its read only, but we have tried to convert "gurux.serial.android-2.0.11-sources.jar" into source code after changing source code we are not able to convert it again into .jar file. Can you please support for that. Otherwise if you have any suggestion please let us know.