dlarrick / hass-kumo

Home Assistant module interfacing with Mitsubishi mini-split units
MIT License
97 stars 21 forks source link

New install....unavailable with errors #157

Open CTMaineah opened 2 months ago

CTMaineah commented 2 months ago

Attempting to install KUMO for first time into HA. New KUMO system in my home. Integration added and connected to account and shows up an IP but shows unavailable with errors below in the log: Note I did block out some of the mac address of my thermostat on the log below

Logger: custom_components.kumo.coordinator Source: helpers/update_coordinator.py:344 integration: Kumo (documentation, issues) First occurred: 17:47:43 (1 occurrences) Last logged: 17:47:43

Error fetching kumo_3534P008N100104F data: Failed to update Kumo device: 1st floo

Logger: homeassistant.components.climate Source: components/climate/init.py:365 integration: Climate (documentation, issues) First occurred: 17:47:43 (1 occurrences) Last logged: 17:47:43

Entity None (<class 'custom_components.kumo.climate.KumoThermostat'>) implements HVACMode(s): off, cool and therefore implicitly supports the turn_on/turn_off methods without setting the proper ClimateEntityFeature. Please create a bug report at https://github.com/dlarrick/hass-kumo/issues

Logger: pykumo.py_kumo_base Source: /usr/local/lib/python3.12/site-packages/pykumo/py_kumo_base.py:88 First occurred: 17:47:27 (70 occurrences) Last logged: 17:49:43

Error issuing request http://1st floor 24:cd:XXXXXXXX/api: Failed to parse: http://1st floor 24:cdXXXXXXX/api

dlarrick commented 1 month ago

The logs you found are not particularly helpful. You can debug further using the interactive instructions in the pykumo repo's README. Also look for the real home_assistant.log file rather than looking at logs thru the web interface.