8.1 shows as released on the website, not beta. Still not showing in my UI as available (and I do see betas).
Yes i noticed that also, thatās why i noted that in Edit: ), thou i saw something, when i clicked the update (in regards to ābetaā) , maybe because iāve just signed up for ābetaā ā¦ and have no idea how it worksā¦ yetā¦
Anyway as i donāt have the integrations, Devices(USB attached) that seems to have issues, i still donāt have any issues, with this update
You will easily see on the updates the difference between the betas and the release via the release numbers. The OS will us RC in the numbering. I.e 8.0 rc1 the core will have a b in the number.
ok, thanks , i was a turn into Github, so see whether i could get wiser in regards to the OS -releases etc.
ā¦ and this update didnāt address anything i have encountered , thou im still not āfamiliarā with certain repeated entries in the OS log, but not sure for how long they have been there, or whether itās common for my VMware-image ( on my particular Board ) ( MSI GE 60 )
I.E
[ 1.574749] pci 0000:00:16.4: BAR 7: no space for [io size 0x1000]
[ 1.576574] pci 0000:00:16.4: BAR 7: failed to assign [io size 0x1000]
Not sure which port/device is āinvolvedā here, i donāt have any obvious issues, but maybe related to a VMware installation.
And this ( just a little annoying ) , as the repeatedly adds to the log, after boot-up finnished (every minute or so)
[ 7507.471620] systemd-journald[114]: Time jumped backwards, rotating.
[ 7567.475824] systemd-journald[114]: Time jumped backwards, rotating.
[ 7627.477520] systemd-journald[114]: Time jumped backwards, rotating.
i Would feel more ācomfortableā if it was Less, as it seems like alot redundant info to fill the log with
Upgrade to 8.1 for QEMU/KVMā¦havenāt found any particular problem
hmmm, apparently there was something ( in the update-notes ) about this being a āBetaā Release, i just saw another post, where this is mentioned , so i checked my system health
Yes , i did saw it, but as i āclickedā update i was unsure what i actually saw ( you could call it "total lack of short memory ) ā¦ but i actually did join Beta, the other day, but the guy in above post, did not
Iām also NOt on beta channel and I did get prompt to update to 8.1
ok, but most likely they āpushedā this one out, for the people who have issues with boot and total loss of certain āhardware/ports/devicesā, if you havenāt had any issues with 8.0, it should be safe to āincludeā 8.1, or wait for 8.2
Host Operating System Home Assistant OS 8.1 no beta mentioned on mine.
Ok, maybe the āUpdate Channelā just indicates that i Joined āBeta Channelā , i guess iāll find out eventually, maybe waiting with 8.2, until that is a āstableā version, and see whether āUpdate Channelā change
Looks like 8.1 has been bumped (rushed?) to stable without adjusting all release notesā¦
Zigbee not working after 8.1 upgrade
Logger: zigpy_znp.zigbee.application
Source: /usr/local/lib/python3.9/site-packages/zigpy_znp/zigbee/application.py:1080
First occurred: 17:17:05 (2 occurrences)
Last logged: 17:21:53Failed to reconnect
Traceback (most recent call last):
File ā/usr/local/lib/python3.9/site-packages/zigpy_znp/api.pyā, line 847, in request
response = await response_future
asyncio.exceptions.CancelledErrorDuring handling of the above exception, another exception occurred:
Traceback (most recent call last):
File ā/usr/local/lib/python3.9/site-packages/zigpy_znp/zigbee/application.pyā, line 1075, in _reconnect
await self._startup()
File ā/usr/local/lib/python3.9/site-packages/zigpy_znp/zigbee/application.pyā, line 318, in _startup
await self.permit(time_s=0)
File ā/usr/local/lib/python3.9/site-packages/zigpy_znp/zigbee/application.pyā, line 517, in permit
response = await self._znp.request_callback_rsp(
File ā/usr/local/lib/python3.9/site-packages/zigpy_znp/api.pyā, line 886, in request_callback_rsp
await self.request(request, **response_params)
File ā/usr/local/lib/python3.9/site-packages/zigpy_znp/api.pyā, line 847, in request
response = await response_future
File ā/usr/local/lib/python3.9/site-packages/async_timeout/init.pyā, line 129, in aexit
self._do_exit(exc_type)
File ā/usr/local/lib/python3.9/site-packages/async_timeout/init.pyā, line 212, in _do_exit
raise asyncio.TimeoutError
asyncio.exceptions.TimeoutError
Logger: homeassistant
Source: /usr/src/homeassistant/homeassistant/runner.py:96
First occurred: 17:21:53 (2 occurrences)
Last logged: 17:21:53
Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/zigpy_znp/api.py", line 886, in request_callback_rsp
await self.request(request, **response_params)
File "/usr/local/lib/python3.9/site-packages/zigpy_znp/api.py", line 842, in request
self._uart.send(frame)
AttributeError: 'NoneType' object has no attribute 'send'
Logger: homeassistant
Source: components/zha/core/channels/base.py:448
First occurred: 17:17:05 (2 occurrences)
Last logged: 17:21:53
Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/zha/light.py", line 522, in _refresh
await self.async_get_state()
File "/usr/src/homeassistant/homeassistant/components/zha/light.py", line 490, in async_get_state
results = await self._color_channel.get_attributes(
File "/usr/src/homeassistant/homeassistant/components/zha/core/channels/base.py", line 448, in _get_attributes
read, _ = await self.cluster.read_attributes(
File "/usr/local/lib/python3.9/site-packages/zigpy/zcl/__init__.py", line 441, in read_attributes
result = await self.read_attributes_raw(to_read, manufacturer=manufacturer)
File "/usr/local/lib/python3.9/site-packages/zigpy/device.py", line 293, in request
radio_result, msg = await self._application.request(
File "/usr/local/lib/python3.9/site-packages/zigpy_znp/zigbee/application.py", line 439, in request
return await self._send_request(
File "/usr/local/lib/python3.9/site-packages/zigpy_znp/zigbee/application.py", line 1401, in _send_request
response = await self._send_request_raw(
File "/usr/local/lib/python3.9/site-packages/zigpy_znp/zigbee/application.py", line 1287, in _send_request_raw
self._znp.request_callback_rsp(
AttributeError: 'NoneType' object has no attribute 'request_callback_rsp'
Iāve just updated without any issues from 7.6 to 8.1 on a HP ProDesk 600
Hi all. I previously updated to HAOS 8.0 without any issues. Just went to 8.1 and now it doesnāt boot at all. Iām not on the beta channel. RaspberryPi 4 4gb with everything on an external SSD. Tried unplugging the power several times but doesnāt seem to boot at all.
Iāll try to troubleshoot further tomorrow.
Came back up after having it powered off for the night. Weirdly enough it shows being on OS 8.0 still.
I believe after so many restarts without a successful boot HA will try and restore the last successful boot.
Also having issues here, Iām getting an upgrade prompt to 8.1, however when I try to install it the system wonāt boot, manually picking āslot Aā instead of āslot Bā at boot gets me back up and running, but on 8.0
Iām thinking 8.1 has some issuesā¦