You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get a 400 response and the log says 2024-08-01 10:50:39.541 DEBUG (MainThread) [homeassistant.core] Invalid data for service call vacuum.start: {'target': {'entity_id': ['vacuum.roborock_q_revo']}, 'data': {'command': 'app_segment_clean', 'params': {'segments': [16, 17]}}}
Something seems to be wrong with this anyway because trying to call the service via the debug tools doesn't work either. The log doesn't show any more information.
Any help would be appreciated.
The text was updated successfully, but these errors were encountered:
Hi. I'm trying to trigger cleaning using the REST API. Not sure if the issue is with HA or the roborock plugin.
I send this JSON:
I get a 400 response and the log says
2024-08-01 10:50:39.541 DEBUG (MainThread) [homeassistant.core] Invalid data for service call vacuum.start: {'target': {'entity_id': ['vacuum.roborock_q_revo']}, 'data': {'command': 'app_segment_clean', 'params': {'segments': [16, 17]}}}
Something seems to be wrong with this anyway because trying to call the service via the debug tools doesn't work either. The log doesn't show any more information.
Any help would be appreciated.
The text was updated successfully, but these errors were encountered: