-
-
Notifications
You must be signed in to change notification settings - Fork 32k
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
HA gets flooded with log entries and eventually crashes #112509
Comments
Hey there @rytilahti, @syssi, @starkillerOG, mind taking a look at this issue as it has been labeled with an integration ( Code owner commandsCode owners of
(message by CodeOwnersMention) xiaomi_miio documentation |
This needs to be fixed in upstream, if it isn't already. As you have noticed, the code that homeassistant is using is different from what's in master, and the current code defines the mapping for this device. For the time being and until a new release is out, I would suggest just changing the log level for that specific logger ( |
Thanks! From the experience, what's the estimate time frame until the change gets merged to a new HA release? |
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. |
The issue is still present, can it be opened? |
I still have the problem with the "Pro H" model; 3/3H works for me. Same behavior, latest HA Core. According to documentation, it should be supported, but I'm constantly getting:
Since this issue has already cost me hours and there doesn't seem to be a working solution available, I might be able to save someone else some time by at least suppressing the warnings. If the following is entered in the configuration.yaml, the warnings will be suppressed:
|
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. |
The problem
I'm having an issue with python miio integration, which I explained in this opened github issue on python miio repository. Integration itself works fine, but logs are getting flooded with:
Right now, there's more than nine thousand of same entries. HA constantly writes them to logs until it eventually crashes the app or becomes laggy and unusable. If miio intergartion is removed, HA works normally with no degradation of performances.
I assume the library owner is busy with something else, so until he sees the opened issue, I want to check is it possible to suppress only these two particular entries from getting written to logs? I'm aware of log level change, but I don't want to miss entries with the same level, if they appear.
What version of Home Assistant Core has the issue?
core-2024.2.5
What was the last working version of Home Assistant Core?
I can't remember, but some really old one from 2022.
What type of installation are you running?
Home Assistant Core
Integration causing the issue
Xiaomi miio
Link to integration documentation on our website
https://www.home-assistant.io/integrations/xiaomi_miio/
Diagnostics information
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: