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
{{ message }}
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.
when my 550 EPOS start mowing Home Assistant as the status "unknown"
From my point of view it should be "mowing" as the App is displaying. I guess "mowing" is not implemented yet.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
when my 550 EPOS start mowing Home Assistant as the status "unknown"
From my point of view it should be "mowing" as the App is displaying. I guess "mowing" is not implemented yet.
The API is able to give the correct status:
"mower": {
"mode": "MAIN_AREA",
"activity": "MOWING",
"state": "IN_OPERATION",
"errorCode": 0,
"errorCodeTimestamp": 0
},
hopefully it could be implemented
Beta Was this translation helpful? Give feedback.
All reactions