-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
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
[dsmr] Added support for the Luxembourgian Smart Meter "Smarty" #5273
Conversation
This is based on the DSMR protocol but with encrypted messages. Also some improvements to the thing defintion files for missing bridges and some small code improvements. Signed-off-by: Hilbrand Bouwkamp <[email protected]>
This looks like a general improvement of code quality for this binding. I have performed a non-functional review and couldn't find any issues (and I don't want to nitpick here, the rather large test decrypt table could of course have been outsourced into a bundle resource, but nothing serious).
Because the core merge rate is super (s)low I suggest to not wait for core here and move those types later on. The bnd migration has higher priority.
Can you do that so that we can merge? |
Signed-off-by: Hilbrand Bouwkamp <[email protected]>
Signed-off-by: Hilbrand Bouwkamp <[email protected]>
Signed-off-by: Hilbrand Bouwkamp <[email protected]>
Signed-off-by: Hilbrand Bouwkamp <[email protected]>
Signed-off-by: Hilbrand Bouwkamp <[email protected]>
Note: until openhab/openhab-core#695 has been merged the pr build will fail. |
Signed-off-by: Hilbrand Bouwkamp <[email protected]>
…hab#5273) * Added support for the Luxembourgian Smart Meter "Smarty" This is based on the DSMR protocol but with encrypted messages. Also some improvements to the thing defintion files for missing bridges and some small code improvements. * Updated readme. * Removed dependency on DatatypeConverter * Fixed SAT warnings. * Switched to units added to core. * Cleanup unit test. * Fix null warnings. Signed-off-by: Hilbrand Bouwkamp <[email protected]>
…hab#5273) * Added support for the Luxembourgian Smart Meter "Smarty" This is based on the DSMR protocol but with encrypted messages. Also some improvements to the thing defintion files for missing bridges and some small code improvements. * Updated readme. * Removed dependency on DatatypeConverter * Fixed SAT warnings. * Switched to units added to core. * Cleanup unit test. * Fix null warnings. Signed-off-by: Hilbrand Bouwkamp <[email protected]> Signed-off-by: Pshatsillo <[email protected]>
…hab#5273) * Added support for the Luxembourgian Smart Meter "Smarty" This is based on the DSMR protocol but with encrypted messages. Also some improvements to the thing defintion files for missing bridges and some small code improvements. * Updated readme. * Removed dependency on DatatypeConverter * Fixed SAT warnings. * Switched to units added to core. * Cleanup unit test. * Fix null warnings. Signed-off-by: Hilbrand Bouwkamp <[email protected]> Signed-off-by: Maximilian Hess <[email protected]>
This is based on the DSMR protocol but with encrypted messages. Also some improvements to the thing definition files for missing bridges and some small code improvements.
This pr depends on openhab-core change openhab/openhab-core#695. That needs to be merged before this will build correctly.