We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I was playing around with your ESP based SML reader in comparison to a RasPi based solution.
Power values are reported correctly, but OBIS code 96.50.1 with the serial number is not properly decoded, only RAW HEX message is shown.
Via MQTT I get: /sensor/1/obis/1-0:96.50.1/1/value ISK /sensor/1/obis/1-0:96.1.0/255/value 0a 01 49 53 4b 00 05 39 7f b1
But serial number should be shown as: 87654321 Would be great if the decoding could be improved.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I was playing around with your ESP based SML reader in comparison to a RasPi based solution.
Power values are reported correctly, but OBIS code 96.50.1 with the serial number is not properly decoded, only RAW HEX message is shown.
Via MQTT I get:
/sensor/1/obis/1-0:96.50.1/1/value ISK
/sensor/1/obis/1-0:96.1.0/255/value 0a 01 49 53 4b 00 05 39 7f b1
But serial number should be shown as: 87654321
Would be great if the decoding could be improved.
The text was updated successfully, but these errors were encountered: