home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
73.54k stars 30.72k forks source link

Strange log behaviour #110835

Closed antivirus68 closed 5 months ago

antivirus68 commented 8 months ago

The problem

Since 2024.1.*, I get only few WARNING messages in the Core log, at startup. But I don't get anymore error after boot. This is strange because I didn't change logger configuration and I'm sure that I should get some errors every now and then because of some integrations. Besides I expect to get other WARNINGs after boot due to some custom_components, but I don't get any.

What version of Home Assistant Core has the issue?

2024.2.2

What was the last working version of Home Assistant Core?

2023.12.*

What type of installation are you running?

Home Assistant OS

Integration causing the issue

All

Link to integration documentation on our website

No response

Diagnostics information

No response

Example YAML snippet

logger:
  default: warning
  logs:
    custom_components.toyota: debug

Anything in the logs that might be useful for us?

2024-02-18 09:22:26.681 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration tuya_v2 which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-02-18 09:22:26.681 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration toyota which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-02-18 09:22:26.681 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration localtuya which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-02-18 09:22:26.681 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration watchman which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-02-18 09:22:26.681 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration thermal_comfort which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-02-18 09:22:26.681 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration yahoofinance which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-02-18 09:22:26.681 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration places which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-02-18 09:22:26.682 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration meross_lan which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-02-18 09:22:26.682 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration govee_lan which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-02-18 09:22:26.682 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration wundergroundpws which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-02-18 09:22:26.682 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-02-18 09:22:26.683 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration alexa_media which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-02-18 09:22:26.683 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration attributes which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-02-18 09:22:26.683 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration wyzesense which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-02-18 09:22:31.459 WARNING (MainThread) [py.warnings] /usr/local/lib/python3.12/site-packages/telegram/utils/request.py:49: UserWarning: python-telegram-bot is using upstream urllib3. This is allowed but not supported by python-telegram-bot maintainers.
  warnings.warn(

Additional information

Right now I have a Toyota integrations that does not work but I can't get any errors in the logs because for some reason it looks the logger does not work.

issue-triage-workflows[bot] commented 5 months ago

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. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.

mib1185 commented 5 months ago

Hi @antivirus68 You should report this issue to the maintainer or in the source repository of custom_components.toyota custom component. Thx 👍