jeff-winn / homebridge-automower-platform

A platform plugin for Homebridge to connect your Husqvarna Automower and Gardena Smart robotic lawn mowers to Apple HomeKit.
MIT License
10 stars 0 forks source link

Main switch off when forced to mow with multiple schedules #326

Closed jeff-winn closed 1 year ago

jeff-winn commented 1 year ago

Describe The Bug:

When I forced the mower to turn on the other day the wife noticed that the switch to the mower was in the off position even though it was moving around the property. I assumed it was because the mower was being forced to mow at the time, but after pontificating about it, the switch should still be on.

To Reproduce:

Expected behavior:

Logs:

{"status":200,"statusText":"OK","body":{"data":[{"type":"mower","id":"REDACTED","attributes":{"system":{"name":"Dobby","model":"HUSQVARNA AUTOMOWER® 430XH","serialNumber":0},"battery":{"batteryPercent":69},"mower":{"mode":"MAIN_AREA","activity":"MOWING","state":"IN_OPERATION","errorCode":0,"errorCodeTimestamp":0},"calendar":{"tasks":[{"start":0,"duration":1440,"monday":true,"tuesday":true,"wednesday":true,"thursday":true,"friday":true,"saturday":false,"sunday":true},{"start":750,"duration":60,"monday":false,"tuesday":false,"wednesday":false,"thursday":false,"friday":false,"saturday":true,"sunday":false}]},"planner":{"nextStartTimestamp":0,"override":{"action":"FORCE_MOW"},"restrictedReason":"NOT_APPLICABLE"},"metadata":{"connected":true,"statusTimestamp":1687708005776},"positions":[],"settings":{"cuttingHeight":8,"headlight":{"mode":"EVENING_AND_NIGHT"}},"statistics":{"numberOfChargingCycles":350,"numberOfCollisions":11473,"totalChargingTime":1170000,"totalCuttingTime":3315600,"totalRunningTime":3636000,"totalSearchingTime":320400}}}]}}

Plugin Config:

{
    "name": "Homebridge Automower Platform",
    "lang": "en",
    "appKey": "REDACTED",
    "authentication_mode": "client_credentials",
    "application_secret": "REDACTED",
    "platform": "Homebridge Automower Platform",
    "logger_type": "imitation"
}

Screenshots:

Mower:

Environment: