ha-smartthinq-sensors: Ducted air con Zones not available.

Describe the bug The zones from ducted air conditioner are not visible in Home Assistant.

Expected behavior Zones are visible in home assistant.

Actions Taken Followed Duct zone control failed #670 suggestion, but no change. https://github.com/ollo69/ha-smartthinq-sensors/issues/670

Screenshots Screenshot_20240222_144749_Chrome

Environment details:

  • Environment (HASSIO,

  • Home Assistant version installed: Core 2024.2.2 Supervisor 2024.02.0 Operating System 11.5 Frontend 20240207.1

  • Component version installed: v0.38.3

  • Last know working version: Not sure.

  • LG device type and model with issue: DUCT_626301_AU-SAC_DUCT (AC) by LG Firmware: 1.1.12

  • LG devices connected (list): DUCT_626301_AU-SAC_DUCT (AC) by LG Firmware: 1.1.12

Output of HA logs 2024-02-22 14:40:05.723 ERROR (MainThread) [custom_components.smartthinq_sensors.wideq.devices.ac] Duct zone control failed Traceback (most recent call last): File “/config/custom_components/smartthinq_sensors/wideq/devices/ac.py”, line 957, in poll await self.update_duct_zones() File “/config/custom_components/smartthinq_sensors/wideq/devices/ac.py”, line 445, in update_duct_zones states = await self._get_duct_zones() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File “/config/custom_components/smartthinq_sensors/wideq/devices/ac.py”, line 502, in _get_duct_zones zones = await self._get_config(DUCT_ZONE_V1) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File “/config/custom_components/smartthinq_sensors/wideq/device.py”, line 620, in _get_config data = await self._client.session.get_device_config( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File “/config/custom_components/smartthinq_sensors/wideq/core_async.py”, line 1328, in get_device_config res = await self.post( ^^^^^^^^^^^^^^^^ File “/config/custom_components/smartthinq_sensors/wideq/core_async.py”, line 1057, in post return await self._auth.gateway.core.lgedm2_post( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File “/config/custom_components/smartthinq_sensors/wideq/core_async.py”, line 387, in lgedm2_post return self._manage_lge_result(out, is_api_v2) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File “/config/custom_components/smartthinq_sensors/wideq/core_async.py”, line 414, in _manage_lge_result raise exc.APIError(message, code) custom_components.smartthinq_sensors.wideq.core_exceptions.APIError: 0011 - 등록되지 않은 모델입니다.


Additional context Add any other context about the problem here.

About this issue

  • Original URL
  • State: open
  • Created 4 months ago
  • Comments: 15 (6 by maintainers)

Most upvoted comments

I’m convinced that the problem are clientid. This should be stored and reused on reboot. I will work on this on my next idle time…

Ran update to 1.34.0 from HACS, and re-established new AirCon device in LG app. Zones are now visible and working.