Skip to content

Advanced UI Deebot N8 #252

@xDuk3x

Description

@xDuk3x

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions