You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What I see after I update from 2025.3.4 to 2025.4.0b3:
I'm getting disconnected from Nabu and possibly from the internet! Image
Lots of integrations start failing:
Ariston
Frigate
MQTT
HACS
SwitchBot Cloud
VeSync
Tapo: Cameras Control
Roborock
Let me know if there's any additional info I can provide or if I can help in any way. I've rolled back and it's back working, but I can try again to see how it goes.
What version of Home Assistant Core has the issue?
core-2025.4.0b3
What was the last working version of Home Assistant Core?
Some of the logs that got my attention:
[31m2025-03-27 22:42:54.712 ERROR (MainThread) [custom_components.tapo_control] Authority failure
[2025-03-27 22:37:11] error: z2m: Failed to write state to '/config/zigbee2mqtt/state.json' (Error: ENOENT: no such file or directory, open '/config/zigbee2mqtt/state.json')
Error: ENOENT: no such file or directory, open '/config/zigbee2mqtt/database.db.tmp'
at Object.openSync (node:fs:562:18)
at Database.write (/app/node_modules/.pnpm/zigbee-herdsman@3.2.7/node_modules/zigbee-herdsman/src/controller/database.ts:115:23)
at Controller.databaseSave (/app/node_modules/.pnpm/zigbee-herdsman@3.2.7/node_modules/zigbee-herdsman/src/controller/controller.ts:377:23)
at Timeout._onTimeout (/app/node_modules/.pnpm/zigbee-herdsman@3.2.7/node_modules/zigbee-herdsman/src/controller/controller.ts:226:57)
at listOnTimeout (node:internal/timers:594:17)
at processTimers (node:internal/timers:529:7)
[22:37:16] INFO: Preparing to start...
[22:37:17] INFO: Socat not enabled
[22:37:17] INFO: Starting Zigbee2MQTT...
Starting Zigbee2MQTT without watchdog.
[2025-03-27 22:40:13] error: zh:controller:device: Handling of poll check-in from 0xa4c13858b890ac02 failed (ZCL command 0xa4c13858b890ac02/1 genPollCtrl.checkinRsp({"startFastPolling":false,"fastPollTimeout":0}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"reservedBits":0,"writeUndiv":false,"sendPolicy":"immediate"}) failed (Timeout - 51798 - 1 - 65 - 32 - 11 after 10000ms))
[2025-03-27 22:41:29] error: zhc: Failed to apply calibration to 'temperature': 'temperature_calibration' is not a number, got string ()
[2025-03-27 22:52:59] error: zh:controller:device: Handling of poll check-in from 0xa4c1387965ca3910 failed (ZCL command 0xa4c1387965ca3910/1 genPollCtrl.checkinRsp({"startFastPolling":false,"fastPollTimeout":0}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"reservedBits":0,"writeUndiv":false,"sendPolicy":"immediate"}) failed (Timeout - 19191 - 1 - 104 - 32 - 11 after 10000ms))
2025-03-27 22:39:40.401 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry SwitchBot Cloud for switchbot_cloud
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 751, in __async_setup_with_context
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-03-27 22:39:40.485 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry for hacs
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 751, in __async_setup_with_context
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/hacs/__init__.py", line 185, in async_setup_entry
setup_result = await _async_initialize_integration(hass=hass, config_entry=config_entry)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/hacs/__init__.py", line 171, in _async_initialize_integration
await async_try_startup()
File "/config/custom_components/hacs/__init__.py", line 161, in async_try_startup
startup_result = await async_startup()
^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/hacs/__init__.py", line 144, in async_startup
await hass.config_entries.async_forward_entry_setups(config_entry, PLATFORMS)
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 2578, in async_forward_entry_setups
await self._async_forward_entry_setups_locked(entry, platforms)
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 2589, in _async_forward_entry_setups_locked
await asyncio.gather(
...<11 lines>...
)
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 2653, in _async_forward_entry_setup
result = await async_setup_component(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
self.hass, domain, self._hass_config
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/usr/src/homeassistant/homeassistant/setup.py", line 165, in async_setup_component
return await existing_setup_future
2025-03-27 22:39:40.697 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry Office's Shelly 1PM for shelly
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 751, in __async_setup_with_context
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/shelly/__init__.py", line 134, in async_setup_entry
return await _async_setup_block_entry(hass, entry)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/shelly/__init__.py", line 218, in _async_setup_block_entry
await hass.config_entries.async_forward_entry_setups(
entry, runtime_data.platforms
)
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 2578, in async_forward_entry_setups
await self._async_forward_entry_setups_locked(entry, platforms)
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 2589, in _async_forward_entry_setups_locked
await asyncio.gather(
...<11 lines>...
)
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 2653, in _async_forward_entry_setup
result = await async_setup_component(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
self.hass, domain, self._hass_config
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/usr/src/homeassistant/homeassistant/setup.py", line 165, in async_setup_component
return await existing_setup_future
^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-03-27 22:39:03.773 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry Matter for matter
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 751, in __async_setup_with_context
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/matter/__init__.py", line 153, in async_setup_entry
await hass.config_entries.async_forward_entry_setups(entry, SUPPORTED_PLATFORMS)
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 2578, in async_forward_entry_setups
await self._async_forward_entry_setups_locked(entry, platforms)
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 2589, in _async_forward_entry_setups_locked
await asyncio.gather(
...<11 lines>...
)
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 2653, in _async_forward_entry_setup
result = await async_setup_component(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
self.hass, domain, self._hass_config
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/usr/src/homeassistant/homeassistant/setup.py", line 191, in async_setup_component
await future
File "/usr/src/homeassistant/homeassistant/setup.py", line 191, in async_setup_component
await future
File "/usr/src/homeassistant/homeassistant/setup.py", line 171, in async_setup_component
result = await _async_setup_component(hass, domain, config)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/setup.py", line 332, in _async_setup_component
await async_process_deps_reqs(hass, config, integration)
File "/usr/src/homeassistant/homeassistant/setup.py", line 577, in async_process_deps_reqs
if failed_deps := await _async_process_dependencies(hass, config, integration):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/setup.py", line 243, in _async_process_dependencies
results = await asyncio.gather(
^^^^^^^^^^^^^^^^^^^^^*dependencies_tasks.values(), *after_dependencies_tasks.values()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
Additional information
No response
The text was updated successfully, but these errors were encountered:
g-nogueira
changed the title
External access disabled with v2025.4.0b3
"External access disabled" with v2025.4.0b3
Mar 27, 2025
g-nogueira
changed the title
"External access disabled" with v2025.4.0b3
"External access disabled" with 2025.4.0b3
Mar 27, 2025
The problem
What I see after I update from 2025.3.4 to 2025.4.0b3:
I'm getting disconnected from Nabu and possibly from the internet! Image
Lots of integrations start failing:
Let me know if there's any additional info I can provide or if I can help in any way. I've rolled back and it's back working, but I can try again to see how it goes.
What version of Home Assistant Core has the issue?
core-2025.4.0b3
What was the last working version of Home Assistant Core?
core-2025.3.4
What type of installation are you running?
Home Assistant OS
Integration causing the issue
No response
Link to integration documentation on our website
No response
Diagnostics information
home-assistant_hacs_2025-03-27T23-08-37.629Z.log
home-assistant_mqtt_2025-03-27T23-19-14.703Z.log
Example YAML snippet
Anything in the logs that might be useful for us?
Additional information
No response
The text was updated successfully, but these errors were encountered: