-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
HI there,
i tried to Install the Deebot N8 with Deebot 4 Home Assistant and the examples from the Deebot.readthedocs.io (Advanced). I can control everything also start the Vacuum but it only moves a little bit back from the charging station and thats it. It stand still and the brushes are turning.
Any idea what could be wrong, here a snipped from the templates session. I used the letters instead of the room names maybe this is a Problem ?
Best Regards
xDuk3x
template:
unique_id: deebot_hugo_queue
trigger:
- platform: state
entity_id: input_text.deebot_hugo_queue
sensor:
# Add for each room the following. Change room_name accordingly
- unique_id: deebot_hugo_queue_living_room
name: deebot_hugo_queue_living_room
# room_name must match the room name provided by the vacuum
state: >
{% set room_name = "F" %}
{% set queue = trigger.to_state.state.split(",") %}
{{ queue.index(room_name)+1 if room_name in queue else 0 }}
Metadata
Metadata
Assignees
Labels
No labels