Hi,
We are trying to read the load profile using Gurux android, it is read successfully, but it returns a huge amount of data, we tried to add filter range without success, appreciate your help in how to read specific period using the android version.
here is below the code we are using.
GXDLMSProfileGeneric obj = new GXDLMSProfileGeneric("1.0.99.1.0.255");
Calendar start= Calendar.getInstance();
start.set(2021,7,20);
Calendar end= Calendar.getInstance();
end.set(2021,8,11);
readObject(_mDevice,_mClient,obj ,2);
_mClient.readRowsByRange(obj ,start.getTime(),end.getTime());
obj .getBuffer();
Best Regards
Hi,
It looks correct. It might be that meter can't handle the time zone. If you can read the meter with GXDLMSDirector and add Read by range trace here I can check clock settings.
BR,
Mikko
________________________________________
Mikko Kurunsaari
Gurux Ltd
http://www.gurux.fi
Hi,
our optical prop doesn't support connecting on a desktop so I cannot read it.
if there is another option to get this info by android or to enable reading periods
best regards