xZetsubou / hass-localtuya

🔹 A Home Assistant integration to handle Tuya devices locally "fork from localtuya"
https://xzetsubou.github.io/hass-localtuya/
GNU General Public License v3.0
294 stars 30 forks source link

Rotary smart scene controller doesn't work for dimming #218

Closed nicktrigger closed 1 month ago

nicktrigger commented 2 months ago

LocalTuya Version

3.2.5.1

Home Assistant Version

2024.4.4

Environment

What happened?

I am not able to add an automation for rotation on my scene controller to dim or brighten lights. It works perfectly with tuya smart life.

There is a button that is recognised and works as expected, the diary dial doesn't seem to be discovered and doesn't do anything when I manually add the DP. Screenshot_20240503_193526_Home Assistant Screenshot_20240503_193552_Home Assistant

Steps to reproduce.

Added new device through configure dp 1 for button found. World as expected No more dps found, manually added. Can't get rotary knob to do anything

From tuya developer site

{ "result": [ { "active_time": 1714284718, "bind_space_id": "48728372", "category": "wxkg", "create_time": 1714284718, "custom_name": "living room lights Smart Knob", "icon": "smart/icon/ay1536047723331OpdLN/98dec7f47c676e969719297c55adec81.png", "id": "eb9ecfa4b188abd87f5qcz", "ip": "", "is_online": true, "lat": "-8.6800", "local_key": "", "lon": "115.5200", "model": "ERS-10TZBVK-AA", "name": "Smart Knob", "product_id": "4fjiwweb", "product_name": "Smart Knob", "sub": true, "time_zone": "+08:00", "update_time": 1714536383, "uuid": "70ac08fffe264478" } ], "success": true, "t": 1714658400792, "tid": "444d5a1c088c11efa098724a8b78ed1e" }

{ "result": { "category": "wxkg", "functions": [ { "code": "mode", "desc": "{\"range\":[\"remote_control\",\"wireless_switch\"]}", "name": "模式切换", "type": "Enum", "values": "{\"range\":[\"remote_control\",\"wireless_switch\"]}" } ], "status": [ { "code": "switch_mode1", "name": "无线开关1", "type": "Enum", "values": "{\"range\":[\"click\",\"double_click\",\"press\"]}" }, { "code": "battery_percentage", "name": "电池电量", "type": "Integer", "values": "{\"unit\":\"%\",\"min\":0,\"max\":100,\"scale\":0,\"step\":1}" }, { "code": "mode", "name": "模式切换", "type": "Enum", "values": "{\"range\":[\"remote_control\",\"wireless_switch\"]}" }, { "code": "knob_switch_mode_1", "name": "旋钮开关1", "type": "Enum", "values": "{\"range\":[\"clockwise_rotation\",\"anticlockwise_rotation\"]}" } ] }, "success": true, "t": 1714658531269, "tid": "92288ee3088c11efaae33e3874d12f34" }

Relevant log output

No response

Diagnostics information.

localtuya-d3d7c7bd6a0d6eae5b514de424d066c4-living room lights Smart Knob-dca6444bb0b40301154a06c80a0f0a9f.json

xZetsubou commented 2 months ago

You can't add DPS "12 and 11" as switch they aren't bool type. you will need to configure them as "select entity"

  1. configure -> choose reconfigure existing device -> select your device.
  2. Uncheck from entities DPS 11,12 to delete there entities and keep click on submit until it saves and delete the entities.
  3. Again configure -> choose reconfigure existing device -> select your device
  4. Check on [add new entity(s)
  5. Add 2 with "select" platform.

For DPID 11 option values be like this:

remote_control: Remote Control
wireless_switch:  Wireless Switch

For DPID 12 option values:

clockwise_rotation: Clockwise
anticlockwise_rotation:  Counter-Clockwise

tip: it seems your device doesn't poll the status correctly since you added the all DPS manual, at the start of your manual DPS add zero e.g. 0,1,10,11,12. Zero will restore the last state in Home Assistant.

nicktrigger commented 2 months ago

Many thanks for your reply.

This works for the mode and and for the button.

However, it doesn't seem to recognise clockwise or counter clockwise rotation on the knob. It doesn't show this as last state.

When I triple press to change mode, the device shows this in HA and I can set the button to behave as expected.

I attached log files maybe that creates some clarity.

There's 2 modes. One called remote control (localtuya doesn't seem to work at all for this as it sees no dps and doesn't seem to see any actions/ values even if I add manual dps). For wireless switch the main button works fine but rotation is not recognised. The dp for button (1) and battery (10) are found automatically.

On Fri, 3 May 2024, 23:02 Bander, @.***> wrote:

You can't add DPS "12 and 11" as switch they aren't bool type. you will need to configure them as "select entity"

  1. configure -> choose reconfigure existing device -> select your device.
  2. Uncheck from entities DPS https://github.com/xZetsubou/hass-localtuya/assets/46300268/daf5129a-4593-4057-8012-81e51bb84e06 11,12 to delete there entities and keep click on submit until it saves and delete the entities.
  3. Again configure -> choose reconfigure existing device -> select your device
  4. Check on [add new entity(s)
  5. Add 2 with "select" platform.

For DPID 11 option values be like this:

remote_control: Remote Controlwireless_switch: Wireless Switch

For DPID 12 option values:

clockwise_rotation: Clockwiseanticlockwise_rotation: Counter-Clockwise

tip: it seems your device doesn't poll the status correctly since you added the all DPS manual, at the start of your manual DPS add zero e.g. 0,1,10,11,12. Zero will restore the last state in Home Assistant.

— Reply to this email directly, view it on GitHub https://github.com/xZetsubou/hass-localtuya/issues/218#issuecomment-2093200114, or unsubscribe https://github.com/notifications/unsubscribe-auth/AK3YETA66C246I46UHTDOHTZAORJDAVCNFSM6AAAAABHFL5YWCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOJTGIYDAMJRGQ . You are receiving this because you authored the thread.Message ID: @.***>

2024-05-03 19:56:36.991 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration localtuya 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 2024-05-03 19:56:36.993 WARNING (SyncWorker_1) [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 2024-05-03 19:56:40.885 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'hacs' accesses hass.components.frontend. This is deprecated and will stop working in Home Assistant 2024.9, it should be updated to import functions used from frontend directly at custom_components/hacs/frontend.py, line 68: hass.components.frontend.async_register_built_in_panel(, please create a bug report at https://github.com/hacs/integration/issues 2024-05-03 19:56:41.449 WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.soil_sensor (<class 'custom_components.localtuya.sensor.LocaltuyaSensor'>) is using native unit of measurement 'None' which is not a valid unit for the device class ('humidity') it is using; expected one of ['%']; Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/xZetsubou/hass-localtuya/issues 2024-05-03 19:56:41.449 WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.soil_sensor_2 (<class 'custom_components.localtuya.sensor.LocaltuyaSensor'>) is using native unit of measurement 'None' which is not a valid unit for the device class ('temperature') it is using; expected one of ['K', '°C', '°F']; Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/xZetsubou/hass-localtuya/issues 2024-05-03 19:56:42.423 WARNING (ImportExecutor_0) [py.warnings] /usr/local/lib/python3.12/site-packages/stringcase.py:247: SyntaxWarning: invalid escape sequence '\W' return re.sub("\W+", "", string)

2024-05-03 19:56:42.453 WARNING (ImportExecutor_0) [py.warnings] /usr/local/lib/python3.12/site-packages/sleekxmppfs/thirdparty/mini_dateutil.py:163: SyntaxWarning: invalid escape sequence '\s' _iso8601_parser = re.compile("""

2024-05-03 19:56:45.964 WARNING (MainThread) [custom_components.localtuya.common] [eb9...qcz] Connect to living room lights Smart Knob failed: Sub device is not connected 2024-05-03 19:56:46.003 WARNING (MainThread) [custom_components.localtuya.common] [ebe...gfg] Connect to Smart plug failed: Sub device is not connected 2024-05-03 19:56:56.496 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'hacs' accesses hass.helpers.event. This is deprecated and will stop working in Home Assistant 2024.11, it should be updated to import functions used from event directly at custom_components/hacs/base.py, line 642: self.hass.helpers.event.async_track_time_interval(, please create a bug report at https://github.com/hacs/integration/issues 2024-05-03 22:45:00.233 WARNING (MainThread) [homeassistant.helpers.service] Referenced entities scene.fairy_lights_off are missing or not currently available 2024-05-03 23:21:31.271 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to import_module inside the event loop by custom integration 'localtuya' at custom_components/localtuya/config_flow.py, line 311: return import_module("." + platform, integration_module).flow_schema(dps_strings) (offender: /config/custom_components/localtuya/config_flow.py, line 311: return import_module("." + platform, integration_module).flow_schema(dps_strings)), please create a bug report at https://github.com/xZetsubou/hass-localtuya/issues 2024-05-03 23:21:34.609 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to import_module inside the event loop by custom integration 'localtuya' at custom_components/localtuya/config_flow.py, line 311: return import_module("." + platform, integration_module).flow_schema(dps_strings) (offender: /config/custom_components/localtuya/config_flow.py, line 311: return import_module("." + platform, integration_module).flow_schema(dps_strings)), please create a bug report at https://github.com/xZetsubou/hass-localtuya/issues 2024-05-03 23:21:56.339 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to import_module inside the event loop by custom integration 'localtuya' at custom_components/localtuya/config_flow.py, line 311: return import_module("." + platform, integration_module).flow_schema(dps_strings) (offender: /config/custom_components/localtuya/config_flow.py, line 311: return import_module("." + platform, integration_module).flow_schema(dps_strings)), please create a bug report at https://github.com/xZetsubou/hass-localtuya/issues 2024-05-03 23:21:58.712 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to import_module inside the event loop by custom integration 'localtuya' at custom_components/localtuya/config_flow.py, line 311: return import_module("." + platform, integration_module).flow_schema(dps_strings) (offender: /config/custom_components/localtuya/config_flow.py, line 311: return import_module("." + platform, integration_module).flow_schema(dps_strings)), please create a bug report at https://github.com/xZetsubou/hass-localtuya/issues 2024-05-03 23:22:04.921 WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.soil_sensor (<class 'custom_components.localtuya.sensor.LocaltuyaSensor'>) is using native unit of measurement 'None' which is not a valid unit for the device class ('humidity') it is using; expected one of ['%']; Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/xZetsubou/hass-localtuya/issues 2024-05-03 23:22:04.921 WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.soil_sensor_2 (<class 'custom_components.localtuya.sensor.LocaltuyaSensor'>) is using native unit of measurement 'None' which is not a valid unit for the device class ('temperature') it is using; expected one of ['K', '°C', '°F']; Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/xZetsubou/hass-localtuya/issues 2024-05-03 23:22:09.392 WARNING (MainThread) [custom_components.localtuya.common] [eb9...qcz] Connect to living room lights Smart Knob failed: Sub device is not connected 2024-05-03 23:22:09.450 WARNING (MainThread) [custom_components.localtuya.common] [ebe...gfg] Connect to Smart plug failed: Sub device is not connected 2024-05-03 23:22:23.532 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to import_module inside the event loop by custom integration 'localtuya' at custom_components/localtuya/config_flow.py, line 311: return import_module("." + platform, integration_module).flow_schema(dps_strings) (offender: /config/custom_components/localtuya/config_flow.py, line 311: return import_module("." + platform, integration_module).flow_schema(dps_strings)), please create a bug report at https://github.com/xZetsubou/hass-localtuya/issues 2024-05-03 23:22:26.790 WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.soil_sensor (<class 'custom_components.localtuya.sensor.LocaltuyaSensor'>) is using native unit of measurement 'None' which is not a valid unit for the device class ('humidity') it is using; expected one of ['%']; Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/xZetsubou/hass-localtuya/issues 2024-05-03 23:22:26.790 WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.soil_sensor_2 (<class 'custom_components.localtuya.sensor.LocaltuyaSensor'>) is using native unit of measurement 'None' which is not a valid unit for the device class ('temperature') it is using; expected one of ['K', '°C', '°F']; Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/xZetsubou/hass-localtuya/issues 2024-05-03 23:22:31.283 WARNING (MainThread) [custom_components.localtuya.common] [eb9...qcz] Connect to living room lights Smart Knob failed: Sub device is not connected 2024-05-03 23:22:31.348 WARNING (MainThread) [custom_components.localtuya.common] [ebe...gfg] Connect to Smart plug failed: Sub device is not connected 2024-05-03 23:22:50.903 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to import_module inside the event loop by custom integration 'localtuya' at custom_components/localtuya/config_flow.py, line 311: return import_module("." + platform, integration_module).flow_schema(dps_strings) (offender: /config/custom_components/localtuya/config_flow.py, line 311: return import_module("." + platform, integration_module).flow_schema(dps_strings)), please create a bug report at https://github.com/xZetsubou/hass-localtuya/issues 2024-05-03 23:23:49.423 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to import_module inside the event loop by custom integration 'localtuya' at custom_components/localtuya/config_flow.py, line 311: return import_module("." + platform, integration_module).flow_schema(dps_strings) (offender: /config/custom_components/localtuya/config_flow.py, line 311: return import_module("." + platform, integration_module).flow_schema(dps_strings)), please create a bug report at https://github.com/xZetsubou/hass-localtuya/issues 2024-05-03 23:24:23.147 WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.soil_sensor (<class 'custom_components.localtuya.sensor.LocaltuyaSensor'>) is using native unit of measurement 'None' which is not a valid unit for the device class ('humidity') it is using; expected one of ['%']; Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/xZetsubou/hass-localtuya/issues 2024-05-03 23:24:23.147 WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.soil_sensor_2 (<class 'custom_components.localtuya.sensor.LocaltuyaSensor'>) is using native unit of measurement 'None' which is not a valid unit for the device class ('temperature') it is using; expected one of ['K', '°C', '°F']; Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/xZetsubou/hass-localtuya/issues 2024-05-03 23:24:27.662 WARNING (MainThread) [custom_components.localtuya.common] [eb9...qcz] Connect to living room lights Smart Knob failed: Sub device is not connected 2024-05-03 23:24:27.721 WARNING (MainThread) [custom_components.localtuya.common] [ebe...gfg] Connect to Smart plug failed: Sub device is not connected 2024-05-03 23:24:40.581 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to import_module inside the event loop by custom integration 'localtuya' at custom_components/localtuya/config_flow.py, line 311: return import_module("." + platform, integration_module).flow_schema(dps_strings) (offender: /config/custom_components/localtuya/config_flow.py, line 311: return import_module("." + platform, integration_module).flow_schema(dps_strings)), please create a bug report at https://github.com/xZetsubou/hass-localtuya/issues 2024-05-03 23:24:52.328 WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.soil_sensor (<class 'custom_components.localtuya.sensor.LocaltuyaSensor'>) is using native unit of measurement 'None' which is not a valid unit for the device class ('humidity') it is using; expected one of ['%']; Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/xZetsubou/hass-localtuya/issues 2024-05-03 23:24:52.328 WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.soil_sensor_2 (<class 'custom_components.localtuya.sensor.LocaltuyaSensor'>) is using native unit of measurement 'None' which is not a valid unit for the device class ('temperature') it is using; expected one of ['K', '°C', '°F']; Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/xZetsubou/hass-localtuya/issues 2024-05-03 23:24:56.851 WARNING (MainThread) [custom_components.localtuya.common] [eb9...qcz] Connect to living room lights Smart Knob failed: Sub device is not connected 2024-05-03 23:24:56.911 WARNING (MainThread) [custom_components.localtuya.common] [ebe...gfg] Connect to Smart plug failed: Sub device is not connected 2024-05-03 23:58:36.508 WARNING (MainThread) [async_upnp_client.profiles.profile] Failed subscribing to service: UpnpConnectionError('ClientConnectorError(ConnectionKey(host=\'192.168.50.179\', port=9197, is_ssl=False, ssl=True, proxy=None, proxy_auth=None, proxy_headers_hash=-3312680796276604482), ConnectionRefusedError(111, "Connect call failed (\'192.168.50.179\', 9197)"))', None) 2024-05-04 00:01:16.417 WARNING (MainThread) [homeassistant.components.media_player] Updating samsungtv media_player took longer than the scheduled update interval 0:00:10 2024-05-04 00:01:16.418 WARNING (MainThread) [homeassistant.helpers.entity] Update of media_player.samsung_7_series_43 is taking over 10 seconds 2024-05-04 00:01:26.418 WARNING (MainThread) [homeassistant.components.media_player] Updating samsungtv media_player took longer than the scheduled update interval 0:00:10 2024-05-04 04:46:03.727 WARNING (MainThread) [deebot_client.command] Command "getBattery" was not successfully. 2024-05-04 07:02:34.290 WARNING (MainThread) [deebot_client.mqtt_client] Connection lost; Reconnecting in 5 seconds ... Traceback (most recent call last): File "/usr/local/lib/python3.12/site-packages/deebot_client/mqtt_client.py", line 203, in mqtt async with await self._get_client() as client: File "/usr/local/lib/python3.12/site-packages/aiomqtt/client.py", line 729, in aexit raise exc aiomqtt.exceptions.MqttCodeError: [code:7] The connection was lost. 2024-05-04 08:24:25.448 WARNING (MainThread) [deebot_client.command] Command "getBattery" was not successfully. 2024-05-04 08:25:38.616 WARNING (MainThread) [deebot_client.command] Command "getBattery" was not successfully. 2024-05-04 08:27:05.056 WARNING (MainThread) [deebot_client.command] Command "getMinorMap" was not successfully. 2024-05-04 08:27:05.061 WARNING (MainThread) [deebot_client.command] Command "getMinorMap" was not successfully. 2024-05-04 08:27:05.142 WARNING (MainThread) [deebot_client.command] Command "getMapTrace" was not successfully. 2024-05-04 09:11:04.694 WARNING (MainThread) [custom_components.localtuya.common] [226...70a] Failed to connect to 192.168.50.32: The host refused to connect 2024-05-04 09:11:21.851 WARNING (MainThread) [custom_components.localtuya.common] [226...70a] Failed to connect to 192.168.50.32: [Errno 113] Connect call failed ('192.168.50.32', 6668) 2024-05-04 11:25:11.557 ERROR (MainThread) [aioharmony.hubconnector_websocket] 192.168.50.20: Exception trying to establish web socket connection for hub 18218941: Cannot connect to host 192.168.50.20:8088 ssl:default [Connect call failed ('192.168.50.20', 8088)] 2024-05-04 11:25:16.933 WARNING (MainThread) [custom_components.localtuya.common] [eb0...ler] Failed to connect to 192.168.50.100: [Errno 113] Connect call failed ('192.168.50.100', 6668) 2024-05-04 11:25:17.829 ERROR (MainThread) [homeassistant.components.upnp] Error fetching RT-AX53U-C060 data: Unable to communicate with IGD at: http://192.168.50.1:43918/rootDesc.xml 2024-05-04 11:27:46.485 WARNING (MainThread) [deebot_client.mqtt_client] Connection lost; Reconnecting in 5 seconds ... Traceback (most recent call last): File "/usr/local/lib/python3.12/site-packages/deebot_client/mqtt_client.py", line 203, in mqtt async with await self._get_client() as client: File "/usr/local/lib/python3.12/site-packages/aiomqtt/client.py", line 729, in aexit raise exc aiomqtt.exceptions.MqttCodeError: [code:16] Client or broker did not communicate in the keepalive interval. 2024-05-04 14:15:56.078 ERROR (MainThread) [aioharmony.hubconnector_websocket] 192.168.50.20: Connection timed out for hub 18218941 2024-05-04 15:22:18.792 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to import_module inside the event loop by custom integration 'localtuya' at custom_components/localtuya/config_flow.py, line 311: return import_module("." + platform, integration_module).flow_schema(dps_strings) (offender: /config/custom_components/localtuya/config_flow.py, line 311: return import_module("." + platform, integration_module).flow_schema(dps_strings)), please create a bug report at https://github.com/xZetsubou/hass-localtuya/issues 2024-05-04 15:22:21.357 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to import_module inside the event loop by custom integration 'localtuya' at custom_components/localtuya/config_flow.py, line 311: return import_module("." + platform, integration_module).flow_schema(dps_strings) (offender: /config/custom_components/localtuya/config_flow.py, line 311: return import_module("." + platform, integration_module).flow_schema(dps_strings)), please create a bug report at https://github.com/xZetsubou/hass-localtuya/issues 2024-05-04 15:22:28.536 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to import_module inside the event loop by custom integration 'localtuya' at custom_components/localtuya/config_flow.py, line 311: return import_module("." + platform, integration_module).flow_schema(dps_strings) (offender: /config/custom_components/localtuya/config_flow.py, line 311: return import_module("." + platform, integration_module).flow_schema(dps_strings)), please create a bug report at https://github.com/xZetsubou/hass-localtuya/issues 2024-05-04 15:22:41.066 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to import_module inside the event loop by custom integration 'localtuya' at custom_components/localtuya/config_flow.py, line 311: return import_module("." + platform, integration_module).flow_schema(dps_strings) (offender: /config/custom_components/localtuya/config_flow.py, line 311: return import_module("." + platform, integration_module).flow_schema(dps_strings)), please create a bug report at https://github.com/xZetsubou/hass-localtuya/issues 2024-05-04 15:22:49.953 WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.soil_sensor (<class 'custom_components.localtuya.sensor.LocaltuyaSensor'>) is using native unit of measurement 'None' which is not a valid unit for the device class ('humidity') it is using; expected one of ['%']; Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/xZetsubou/hass-localtuya/issues 2024-05-04 15:22:49.953 WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.soil_sensor_2 (<class 'custom_components.localtuya.sensor.LocaltuyaSensor'>) is using native unit of measurement 'None' which is not a valid unit for the device class ('temperature') it is using; expected one of ['K', '°C', '°F']; Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/xZetsubou/hass-localtuya/issues 2024-05-04 15:22:50.654 WARNING (MainThread) [homeassistant.components.automation.turn_on_pump_when_water_tank_is_filling] Turn on pump when water tank is filling: Already running 2024-05-04 15:22:53.822 WARNING (SyncWorker_13) [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='openapi.tuyaus.com', port=443): Read timed out. (read timeout=3)")': /v1.0/token?grant_type=1 2024-05-04 15:22:55.047 WARNING (MainThread) [custom_components.localtuya.common] [ebb...js7] Connect to Terrace LED Smart Plug failed: Sub device is not connected 2024-05-04 15:22:55.092 WARNING (MainThread) [custom_components.localtuya.common] [eb0...ler] Connect to Living Room Lights failed: Sub device is not connected 2024-05-04 15:23:00.325 WARNING (SyncWorker_46) [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='openapi.tuyaus.com', port=443): Read timed out. (read timeout=3)")': /v1.0/users/az1630049941596Np8nF/devices 2024-05-04 15:23:07.339 WARNING (SyncWorker_4) [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='openapi.tuyaus.com', port=443): Read timed out. (read timeout=3)")': /v2.0/cloud/thing/eb01aa268c95119ce4v7r0/model 2024-05-04 15:23:07.448 WARNING (SyncWorker_30) [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='openapi.tuyaus.com', port=443): Read timed out. (read timeout=3)")': /v1.1/devices/eb89165c7709475150ajdo/specifications 2024-05-04 15:23:10.664 WARNING (SyncWorker_50) [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='openapi.tuyaus.com', port=443): Read timed out. (read timeout=3)")': /v2.0/cloud/thing/eb704bc9023e5f6757tjwx/model 2024-05-04 15:25:17.100 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to import_module inside the event loop by custom integration 'localtuya' at custom_components/localtuya/config_flow.py, line 311: return import_module("." + platform, integration_module).flow_schema(dps_strings) (offender: /config/custom_components/localtuya/config_flow.py, line 311: return import_module("." + platform, integration_module).flow_schema(dps_strings)), please create a bug report at https://github.com/xZetsubou/hass-localtuya/issues 2024-05-04 15:25:20.326 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to import_module inside the event loop by custom integration 'localtuya' at custom_components/localtuya/config_flow.py, line 311: return import_module("." + platform, integration_module).flow_schema(dps_strings) (offender: /config/custom_components/localtuya/config_flow.py, line 311: return import_module("." + platform, integration_module).flow_schema(dps_strings)), please create a bug report at https://github.com/xZetsubou/hass-localtuya/issues 2024-05-04 15:25:32.505 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to import_module inside the event loop by custom integration 'localtuya' at custom_components/localtuya/config_flow.py, line 311: return import_module("." + platform, integration_module).flow_schema(dps_strings) (offender: /config/custom_components/localtuya/config_flow.py, line 311: return import_module("." + platform, integration_module).flow_schema(dps_strings)), please create a bug report at https://github.com/xZetsubou/hass-localtuya/issues 2024-05-04 15:25:50.672 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to import_module inside the event loop by custom integration 'localtuya' at custom_components/localtuya/config_flow.py, line 311: return import_module("." + platform, integration_module).flow_schema(dps_strings) (offender: /config/custom_components/localtuya/config_flow.py, line 311: return import_module("." + platform, integration_module).flow_schema(dps_strings)), please create a bug report at https://github.com/xZetsubou/hass-localtuya/issues 2024-05-04 15:25:54.353 WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.soil_sensor (<class 'custom_components.localtuya.sensor.LocaltuyaSensor'>) is using native unit of measurement 'None' which is not a valid unit for the device class ('humidity') it is using; expected one of ['%']; Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/xZetsubou/hass-localtuya/issues 2024-05-04 15:25:54.353 WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.soil_sensor_2 (<class 'custom_components.localtuya.sensor.LocaltuyaSensor'>) is using native unit of measurement 'None' which is not a valid unit for the device class ('temperature') it is using; expected one of ['K', '°C', '°F']; Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/xZetsubou/hass-localtuya/issues 2024-05-04 15:25:58.866 WARNING (MainThread) [custom_components.localtuya.common] [eb9...qcz] Connect to living room lights Smart Knob failed: Sub device is not connected 2024-05-04 15:25:58.922 WARNING (MainThread) [custom_components.localtuya.common] [ebe...gfg] Connect to Smart plug failed: Sub device is not connected 2024-05-04 15:26:04.349 WARNING (SyncWorker_18) [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='openapi.tuyaus.com', port=443): Read timed out. (read timeout=3)")': /v2.0/cloud/thing/eb904eb8707d3df0e1m7lj/shadow/properties 2024-05-04 15:26:04.377 WARNING (SyncWorker_20) [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='openapi.tuyaus.com', port=443): Read timed out. (read timeout=3)")': /v1.1/devices/226068418cce4efdb70a/specifications 2024-05-04 15:28:17.354 WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.soil_sensor (<class 'custom_components.localtuya.sensor.LocaltuyaSensor'>) is using native unit of measurement 'None' which is not a valid unit for the device class ('humidity') it is using; expected one of ['%']; Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/xZetsubou/hass-localtuya/issues 2024-05-04 15:28:17.357 WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.soil_sensor_2 (<class 'custom_components.localtuya.sensor.LocaltuyaSensor'>) is using native unit of measurement 'None' which is not a valid unit for the device class ('temperature') it is using; expected one of ['K', '°C', '°F']; Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/xZetsubou/hass-localtuya/issues 2024-05-04 15:28:17.607 ERROR (MainThread) [custom_components.localtuya.common] [ebe...gfg] Not connected to device Smart plug 2024-05-04 15:28:23.210 WARNING (MainThread) [custom_components.localtuya.common] [ebb...js7] Connect to Terrace LED Smart Plug failed: Sub device is not connected 2024-05-04 15:28:29.818 WARNING (SyncWorker_2) [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='openapi.tuyaus.com', port=443): Read timed out. (read timeout=3)")': /v1.1/devices/eb5f39276bcd679199onj5/specifications 2024-05-04 15:28:29.828 WARNING (SyncWorker_63) [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='openapi.tuyaus.com', port=443): Read timed out. (read timeout=3)")': /v2.0/cloud/thing/eb904eb8707d3df0e1m7lj/shadow/properties 2024-05-04 15:28:34.287 WARNING (SyncWorker_48) [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='openapi.tuyaus.com', port=443): Read timed out. (read timeout=3)")': /v1.1/devices/eb904eb8707d3df0e1m7lj/specifications 2024-05-04 15:28:35.801 WARNING (MainThread) [custom_components.localtuya.config_flow] Failed to configure device: [ name: Zigbee Gateway — id: eb9b1f6493edc99fc9uq9c — reason: ] 2024-05-04 15:28:35.801 WARNING (MainThread) [custom_components.localtuya.config_flow] Failed to configure device: [ name: living room lights Smart Knob — id: eb9ecfa4b188abd87f5qcz — reason: ] 2024-05-04 15:28:35.802 WARNING (MainThread) [custom_components.localtuya.config_flow] Failed to configure device: [ name: Smart Irrigation — id: ebf39ad8f759e99291qatq — reason: ] 2024-05-04 15:28:57.721 ERROR (MainThread) [custom_components.localtuya.common] [ebe...gfg] Not connected to device Smart plug 2024-05-04 15:28:57.761 WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.soil_sensor (<class 'custom_components.localtuya.sensor.LocaltuyaSensor'>) is using native unit of measurement 'None' which is not a valid unit for the device class ('humidity') it is using; expected one of ['%']; Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/xZetsubou/hass-localtuya/issues 2024-05-04 15:28:57.761 WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.soil_sensor_2 (<class 'custom_components.localtuya.sensor.LocaltuyaSensor'>) is using native unit of measurement 'None' which is not a valid unit for the device class ('temperature') it is using; expected one of ['K', '°C', '°F']; Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/xZetsubou/hass-localtuya/issues 2024-05-04 15:29:02.842 WARNING (MainThread) [custom_components.localtuya.common] [eb9...qcz] Connect to living room lights Smart Knob failed: Sub device is not connected 2024-05-04 15:29:02.897 WARNING (MainThread) [custom_components.localtuya.common] [ebe...gfg] Connect to Smart plug failed: Sub device is not connected 2024-05-04 15:29:05.908 WARNING (SyncWorker_28) [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='openapi.tuyaus.com', port=443): Read timed out. (read timeout=3)")': /v2.0/cloud/thing/ebe34254be804a30d75gfg/model 2024-05-04 15:29:05.969 WARNING (SyncWorker_52) [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='openapi.tuyaus.com', port=443): Read timed out. (read timeout=3)")': /v1.1/devices/ebf980430d95ab81c0zatd/specifications 2024-05-04 15:29:06.351 WARNING (SyncWorker_30) [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='openapi.tuyaus.com', port=443): Read timed out. (read timeout=3)")': /v2.0/cloud/thing/eb0a4d566dc6324371ivdd/model 2024-05-04 15:29:06.945 WARNING (SyncWorker_10) [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='openapi.tuyaus.com', port=443): Read timed out. (read timeout=3)")': /v2.0/cloud/thing/ebf39ad8f759e99291qatq/model 2024-05-04 15:29:08.418 WARNING (SyncWorker_36) [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='openapi.tuyaus.com', port=443): Read timed out. (read timeout=3)")': /v1.1/devices/eb07bd1b12d9cf7e1b0ler/specifications 2024-05-04 15:29:49.916 WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.soil_sensor (<class 'custom_components.localtuya.sensor.LocaltuyaSensor'>) is using native unit of measurement 'None' which is not a valid unit for the device class ('humidity') it is using; expected one of ['%']; Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/xZetsubou/hass-localtuya/issues 2024-05-04 15:29:49.916 WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.soil_sensor_2 (<class 'custom_components.localtuya.sensor.LocaltuyaSensor'>) is using native unit of measurement 'None' which is not a valid unit for the device class ('temperature') it is using; expected one of ['K', '°C', '°F']; Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/xZetsubou/hass-localtuya/issues 2024-05-04 15:29:49.918 WARNING (MainThread) [homeassistant.components.automation.turn_on_pump_when_water_tank_is_filling] Turn on pump when water tank is filling: Already running 2024-05-04 15:29:54.518 WARNING (MainThread) [custom_components.localtuya.common] [eb0...ler] Connect to Living Room Lights failed: Sub device is not connected 2024-05-04 15:29:54.537 WARNING (MainThread) [custom_components.localtuya.common] [ebb...js7] Connect to Terrace LED Smart Plug failed: Sub device is not connected 2024-05-04 15:29:59.327 WARNING (SyncWorker_49) [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='openapi.tuyaus.com', port=443): Read timed out. (read timeout=3)")': /v1.0/users/az1630049941596Np8nF/devices 2024-05-04 15:30:13.931 WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.soil_sensor (<class 'custom_components.localtuya.sensor.LocaltuyaSensor'>) is using native unit of measurement 'None' which is not a valid unit for the device class ('humidity') it is using; expected one of ['%']; Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/xZetsubou/hass-localtuya/issues 2024-05-04 15:30:13.934 WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.soil_sensor_2 (<class 'custom_components.localtuya.sensor.LocaltuyaSensor'>) is using native unit of measurement 'None' which is not a valid unit for the device class ('temperature') it is using; expected one of ['K', '°C', '°F']; Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/xZetsubou/hass-localtuya/issues 2024-05-04 15:30:14.306 ERROR (MainThread) [custom_components.localtuya.common] [ebe...gfg] Not connected to device Smart plug 2024-05-04 15:30:19.404 WARNING (MainThread) [custom_components.localtuya.common] [eb9...qcz] Connect to living room lights Smart Knob failed: Sub device is not connected 2024-05-04 15:30:19.460 WARNING (MainThread) [custom_components.localtuya.common] [ebe...gfg] Connect to Smart plug failed: Sub device is not connected 2024-05-04 15:30:24.416 WARNING (SyncWorker_27) [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='openapi.tuyaus.com', port=443): Read timed out. (read timeout=3)")': /v1.1/devices/eb595a35910054b7c4sjvy/specifications 2024-05-04 15:30:25.250 WARNING (SyncWorker_19) [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='openapi.tuyaus.com', port=443): Read timed out. (read timeout=3)")': /v1.1/devices/ebfdb58bd792429b2cxmcx/specifications 2024-05-04 15:30:27.693 WARNING (SyncWorker_4) [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='openapi.tuyaus.com', port=443): Read timed out. (read timeout=3)")': /v2.0/cloud/thing/eb5f39276bcd679199onj5/shadow/properties 2024-05-04 15:30:45.594 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to import_module inside the event loop by custom integration 'localtuya' at custom_components/localtuya/config_flow.py, line 311: return import_module("." + platform, integration_module).flow_schema(dps_strings) (offender: /config/custom_components/localtuya/config_flow.py, line 311: return import_module("." + platform, integration_module).flow_schema(dps_strings)), please create a bug report at https://github.com/xZetsubou/hass-localtuya/issues 2024-05-04 15:31:27.192 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to import_module inside the event loop by custom integration 'localtuya' at custom_components/localtuya/config_flow.py, line 311: return import_module("." + platform, integration_module).flow_schema(dps_strings) (offender: /config/custom_components/localtuya/config_flow.py, line 311: return import_module("." + platform, integration_module).flow_schema(dps_strings)), please create a bug report at https://github.com/xZetsubou/hass-localtuya/issues 2024-05-04 15:31:31.633 WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.soil_sensor (<class 'custom_components.localtuya.sensor.LocaltuyaSensor'>) is using native unit of measurement 'None' which is not a valid unit for the device class ('humidity') it is using; expected one of ['%']; Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/xZetsubou/hass-localtuya/issues 2024-05-04 15:31:31.633 WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.soil_sensor_2 (<class 'custom_components.localtuya.sensor.LocaltuyaSensor'>) is using native unit of measurement 'None' which is not a valid unit for the device class ('temperature') it is using; expected one of ['K', '°C', '°F']; Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/xZetsubou/hass-localtuya/issues 2024-05-04 15:31:36.742 WARNING (MainThread) [custom_components.localtuya.common] [eb9...qcz] Connect to living room lights Smart Knob failed: Sub device is not connected 2024-05-04 15:31:36.797 WARNING (MainThread) [custom_components.localtuya.common] [ebe...gfg] Connect to Smart plug failed: Sub device is not connected 2024-05-04 15:31:41.815 WARNING (SyncWorker_3) [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='openapi.tuyaus.com', port=443): Read timed out. (read timeout=3)")': /v2.0/cloud/thing/eb89165c7709475150ajdo/model 2024-05-04 15:31:42.279 WARNING (SyncWorker_10) [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='openapi.tuyaus.com', port=443): Read timed out. (read timeout=3)")': /v2.0/cloud/thing/ebe34254be804a30d75gfg/model 2024-05-04 15:31:42.384 WARNING (SyncWorker_19) [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='openapi.tuyaus.com', port=443): Read timed out. (read timeout=3)")': /v2.0/cloud/thing/eb9b1f6493edc99fc9uq9c/shadow/properties 2024-05-04 15:31:42.855 WARNING (SyncWorker_17) [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='openapi.tuyaus.com', port=443): Read timed out. (read timeout=3)")': /v2.0/cloud/thing/ebbfa3f7ea5ac225f5djs7/shadow/properties 2024-05-04 15:31:43.533 WARNING (SyncWorker_8) [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='openapi.tuyaus.com', port=443): Read timed out. (read timeout=3)")': /v2.0/cloud/thing/eb5f39276bcd679199onj5/model 2024-05-04 15:33:19.776 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to import_module inside the event loop by custom integration 'localtuya' at custom_components/localtuya/config_flow.py, line 311: return import_module("." + platform, integration_module).flow_schema(dps_strings) (offender: /config/custom_components/localtuya/config_flow.py, line 311: return import_module("." + platform, integration_module).flow_schema(dps_strings)), please create a bug report at https://github.com/xZetsubou/hass-localtuya/issues 2024-05-04 15:33:34.878 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to import_module inside the event loop by custom integration 'localtuya' at custom_components/localtuya/config_flow.py, line 311: return import_module("." + platform, integration_module).flow_schema(dps_strings) (offender: /config/custom_components/localtuya/config_flow.py, line 311: return import_module("." + platform, integration_module).flow_schema(dps_strings)), please create a bug report at https://github.com/xZetsubou/hass-localtuya/issues 2024-05-04 15:33:37.372 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to import_module inside the event loop by custom integration 'localtuya' at custom_components/localtuya/config_flow.py, line 311: return import_module("." + platform, integration_module).flow_schema(dps_strings) (offender: /config/custom_components/localtuya/config_flow.py, line 311: return import_module("." + platform, integration_module).flow_schema(dps_strings)), please create a bug report at https://github.com/xZetsubou/hass-localtuya/issues 2024-05-04 15:34:14.053 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to import_module inside the event loop by custom integration 'localtuya' at custom_components/localtuya/config_flow.py, line 311: return import_module("." + platform, integration_module).flow_schema(dps_strings) (offender: /config/custom_components/localtuya/config_flow.py, line 311: return import_module("." + platform, integration_module).flow_schema(dps_strings)), please create a bug report at https://github.com/xZetsubou/hass-localtuya/issues 2024-05-04 15:34:33.838 WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.soil_sensor (<class 'custom_components.localtuya.sensor.LocaltuyaSensor'>) is using native unit of measurement 'None' which is not a valid unit for the device class ('humidity') it is using; expected one of ['%']; Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/xZetsubou/hass-localtuya/issues 2024-05-04 15:34:33.838 WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.soil_sensor_2 (<class 'custom_components.localtuya.sensor.LocaltuyaSensor'>) is using native unit of measurement 'None' which is not a valid unit for the device class ('temperature') it is using; expected one of ['K', '°C', '°F']; Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/xZetsubou/hass-localtuya/issues 2024-05-04 15:34:38.961 WARNING (MainThread) [custom_components.localtuya.common] [eb9...qcz] Connect to living room lights Smart Knob failed: Sub device is not connected 2024-05-04 15:34:39.019 WARNING (MainThread) [custom_components.localtuya.common] [ebe...gfg] Connect to Smart plug failed: Sub device is not connected 2024-05-04 15:34:43.919 WARNING (SyncWorker_53) [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='openapi.tuyaus.com', port=443): Read timed out. (read timeout=3)")': /v1.1/devices/eb01aa268c95119ce4v7r0/specifications 2024-05-04 15:34:44.652 WARNING (SyncWorker_22) [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='openapi.tuyaus.com', port=443): Read timed out. (read timeout=3)")': /v2.0/cloud/thing/eb704bc9023e5f6757tjwx/model 2024-05-04 15:34:45.278 WARNING (SyncWorker_61) [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='openapi.tuyaus.com', port=443): Read timed out. (read timeout=3)")': /v1.1/devices/eb595a35910054b7c4sjvy/specifications

2024-05-03 19:56:36.991 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration localtuya 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 2024-05-03 19:56:36.993 WARNING (SyncWorker_1) [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 2024-05-03 19:56:40.885 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'hacs' accesses hass.components.frontend. This is deprecated and will stop working in Home Assistant 2024.9, it should be updated to import functions used from frontend directly at custom_components/hacs/frontend.py, line 68: hass.components.frontend.async_register_built_in_panel(, please create a bug report at https://github.com/hacs/integration/issues 2024-05-03 19:56:41.449 WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.soil_sensor (<class 'custom_components.localtuya.sensor.LocaltuyaSensor'>) is using native unit of measurement 'None' which is not a valid unit for the device class ('humidity') it is using; expected one of ['%']; Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/xZetsubou/hass-localtuya/issues 2024-05-03 19:56:41.449 WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.soil_sensor_2 (<class 'custom_components.localtuya.sensor.LocaltuyaSensor'>) is using native unit of measurement 'None' which is not a valid unit for the device class ('temperature') it is using; expected one of ['K', '°C', '°F']; Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/xZetsubou/hass-localtuya/issues 2024-05-03 19:56:42.423 WARNING (ImportExecutor_0) [py.warnings] /usr/local/lib/python3.12/site-packages/stringcase.py:247: SyntaxWarning: invalid escape sequence '\W' return re.sub("\W+", "", string)

2024-05-03 19:56:42.453 WARNING (ImportExecutor_0) [py.warnings] /usr/local/lib/python3.12/site-packages/sleekxmppfs/thirdparty/mini_dateutil.py:163: SyntaxWarning: invalid escape sequence '\s' _iso8601_parser = re.compile("""

2024-05-03 19:56:45.964 WARNING (MainThread) [custom_components.localtuya.common] [eb9...qcz] Connect to living room lights Smart Knob failed: Sub device is not connected 2024-05-03 19:56:46.003 WARNING (MainThread) [custom_components.localtuya.common] [ebe...gfg] Connect to Smart plug failed: Sub device is not connected 2024-05-03 19:56:56.496 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'hacs' accesses hass.helpers.event. This is deprecated and will stop working in Home Assistant 2024.11, it should be updated to import functions used from event directly at custom_components/hacs/base.py, line 642: self.hass.helpers.event.async_track_time_interval(, please create a bug report at https://github.com/hacs/integration/issues 2024-05-03 22:45:00.233 WARNING (MainThread) [homeassistant.helpers.service] Referenced entities scene.fairy_lights_off are missing or not currently available 2024-05-03 23:21:31.271 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to import_module inside the event loop by custom integration 'localtuya' at custom_components/localtuya/config_flow.py, line 311: return import_module("." + platform, integration_module).flow_schema(dps_strings) (offender: /config/custom_components/localtuya/config_flow.py, line 311: return import_module("." + platform, integration_module).flow_schema(dps_strings)), please create a bug report at https://github.com/xZetsubou/hass-localtuya/issues 2024-05-03 23:21:34.609 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to import_module inside the event loop by custom integration 'localtuya' at custom_components/localtuya/config_flow.py, line 311: return import_module("." + platform, integration_module).flow_schema(dps_strings) (offender: /config/custom_components/localtuya/config_flow.py, line 311: return import_module("." + platform, integration_module).flow_schema(dps_strings)), please create a bug report at https://github.com/xZetsubou/hass-localtuya/issues 2024-05-03 23:21:56.339 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to import_module inside the event loop by custom integration 'localtuya' at custom_components/localtuya/config_flow.py, line 311: return import_module("." + platform, integration_module).flow_schema(dps_strings) (offender: /config/custom_components/localtuya/config_flow.py, line 311: return import_module("." + platform, integration_module).flow_schema(dps_strings)), please create a bug report at https://github.com/xZetsubou/hass-localtuya/issues 2024-05-03 23:21:58.712 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to import_module inside the event loop by custom integration 'localtuya' at custom_components/localtuya/config_flow.py, line 311: return import_module("." + platform, integration_module).flow_schema(dps_strings) (offender: /config/custom_components/localtuya/config_flow.py, line 311: return import_module("." + platform, integration_module).flow_schema(dps_strings)), please create a bug report at https://github.com/xZetsubou/hass-localtuya/issues 2024-05-03 23:22:04.921 WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.soil_sensor (<class 'custom_components.localtuya.sensor.LocaltuyaSensor'>) is using native unit of measurement 'None' which is not a valid unit for the device class ('humidity') it is using; expected one of ['%']; Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/xZetsubou/hass-localtuya/issues 2024-05-03 23:22:04.921 WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.soil_sensor_2 (<class 'custom_components.localtuya.sensor.LocaltuyaSensor'>) is using native unit of measurement 'None' which is not a valid unit for the device class ('temperature') it is using; expected one of ['K', '°C', '°F']; Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/xZetsubou/hass-localtuya/issues 2024-05-03 23:22:09.392 WARNING (MainThread) [custom_components.localtuya.common] [eb9...qcz] Connect to living room lights Smart Knob failed: Sub device is not connected 2024-05-03 23:22:09.450 WARNING (MainThread) [custom_components.localtuya.common] [ebe...gfg] Connect to Smart plug failed: Sub device is not connected 2024-05-03 23:22:23.532 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to import_module inside the event loop by custom integration 'localtuya' at custom_components/localtuya/config_flow.py, line 311: return import_module("." + platform, integration_module).flow_schema(dps_strings) (offender: /config/custom_components/localtuya/config_flow.py, line 311: return import_module("." + platform, integration_module).flow_schema(dps_strings)), please create a bug report at https://github.com/xZetsubou/hass-localtuya/issues 2024-05-03 23:22:26.790 WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.soil_sensor (<class 'custom_components.localtuya.sensor.LocaltuyaSensor'>) is using native unit of measurement 'None' which is not a valid unit for the device class ('humidity') it is using; expected one of ['%']; Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/xZetsubou/hass-localtuya/issues 2024-05-03 23:22:26.790 WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.soil_sensor_2 (<class 'custom_components.localtuya.sensor.LocaltuyaSensor'>) is using native unit of measurement 'None' which is not a valid unit for the device class ('temperature') it is using; expected one of ['K', '°C', '°F']; Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/xZetsubou/hass-localtuya/issues 2024-05-03 23:22:31.283 WARNING (MainThread) [custom_components.localtuya.common] [eb9...qcz] Connect to living room lights Smart Knob failed: Sub device is not connected 2024-05-03 23:22:31.348 WARNING (MainThread) [custom_components.localtuya.common] [ebe...gfg] Connect to Smart plug failed: Sub device is not connected 2024-05-03 23:22:50.903 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to import_module inside the event loop by custom integration 'localtuya' at custom_components/localtuya/config_flow.py, line 311: return import_module("." + platform, integration_module).flow_schema(dps_strings) (offender: /config/custom_components/localtuya/config_flow.py, line 311: return import_module("." + platform, integration_module).flow_schema(dps_strings)), please create a bug report at https://github.com/xZetsubou/hass-localtuya/issues 2024-05-03 23:23:49.423 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to import_module inside the event loop by custom integration 'localtuya' at custom_components/localtuya/config_flow.py, line 311: return import_module("." + platform, integration_module).flow_schema(dps_strings) (offender: /config/custom_components/localtuya/config_flow.py, line 311: return import_module("." + platform, integration_module).flow_schema(dps_strings)), please create a bug report at https://github.com/xZetsubou/hass-localtuya/issues 2024-05-03 23:24:23.147 WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.soil_sensor (<class 'custom_components.localtuya.sensor.LocaltuyaSensor'>) is using native unit of measurement 'None' which is not a valid unit for the device class ('humidity') it is using; expected one of ['%']; Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/xZetsubou/hass-localtuya/issues 2024-05-03 23:24:23.147 WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.soil_sensor_2 (<class 'custom_components.localtuya.sensor.LocaltuyaSensor'>) is using native unit of measurement 'None' which is not a valid unit for the device class ('temperature') it is using; expected one of ['K', '°C', '°F']; Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/xZetsubou/hass-localtuya/issues 2024-05-03 23:24:27.662 WARNING (MainThread) [custom_components.localtuya.common] [eb9...qcz] Connect to living room lights Smart Knob failed: Sub device is not connected 2024-05-03 23:24:27.721 WARNING (MainThread) [custom_components.localtuya.common] [ebe...gfg] Connect to Smart plug failed: Sub device is not connected 2024-05-03 23:24:40.581 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to import_module inside the event loop by custom integration 'localtuya' at custom_components/localtuya/config_flow.py, line 311: return import_module("." + platform, integration_module).flow_schema(dps_strings) (offender: /config/custom_components/localtuya/config_flow.py, line 311: return import_module("." + platform, integration_module).flow_schema(dps_strings)), please create a bug report at https://github.com/xZetsubou/hass-localtuya/issues 2024-05-03 23:24:52.328 WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.soil_sensor (<class 'custom_components.localtuya.sensor.LocaltuyaSensor'>) is using native unit of measurement 'None' which is not a valid unit for the device class ('humidity') it is using; expected one of ['%']; Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/xZetsubou/hass-localtuya/issues 2024-05-03 23:24:52.328 WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.soil_sensor_2 (<class 'custom_components.localtuya.sensor.LocaltuyaSensor'>) is using native unit of measurement 'None' which is not a valid unit for the device class ('temperature') it is using; expected one of ['K', '°C', '°F']; Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/xZetsubou/hass-localtuya/issues 2024-05-03 23:24:56.851 WARNING (MainThread) [custom_components.localtuya.common] [eb9...qcz] Connect to living room lights Smart Knob failed: Sub device is not connected 2024-05-03 23:24:56.911 WARNING (MainThread) [custom_components.localtuya.common] [ebe...gfg] Connect to Smart plug failed: Sub device is not connected 2024-05-03 23:58:36.508 WARNING (MainThread) [async_upnp_client.profiles.profile] Failed subscribing to service: UpnpConnectionError('ClientConnectorError(ConnectionKey(host=\'192.168.50.179\', port=9197, is_ssl=False, ssl=True, proxy=None, proxy_auth=None, proxy_headers_hash=-3312680796276604482), ConnectionRefusedError(111, "Connect call failed (\'192.168.50.179\', 9197)"))', None) 2024-05-04 00:01:16.417 WARNING (MainThread) [homeassistant.components.media_player] Updating samsungtv media_player took longer than the scheduled update interval 0:00:10 2024-05-04 00:01:16.418 WARNING (MainThread) [homeassistant.helpers.entity] Update of media_player.samsung_7_series_43 is taking over 10 seconds 2024-05-04 00:01:26.418 WARNING (MainThread) [homeassistant.components.media_player] Updating samsungtv media_player took longer than the scheduled update interval 0:00:10 2024-05-04 04:46:03.727 WARNING (MainThread) [deebot_client.command] Command "getBattery" was not successfully. 2024-05-04 07:02:34.290 WARNING (MainThread) [deebot_client.mqtt_client] Connection lost; Reconnecting in 5 seconds ... Traceback (most recent call last): File "/usr/local/lib/python3.12/site-packages/deebot_client/mqtt_client.py", line 203, in mqtt async with await self._get_client() as client: File "/usr/local/lib/python3.12/site-packages/aiomqtt/client.py", line 729, in aexit raise exc aiomqtt.exceptions.MqttCodeError: [code:7] The connection was lost. 2024-05-04 08:24:25.448 WARNING (MainThread) [deebot_client.command] Command "getBattery" was not successfully. 2024-05-04 08:25:38.616 WARNING (MainThread) [deebot_client.command] Command "getBattery" was not successfully. 2024-05-04 08:27:05.056 WARNING (MainThread) [deebot_client.command] Command "getMinorMap" was not successfully. 2024-05-04 08:27:05.061 WARNING (MainThread) [deebot_client.command] Command "getMinorMap" was not successfully. 2024-05-04 08:27:05.142 WARNING (MainThread) [deebot_client.command] Command "getMapTrace" was not successfully. 2024-05-04 09:11:04.694 WARNING (MainThread) [custom_components.localtuya.common] [226...70a] Failed to connect to 192.168.50.32: The host refused to connect 2024-05-04 09:11:21.851 WARNING (MainThread) [custom_components.localtuya.common] [226...70a] Failed to connect to 192.168.50.32: [Errno 113] Connect call failed ('192.168.50.32', 6668) 2024-05-04 11:25:11.557 ERROR (MainThread) [aioharmony.hubconnector_websocket] 192.168.50.20: Exception trying to establish web socket connection for hub 18218941: Cannot connect to host 192.168.50.20:8088 ssl:default [Connect call failed ('192.168.50.20', 8088)] 2024-05-04 11:25:16.933 WARNING (MainThread) [custom_components.localtuya.common] [eb0...ler] Failed to connect to 192.168.50.100: [Errno 113] Connect call failed ('192.168.50.100', 6668) 2024-05-04 11:25:17.829 ERROR (MainThread) [homeassistant.components.upnp] Error fetching RT-AX53U-C060 data: Unable to communicate with IGD at: http://192.168.50.1:43918/rootDesc.xml 2024-05-04 11:27:46.485 WARNING (MainThread) [deebot_client.mqtt_client] Connection lost; Reconnecting in 5 seconds ... Traceback (most recent call last): File "/usr/local/lib/python3.12/site-packages/deebot_client/mqtt_client.py", line 203, in mqtt async with await self._get_client() as client: File "/usr/local/lib/python3.12/site-packages/aiomqtt/client.py", line 729, in aexit raise exc aiomqtt.exceptions.MqttCodeError: [code:16] Client or broker did not communicate in the keepalive interval. 2024-05-04 14:15:56.078 ERROR (MainThread) [aioharmony.hubconnector_websocket] 192.168.50.20: Connection timed out for hub 18218941 2024-05-04 15:22:18.792 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to import_module inside the event loop by custom integration 'localtuya' at custom_components/localtuya/config_flow.py, line 311: return import_module("." + platform, integration_module).flow_schema(dps_strings) (offender: /config/custom_components/localtuya/config_flow.py, line 311: return import_module("." + platform, integration_module).flow_schema(dps_strings)), please create a bug report at https://github.com/xZetsubou/hass-localtuya/issues 2024-05-04 15:22:21.357 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to import_module inside the event loop by custom integration 'localtuya' at custom_components/localtuya/config_flow.py, line 311: return import_module("." + platform, integration_module).flow_schema(dps_strings) (offender: /config/custom_components/localtuya/config_flow.py, line 311: return import_module("." + platform, integration_module).flow_schema(dps_strings)), please create a bug report at https://github.com/xZetsubou/hass-localtuya/issues 2024-05-04 15:22:28.536 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to import_module inside the event loop by custom integration 'localtuya' at custom_components/localtuya/config_flow.py, line 311: return import_module("." + platform, integration_module).flow_schema(dps_strings) (offender: /config/custom_components/localtuya/config_flow.py, line 311: return import_module("." + platform, integration_module).flow_schema(dps_strings)), please create a bug report at https://github.com/xZetsubou/hass-localtuya/issues 2024-05-04 15:22:41.066 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to import_module inside the event loop by custom integration 'localtuya' at custom_components/localtuya/config_flow.py, line 311: return import_module("." + platform, integration_module).flow_schema(dps_strings) (offender: /config/custom_components/localtuya/config_flow.py, line 311: return import_module("." + platform, integration_module).flow_schema(dps_strings)), please create a bug report at https://github.com/xZetsubou/hass-localtuya/issues 2024-05-04 15:22:49.953 WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.soil_sensor (<class 'custom_components.localtuya.sensor.LocaltuyaSensor'>) is using native unit of measur

xZetsubou commented 2 months ago

Have you tried to monitor the device from Developer tools -> events then listen to localtuya_device_dp_triggered or localtuya_device_triggered then trigger DP 12 and see if it reports anything in events or not.

nicktrigger commented 2 months ago

I just tried this and it logs events for dp1, and 11 but nothing at all for dp12 regardless of whether I choose mode as remote or wireless switch

On Sat, 4 May 2024, 16:31 Bander, @.***> wrote:

Have you tried to monitor the device from Developer tools -> events https://my.home-assistant.io/redirect/developer_events/ then listen to localtuya_device_dp_triggered or localtuya_device_triggered then trigger DP 12 and see if it reports anything in events or not.

— Reply to this email directly, view it on GitHub https://github.com/xZetsubou/hass-localtuya/issues/218#issuecomment-2094078021, or unsubscribe https://github.com/notifications/unsubscribe-auth/AK3YETCQDSMGFDLUI2G6WBDZASMFLAVCNFSM6AAAAABHFL5YWCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOJUGA3TQMBSGE . You are receiving this because you authored the thread.Message ID: @.***>

xZetsubou commented 2 months ago

If the device it self doesn't reports the changes on DP12 which kinda weird? then there is nothing I can do here. usually even if the DP doesn't found automatically at least it might send the it states later if it triggered if not then nothing can be done.

nicktrigger commented 2 months ago

I wonder if there is some other dp that I can't see where this gets reported. Is there a way I could see what the dp numbers are from tuya directly?

nicktrigger commented 2 months ago

Or what it is sending to tuya cloud to execute the commands?

xZetsubou commented 2 months ago

If you downloaded the device diagnostics you can see "device_cloud" there is "dps_data" that literally pulled the device dps. however you still able to see the device logs from IOT, in devices tab, btw what is this device? what is clockwise_rotation","anticlockwise_rotation is even means?

nicktrigger commented 2 months ago

It's a scene switch with a button and a rotary control for dimming my lights

https://moeshouse.com/products/zigbee-round-dimmer-scene-switch

On Sat, 4 May 2024, 20:12 Bander, @.***> wrote:

If you downloaded the device diagnostics you can see "device_cloud" there is "dps_data" that literally pulled the device dps. however you still able to see the device logs from IOT, in devices tab https://www.home-assistant.io/images/integrations/tuya/image_005.png, btw what is this device? what is clockwise_rotation","anticlockwise_rotation is even means?

— Reply to this email directly, view it on GitHub https://github.com/xZetsubou/hass-localtuya/issues/218#issuecomment-2094142744, or unsubscribe https://github.com/notifications/unsubscribe-auth/AK3YETBNELECYX4OSATY2ALZATGCRAVCNFSM6AAAAABHFL5YWCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOJUGE2DENZUGQ . You are receiving this because you authored the thread.Message ID: @.***>

nicktrigger commented 2 months ago

It gets more and more mysterious. Tuya doesn't report anything in the device logs for the dimming action. Just mode change (dp11) and the switch (dp1). Nothing for dp12 at all.

On Sat, 4 May 2024, 20:45 Nicholas Tringham, @.***> wrote:

It's a scene switch with a button and a rotary control for dimming my lights

https://moeshouse.com/products/zigbee-round-dimmer-scene-switch

On Sat, 4 May 2024, 20:12 Bander, @.***> wrote:

If you downloaded the device diagnostics you can see "device_cloud" there is "dps_data" that literally pulled the device dps. however you still able to see the device logs from IOT, in devices tab https://www.home-assistant.io/images/integrations/tuya/image_005.png, btw what is this device? what is clockwise_rotation","anticlockwise_rotation is even means?

— Reply to this email directly, view it on GitHub https://github.com/xZetsubou/hass-localtuya/issues/218#issuecomment-2094142744, or unsubscribe https://github.com/notifications/unsubscribe-auth/AK3YETBNELECYX4OSATY2ALZATGCRAVCNFSM6AAAAABHFL5YWCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOJUGE2DENZUGQ . You are receiving this because you authored the thread.Message ID: @.***>

xZetsubou commented 2 months ago

Does Smart Life it self even detects the changes on DP12 if you manually rotate it? judging by the situation I guess no.

nicktrigger commented 2 months ago

It actually works perfectly on smart life. To I don't understand where the instructions are going.

On the remote mode, you can add light bulbs to the switch and the button controls on and off, the dial controls brightness and if you press and rotate the dial it controls color.

On the wireless switch mode you can assign scenes to rotation and button presses.

No issues with this, but nothing showing in the tuya log for the rotation of the knob. Its very strange.

On Mon, 6 May 2024, 05:56 Bander, @.***> wrote:

Does Smart Life it self even detects the changes on DP12 if you manually rotate it? judging by the situation I guess no.

— Reply to this email directly, view it on GitHub https://github.com/xZetsubou/hass-localtuya/issues/218#issuecomment-2094964876, or unsubscribe https://github.com/notifications/unsubscribe-auth/AK3YETCRSWZSC3DAWSQWMWLZA2TKJAVCNFSM6AAAAABHFL5YWCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOJUHE3DIOBXGY . You are receiving this because you authored the thread.Message ID: @.***>

github-actions[bot] commented 1 month ago

This issue is stale because it has been open 14 days with no activity. Remove stale label or comment or this will be closed in 5 days.