2022.11: A heck of a release!

same here . running out of memory then crashing 8GB running proxmox

Mine is solid running on a Odroid n2+ with the current 2022.11.5. No memory issues. Of course this is totally dependent on what integrations,hardware,etc that people are using and their log level settings. Having a log set to debug will use up tons of space. I like having the frequent updates since it ensures that we get new features and bug fixes quickly instead of resorting to temporary bug patches.

disabled camera plugin ONVIF and its happy :smiley:

I finally got around to updating and now getting an error in the logs:

Logger: homeassistant.setup
Source: setup.py:192
First occurred: 2:18:47 AM (1 occurrences)
Last logged: 2:18:47 AM

Setup failed for google: Unable to import component: No module named 'ical.timespan'

I updated to 2022.11.5 from 2022.10.4.

Any ideaā€™s where this could be coming from?

I did a text search in my config for ā€˜ical.timespanā€™ and got no results.

And a general google search didnā€™t help either.

has anyone else noticed the Bravia integration has somehow changedā€¦both configured TVs are no longer showing as ON/Playing in statesā€¦this has broken with my update to Core 11.5, did search to see if already mentioned but couldnā€™t see anything

Post the error from your text logs please

This is all that pops up in a search for ā€œicalā€ or ā€œgoogleā€ (Iā€™ve restarted since the last log entry above):

022-12-02 06:39:57.293 ERROR (MainThread) [homeassistant.setup] Setup failed for google: Unable to import component: No module named 'ical.timespan'

Are you running any custom calendars? Google does not use that lib. Well it doesnā€™t appear to use that lib, neither does the source lib. However Iā€™m not using an IDE, so I might have missed it.

Not that I can see in my custom_components directory. I donā€™t see anything listed in HACS.

I donā€™t know where else it could be coming from and none of my google calendars (I have four configured) are loading.

image

So I assume that itā€™s the built-in calendar integration that has the issue.

Write up an issue if there isnā€™t already one. Odd that youā€™re hitting this an no one else is though.

seems like thereā€™s already an issue and a fix

EDIT:

This apparently has to do with the custom integration

that needs updating

1 Like

Hmmmā€¦interesting.

I had downloaded that repo when it was first announced but I had never actually installed it.

it took a bit of jumping thru hoops (uninstalling it, re-downloading it, uninstalling it, reverting back to 2022.10.4 then back to 2022.11.5, etc) but I finally got it un-installed and the google calendar integration seems to be working again.

strange that Iā€™ve never had a custom integration ever overwrite a built-in integration library that isnā€™t a custom version of that same built-in integration. I never even suspected that was a possibility.

I guess I donā€™t need that custom integration anyway.

thanks for the help.

Well, if itā€™s installed in place (in custom_components) HA still loads the manifest which in turn loads the dependencies in the system. Not sure the order of that and how that impacts things, but you probably could have fixed it by just matching the dependencies on the custom integration.

TLDR: Dependencies are a PITA

webrtc not streaming in 2022.11.5 version

Yes it is sir

@bandric1 You can start by ensuring that you are not running in debug mode, and that youā€™re only writing the desired level of information to your logs. Do something like this in your configuration.yaml.

# Level of info written to the HA log files.
logger:
  default: critical
  logs:
    # log level for components
    homeassistant.components.mqtt: error
    ...

Then, although Supervisor is one of the HA components, it somehow does not use these settings in the HA config file. You have to set itā€™s log level separately. e.g.

ha supervisor options -l warning

And as you are running supervised you have the ability to investigate and troubleshoot in more detail to help find and fix the root cause of your excessive logs, and make advanced changes to your system that impacts your SSD usage.

Until recently PulseAudio was running in debug mode in the hassio_audio container, spamming the downstream system logs with a lot of unnecessary crap detail. This seems to be fixed though in the current container release. But you can still do your CPU usage and hence system performance a favor by suspending PulseAudio if you are not using audio in your implementation.

Same here. When upgradeing from 11.2 tot 11.5 memory get lost. Stopping ONVIF and all oke

Its been fixed hopefully - just waiting to be merged into a release . :+1:

2 Likes

@frenck - Maybe I am too early but where is the new 2022.12 release? It is after 8PM CET on the first Wednesday of the month. So I just googled the beta release notes and I read the following:

Donā€™t forget to join our release party live stream on YouTube today at 12:00 PDT / 21:00 CET!

I am not following the YouTube channel, and I am not aware when the release party is happening live, but generally a less than 1 hour notice seems to be a bit short. :wink:

On the YT channel the party is announced a week in advanced, same on the Discord server. And it is a fixed date on every first Wednesday of a month, so can be planned for pretty good.