You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm unable to integrate my Dyson Purified Cool TP04 to HA:
The Auto discovery works, as it's able to pick up my fan by showing the Serial number.
However when I click 'Add', it gave me this error:
Failed to connect. The IP Address may be required if your Home Assistant installation is running in a Container or a VM.
Even if I provide the IP address, it gave the same error.
From Debugging log, I can see below:
2025-01-16 13:49:07.653 DEBUG (zeroconf-ServiceBrowser-_360eye_mqtt._tcp-_dyson_mqtt._tcp-213) [custom_components.dyson_local.config_flow] Found device at 192.168.1.204
2025-01-16 13:49:07.869 DEBUG (Thread-101 (_thread_main)) [custom_components.dyson_local.vendor.libdyson.dyson_device] Connected with result code 5
2025-01-16 13:49:07.878 DEBUG (Thread-101 (_thread_main)) [custom_components.dyson_local.vendor.libdyson.dyson_device] Disconnected with result code 0
2025-01-16 13:49:07.882 DEBUG (MainThread) [custom_components.dyson_local.config_flow] Failed to connect to device: DysonConnectionRefused,
2025-01-16 13:49:10.497 DEBUG (Thread-102 (_thread_main)) [custom_components.dyson_local.vendor.libdyson.dyson_device] Connected with result code 5
2025-01-16 13:49:10.498 DEBUG (Thread-102 (_thread_main)) [custom_components.dyson_local.vendor.libdyson.dyson_device] Disconnected with result code 0
2025-01-16 13:49:10.500 DEBUG (MainThread) [custom_components.dyson_local.config_flow] Failed to connect to device: DysonConnectionRefused,
Tried adding by connecting to MyDyson account. After successful login, it shows 'no devices or entities', which is weird because I've been controlling the fan from the Dyson app without issue.
Tried adding manually, I received error 'already_in_progress'?
Note: region is AU Australia
From opendyson cli, I'm able to run opendyson devices and opendyson listen <serial> with --iot flag to see the information.
Without iot flag, I'm getting error Error: unable to connect: not Authorized
Does it mean my fan is not supported for local connection?
The text was updated successfully, but these errors were encountered:
Hi,
I'm unable to integrate my Dyson Purified Cool TP04 to HA:
However when I click 'Add', it gave me this error:
Even if I provide the IP address, it gave the same error.
From Debugging log, I can see below:
Tried adding by connecting to MyDyson account. After successful login, it shows 'no devices or entities', which is weird because I've been controlling the fan from the Dyson app without issue.
Tried adding manually, I received error 'already_in_progress'?
Note: region is AU Australia
From opendyson cli, I'm able to run
opendyson devices
andopendyson listen <serial>
with--iot
flag to see the information.Without
iot
flag, I'm getting errorError: unable to connect: not Authorized
Does it mean my fan is not supported for local connection?
The text was updated successfully, but these errors were encountered: