Supervisor: WARNING (MainThread) [supervisor.homeassistant.core] Version 2021.2.0b0 is already installed

Created on 28 Jan 2021  路  11Comments  路  Source: home-assistant/supervisor

The problem

The system is telling me I have an update to install. When i try, nothing happens and i see this in the log file. :
WARNING (MainThread) [supervisor.homeassistant.core] Version 2021.2.0b0 is already installed
Core Version core-2021.2.0
Newest Version core-2021.2.0b0

Environment


Core
Version
core-2021.2.0
Newest Version
core-2021.2.0b0

Host Operating System | Home Assistant OS 5.10
-- | --
Update Channel | beta
Version | supervisor-2021.01.8
Docker Version | 19.03.13
Disk Total | 28.6 GB
Disk Used | 6.1 GB
Healthy | true
Supported | true
Board | rpi4-64
Supervisor API | ok
Version API | ok
Installed Add-ons | File editor (5.1.0), Visual Studio Code (2.8.2), WireGuard (0.4.0), TasmoAdmin (0.13.1), ZeroTier One (0.8.0), Terminal & SSH (8.10.0)

  • Home Assistant Core release with the issue: core-2021.2.0b0
  • Last working Home Assistant Core release (if known): core-2021.2.0
  • Operating environment (OS/Container/Supervised/Core): supervisor-2021.01.8,Home Assistant OS 5.10
  • Integration causing this issue:
  • Link to integration documentation on our website:

Problem-relevant configuration.yaml

```# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:

Text to speech

tts:

  • platform: google_translate

group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml

sensor:

  • platform: mqtt
    name: "Inside Temperature"
    state_topic: "v1/devices/me/telemetry/temperature"
    unit_of_measurement: '掳F'
    value_template: "{{ value_json.temperature }}"
  • platform: mqtt
    name: "Inside Humididty"
    state_topic: "v1/devices/me/telemetry/humidity"
    unit_of_measurement: '%'
    value_template: "{{ value_json.humidity }}"
  • platform: mqtt
    name: "Outside Temperature"
    state_topic: "v1/devices/me/telemetry/OWM_temperature"
    unit_of_measurement: '掳F'
    value_template: "{{ value_json.OWM_temperature }}"
  • platform: mqtt
    name: "Outside Huymidity"
    state_topic: "v1/devices/me/telemetry/OWM_humidity"
    unit_of_measurement: '%'
    value_template: "{{ value_json.OWM_humidity }}"
## Traceback/Error logs
<!--
  If you come across any trace or error logs, please provide them.
-->

21-01-28 21:24:35 WARNING (MainThread) [supervisor.homeassistant.core] Version 2021.2.0b0 is already installed

```

Additional information

I have rebooted the HA.

Most helpful comment

Same issue, proxmox install. Host reboot, still persists

All 11 comments

Same issue, proxmox install. Host reboot, still persists

Same here

I have a similar issue when trying to update to v2021.2.0b1.
Apparently v2021.2.0b0 installed itself as v2021.2.0:
image

Supervisor goes bananas uses lots of memory! tries to leave the beta channel, but nothing happens

skjermbilde

@ludeeus Great!

But how do we achieve updating now? Any beta and the final 2021.2.0 version will not install due to the wrong version-number.
Or is there a work-around available?

The "Restart Supervisor" button in the UI or ha su restart

@ludeeus Is there a way to force-update Core to a certain version via CLI? I tried updating to v2021.2.0b1 via CLI but it says it's already installed but when I previously performed the installation I'm pretty sure it did not update (to ...b1).

Restart SU first

Yes I did, ah now the update message is gone, apparently v...b1 did installl correctly.
Thanks!

Thanks for the update, "Restart Supervisor" and it now looks good.

Was this page helpful?
0 / 5 - 0 ratings