Skip to content
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

Open
littletruckman opened this issue Jul 4, 2024 · 5 comments
Open

Several integrations fail since 2024.7.0 #121218

littletruckman opened this issue Jul 4, 2024 · 5 comments

Comments

@littletruckman
Copy link

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

@alrassia
Copy link

alrassia commented Jul 4, 2024

Could you please attach a full log, the posted part offers only limited information

@joostlek
Copy link
Member

joostlek commented Jul 4, 2024

This sounds like an issue with theplaces custom_component. You should it open it at their issue tracker

@littletruckman
Copy link
Author

Not only if you read description.

Daikin also report same issue in core.
Seems to be related with history values

@littletruckman
Copy link
Author

@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 ?
I am not a developer :-) so do you think this is part of HAcore ?

BR

@joostlek
Copy link
Member

joostlek commented Jul 4, 2024

No, this is something that places does wrong. it might use internal functions that are not meant to be used this way. That's not supported. It might as well just be a regression, but that would require the places maintainer to look into this, since we don't do support for custom integrations

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants