Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't contact robovac #1

Open
kysersoze81 opened this issue Apr 17, 2021 · 1 comment
Open

Can't contact robovac #1

kysersoze81 opened this issue Apr 17, 2021 · 1 comment

Comments

@kysersoze81
Copy link

kysersoze81 commented Apr 17, 2021

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:

  • platform: lg_hombot
    host: 192.168.1.105
    port: 6260

sensor:

  • platform: template
    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

@timovd
Copy link

timovd commented Jun 8, 2021

Just add
"version": "0.0.3" to r8 of manifest.json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants