Sunseeker Mower

Sunseeker Mower Adapter

Current Release
0.0.2
Developer
TA2k, iobroker-community-adapters
License
MIT

Sunseeker mower adapter for ioBroker

Connects Sunseeker robotic lawn mowers (also rebranded as Adano, Brücke, etc.) to ioBroker through the official Sunseeker cloud. Both the legacy (Old) and current (New) Sunseeker APIs are supported, covering the S, X, V and V1 model classes.

Requirements

  • ioBroker js-controller >= 6.0.11
  • Admin >= 7.8.23
  • Node.js >= 22
  • Sunseeker cloud account (e-mail + password, same as in the mobile app)

API overview

AreaEndpointsUsed?
AuthPOST /auth/oauth/token (login + refresh), auth/mobile/token/socialYes
Device listGET /app_wireless_mower/device-user/getCustomDevice, …/list, …/{id}, …/remarkYes (getCustomDevice)
StatusGET /app_wireless_mower/device/getBysn, …/info/{id}, …/check, …/readWeakSignal, …/getSignalTypeYes (getBysn)
Settings (read)GET /app_wireless_mower/device-setting/{sn}, …/getTime/{sn}, device/getDeviceSettingBySn, device-configuration/getBySn/{sn}, device-model/getByClientNameYes (device-setting/{sn})
Settings (write, New)POST /iot_mower/wireless/device/set_property (S/X/V), POST /app_wirelessv1_mower/wirelessv1/device/setProperty (V1), POST /app_wireless_mower/device/setRain/{sn}/{appId}, …/setWifi, …/appEditDevicePartial (set_property for blade)
Settings (write, Old)POST /app_mower/device-setting/save, …/updateLocation, …/updateTimeZone, device/setLed, …/saveLed, …/setRain, …/saveRain, …/setUltra, …/saveUltra, …/setZones, …/setNickName, …/setGps, …/setCurrentTime, …/setWorkStatus, …/resetPasswordNo
SchedulePOST /app_mower/device-schedule/setScheduling (Old), app_mower/device-schedule/save, app_mower/device/getScheduling, POST /app_wireless_mower/.../setProperty with setSchedule (V1) and set_property with setTimeTactics (S/X/V)Yes (all three paths)
MQTT proxy via RESTPOST /iot_mower/wireless/device/get_property, …/set_property, …/action, …/extra, …/otaUpgrade, …/bindBaseStationYes (get_property after connect)
MapsGET /wireless_map/wireless_device/get, …/getHeatMap, …/get3D, wireless_map/backup_map/get, map/work-map/mobile/{sn}, …/newest/{online}/{sn}, …/all-info, app_wireless_mower/device/getMapRealPathYes (get + getHeatMap)
Work recordsGET /app_wireless_mower/work_record/page, …/work_event_info/page, device_log/device-operation-records/esPage, app_mower/device-record/getRecord/{sn}, app_mower/device-cmd-logs/pageYes (get + work_record/page)
Anti-theft / GPSgps/mobile/anti-theft/by-sn/{sn}, …/device-position/{sn}, …/getAntiTheftStatusInfo, …/is-it-bound, …/set-fence, …/wireless/bind, gps/anti-theft/send-track, gps/fence-radius-setting/listNo
Base stationstation/base-station/bind, …/unBind, …/getByDeviceSn, …/getByStationSn/{sn}No
OTAota/firmware-large/check/{sn}/{ver}, …/getDescription, …/otaUpdate, …/wireless/check, ota/firmware-small/list/{id}No
Sharingapp_wireless_mower/device-user-share, …/invite/detail, …/invite/reply, …/unbind, device-user/openShare, …/closeShareNo
Skins / cosmeticsapp_wireless_mower/device-skin, …/list, …/bind/switch{userId}/{id}No
Paymentpay/v1/mobile/combo/*, pay/v1/mobile/order/*, pay/v1/paypal/*, pay/v1/user/card/holder*No
Miscapp_wireless_mower/feedback-record, community_activities/*, message-send-logs/*, app-version/check, app-agreements/business-types/{type}/items, sale/manual/getManualBySn, link-address/list/{type}No

V1-specific (app_wirelessv1_mower/wirelessv1/): device-setting, device-setting/{sn}, device-schedule/{deviceId}, device/getProperty, device/setProperty, device/saveProperty, device/restoreFactory.

References

Description

🇬🇧 Description
🇩🇪 Beschreibung

Questions

🇩🇪 Fragen

Changelog

WORK IN PROGRESS

  • (Lucky-ESA) Settings added
  • (Lucky-ESA) Refresh properties button added
  • (Lucky-ESA) Multi-angle added
  • (Lucky-ESA) Custom Multi-angle added
  • (Lucky-ESA) Mirroring of App version 1.7.0 regarding login, header, and MQTT password.
  • (Lucky-ESA) Pattern, anti-theft added

0.0.2 (2026-05-29)

  • (ioBroker-Bot) Adapter requires admin >= 7.8.23 now.
  • (Lucky-ESA) Added event log

0.0.1 (2026-05-15)

  • (TA2k) initial release

License

MIT License

Copyright (c) 2026 iobroker-community-adapters iobroker-community-adapters@gmx.de
Copyright (c) 2026 TA2k tombox2020@gmail.com

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.