Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mower faults are changing switches #362

Open
jeff-winn opened this issue Aug 16, 2024 · 1 comment
Open

Mower faults are changing switches #362

jeff-winn opened this issue Aug 16, 2024 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@jeff-winn
Copy link
Owner

jeff-winn commented Aug 16, 2024

Describe The Bug:

Whenever the mower faults while mowing the main switch seems to turn off even though the mower would be mowing and is still on. It’s hard to tell it should be mowing like this.

To Reproduce:

Easiest way would be to have the mower out mowing and lift it. The switch will then turn off.

Expected behavior:

When the mower is mowing and faults, the switch should ignore that it’s not mowing and just stay in whatever state it was in previously.

  • Mower was parked should remain it’s parked
  • Mower was mowing should remain it’s mowing
  • The only thing that should change is the sensor indicating it’s faulted

Logs:

[8/17/2024, 11:50:50 AM] [Homebridge Automower Platform] Received event:
 {"id":"REDACTED","type":"status-event","attributes":{"battery":{"batteryPercent":74},"mower":{"mode":"MAIN_AREA","activity":"NOT_APPLICABLE","state":"FATAL_ERROR","inactiveReason":"NONE","errorCode":36,"errorCodeTimestamp":1723894409000},"planner":{"nextStartTimestamp":0,"override":{"action":"NOT_ACTIVE"},"restrictedReason":"NOT_APPLICABLE"},"metadata":{"connected":true,"statusTimestamp":1723909850266}}}
[8/17/2024, 11:50:50 AM] [Homebridge Automower Platform] Changed 'Motion Sensor' for 'Dobby': GENERAL_FAULT
[8/17/2024, 11:50:50 AM] [Homebridge Automower Platform] Changed 'Motion Sensor' for 'Dobby': NO_MOTION
[8/17/2024, 11:50:50 AM] [Homebridge Automower Platform] Changed 'Schedule' for 'Dobby': OFF

Plugin Config:

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

Screenshots:

Mower:

  • Year: 2020
  • Model: Automower 430XH

Environment:

  • Plugin Version:
    v2.3.0-preview.100+96089d6.0
  • Homebridge Version:
  • Node.js Version: 20.15.0
  • Operating System: Docker
@jeff-winn jeff-winn added the bug Something isn't working label Aug 16, 2024
@jeff-winn jeff-winn added this to the 2.3.0 milestone Aug 16, 2024
@jeff-winn jeff-winn self-assigned this Aug 18, 2024
@jeff-winn
Copy link
Owner Author

The big concern with this is if the mower is trying to mow and faults, when I check HomeKit it looks like the mower has been parked, and not that it's sitting on the property somewhere in a ditch waiting for help to arrive.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant