qqaatw / JciHitachiHA

A home assistant integration for controlling Jci-Hitachi devices, using LibJciHitachi backend. 台灣日立雲端模組
Apache License 2.0
116 stars 32 forks source link

integration設定後一片空白,沒有裝置與實體。 #4

Closed qqaatw closed 2 years ago

qqaatw commented 2 years ago

integration設定後一片空白,沒有裝置與實體。 不知道是不是系統更新造成

Originally posted by @delphicchen in https://github.com/qqaatw/JciHitachiHA/issues/3#issuecomment-1008577358

qqaatw commented 2 years ago

@delphicchen - Hi,

請問裝置型號,Integration安裝方式,HA Core version,以及log是否有錯誤訊息,方便的話附上Integration頁面截圖。

delphicchen commented 2 years ago

Hi @qqaatw 我的裝置型號是RD-240HS(透過RC-W02XE1連上雲端) integration 是利用HACS -->integration-->custom repositories方式安裝(也有透過直接複製到custom components 的方式安裝) HA core 2021.12.8 log 內無錯誤訊息 補充一下 我的google asssitant新增smart air也會帶出登入畫面,但登入後找不到裝置,目前只有日立自己的app可以控制設備 image

qqaatw commented 2 years ago

OK,謝謝補充資訊。

跟你說明一下目前狀況,目前看起來日立正在進行系統轉換,在新版一些連線方式有做更動,但是舊版目前測試還可以使用。

能否請你完整移除integration再安裝一次,不要使用HACS(目前沒有支援,我也沒有測試過)。安裝時Device name欄位留空不要填寫,並在configuration.yaml檔案內加上以下除錯資訊:

logger:
  default: info
  logs:
    custom_components.jcihitachi_tw: debug

最後確認log是否有看到你的裝置。

delphicchen commented 2 years ago

@qqaatw , 非常感謝,log如下 2022-01-10 16:54:50 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration jcihitachi_tw which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant 2022-01-10 16:54:57 INFO (MainThread) [homeassistant.bootstrap] Setting up stage 2: {'script', 'sun', 'device_tracker', 'energy', 'automation', 'xiaomi_miot', 'group', 'jcihitachi_tw', 'cast', 'input_datetime', 'ssdp', 'tag', 'logbook', 'network', 'broadlink', 'hacs', 'xiaomi_gateway3', 'ble_monitor', 'rpi_power', 'mobile_app', 'input_text', 'smartir', 'climate', 'usb', 'light', 'esphome', 'zeroconf', 'my', 'ffmpeg', 'fan', 'input_number', 'history', 'map', 'trace', 'met', 'updater', 'persistent_notification', 'pi_hole', 'blueprint', 'dhcp', 'default_config', 'scene', 'huawei_lte', 'zone', 'media_source', 'timer', 'tts', 'input_boolean', 'camera', 'tuya', 'input_select', 'counter', 'system_health'} 2022-01-10 16:54:58 INFO (MainThread) [homeassistant.setup] Setting up jcihitachi_tw 2022-01-10 16:54:58 DEBUG (MainThread) [custom_components.jcihitachi_tw] {'CONF_EMAIL': '----------@gmail.com', 'CONF_PASSWORD': '*****', 'CONF_RETRY': 5, 'CONF_DEVICES': []} 2022-01-10 16:55:01 DEBUG (MainThread) [custom_components.jcihitachi_tw] Peripheral info: [] 2022-01-10 16:55:02 DEBUG (MainThread) [custom_components.jcihitachi_tw] Latest data: [] 2022-01-10 16:55:02 DEBUG (MainThread) [custom_components.jcihitachi_tw] Finished fetching jcihitachi_tw data in 0.566 seconds (success: True) 2022-01-10 16:55:02 DEBUG (MainThread) [custom_components.jcihitachi_tw] Starting JciHitachi components. 2022-01-10 16:55:02 INFO (MainThread) [homeassistant.setup] Setup of domain jcihitachi_tw took 3.9 seconds 2022-01-10 16:55:02 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.jcihitachi_tw 2022-01-10 16:55:02 INFO (MainThread) [homeassistant.components.climate] Setting up climate.jcihitachi_tw 2022-01-10 16:55:02 INFO (MainThread) [homeassistant.components.fan] Setting up fan.jcihitachi_tw 2022-01-10 16:55:02 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.jcihitachi_tw 2022-01-10 16:55:04 INFO (MainThread) [homeassistant.components.switch] Setting up switch.jcihitachi_tw 2022-01-10 16:55:04 INFO (MainThread) [homeassistant.components.humidifier] Setting up humidifier.jcihitachi_tw

qqaatw commented 2 years ago

Hi, 你的裝置有做韌體更新了嗎?

delphicchen commented 2 years ago

@qqaatw 昨天裝完app好像有提示進行韌體更新

qqaatw commented 2 years ago

OK,我推測新的韌體已經切換至新的連線方式,且沒有做fallback。

很遺憾,你可能要等Integration更新,這需要花一點時間

qqaatw commented 2 years ago

Closing this as the new version is released.