-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Dropping message from unknown SenderId/SystemId [KL22E00090] #339
Comments
I'm not sure what qlqw233 is asking but it looks Ike an attempt to get you to download malware |
Yes, apparently so. |
Gary, Please clarify this statement. |
As part of the device configuration, sensors are enabled/disabled by checkbox. For the single-zone s30, I had the temperature and humidity sensors enabled. For the multi-zone s30 I did not. However, values were being reported. This may not have anything to do with the communication issues. Just thought I'd add my discovery. |
Apologies for the long delay. I'm adding code to dump the sibling message that is causing the log entry. That'll be in the upcoming release. |
additional logging has been added https://github.com/PeteRager/lennoxs30/releases/tag/2024.11.0 |
From @garyak Startup results for 2024.11.0 lennox on HA 2024.11.1 core.
Subsequent HA Core restart did not log this error. |
I think this is a startup sequencing issue that is improperly detecting it as an unknown sender. Depending on the order and timing of messages this may or may not occur at startup which is what you are experiencing. You have two systems System 1: System 2: Look at the two lennoxs30. entities in developer tools / states. This should list the sibling Ids and the sibling ip addresses. I would expect to see WL15L03440 to be listed in there. Is the sibling message drop counter increasing on either? If it is a sequencing error i would expect to see a warning logged that looks like this when the error does not occur.
If that is not the case, then it appears that lennox is sometimes sending the sibling message and other times it is not. |
This error AFAIK is not related to the sibling error
The integration is recovering from the error and reconnecting? How often does this occur? The lennoxs30. entity should have metrics. I used to see this on a regular basis on my system (daily); periodically it looked like the S30's network stack would get restarted (or crashed and restarted). From the other issue I see these are the firmware versions?
what is the version running on 192.168.3.94? If it is 207, you may want to upgrade it to 213. |
Here's a snapshot: System 1 (North) sender_message_drop: 0 System 2 (South) sender_message_drop: 9 S30 Hub for South is a newer version of hardware. I'll try and get firmware versions synced up. |
Before you upgrade. Make those app_id different. Restart the s30s and restart HA. That should decrease the sibling message drop. |
They were different. I've edited the previous post to correct the copy/paste error. South is now: North is now. |
All dropped message counters for both s30's have remained at zero following the firmware updates. No new errors have occurred over the past 12 hours and several HA restarts. Will reopen issue if errors return, |
That sounds encouraging. I'll add a note to the readme to mention this issue and that this new firmware version appears to resolve - assuming it runs well for you over the next several days. |
You might revisit S30 Configuration Considerations also. I switched off Auto Update a couple years ago. Thanks for keeping this working as well as it does. |
I still think that is recommended. Lennox at anytime could disable the interface that the integration uses. |
Good point. I'll switch updates back off until next time. |
Updated to HA Core 2024.12.0 running on HAOS 14.0 and following a clean startup, these errors have returned:
This is the 4-zone system (North). Sensors are reporting as expected. Communication was apparently established following these four errors as I monitored the HA log for ten minutes or so without seeing new errors occur. North is sometimes slow to display (unavailable) following a restart or update. |
Describe the bug
Error in HA log:
2024-08-26 03:07:09.742 ERROR (MainThread) [lennoxs30api.s30api_async] processMessage dropping message from unknown SenderId/SystemId [KL22E00090] - please consult https://github.com/PeteRager/lennoxs30/blob/master/docs/sibling.md for configuration assistance
To Reproduce
Occasionally on HA startup.
Version
**Integration Configuration **
Additional context
Reload of the 4-zone system caused these, more familiar errors:
A HA restart following the appearance of the errors above resulted in no errors from the integration. I did find that the temperature and humidity sensors were no enabled on on of the s30s even though values were being reported.
The text was updated successfully, but these errors were encountered: