The latest update refuses to install on my system.
I have not added or remove anything so im really confused and dont know what to do.
Nothing else can be updated until the 2023.11.2 Core update has been done.
Exactly the same here… should i reinstall everything that has worked perfectly for a long time ?
I wonde if there is to many people programming and dont communicate to each other.
If this will happen a lot in the future, i will most certanly get something else than HA
What do you experience exactly? For me, the install seemed to work and then it automatically rolled back. From the logs I saw something took too long. Turned out it was an integration that took way too long (due to a removed entity it was waiting for) . When I fixed that it rolled trough. Could your situation be similar? If so, you can probably see the integration taking very long in the update messages in the bottom left corner.
Fixed by disabling the Bluetooth adaptor in my case.
More detail: Home Assistant here is running as a virtual machine in a Proxmox environment. Nothing obvious was seen in Home Assistant’s logs from the two attempts to update I had tried, though I noticed that the GUI was a little slow to respond to mouse clicks etc.
Proxmox provides a summary GUI which shows CPU, memory, and others for each VM. Here Home Assistant’s VM’s summary showed lots of Disk IO, mostly writes at approximately 1 GByte / hour! Having seen this before I suspected the Bluetooth adaptor (again) so disabled it. Disk IO immediately dropped to less than 50 KByte / hour, and which is typical here.
After disabling the Bluetooth adaptor, applying the 2023.11.2 Core update using Home Assistant’s update menu then succeeded.
For Bluetooth devices going forward I’m going to avoid the adaptor available within Proxmox and try to use an ESPHome Bluetooth proxy, which I’ve just started testing.