When reading the association view of a meter (Kaifa), I get the following errors:
okt 09, 2022 12:16:32 EM gurux.dlms.GXDLMSClient parseLNObjects
INFO: Unknown object : 12544 0.0.43.1.0.255
okt 09, 2022 12:16:32 EM gurux.dlms.GXDLMSClient parseLNObjects
INFO: Unknown object : 12544 0.0.43.1.1.255
okt 09, 2022 12:16:32 EM gurux.dlms.GXDLMSClient parseLNObjects
INFO: Unknown object : 12544 0.0.43.1.2.255
It looks like the class_id 12544 is a manufacturer-specific one. Is there any way I can add it?
You need to know the structure of the interface class_id:12544. Then you can manually add it to the source code.
Note! It might be that other device manufacturers are using the same class, but the content of the data is different. For this reason, it is not recommended to use manufacturer-specific interfaces.
Hi Niclas,
Hi Niclas,
You need to know the structure of the interface class_id:12544. Then you can manually add it to the source code.
Note! It might be that other device manufacturers are using the same class, but the content of the data is different. For this reason, it is not recommended to use manufacturer-specific interfaces.
BR,
Mikko
Thanks, I've asked the
Thanks, I've asked the manufacturer for the structure.
Best regards
Niklas