DeebotUniverse / Deebot-4-Home-Assistant

Home Assistant integration for deebot vacuums
https://deebot.readthedocs.io/integrations/home-assistant/
GNU General Public License v3.0
180 stars 40 forks source link

Message malformed: extra keys not allowed @ data['service'] #507

Closed Docjos closed 8 months ago

Docjos commented 8 months ago

Checks

The problem

Hi everybody,

I am trying to install a command for my N8 Pro. It gives the following error: Message malformed: extra keys not allowed @ data['service']

This is also when copying the code from the documentation. I have changed the vacuum to my entity and haven't changed anything else except the room number.

Anything Ihave to change?

service: vacuum.send_command
target:
  entity_id: vacuum.stig_2
data:
  command: spot_area
  params:
    rooms: 10,14
    cleanings: 1

Thanks a lot!

On which deebot vacuum you have the issue?

DEEBOT N8 PRO

Which version of the Deebot component are you using?

3.1.1

Which version of Home Assistant are you using?

2024.1.3

What type of installation are you running?

Home Assistant OS

Country

NL

Continent

EU

Instance type

Cloud

Anything in the logs that might be useful for us?

-

Additional information

-

edenhaus commented 8 months ago
service: vacuum.send_command
data:
  command: spot_area
  params:
    rooms: 4,0
    cleanings: 1
target:
  entity_id: vacuum.susi

I can run the above snippet fine without any errors. Make sure your bot is available and online. Did you test the service call in the developer tools?

github-actions[bot] commented 8 months ago

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.