argoclima-integration icon indicating copy to clipboard operation
argoclima-integration copied to clipboard

Can't connect to Argo Ulisse DCI 13 Eco Wifi

Open shan-vosseller opened this issue 1 year ago • 1 comments

Version of the custom_component

1.1.2 (latest)

Configuration

# Loads default set of integrations. Do not remove.
default_config:

# Load frontend themes from the themes folder
frontend:
  themes: !include_dir_merge_named themes

# Text-to-speech
tts:
  - platform: google_translate

automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
fan:
  - platform: xiaomi_miio_fan
    name: Living Room Fan
    host: 192.168.178.152
    token: 7be1c71de58403c37ac348595886827c
logger:
  default: critical
  logs:
    custom_components.argoclima: debug

Describe the bug

attempting to connect to the AC's IP address fails with error "Could not reach host or host is not a supported device."

Debug log

all I see is the usual warning about custom component that I see for several of mine perhaps there's something I'm missing in getting logging to work but I see nothing other than that for argoclima

shan-vosseller avatar Jun 19 '23 13:06 shan-vosseller