2022.9: Home Assistant Birthday Release!

Hi All, I have had some success fixing my issue. I started with a fresh venv and following changes.

cd /srv
current_time=$(date “+%Y.%m.%d-%H.%M.%S”)
mv homeassistant homeassistant.$current_time
mkdir homeassistant
chown homeassistant:homeassistant homeassistant

su - homeassistant ; bash

cd /srv/homeassistant
python3.10 -m venv .

source bin/activate

python3.10 -m pip install --upgrade homeassistant
python3.10 -m pip install --upgrade home-assistant-frontend

FAILS - SO FIXING ERROR BY ERROR

python3.10 -m pip install --upgrade “sqlalchemy==1.4.40”

FAILS - ERROR WITH DENONAVR - MAYBE HTTPCORE

python3.10 -m pip install --upgrade “httpcore==0.14.7”
python3.10 -m pip install --upgrade “httpx==022.0”

SEEMS TO BE WORKING

Post to github if you want dev attention.

Did you find a solution for the iOS app with the new Scheduler? I’d like to move all my input_datetime entities to the new Scheduler helper, but I must be able to change the start/stop timing from an iOS device.

I now have an unsupported installation. I found this out by a random check of the System information page. It doesn’t show up anywhere else. This is why I’d like it to be back on a more prominent place.

Can tell you how much I hate this Streamlining of automations.

Just leave it as it was.

1 Like

Sigh. Hard to please everyone

4 Likes

I have many Shelly’s.
Since the last update 2022.9.6, the unavailable nightmare has returned! :frowning:

Has anybody got the same problem ???

Hello. After automatically update my Home Assistant disappeared in my network and I did understand what happened. I have an error
[E] Sep 26 12:48:11 keenetic-0847 nginx: 2022/09/26 12:48:11 [error] 8584#0: *30341 connect() failed (148: Unknown error) while connecting to upstream, client: 49.12.208.55, server: ha.iotpalatkinburnhousesmart.keenetic.pro, request: “POST /auth/token HTTP/2.0”, upstream: “http://192.168.1.100:8123/auth/token”, host: “ha.iotpalatkinburnhousesmart.keenetic.pro”

Can anybody help me?Processing: self-test_KN-3010_stable_3.08.C.5.0-1_router_2022-09-26T21-06-08.408Z.txt…

Disable condition feature in automations should not be used, because it leads to wrong results.
This should be corrected as soon as possible.
Possible the wrong assumption was made in the code that a disabled condition could be considered as PASSED.
This is a very serious error.

The error has been confirmed now but has been around for a while.

Does anyone know when the Broadlink integration updates will be included? This manufacturer is constantly changing their device IDs. The Github repo is updated but it is not included in any of these updates.

Lets hope it get fixed soon as I also have like 30-40 shellies but I’m still on 2022.9.0.
That is the reason why I always wait a month to upgrade to not have these issues, not specially for me but to have the wife approval positive :stuck_out_tongue:

Please enlarge on this. What wrong results are you seeing?

Have you submitted a PR?

English please?

Confirmed by whom? Where?

1 Like

@nicrout

Try to create this simple automation. Disable any condition and you will get always TRUE result in OR function. Even if it is not true in real.

1 Like

AleksandrBraun can you share your HA config ?

Ok, fix your code in your issue and you may get some attention.

Hi Petro, I have the same problem as Gabriel.
I am using the last version HA 2022.10.1
How could intall it?

You’ve already installed it. Are you asking how to uninstall?

No. Leds strips doesn’t work.

If I use the configuration.yaml configuration

light:

  • platform: flux_led
    devices:
    192.168.0.XX:
    name: TiraLed

appear this error

Platform error light.flux_led - cannot import name ‘ATTR_WHITE_VALUE’ from ‘homeassistant.components.light’ (/usr/src/homeassistant/homeassistant/components/light/init.py)

And if I try to use the integration appears:

“This integration does not support configuration via the UI”

So I don´t know how to configure the flux_led platform.

Could you help me?

Don’t use the custom integration for flux_led. That error only appears if you have the custom integration for flux_led installed.

I.e. Uninstall the flux_led custom integration or write up an issue against the custom flux_led integration here

Ok. I try to uninstall uninstall custom integration and use the HA integration

Thanks a lot for you help.