2021.6: A little bit of everything

Hi, guys, just to make sure, does somebody noticed any issues with LIFX after update? (I went from 2021.5.3 and haven’t been using LIFX Legacy btw). For some reason my lights gone offline, I’m not able to re-add them because they are supposedly not present in my network but sometimes I get “Discovered LIFX” which after configuration is empty anyway. Official LIFX app works without issues.

1 Like

Hi friends, I also have problems in the frontend.
Custom cards: change status regularly but are blocked when pressed … unless you refresh your browser.
Even after cleaning the cache, after a few seconds freeze again but continue to change status regularly (icon changes color when turned on).
This happens on all browsers, but what’s the problem?

Also by me, this release broke my ecowitt (hacs) integration. Had to roll back.

Did you report it to the developer? That is not a direct part of HA and is therefore off-topic here. HACS are community developed plugins.

1 Like

I’m ok with the energy consumption missing, as I wrote my own container with the tuyaapi to collect the data.

Hi guys,
When I have installed last version 2021.6.2 the Wundergroundpws not working ( no entity) could you help me?
Regards

Could you share more details?
Are you using the tuya integration?

Update to those of you that do not read all the bug reports on Github but come here to read about latest release.

The issue with the Logbook loading slowly ended up not having anything to do with which database you have. In fact the root cause is also why my camera streams did not work.

The reason is the TOD integration (time of day). Under certain conditions (depending on when during the day vs the TOD settings) the integration goes into a loop that takes 99% of the CPU. This made any CPU demanding features to perform slowly.

There is already a fix made and should be in one of the next releases. In the meantime you can just comment out any binary sensors based on TOD integration. The TOD has some still open bugs so you can also just replace it by a template sensor.

Here are the two I use. One define by time and one defined by sun state

template:
  binary_sensor:
    - name: Night Time
      unique_id: night_time
      state: >
        {{ not '06:30' <= as_timestamp(now()) | timestamp_custom('%H:%M') <= '23:00' }}
   
    - name: "Darkness"
      unique_id: darkness_template_sensor
      state: >
        {{ is_state('sun.sun', 'below_horizon') }}

There could be other new issues that have the root cause in lack of CPU power caused by TOD.

In my case the TOD caused a CPU loop only when the time was not after midnight but before darkness. My problem suddenly stopped at midnight. That is how we figured out the root cause. The TOD bug had already been opened at that time. Hope this post can help those that do not read github bugs all the time

3 Likes

Upgrade to core 2021.6.0 caused loss of google calendar card initial view setting. This has been experienced on multiple machines following the upgrade. Anyone else experiencing the same and/or found remedial action.

Is it fixed in the latest patch, 2021.6.2 ? I see the frontend version changed in 2021.6.1.

Maybe it is just me, but I was hoping to see some updates on the Zwave-JS status in this release.
The initial release/blog with all the excitement it was 2021.2.

Is the Zwave-JS integration still beta/WIP? Is migration recommended yet?

Edit: I should note that I don’t need a fully automated migration, but I need things like locks (Schlage deadbolts) to be stable.

zwavejs and zwavejs2mqtt are updated separate from HA.I currently anm testing zwavejs2mqtt as a control panel connected to the zwavejs integration using w the websocket interface,

The zwavejs2mqtt control panel give better information & control over the devioces, including a basic network map.

Thanks for the info @Prodigyplace. I was hoping the release blog would have some updates on status given the previous coverage. I get the impression Zwave-JS is still somewhat of a WIP.

Does running Zwavejs2MQTT to give you the control panel change the topology?

Is it ZwaveJs → Zwavejs2MQTT → Hass or

ZwaveJS → Hass
ZwaveJS → Zwavejs2MQTT

Here is my current version.
image

Am I invisible or are these question too stupid or unclear?

Same here.

Entities card (multiple) dismantled on iOS app and OSX app.

Unfortunately not yet fixed in release 2021.6.2

I check them every day. It’s called event viewer. There’s no way you haven’t had a software crash to desktop. You must be only using software with millions of users that have 100s of devs.

I personally don’t think it’s beta anymore. I run the nightly alpha build and upgrade pretty much every day and I haven’t ran into an issue in 2 months. Last issue was due to a custom integration.

At this point, stand alone HA is very stable.