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
Hi Having the following issues arise when attempting to use this plug-in as per the configuration file example you provided
Installed through HASS
/config/configuration.yaml
Error messages from Home Assistant log
2021-04-17 10:11:41 WARNING (MainThread) [homeassistant.loader] You are using a custom integration lg_hombot 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
2021-04-17 10:11:41 WARNING (MainThread) [homeassistant.loader] No 'version' key in the manifest file for custom integration 'lg_hombot'. As of Home Assistant 2021.6, this integration will no longer be loaded. Please report this to the maintainer of 'lg_hombot'
2021-04-17 10:11:42 WARNING (MainThread) [homeassistant.components.template.sensor] The 'entity_id' option near /config/configuration.yaml:58 is deprecated, please remove it from your configuration
2021-04-17 10:11:42 WARNING (MainThread) [homeassistant.components.template.sensor] The 'entity_id' option near /config/configuration.yaml:64 is deprecated, please remove it from your configuration
2021-04-17 10:11:42 ERROR (MainThread) [custom_components.lg_hombot.vacuum] Error getting LG Hombot data: Cannot connect to host 192.168.1.105:6260 ssl:default [Connect call failed ('192.168.1.105', 6260)]
2021-04-17 10:12:02 ERROR (MainThread) [custom_components.lg_hombot.vacuum] Error getting LG Hombot data: Cannot connect to host 192.168.1.105:6260 ssl:default [Connect call failed ('192.168.1.105', 6260)]
2021-04-17 10:12:02 WARNING (MainThread) [homeassistant.loader] You are using a custom integration plex_assistant 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
2021-04-17 10:12:22 ERROR (MainThread) [custom_components.lg_hombot.vacuum] Error getting LG Hombot data: Cannot connect to host 192.168.1.105:6260 ssl:default [Connect call failed ('192.168.1.105', 6260)]
Error Repeats ...
Home Assistant details:
System Health
Version | core-2021.4.5
Installation Type | Home Assistant Container
Development | false
Supervisor | false
Docker | true
Virtual Environment | false
Python Version | 3.8.7
Operating System Family | Linux
Operating System Version | 4.19.0-16-amd64
CPU Architecture | x86_64
Timezone | Australia/Brisbane
Home Assistant Community Store
GitHub API | ok
Github API Calls Remaining | 4569
Installed Version | 1.11.3
Stage | running
Available Repositories | 843
Installed Repositories | 13
The text was updated successfully, but these errors were encountered:
Hi Having the following issues arise when attempting to use this plug-in as per the configuration file example you provided
Installed through HASS
/config/configuration.yaml
vacuum:
host: 192.168.1.105
port: 6260
sensor:
sensors:
hombot_battery:
friendly_name: Battery
entity_id: vacuum.hombot
unit_of_measurement: '%'
value_template: "{{ states.vacuum.hombot.attributes.battery_level }}"
icon_template: "{{ states.vacuum.hombot.attributes.battery_icon }}"
hombot_status:
friendly_name: Status
entity_id: vacuum.hombot
value_template: "{{ states.vacuum.hombot.attributes.status }}"
Error messages from Home Assistant log
2021-04-17 10:11:41 WARNING (MainThread) [homeassistant.loader] You are using a custom integration lg_hombot 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
2021-04-17 10:11:41 WARNING (MainThread) [homeassistant.loader] No 'version' key in the manifest file for custom integration 'lg_hombot'. As of Home Assistant 2021.6, this integration will no longer be loaded. Please report this to the maintainer of 'lg_hombot'
2021-04-17 10:11:42 WARNING (MainThread) [homeassistant.components.template.sensor] The 'entity_id' option near /config/configuration.yaml:58 is deprecated, please remove it from your configuration
2021-04-17 10:11:42 WARNING (MainThread) [homeassistant.components.template.sensor] The 'entity_id' option near /config/configuration.yaml:64 is deprecated, please remove it from your configuration
2021-04-17 10:11:42 ERROR (MainThread) [custom_components.lg_hombot.vacuum] Error getting LG Hombot data: Cannot connect to host 192.168.1.105:6260 ssl:default [Connect call failed ('192.168.1.105', 6260)]
2021-04-17 10:12:02 ERROR (MainThread) [custom_components.lg_hombot.vacuum] Error getting LG Hombot data: Cannot connect to host 192.168.1.105:6260 ssl:default [Connect call failed ('192.168.1.105', 6260)]
2021-04-17 10:12:02 WARNING (MainThread) [homeassistant.loader] You are using a custom integration plex_assistant 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
2021-04-17 10:12:22 ERROR (MainThread) [custom_components.lg_hombot.vacuum] Error getting LG Hombot data: Cannot connect to host 192.168.1.105:6260 ssl:default [Connect call failed ('192.168.1.105', 6260)]
Error Repeats ...
Home Assistant details:
System Health
Version | core-2021.4.5
Installation Type | Home Assistant Container
Development | false
Supervisor | false
Docker | true
Virtual Environment | false
Python Version | 3.8.7
Operating System Family | Linux
Operating System Version | 4.19.0-16-amd64
CPU Architecture | x86_64
Timezone | Australia/Brisbane
Home Assistant Community Store
GitHub API | ok
Github API Calls Remaining | 4569
Installed Version | 1.11.3
Stage | running
Available Repositories | 843
Installed Repositories | 13
The text was updated successfully, but these errors were encountered: