You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hallo,
Tinetz Honeywell for customers with PV works after some try & error with UART.
There is a 16 digit key so don´t forget to expand the uint8_key and set the key to 16
uint8_t key[] = {0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0x77, 0x88, 0x99, 0x00, 0x11, 0x12, 0x13, 0x14, 0x15, 0x16};
dlms_meter->set_key(key, **16**); // Pass your decryption key and key length here