MelleD
March 13, 2023, 3:14pm
1
I am currently trying to connect my eufy robovac g10 hybrid to Home Assistant.
I can find many sources on how to embed it. However, I’m confused what is up to date.
Can someone send me instructions on which is the best way right now. Link or video is also welcome. Also happy to share some cool frontend and UI :).
Does the whole thing then run in the cloud or is it also possible without a cloud?
MelleD
March 15, 2023, 9:15pm
2
I found a solution using the extension here . Thanks for that, it was super easy to set up :).
However with the G10 Hybrid, I had a few issues with the UI and actions.
So I adjusted it:
type: custom:vacuum-card
entity: vacuum.robovac
image: default
actions:
start:
service: vacuum.start_pause
service_data:
entity_id: vacuum.robovac
device_id: vacuum.robovac
area_id: vacuum.robovac
stop:
service: vacuum.start_pause
service_data:
entity_id: vacuum.robovac
device_id: vacuum.robovac
area_id: vacuum.robovac
pause:
service: vacuum.start_pause
service_data:
entity_id: vacuum.robovac
device_id: vacuum.robovac
area_id: vacuum.robovac
shortcuts:
- name: Dock
service: vacuum.return_to_base
service_data:
entity_id: vacuum.robovac
device_id: vacuum.robovac
area_id: vacuum.robovac
icon: mdi:home-map-marker
The only glitch now is that sometimes the status isn’t quite right anymore if you press start, pause or stop too quickly.
Actually it would be completely enough to have just one start/resume button:
opened 09:14PM - 15 Mar 23 UTC
**Is your feature request related to a problem? Please describe.**
For my eufy … G10 hybrid vacuum robot, a start/resume button is sufficient instead of start, stop, pause.
This function is already available in the modal dialog.
Could this function also be used for the toolbar?
**Describe the solution you'd like**
Would like to toggle the toolbar and just use start/resume Button without switching to pause/stop.
See here: https://community.home-assistant.io/t/eufy-robovac-g10-hybrid/547335
MelleD
March 21, 2023, 8:43am
3
Ok a second possibility is to use the LocalTuya Integration works also well.
See here for more information.