aviborg/esp-smart-meter

Support for encryption keys?

Closed this issue · 3 comments

The code seems to be generally working on my meter (Iskraemeco AM550 in Slovenia, RJ12 port) with minor adaptations (baudrate 38400), but I have problems reading the data as my meter's P1 port it's encrypted. I have all decryption keys for my meter available (unicast, broadcast and auth), but nowhere to put them in the code. Is the use of encrypted data and decryption even supported?

Sorry, but support for encryption is not implemented. I would be happy to accept a pull request, or if i get the time I could do it. Do you have any specs on the encryption scheme?

Sorry, I'm total noob in this regard. Maybe this or this can help you? I tried the second one, but it's also not working for me, presumably because of incorrect baudrate (115200).

Good news, Erich implemented it in here, if it's of any help to you.