Core update broke Renogy
s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service legacy-services: starting
services-up: info: copying legacy longrun home-assistant (no readiness notification)
s6-rc: info: service legacy-services successfully started
2026-01-07 20:30:22.119 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration renogy which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2026-01-07 20:30:22.120 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration bms_ble which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2026-01-07 20:30:22.121 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2026-01-07 20:30:22.121 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration renogy which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2026-01-07 20:30:22.122 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration bms_ble which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2026-01-07 20:30:22.122 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2026-01-07 20:30:27.189 ERROR (MainThread) [homeassistant.components.lg_thinq.coordinator] Error fetching lg_thinq_9e6434fc33547a82ff0957924df30391ce0f5aae636e2a4d10e00e775950c3e9 data: ThinQAPIException: NOT_CONNECTED_DEVICE (1222) - Not connected device
2026-01-07 20:30:30.019 ERROR (SyncWorker_5) [homeassistant.util.package] Unable to install package renogy-ble==1.0.0: × No solution found when resolving dependencies:
╰─▶ Because renogy-ble==1.0.0 depends on bleak==1.0.1 and bleak==2.0.0, we
can conclude that renogy-ble==1.0.0 cannot be used.
And because you require renogy-ble==1.0.0, we can conclude that your
requirements are unsatisfiable.
2026-01-07 20:30:30.600 ERROR (SyncWorker_5) [homeassistant.util.package] Unable to install package renogy-ble==1.0.0: × No solution found when resolving dependencies:
╰─▶ Because renogy-ble==1.0.0 depends on bleak==1.0.1 and bleak==2.0.0, we
can conclude that renogy-ble==1.0.0 cannot be used.
And because you require renogy-ble==1.0.0, we can conclude that your
requirements are unsatisfiable.
2026-01-07 20:30:31.150 ERROR (SyncWorker_5) [homeassistant.util.package] Unable to install package renogy-ble==1.0.0: × No solution found when resolving dependencies:
╰─▶ Because renogy-ble==1.0.0 depends on bleak==1.0.1 and bleak==2.0.0, we
can conclude that renogy-ble==1.0.0 cannot be used.
And because you require renogy-ble==1.0.0, we can conclude that your
requirements are unsatisfiable.
2026-01-07 20:30:31.151 ERROR (MainThread) [homeassistant.setup] Setup failed for custom integration 'renogy': Requirements for renogy not found: ['renogy-ble==1.0.0'].
2026-01-07 20:30:36.753 ERROR (SyncWorker_4) [homeassistant] Error doing job: Task exception was never retrieved (task: None)
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/discovery_flow.py", line 137, in _async_start
await gather_with_limited_concurrency(FLOW_INIT_LIMIT, *init_coros)
File "/usr/src/homeassistant/homeassistant/util/async_.py", line 113, in gather_with_limited_concurrency
return await gather(
^^^^^^^^^^^^^
...<2 lines>...
)
^
File "/usr/src/homeassistant/homeassistant/util/async_.py", line 111, in sem_task
return await task
^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 1484, in async_init
flow, result = await self._async_init(flow_id, handler, context, data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 1522, in _async_init
flow = await self.async_create_flow(handler, context=context, data=data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 1744, in async_create_flow
handler = await _async_get_flow_handler(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
self.hass, handler_key, self._hass_config
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 3988, in _async_get_flow_handler
await _load_integration(hass, domain, hass_config)
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 3965, in _load_integration
await async_process_deps_reqs(hass, hass_config, integration)
File "/usr/src/homeassistant/homeassistant/setup.py", line 584, in async_process_deps_reqs
await requirements.async_get_integration_with_requirements(
hass, integration.domain
)
File "/usr/src/homeassistant/homeassistant/requirements.py", line 63, in async_get_integration_with_requirements
return await manager.async_get_integration_with_requirements(domain)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/requirements.py", line 181, in async_get_integration_with_requirements
await future
File "/usr/src/homeassistant/homeassistant/requirements.py", line 170, in async_get_integration_with_requirements
await self._async_process_integration(integration, done)
File "/usr/src/homeassistant/homeassistant/requirements.py", line 193, in _async_process_integration
await self.async_process_requirements(
integration.domain, integration.requirements, integration.is_built_in
)
File "/usr/src/homeassistant/homeassistant/requirements.py", line 297, in async_process_requirements
self._raise_for_failed_requirements(name, missing)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/requirements.py", line 325, in _raise_for_failed_requirements
raise RequirementsNotFound(integration, [req])
homeassistant.requirements.RequirementsNotFound: Requirements for renogy not found: ['renogy-ble==1.0.0'].
This morning tried to delete the two instances and reinstall them below s the error logs:
s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service legacy-services: starting
services-up: info: copying legacy longrun home-assistant (no readiness notification)
s6-rc: info: service legacy-services successfully started
2026-01-08 08:47:21.659 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration renogy which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2026-01-08 08:47:21.660 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration bms_ble which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2026-01-08 08:47:21.662 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2026-01-08 08:47:21.662 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration renogy which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2026-01-08 08:47:21.663 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration bms_ble which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2026-01-08 08:47:21.663 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2026-01-08 08:47:33.476 ERROR (MainThread) [homeassistant.components.lg_thinq.coordinator] Error fetching lg_thinq_9e6434fc33547a82ff0957924df30391ce0f5aae636e2a4d10e00e775950c3e9 data: ThinQAPIException: NOT_CONNECTED_DEVICE (1222) - Not connected device
2026-01-08 08:47:47.982 ERROR (SyncWorker_3) [homeassistant.util.package] Unable to install package renogy-ble==1.0.0: × No solution found when resolving dependencies:
╰─▶ Because renogy-ble==1.0.0 depends on bleak==1.0.1 and bleak==2.0.0, we
can conclude that renogy-ble==1.0.0 cannot be used.
And because you require renogy-ble==1.0.0, we can conclude that your
requirements are unsatisfiable.
2026-01-08 08:47:48.584 ERROR (SyncWorker_3) [homeassistant.util.package] Unable to install package renogy-ble==1.0.0: × No solution found when resolving dependencies:
╰─▶ Because renogy-ble==1.0.0 depends on bleak==1.0.1 and bleak==2.0.0, we
can conclude that renogy-ble==1.0.0 cannot be used.
And because you require renogy-ble==1.0.0, we can conclude that your
requirements are unsatisfiable.
2026-01-08 08:47:49.211 ERROR (SyncWorker_3) [homeassistant.util.package] Unable to install package renogy-ble==1.0.0: × No solution found when resolving dependencies:
╰─▶ Because renogy-ble==1.0.0 depends on bleak==1.0.1 and bleak==2.0.0, we
can conclude that renogy-ble==1.0.0 cannot be used.
And because you require renogy-ble==1.0.0, we can conclude that your
requirements are unsatisfiable.
2026-01-08 08:47:49.213 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved (task: None)
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/discovery_flow.py", line 137, in _async_start
await gather_with_limited_concurrency(FLOW_INIT_LIMIT, *init_coros)
File "/usr/src/homeassistant/homeassistant/util/async_.py", line 113, in gather_with_limited_concurrency
return await gather(
^^^^^^^^^^^^^
...<2 lines>...
)
^
File "/usr/src/homeassistant/homeassistant/util/async_.py", line 111, in sem_task
return await task
^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 1484, in async_init
flow, result = await self._async_init(flow_id, handler, context, data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 1522, in _async_init
flow = await self.async_create_flow(handler, context=context, data=data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 1744, in async_create_flow
handler = await _async_get_flow_handler(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
self.hass, handler_key, self._hass_config
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 3988, in _async_get_flow_handler
await _load_integration(hass, domain, hass_config)
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 3965, in _load_integration
await async_process_deps_reqs(hass, hass_config, integration)
File "/usr/src/homeassistant/homeassistant/setup.py", line 584, in async_process_deps_reqs
await requirements.async_get_integration_with_requirements(
hass, integration.domain
)
File "/usr/src/homeassistant/homeassistant/requirements.py", line 63, in async_get_integration_with_requirements
return await manager.async_get_integration_with_requirements(domain)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/requirements.py", line 164, in async_get_integration_with_requirements
return await int_or_fut
^^^^^^^^^^^^^^^^
homeassistant.requirements.RequirementsNotFound: Requirements for renogy not found: ['renogy-ble==1.0.0'].
2026-01-08 08:51:08.176 ERROR (MainThread) [homeassistant.setup] Setup failed for custom integration 'renogy': Requirements for renogy not found: ['renogy-ble==1.0.0'].