sgrimee / smarty-reader

Read smart electricity and gaz counter with Arduino
GNU General Public License v3.0
8 stars 4 forks source link

Handle unencrypted data also? #4

Closed tedenda closed 2 years ago

tedenda commented 4 years ago

Is it easy/possible to enable this code to also handle unencrypted data from smart meters? In Sweden were I am form power companies has decided that data on P1 port should be in plain ASCII.

sgrimee commented 4 years ago

@tedenda , it should not be difficult to do this, I recommend starting at this line and replace it with code that simply copies the data to the buffer instead of decrypting to it

tedenda commented 4 years ago

Thanks! I will try to do that. Need a test setup, have asked weigu if there is any board to buy.