-
Notifications
You must be signed in to change notification settings - Fork 74
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
RsIskraMeter: Initial commit #580
Conversation
Signed-off-by: Dima Dorezyuk <[email protected]>
Signed-off-by: Dima Dorezyuk <[email protected]>
Signed-off-by: Dima Dorezyuk <[email protected]>
Signed-off-by: Dima Dorezyuk <[email protected]>
396233f
to
23f6d3a
Compare
Signed-off-by: Dima Dorezyuk <[email protected]>
Signed-off-by: Dima Dorezyuk <[email protected]>
Signed-off-by: Dima Dorezyuk <[email protected]>
Signed-off-by: Dima Dorezyuk <[email protected]>
@corneliusclaussen @Pietfried @hikinggrass This is supporting the Iskra Meter, including everything needed for german eichrecht (i.e. signed meter values). We use this one in production and would like to contribute to the eco system. @caller fyi |
@dorezyuk this needs merging of main. |
Signed-off-by: Dima Dorezyuk <[email protected]>
Signed-off-by: Dima Dorezyuk <[email protected]>
signing_method: "OCMF".to_string(), | ||
encoding_method: String::new(), | ||
public_key: self.read_public_key().ok(), | ||
timestamp: None, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@hikinggrass @golovasteek should we set also the tiemstamps?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Generally it makes sense for consistency, but only if we decode the OCMF string and take it from there.
Signed-off-by: Dima Dorezyuk <[email protected]>
Signed-off-by: Dima Dorezyuk <[email protected]>
Pr adds support for Iskra's WM3M4 & WM3M4C power meters