-
-
Notifications
You must be signed in to change notification settings - Fork 897
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
Sending commands in a short interval leads to Errors in signing #1512
Comments
Possible duplicate of #1458 |
That's what I suspect as well. Since there wasn't much activity in the other issue I thought I open a new one since it's not confirmed to be the same issue. Do you have any idea how to tackle this problem? |
Sorry, but I am in a place in life right now where I do not have the bandwidth for mysensors. I believe the root cause is a recursive call in the signing backend. |
Do you know if any of the other more active maintainers is still working on the project? It seems quite silent in the last few months? Do you have any kind of documentation for starting developing and debugging? |
Sorry, but I don't. I am probably the one who is most familiar with the security backend as I wrote most of it but with small kids there is simply not room for me to dive into the code for me right now. I have not poked around in it in the last 6 or 7 years or so. |
I see. Thanks for your answer though. Is there any general documentation which kind of architecture you used for developing this framework? Since I have a little bit of experience in programming C++, I'm looking for some way to understand the structure, you used when creating so I might have an starting point digging into the code |
I've got a few lights communicating via mysensors.
When activiating multiple lights via a scene from homeassistant, it fails to set all lights correctly.
The lights have soft signing enabled. I'm using the Serial Gateway with 115200 bd.
Log from homeassistant:
The ... in the logs respresent a lot of RC=1 messages (maybe around 50).
Because of that the lights fail to be set properly. Is this a known bug or anything I could do about?
I'm happy to help with further sketches and debug logs if required.
I also opened an homeassistant issue.
The text was updated successfully, but these errors were encountered: