Replies: 2 comments 1 reply
|
voici les informations du devices sur tuya
Time | Device Event | DP ID | Event Details | Source | Source Details
-- | -- | -- | -- | -- | --
2026-06-01 10:54:40 | Report | 电量 | 2.70w.h | device itself |
2026-06-01 10:54:40 | Report | PV2输入电流 | 5.74A | device itself |
2026-06-01 10:54:40 | Report | PV2输入电压 | 29.90V | device itself |
2026-06-01 10:54:40 | Report | PV1输入电流 | 5.77A | device itself |
2026-06-01 10:54:40 | Report | PV1输入电压 | 30.00V | device itself |
2026-06-01 10:54:40 | Report | 并网电流 | 1.40A | device itself |
2026-06-01 10:54:40 | Report | 并网电压 | 232.00v | device itself |
2026-06-01 10:54:10 | Report | 电量 | 2.39w.h | device itself |
2026-06-01 10:54:10 | Report | PV2输入电流 | 5.45A | device itself |
2026-06-01 10:54:10 | Report | PV2输入电压 | 29.40V | device itself |
|
0 replies
|
This is a problem in the beta of Home Assistant. I hope they will fix it before they release this week, but it seems they did not fix it so far since people first started reporting the sudden breaking change last week, and their track record for leaking breaking changes without any deprecation period for integrations to adapt is on a downward trend the past couple of releases. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
here are the errors reported by the logs
Enregistreur: homeassistant.util.loop
Source: util/loop.py:135
S'est produit pour la première fois: 31 mai 2026 à 18:36:39 (1 occurrence)
Dernier enregistrement: 31 mai 2026 à 18:36:39
Detected blocking call to import_module with args ('custom_components.tuya_local.text',) inside the event loop by custom integration 'tuya_local' at custom_components/tuya_local/init.py, line 965: await hass.config_entries.async_forward_entry_setups(entry, entities) (offender: /usr/src/homeassistant/homeassistant/loader.py, line 1312: return importlib.import_module(f"{self.pkg_path}.{platform_name}")), please create a bug report at https://github.com/make-all/tuya-local/issues For developers, please see https://developers.home-assistant.io/docs/asyncio_blocking_operations/#import_module Traceback (most recent call last): File "", line 203, in _run_module_as_main File "", line 88, in _run_code File "/usr/src/homeassistant/homeassistant/main.py", line 227, in sys.exit(main()) File "/usr/src/homeassistant/homeassistant/main.py", line 213, in main exit_code = runner.run(runtime_conf) File "/usr/src/homeassistant/homeassistant/runner.py", line 289, in run return loop.run_until_complete(setup_and_run_hass(runtime_config)) File "/usr/local/lib/python3.14/asyncio/base_events.py", line 706, in run_until_complete self.run_forever() File "/usr/local/lib/python3.14/asyncio/base_events.py", line 677, in run_forever self._run_once() File "/usr/local/lib/python3.14/asyncio/base_events.py", line 2057, in _run_once handle._run() File "/usr/local/lib/python3.14/asyncio/events.py", line 94, in _run self._context.run(self._callback, *self._args) File "/usr/src/homeassistant/homeassistant/config_entries.py", line 963, in async_setup_locked await self.async_setup(hass, integration=integration) File "/usr/src/homeassistant/homeassistant/config_entries.py", line 700, in async_setup await self.__async_setup_with_context(hass, integration) File "/usr/src/homeassistant/homeassistant/config_entries.py", line 794, in __async_setup_with_context result = await component.async_setup_entry(hass, self) File "/config/custom_components/tuya_local/init.py", line 965, in async_setup_entry await hass.config_entries.async_forward_entry_setups(entry, entities)
Enregistreur: homeassistant.config_entries
Source: config_entries.py:794
S'est produit pour la première fois: 31 mai 2026 à 18:36:39 (1 occurrence)
Dernier enregistrement: 31 mai 2026 à 18:36:39
Error setting up entry NBQ1200-EU for tuya_local
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 794, in __async_setup_with_context
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/tuya_local/init.py", line 965, in async_setup_entry
await hass.config_entries.async_forward_entry_setups(entry, entities)
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 2739, in async_forward_entry_setups
await integration.async_get_platforms(platforms)
File "/usr/src/homeassistant/homeassistant/loader.py", line 1193, in async_get_platforms
import_future.result()
~~~~~~~~~~~~~~~~~~~~^^
File "/usr/src/homeassistant/homeassistant/loader.py", line 1193, in async_get_platforms
import_future.result()
~~~~~~~~~~~~~~~~~~~~^^
File "/usr/src/homeassistant/homeassistant/loader.py", line 1181, in async_get_platforms
platforms.update(self._load_platforms(platform_names))
~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/loader.py", line 1105, in _load_platforms
platform_name: self._load_platform(platform_name)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/loader.py", line 1280, in _load_platform
cache[full_name] = self._import_platform(platform_name)
~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/loader.py", line 1312, in _import_platform
return importlib.import_module(f"{self.pkg_path}.{platform_name}")
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/util/loop.py", line 201, in protected_loop_func
return func(*args, **kwargs)
File "/usr/local/lib/python3.14/importlib/init.py", line 88, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "", line 1406, in _gcd_import
File "", line 1371, in _find_and_load
File "", line 1342, in _find_and_load_unlocked
File "", line 938, in _load_unlocked
File "", line 759, in exec_module
File "", line 491, in _call_with_frames_removed
File "/config/custom_components/tuya_local/text.py", line 8, in
from homeassistant.components.text.const import (
...<4 lines>...
)
ImportError: cannot import name 'ATTR_MODE' from 'homeassistant.components.text.const' (/usr/src/homeassistant/homeassistant/components/text/const.py)
Cette erreur provient d'une intégration personnalisée
Enregistreur: custom_components.tuya_local
Source: config_entries.py:794
intégration: Tuya Local (documentation, problèmes)
S'est produit pour la première fois: 31 mai 2026 à 18:38:05 (3 occurrences)
Dernier enregistrement: 11:09:55
Error setting up entry NBQ1200-EU for tuya_local
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 794, in __async_setup_with_context
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/tuya_local/init.py", line 965, in async_setup_entry
await hass.config_entries.async_forward_entry_setups(entry, entities)
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 2739, in async_forward_entry_setups
await integration.async_get_platforms(platforms)
File "/usr/src/homeassistant/homeassistant/loader.py", line 1193, in async_get_platforms
import_future.result()
~~~~~~~~~~~~~~~~~~~~^^
File "/usr/src/homeassistant/homeassistant/loader.py", line 1181, in async_get_platforms
platforms.update(self._load_platforms(platform_names))
~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/loader.py", line 1105, in _load_platforms
platform_name: self._load_platform(platform_name)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/loader.py", line 1280, in _load_platform
cache[full_name] = self._import_platform(platform_name)
~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/loader.py", line 1312, in _import_platform
return importlib.import_module(f"{self.pkg_path}.{platform_name}")
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/util/loop.py", line 201, in protected_loop_func
return func(*args, **kwargs)
File "/usr/local/lib/python3.14/importlib/init.py", line 88, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "", line 1406, in _gcd_import
File "", line 1371, in _find_and_load
File "", line 1342, in _find_and_load_unlocked
File "", line 938, in _load_unlocked
File "", line 759, in exec_module
File "", line 491, in _call_with_frames_removed
File "/config/custom_components/tuya_local/text.py", line 8, in
from homeassistant.components.text.const import (
...<4 lines>...
)
ImportError: cannot import name 'ATTR_MODE' from 'homeassistant.components.text.const' (/usr/src/homeassistant/homeassistant/components/text/const.py)
Cette erreur provient d'une intégration personnalisée
Enregistreur: custom_components.tuya_local.device
Source: custom_components/tuya_local/device.py:402
intégration: Tuya Local (documentation, problèmes)
S'est produit pour la première fois: 31 mai 2026 à 19:44:52 (9 occurrences)
Dernier enregistrement: 11:18:11
All reactions