Hi Mikko,
I am using Gurux.DLMS.Client example to read meter data using CLI.
In that, I am trying to read Block Load Profile data from Indian Standard Smart Meter, But unable to get the data using following CLI
command:
sudo ./gurux.dlms.client.bin -S /dev/ttyUSB0 -r ln -c 32 -a Low -P 1111111111111111 -C AuthenticationEncryption -T 4141413132313231 -A 31323334414243443132333441424344 -B 31323334414243443132333441424344 -g "1.0.99.1.0.255:2" -t Verbose -i WRAPPER -F 7000
Response:
ReadObject failed ProfileGeneric 1.0.99.1.0.255:2 Invalid parameter.
Failed to read object ProfileGeneric 1.0.99.1.0.255 attribute index 2
Can you please check what we need to send in CLI to read the block load profile?