Skip to content
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

[WM-Bus] Water meters sometimes went offline "wrong keys" #47

Closed
JensHoRi opened this issue Nov 12, 2023 · 3 comments
Closed

[WM-Bus] Water meters sometimes went offline "wrong keys" #47

JensHoRi opened this issue Nov 12, 2023 · 3 comments

Comments

@JensHoRi
Copy link

JensHoRi commented Nov 12, 2023

Device got already actual data went suddenly to offline "wrong keys". Save configuration (change in label eg) let it come online again

Maybe only a onetime issue, if no further notices like this could be closed again.

@splatch
Copy link
Contributor

splatch commented Nov 12, 2023

It could happen because binding calculates device address from provided data (serial number, manufacturer etc) which then is matched against device address reported over serial interface. Key is registered with first address which might require tweaking. I’d wait until #45 so we will have a way to compare frame and key assignment in binding code.

@JensHoRi
Copy link
Author

I believe was a one time only situation

@splatch
Copy link
Contributor

splatch commented Nov 12, 2023

Under the neath all keys are shared because they are being held by library within serial or tcp connection. This means that in case of miss-configuration or two things having same device address but different encryption keys one will work and other will fail.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants