-
-
Notifications
You must be signed in to change notification settings - Fork 31.4k
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
Several integrations fail since 2024.7.0 #121218
Comments
Could you please attach a full log, the posted part offers only limited information |
This sounds like an issue with the |
Not only if you read description. Daikin also report same issue in core. |
@alrassia : Not sur the full log will help since it contains tons of the same error for several integrations (on top of the fact that it contains personal data) ;-) @joostlek : Sorry about my previous answer. I was to fast. You are right it seems that this is always the places component that is the root cause of troubles. Nevertheless, switching back HAcore to 2024.6.4 solve the issue. Maybe there is an issue with recorder component ? BR |
No, this is something that |
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
Several integration are failing since the latest update to 2024.7.0.
Returning to 2024.6.4 solve the issues
2024-07-04 15:57:31.544 ERROR (MainThread) [homeassistant.core] Error running job: <Job listen * HassJobType.Callback <function Recorder.async_initialize.._event_listener at 0x7f9bbd24ca40>>
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/core.py", line 1559, in async_fire_internal
self._hass.async_run_hass_job(job, event)
File "/usr/src/homeassistant/homeassistant/core.py", line 938, in async_run_hass_job
hassjob.target(*args)
File "/usr/src/homeassistant/homeassistant/components/recorder/core.py", line 330, in _event_listener
if entity_filter(entity_id):
^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/places/recorder_history_prefilter/recorder_prefilter.py", line 123, in entity_filter
return recorder_entity_filter(entity_id)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: 'NoneType' object is not callable
What version of Home Assistant Core has the issue?
2024.7.0
What was the last working version of Home Assistant Core?
2024.6.4
What type of installation are you running?
Home Assistant Container
Integration causing the issue
solaredge, daikin_onecta, places....
Link to integration documentation on our website
No response
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: