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
# Loads default set of integrations. Do not remove.default_config:
# Load frontend themes from the themes folderfrontend:
themes: !include_dir_merge_named themes# Text-to-speechtts:
- platform: google_translateautomation: !include automations.yamlscript: !include scripts.yamlscene: !include scenes.yamlfan:
- platform: xiaomi_miio_fanname: Living Room Fanhost: -----token: --------logger:
default: criticallogs:
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
The text was updated successfully, but these errors were encountered:
Make sure nothing else is accessing the AC's API (e.g. the WebUI) while you try to add it. Otherwise the requests might get dropped.
Check if you get an answer from this URL when you enter it into a browser: http://{IP_OF_THE_AC}:1001/?HMI=N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N&UPD=0
The response should be something like 200,236,1,1,6,7,1,0,0,0,0,0,0,1,2,0,4,0,0,0,0,N,75,1416,0,N,N,N,N,N,N,N,N,N,N,N,N,N,N.
Version of the custom_component
1.1.2 (latest)
Configuration
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
The text was updated successfully, but these errors were encountered: