Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

camera domain not showing up #178

Closed
4 tasks done
msavazzi opened this issue May 19, 2022 · 8 comments
Closed
4 tasks done

camera domain not showing up #178

msavazzi opened this issue May 19, 2022 · 8 comments
Labels
invalid This doesn't seem right need-more-information Need more information stale

Comments

@msavazzi
Copy link

msavazzi commented May 19, 2022

Checks

  • I have searched the existing issues and no issue is describing my issue
  • I have checked the FAQ
  • I have checked the documentation
  • I have installed the latest version

The problem

I've installed the extension and followed the sample UI but the camera. domain does not exist so it does not show the map.

My robot is an ECOVACS DEEBOT OZMO T8 so it shows the map in the app. I cannot understand why is not visible

Diagnostics information

Anything in the logs that might be useful for us?

2022-05-19 22:06:25 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration deebot 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
account and will be unable to retrieve HEOS favorites: Use the 'heos.sign_in' service to sign-in to a HEOS account
2022-05-19 22:06:57 WARNING (MainThread) [deebot_client.commands.common] Command "getPos" was not successfully: {'ret': 'fail', 'errno': 500, 'debug': 'wait for response timed out'}
2022-05-19 22:06:57 WARNING (MainThread) [deebot_client.commands.common] Command "getStats" was not successfully: {'ret': 'fail', 'errno': 500, 'debug': 'wait for response timed out'}
2022-05-19 22:06:57 WARNING (MainThread) [deebot_client.commands.common] Command "getChargeState" was not successfully: {'ret': 'fail', 'errno': 500, 'debug': 'wait for response timed out'}
2022-05-19 22:07:12 WARNING (MainThread) [deebot_client.commands.common] Command "getCleanInfo" was not successfully: {'ret': 'fail', 'errno': 500, 'debug': 'wait for response timed out'}
2022-05-19 22:07:12 WARNING (MainThread) [deebot_client.commands.common] Command "getBattery" was not successfully: {'ret': 'fail', 'errno': 500, 'debug': 'wait for response timed out'}
2022-05-19 22:07:12 WARNING (MainThread) [deebot_client.commands.common] Command "getError" was not successfully: {'ret': 'fail', 'errno': 500, 'debug': 'wait for response timed out'}
2022-05-19 22:07:27 WARNING (MainThread) [deebot_client.commands.common] Command "getSpeed" was not successfully: {'ret': 'fail', 'errno': 500, 'debug': 'wait for response timed out'}
2022-05-19 22:07:27 WARNING (MainThread) [deebot_client.commands.common] Command "getCachedMapInfo" was not successfully: {'ret': 'fail', 'errno': 500, 'debug': 'wait for response timed out'}

Additional information

No response

@msavazzi msavazzi added the bug Something isn't working label May 19, 2022
@edenhaus
Copy link
Contributor

edenhaus commented May 19, 2022

Please provide the required diagnostic information.
Download the diagnostic data for the device you are having issues with (found on the device page) and append it here.

@edenhaus edenhaus added invalid This doesn't seem right need-more-information Need more information and removed bug Something isn't working labels May 19, 2022
@msavazzi
Copy link
Author

Please provide the required diagnostic information. Download the diagnostic data for the device you are having issues with (found on the device page) and append it here.

happy to do it but I do not know how. What you mean diagnostic data? device page where? I have no device page in homeassistant.

@xrh0905
Copy link

xrh0905 commented May 20, 2022

Logs?

@msavazzi
Copy link
Author

Logs?

I've enabled the debug as instructed here:
https://deebot.readthedocs.io/integrations/home-assistant/issues/

with

logger:
  logs:
    homeassistant.components.vacuum: debug
    custom_components.deebot: debug
    deebot_client: debug

in the config.yaml

and posted the outcome in the initial post. Is there anything else I should do?

here is again

`2022-05-19 22:06:25 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration deebot 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-05-19 22:06:57 WARNING (MainThread) [deebot_client.commands.common] Command "getPos" was not successfully: {'ret': 'fail', 'errno': 500, 'debug': 'wait for response timed out'}
2022-05-19 22:06:57 WARNING (MainThread) [deebot_client.commands.common] Command "getStats" was not successfully: {'ret': 'fail', 'errno': 500, 'debug': 'wait for response timed out'}
2022-05-19 22:06:57 WARNING (MainThread) [deebot_client.commands.common] Command "getChargeState" was not successfully: {'ret': 'fail', 'errno': 500, 'debug': 'wait for response timed out'}
2022-05-19 22:07:12 WARNING (MainThread) [deebot_client.commands.common] Command "getCleanInfo" was not successfully: {'ret': 'fail', 'errno': 500, 'debug': 'wait for response timed out'}
2022-05-19 22:07:12 WARNING (MainThread) [deebot_client.commands.common] Command "getBattery" was not successfully: {'ret': 'fail', 'errno': 500, 'debug': 'wait for response timed out'}
2022-05-19 22:07:12 WARNING (MainThread) [deebot_client.commands.common] Command "getError" was not successfully: {'ret': 'fail', 'errno': 500, 'debug': 'wait for response timed out'}
2022-05-19 22:07:27 WARNING (MainThread) [deebot_client.commands.common] Command "getSpeed" was not successfully: {'ret': 'fail', 'errno': 500, 'debug': 'wait for response timed out'}
2022-05-19 22:07:27 WARNING (MainThread) [deebot_client.commands.common] Command "getCachedMapInfo" was not successfully: {'ret': 'fail', 'errno': 500, 'debug': 'wait for response timed out'}
2022-05-19 22:33:50 WARNING (MainThread) [deebot_client.commands.common] Command "playSound" was not successfully: {'ret': 'fail', 'errno': 500, 'debug': 'wait for response timed out'}
2022-05-19 22:34:05 WARNING (MainThread) [deebot_client.commands.common] Command "clean" was not successfully: {'ret': 'fail', 'errno': 500, 'debug': 'wait for response timed out'}

@edenhaus
Copy link
Contributor

Please provide the required diagnostic information. Download the diagnostic data for the device you are having issues with (found on the device page) and append it here.

happy to do it but I do not know how. What you mean diagnostic data? device page where? I have no device page in homeassistant.

Settings -> Devices & Services -> Click on the device under the "Deebot 4 Home Assistant" integration -> (select the affected deebot) -> click "Download diagnostics" below the device info

@msavazzi You are posting here only the warnings not the complete log. Please open the log-file and filter for the above loggers and afterwards post here all logs

@github-actions
Copy link
Contributor

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@MarkLyck

This comment was marked as outdated.

@github-actions github-actions bot removed the stale label May 31, 2022
@github-actions
Copy link
Contributor

github-actions bot commented Jun 8, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
invalid This doesn't seem right need-more-information Need more information stale
Projects
None yet
Development

No branches or pull requests

4 participants