2022.4: Groups! Groups! Groups!

See Sun Integration does not show entity · Issue #68951 · home-assistant/core · GitHub

1 Like

Thanks. I’ll check it out.

Yeah I figured that was the issue. In regards to the current paradigm, sun and it’s attributes should be split into separate entities. Similar to pnbuckers sun2. It would be a large breaking change. If it happens, it should be rolled out slowly with a very long deprecation.

Where is this new backup interface for core? I even tried the redirect link and that takes me to a 404.

Looks like I need to add the backup: config, probably should be in the notes on the Update or maybe have a link to the Backup documentation.

This caught me out too -
now I have to use:

country: gb
province: Scotland

Whereas previously the documentation said:

country: Scotland
2 Likes

Yeah, the breaking change appeared to be in the library HA uses but doesn’t manage. Hence why it was missed.

2 Likes

Doesn’t it feel “devastating” that Scotland “still” is a Province to a “Country” called gb ? :laughing:

6 Likes

Just reverted back to an older version for the time being and things are ok.

yes MariaDB…

there’s a whole other discussion on that still being advised or not :wink:

For those who have Zigbee ZHA issues after updating to 2022.4, this is what I have learnt:

  1. There were significant changes to ZHA quirks going from .69 to .71. If you were using custom quirks, you either need to replicate those changes there or ensure you are using .71. Don’t ask me questions about this as I am just repeating what I read and can’t add anything to it :slight_smile:

  2. If you have a ConBee II coordinator, like myself, the issues may be unrelated to the update itself but rather a recurring issue that ConBee II users tend to run into. I have before but was able to recover with things like unplug, plug back in, reboot, etc but this time this has not worked. ZHA folks are trying to make this better but I don’t think there is a timeline. I have opted to move to a Sonoff Zigbee 3.0 Dongle Plus as it appears to have better hardware than the ConBee II and will hopefully not suffer from this issue. It would seem that the ConBee II can run into this issue (dead or very unresponsive network) with a simple reboot… I am not certain but I believe I’ve had this happen to me at least twice in 8 months or so. Time to move my 90 devices over to a new coordinator as this is too big of an issue.

  3. Sometimes some zigbee devices mutiny the coordinator and just start causing network issues. I have a couple of those (not unique devices, but they seem to be culpable when this happens) and when I delete, reset, add back, the issues go away. (Smarthings Samjin pocket socket & Jasco Light Switch - I have quite a few of each but only these 2 tend to cause trouble, and no I don’t have mesh issues where they are)

  4. While there are quite a few of us that started having issues after the update, I was told that my logs show the coordinator can’t talk to the devices as they are stating they are busy. The logs that revealed that were from AFTER quite a few radical attempts at fixing this mess so… who knows… the update may have sparked a sequence of events that led me to where I am now. I deleted ZHA and added it back to see if it would help… I lost all my entities for 90 devices… but I intend to change coordinator tomorrow so it was worth a try. I am still waiting on the mesh to build up, or whatever it is doing, to see if the devices start working again, regardless I will reset and add them to the new coordinator tomorrow.

I don’t know how correct what I wrote above is, as I am still learning, but I hope it can help others.

7 Likes

Agree with observations. I had a custom quirk for a curtain and when I updated, it borked my ZHA network. It was easy to tell the custom quirk was an issue so I removed it and I assumed it was from the changes to quirks. HA and the other 62 ZHA devices have been woriking since but now I am in search for an updated quirk or ZHA support for _TZE200_rmymn92d.

I also have no idea of how to fix/move forward aside from getting the _TZE200_rmymn92d entities supported same as _TZE200_xaabybja.
If somebody could provide a newly updated quirk from somewhere to where I can plug in my own guts, that would help me. I just don’t know enough about custom quirks to create one without copying somebody elses.

1 Like

Has anyone else noticed significatly longer restart times for Home Assistant with this release?

I’ve gone from 65 sec to 3 minutes at best and 5 minutes at worst and it’s not just integration initialisation. The frontend is not available for a lot of that time. I see this in the previous log (config/home-assistant.log.1):

2022-04-09 15:40:38 WARNING (MainThread) [homeassistant.core] Timed out waiting for shutdown stage 1 to complete, the shutdown will continue
2022-04-09 15:40:54 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.9/site-packages/zeroconf/_services/browser.py", line 444, in _async_start_query_sender
    await self.zc.async_wait_for_start()
  File "/usr/local/lib/python3.9/site-packages/zeroconf/_core.py", line 500, in async_wait_for_start
    raise NotRunningException
zeroconf._exceptions.NotRunningException
2022-04-09 15:41:38 WARNING (MainThread) [homeassistant.core] Timed out waiting for shutdown stage 2 to complete, the shutdown will continue

Hi Guys,

could it be, there is a Bug in Play Media with Sonos and a scene (Version 2022.4.1)?
I use a scene to start my Sonos like this:

- name: "Morgen"
  entities:
    media_player.standardraum:
      state: "playing"

and now I get this error:

   Entity media_player.standardraum does not support this service

so i chanded the state to one of this:

   turn_on, media_play, play_media 

now ill get no more errors in the log file, but the Sonos is not playing anything :frowning:

In Version 2022.3.8 everything is fine

1 Like

The fix is easy. Just modify the file called out in the link above.

Lost all my zigbee devices as well. At first the restore didn’t seem to work either, but luckily they woke up in a minute.

Just the opposite, the startup is noticably Witcher, butt the rendering of dashboards is jankier.

Changed it and still doesn’t work,

@property
def extra_state_attributes(self):

Hi all,

Thanks for all the hard work all the the new stuff :slight_smile:

Problems that where better or worked in 2022.3.8

  1. Slower startup.
  2. Media player unjoin doesn’t work.
  3. Bluesound unjoin doesn’t work.
  4. New Samsung TV appears after every restart.

Best regards
Thekholm

Just found a GitHub issue for the issue with scenes: LG webostv unable to restore state in scene when sound_output is external_arc · Issue #69740 · home-assistant/core · GitHub

1 Like