Sunseeker-Mäher

Sunseeker Rasenmäher-Adapter

Aktueller Release
0.0.2
Entwickler
TA2k, iobroker-community-adapters
Lizenz
MIT

Sunseeker Rasenmäheradapter für ioBroker

Verbindet Sunseeker-Mähroboter (auch unter den Markennamen Adano, Brücke usw. vertrieben) über die offizielle Sunseeker-Cloud mit ioBroker. Sowohl die ältere (Old) und Strom (New) Die Sunseeker-APIs werden unterstützt und decken die Modellklassen S, X, V und V1 ab.

Anforderungen

  • ioBroker js-Controller >= 6.0.11
  • Administrator >= 7.8.23
  • Node.js >= 22
  • Sunseeker-Cloud-Konto (E-Mail-Adresse + Passwort, identisch mit der mobilen App)

API-Übersicht

BereichEndpunkteGebraucht?
AuthentifizierungPOST /auth/oauth/token (Anmeldung + Aktualisierung), auth/mobile/token/socialJa
GerätelisteGET /app_wireless_mower/device-user/getCustomDevice, …/list, …/{id}, …/remarkJa (getCustomDevice)
StatusGET /app_wireless_mower/device/getBysn, …/info/{id}, …/check, …/readWeakSignal, …/getSignalTypeJa (getBysn)
Einstellungen (gelesen)GET /app_wireless_mower/device-setting/{sn}, …/getTime/{sn}, device/getDeviceSettingBySn, device-configuration/getBySn/{sn}, device-model/getByClientNameJa (device-setting/{sn})
Einstellungen (Schreiben, Neu)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, …/appEditDeviceTeilweise (set_property (für Klinge)
Einstellungen (Schreiben, Alt)POST /app_mower/device-setting/save, …/updateLocation, …/updateTimeZone, device/setLed, …/saveLed, …/setRain, …/saveRain, …/setUltra, …/saveUltra, …/setZones, …/setNickName, …/setGps, …/setCurrentTime, …/setWorkStatus, …/resetPasswordNEIN
ZeitplanPOST /app_mower/device-schedule/setScheduling (Alt), app_mower/device-schedule/save, app_mower/device/getScheduling, POST /app_wireless_mower/.../setProperty mit setSchedule (V1) und set_property mit setTimeTactics (S/X/V)Ja (alle drei Wege)
MQTT-Proxy über RESTPOST /iot_mower/wireless/device/get_property, …/set_property, …/action, …/extra, …/otaUpgrade, …/bindBaseStationJa (get_property (nach dem Verbinden)
KartenGET /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/getMapRealPathJa (get +getHeatMap)
ArbeitsaufzeichnungenGET /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/pageJa (get +work_record/page)
Diebstahlsicherung / 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/listNEIN
Basisstationstation/base-station/bind, …/unBind, …/getByDeviceSn, …/getByStationSn/{sn}NEIN
OTAota/firmware-large/check/{sn}/{ver}, …/getDescription, …/otaUpdate, …/wireless/check, ota/firmware-small/list/{id}NEIN
Teilenapp_wireless_mower/device-user-share, …/invite/detail, …/invite/reply, …/unbind, device-user/openShare, …/closeShareNEIN
Hautpflege / Kosmetikapp_wireless_mower/device-skin, …/list, …/bind/switch{userId}/{id}NEIN
Zahlungpay/v1/mobile/combo/*, pay/v1/mobile/order/*, pay/v1/paypal/*, pay/v1/user/card/holder*NEIN
Verschiedenesapp_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}NEIN

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

Referenzen

Beschreibung

🇬🇧 Beschreibung
🇩🇪 Beschreibung

Fragen

🇩🇪 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.