This homebridge plugin provides homekit support for Gardena lawnmowers. The requirement is a smart robot with smart system connection (e.g. smart SILENO City).
The connection is implemented in the form of a fan, as Homekit does not yet support lawnmowers. When switched on, the robot runs for 3 hours (configurable via mowingDurationSeconds
). Switching off means parking.
npm install -g homebridge-gardena-lawnmower
You can also configure this plugin via ConfigUI-X's settings feature.
"accessories": [
{
"accessory": "gardena-lawnmower",
"name": "name-of-your-mower",
"manufacturer": "Mower Manufacturer",
"model": "Mower Model",
"mowingDurationSeconds": 10800,
"username": "Gardena Username",
"password": "Gardena Password"
}
],
Thanks to neuhausf for fixes and additional features from his fork homebridge-gardena-mower