scottyphillips/echonetlite_homeassistant

Suddenly stopped working

Closed this issue ยท 4 comments

smbunn commented

Have been using this add in for a few years with my two mitsubishi AC units. A few days ago it stopped working (could have been longer ago I only noticed recently). The error logs say:

2023-05-24 13:29:08.051 WARNING (SyncWorker_2) [homeassistant.loader] We found a custom integration echonetlite 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
2023-05-24 13:29:19.666 INFO (MainThread) [homeassistant.bootstrap] Setting up stage 2: {'input_datetime', 'minecraft_server', 'image_upload', 'trace', 'asuswrt', 'onboarding', 'switch', 'met', 'diagnostics', 'mobile_app', 'tts', 'homeassistant_alerts', 'local_ip', 'counter', 'scene', 'rest_command', 'application_credentials', 'shelly', 'localtuya', 'cast', 'hacs', 'discovery', 'persistent_notification', 'blueprint', 'geonetnz_quakes', 'mqtt', 'dlna_dms', 'accuweather', 'config', 'search', 'garbage_collection', 'my', 'map', 'fully_kiosk', 'tag', 'assist_pipeline', 'timer', 'history', 'input_number', 'input_select', 'panel_iframe', 'lovelace', 'input_boolean', 'sun', 'dlink', 'auth', 'device_automation', 'analytics', 'automation', 'foscam', 'version', 'upnp', 'sensor', 'energy', 'ipp', 'panasonic_viera', 'zone', 'system_health', 'remote', 'conversation', 'stt', 'group', 'tasmota', 'ocpp', 'input_button', 'media_source', 'ifttt', 'repairs', 'default_config', 'uptime', 'echonetlite', 'utility_meter', 'webostv', 'sonoff', 'hardware', 'script', 'harmony', 'python_script', 'media_player', 'input_text', 'person', 'file_upload', 'logbook', 'spotify', 'cover', 'owntracks', 'dnsip', 'schedule', 'forecast_solar', 'dlna_dmr', 'rflink', 'stream'}
2023-05-24 13:29:41.805 INFO (MainThread) [homeassistant.setup] Setting up echonetlite
2023-05-24 13:29:41.805 INFO (MainThread) [homeassistant.setup] Setup of domain echonetlite took 0.0 seconds
2023-05-24 13:29:41.881 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry Lounge for echonetlite
File "/config/custom_components/echonetlite/__init__.py", line 88, in async_setup_entry
2023-05-24 13:29:41.960 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry Bedroom for echonetlite
File "/config/custom_components/echonetlite/__init__.py", line 88, in async_setup_entry

Any ideas on what went wrong?

same for me, stopped working the other week after Home Assistant core update.

First, make sure your echonetlite integration is updated to the latest version v3.7.3.

Then if you have a similar problem, please set echonetlite's debug level to debug and attach your logs.

  • configuration.yaml
logger:
  logs:
    custom_components.echonetlite: debug

Thanks Nao, yeah updating sorted my issue. Thanks.

smbunn commented

Thanks, fixed it for me too. I wasn't aware you ahd to keep looking into HACS for updates, also noted that there was no update listed for Echonetlite. So I deleted the folder under custom components, restarted, installed the custom component, restarted and the added the integrations. All working now Thanks!!!