Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Entwicklung
    4. Adapter Worx Landroid v3.x.x

    NEWS

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Adapter Worx Landroid v3.x.x

    This topic has been deleted. Only users with topic management privileges can see it.
    • F
      falkomfs @Lucky_ESA last edited by

      @lucky_esa sagte in Adapter Worx Landroid v3.x.x:

      @hsteinme Kein Stress

      @falkomfs Wenn ich was anpasse, weißt du wie man von GIT lädt?

      ja, schon ab und an gemacht

      1 Reply Last reply Reply Quote 0
      • hsteinme
        hsteinme @hsteinme last edited by

        @hsteinme sagte in Adapter Worx Landroid v3.x.x:

        Ich habe im Moment keine lauffähige Vision-Installation

        Ich habe mir notdürftig eine Vision-Installation für erste Tests zusammengenagelt.

        (1) Wird cmd 101 von der DeskApp zum Mäher geschickt, macht er brav seinen Kantenschnitt.

        (2) Wird cmd 101 per Adapter in sendCommand geschickt, so legt sich der Adapter quer: "Sending cmd:101 is not allowed." laut Logdatei.

        (3) Wird in oneTimeJson

        {
          "time": 30,
          "cfg": {
            "cut": {
              "b": 1,
              "z": []
            }
          }
        }
        

        eingetragen, so fährt der Mäher zum Mähen. Ob er zum Abschluss die Kante mäht? Dazu fehlte mir leider die Zeit, dies zu überprüfen.

        (4) Wird statt 30 in time 0 eingetragen, so wird dies vom Adapter abgelehnt.

        (5) Wird in developer_json

        {
        	"sc": {
        		"once": {
        			"time": 15,
        			"cfg": {
        				"cut": {
        					"b": 1,
        					"z": []
        				}
        			}
        		}
        	}
        }
        

        eingetragen, so beginnt der Mäher mit einem Kantenschnitt.

        (6) Dies erfolgt auch mit time = 1.

        (7) time = 0 wird vom Mäher ignoriert. Daher denke ich, dass die Sequenz aus (4) ebenfalls vom Mäher ignoriert würde, wenn der Adapter sie durchlassen würde.

        (8) Das Verhalten beim Setzen von oneTimeWithBorder und OneTimeWorkTiem und nachfolgendem Starten von oneTimeStart entspricht dem Verhalten in (3) und (4).

        (9) Schreibfehler in Logdatei:
        falsch: ONETIMESCHEDULE: NO vailed JSON format
        richtig: ONETIMESCHEDULE: NO valid JSON format

        So, das war's für heute. Weitere Tests können erst in der nächsten Woche erfolgen. Ich wünsche allen ein ganz dolles Wochenende.

        F hsteinme 2 Replies Last reply Reply Quote 0
        • F
          falkomfs @hsteinme last edited by

          @hsteinme sagte in Adapter Worx Landroid v3.x.x:

          so fährt der Mäher zum Mähen. Ob er zum Abschluss die Kante mäht? Dazu fehlte mir leider die Zeit, dies zu überprüfen.

          das habe ich dann mal geprüft. Nein, im Anschluss macht er auch keinen Kantenschnitt.

          1 Reply Last reply Reply Quote 0
          • L
            Lucky_ESA Developer Most Active @Lucky_ESA last edited by

            @hsteinme Vielen Dank
            @falkomfs Kannst du dann mal von GIT laden und den Datenpunkt edgecut und danach states testen?

            Screenshot 2024-08-24 204527.png

            F 1 Reply Last reply Reply Quote 0
            • F
              falkomfs @Lucky_ESA last edited by falkomfs

              @lucky_esa Moin,
              also über den Button Edgecut fährt er noch nicht los, aber über SendCommand funktioniert es jetzt

              L 1 Reply Last reply Reply Quote 0
              • L
                Lucky_ESA Developer Most Active @falkomfs last edited by

                @falkomfs sagte in Adapter Worx Landroid v3.x.x:

                @lucky_esa Moin,
                also über den Button Edgecut fährt er noch nicht los, aber über SendCommand funktioniert es jetzt

                Was musst du in der APP einstellen wenn du dort Kantenschnitt auswählst? Kannst du den Adapter auf debug stellen und dann per APP den Kantenschnitt statrten? Poste dann mal das Log.

                F 4 Replies Last reply Reply Quote 0
                • F
                  falkomfs @Lucky_ESA last edited by

                  @lucky_esa also in der APP habe ich den Button wie auf dem Bild

                  Bildschirmfoto 2024-08-25 um 13.55.22.jpeg

                  1 Reply Last reply Reply Quote 0
                  • F
                    falkomfs @Lucky_ESA last edited by

                    @lucky_esa
                    das ist jetzt der Log über den Button .mower.edgecut

                    2024-08-25 13:57:37.523 - debug: worx.0 (129277) this.modules! {"202330294702002506EF":{"edgeCut":false,"slots":2,"mz":{"p":[],"s":[{"id":1,"c":1,"cfg":{"cut":{"bd":200,"ob":0}}}]},"tq":0,"channel":true,"HL":{"enabled":0},"DF":{"cut":1,"fh":0},"al":{"lvl":0,"t":60},"al_last":60}}
                    2024-08-25 13:57:37.523 - debug: worx.0 (129277) state change: id_____ worx.0.202330294702002506EF.mower.edgecut Mower 202330294702002506EF_____edgecut______{"id":923901,"uuid":"98c93462-d518-4002-afad-c91894f61969","product_id":73,"user_id":503887,"serial_number":"202330294702002506EF","mac_address":"","locked":false,"firmware_version":"3.34.0+10","firmware_auto_upgrade":true,"sim":"","test":false,"iot_registered":true,"mqtt_registered":true,"registered_at":"2023-05-27 00:00:00","online":true,"protocol":1,"pending_radio_link_validation":"","capabilities":["auto_lock","bluetooth_pairing","border_cut","display_pairing_shortcut","lock","mqtt","multi_zone_tag","one_time_scheduler","ota_upgrade","pause_over_border","rain_delay","unrestricted_mowing_time","vision"],"capabilities_available":[],"mqtt_endpoint":"iot.eu-west-1.worxlandroid.com","mqtt_topics":{"command_in":"WX/MW/WR206E/98c93462-d518-4002-afad-c91894f61969/v1/commandIn","command_out":"WX/MW/WR206E/98c93462-d518-4002-afad-c91894f61969/v1/commandOut"},"name":"falkomfs","blade_height_shift":0,"push_notifications":true,"push_notifications_level":"warning","pin_code":"","app_settings":"","warranty_registered":true,"purchased_at":"2023-05-27 00:00:00","warranty_expires_at":"2025-05-27 00:00:00","setup_location":{"latitude":52.72299989287376,"longitude":7.930778502216534},"city":{"id":2928809,"country_id":276,"name":"Essen","latitude":52.700001,"longitude":7.91667,"created_at":"2018-02-15 22:41:14","updated_at":"2018-02-15 22:41:14"},"time_zone":"Europe/Berlin","lawn_size":119.93579864502,"lawn_perimeter":28,"auto_schedule_settings":"","auto_schedule":false,"improvement":true,"diagnostic":true,"distance_covered":284806,"mower_work_time":17976,"blade_work_time":17373,"blade_work_time_reset":0,"blade_work_time_reset_at":"","battery_charge_cycles":3491,"battery_charge_cycles_reset":0,"battery_charge_cycles_reset_at":"","created_at":"2023-03-28 06:50:27","updated_at":"2024-08-23 09:43:47","last_status":{"payload":{"cfg":{"id":39809,"lg":"de","tz":"Europe/Berlin","log":{"imp":1,"diag":1},"rd":30,"cmd":0,"tq":0,"al":{"lvl":0,"t":60},"sc":{"enabled":1,"paused":0,"slots":[{"d":0,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"e":0,"d":0,"s":0,"t":0,"cfg":{"cut":{"b":0,"z":[]}}},{"d":1,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"e":0,"d":1,"s":0,"t":0,"cfg":{"cut":{"b":0,"z":[]}}},{"d":2,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"e":0,"d":2,"s":0,"t":0,"cfg":{"cut":{"b":0,"z":[]}}},{"d":3,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"e":0,"d":3,"s":0,"t":0,"cfg":{"cut":{"b":0,"z":[]}}},{"d":4,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"e":0,"d":4,"s":0,"t":0,"cfg":{"cut":{"b":0,"z":[]}}},{"d":5,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"e":0,"d":5,"s":0,"t":0,"cfg":{"cut":{"b":0,"z":[]}}},{"d":6,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"e":0,"d":6,"s":0,"t":0,"cfg":{"cut":{"b":0,"z":[]}}}],"once":{"time":0,"cfg":{"cut":{"b":0,"z":[]}}}},"modules":{"DF":{"cut":1,"fh":0},"HL":{"enabled":0}},"cut":{"b":0,"z":[],"bd":0,"ob":0},"mz":{"p":[],"s":[{"id":1,"c":1,"cfg":{"cut":{"bd":200,"ob":0}}}]},"vis":{"slab":0},"sn":"202330294702002506EF"},"dat":{"uuid":"98c93462-d518-4002-afad-c91894f61969","fw":"3.34.0+10","tm":"2024-08-25T11:54:57.794Z","ls":1,"le":0,"conn":"wifi","sc":{"slot":0,"once":0},"sh":0,"bt":{"t":22.4,"v":19.7,"p":96,"nr":3513,"c":1,"m":1},"dmp":[-5.4,-0.8,15.9],"st":{"b":17440,"d":285704,"wt":18053,"bl":28},"rsi":-61,"lk":0,"tr":0,"act":1,"rain":{"s":0,"cnt":0},"features":{"ble":0},"head":{"uuid":"98c93468-033a-4003-a039-739edc11f82b","act":1,"fw":"1.2.31+9"},"modules":{"DF":{"stat":"ok"}},"mac":"505A65D9387F","cam":{"status":0,"error":0},"rfid":{"status":0},"mz":[{"id":1,"p":28274,"a":64623937}],"cut":{"z":1}}},"timestamp":"2024-08-25 13:54:57.435"},"last_gps_status":""}
                    2024-08-25 13:57:37.523 - debug: worx.0 (129277) Worxcloud MQTT sendMessage to 202330294702002506EF Message: {"cut":{"b":1,"z":[],"bd": 100,"ob": 1}}
                    2024-08-25 13:57:37.523 - info: worx.0 (129277) Request Counter: 2
                    2024-08-25 13:57:37.523 - debug: worx.0 (129277) length: 0
                    2024-08-25 13:57:37.523 - debug: worx.0 (129277) Start MQTT ping: {"id":36893,"cmd":0,"lg":"de","uuid":"98c93462-d518-4002-afad-c91894f61969","tm":"2024-08-25T13:57:37.523Z","cut":{"b":1,"z":[],"bd":100,"ob":1}}
                    2024-08-25 13:57:37.523 - debug: worx.0 (129277) lastCommand_start: {"36893":{"id":36893,"cmd":0,"lg":"de","uuid":"98c93462-d518-4002-afad-c91894f61969","tm":"2024-08-25T13:57:37.523Z","cut":{"b":1,"z":[],"bd":100,"ob":1}}}
                    2024-08-25 13:57:37.526 - debug: worx.0 (129277) this.mqtt_response_check: {"36893":{"id":36893,"cmd":0,"lg":"de","uuid":"98c93462-d518-4002-afad-c91894f61969","tm":"2024-08-25T13:57:37.523Z","cut":{"b":1,"z":[],"bd":100,"ob":1},"request":1724587057524,"response":0,"action":"worx.0.202330294702002506EF.mower.edgecut","user":"iobroker"}}
                    2024-08-25 13:57:37.526 - debug: worx.0 (129277) sendData: {"id":36893,"cmd":0,"lg":"de","uuid":"98c93462-d518-4002-afad-c91894f61969","tm":"2024-08-25T13:57:37.523Z","cut":{"b":1,"z":[],"bd":100,"ob":1}}
                    2024-08-25 13:57:38.695 - debug: worx.0 (129277) Mower MQTT: {"cfg":{"id":36893,"lg":"de","tz":"Europe/Berlin","log":{"imp":1,"diag":1},"rd":30,"cmd":0,"tq":0,"al":{"lvl":0,"t":60},"sc":{"enabled":1,"paused":0,"slots":[{"d":0,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"d":1,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"d":2,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"d":3,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"d":4,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"d":5,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"d":6,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}}],"once":{"time":0,"cfg":{"cut":{"b":0,"z":[]}}}},"modules":{"DF":{"cut":1,"fh":0},"HL":{"enabled":0}},"cut":{"b":0,"z":[],"bd":0,"ob":0},"mz":{"p":[],"s":[{"id":1,"c":1,"cfg":{"cut":{"bd":200,"ob":0}}}]},"vis":{"slab":0}},"dat":{"uuid":"98c93462-d518-4002-afad-c91894f61969","fw":"3.34.0+10","tm":"2024-08-25T11:57:38.951Z","ls":1,"le":0,"conn":"wifi","sc":{"slot":0,"once":0},"sh":0,"bt":{"t":22.5,"v":19.8,"p":97,"nr":3513,"c":1,"m":1},"dmp":[-5.4,-0.8,15.9],"st":{"b":17440,"d":285704,"wt":18053,"bl":28},"rsi":-62,"lk":0,"tr":0,"act":1,"rain":{"s":0,"cnt":0},"features":{"ble":0},"head":{"uuid":"98c93468-033a-4003-a039-739edc11f82b","act":1,"fw":"1.2.31+9"},"modules":{"DF":{"stat":"ok"}},"mac":"505A65D9387F","cam":{"status":0,"error":0},"rfid":{"status":0},"mz":[{"id":1,"p":28274,"a":64623937}],"cut":{"z":1}}}
                    2024-08-25 13:57:38.695 - debug: worx.0 (129277) topic: WX/MW/WR206E/98c93462-d518-4002-afad-c91894f61969/v1/commandOut
                    2024-08-25 13:57:38.695 - debug: worx.0 (129277) getQueueStatistics: {"incompleteOperationCount":0,"incompleteOperationSize":0,"unackedOperationCount":0,"unackedOperationSize":0}
                    2024-08-25 13:57:38.696 - debug: worx.0 (129277) Worxcloud MQTT get Message for mower falkomfs (202330294702002506EF)
                    2024-08-25 13:57:38.696 - debug: worx.0 (129277) Request ID 36893 has been passed to the mower
                    2024-08-25 13:57:38.696 - debug: worx.0 (129277) lastCommand_start: {"36893":{"id":36893,"cmd":0,"lg":"de","uuid":"98c93462-d518-4002-afad-c91894f61969","tm":"2024-08-25T13:57:37.523Z","cut":{"b":1,"z":[],"bd":100,"ob":1},"request":1724587057524,"response":0,"action":"worx.0.202330294702002506EF.mower.edgecut","user":"iobroker"}}
                    2024-08-25 13:57:38.696 - debug: worx.0 (129277) Set new timestamp
                    2024-08-25 13:57:38.742 - debug: worx.0 (129277) GET MQTT DATA from API: {"cfg":{"id":36893,"lg":"de","tz":"Europe/Berlin","log":{"imp":1,"diag":1},"rd":30,"cmd":0,"tq":0,"al":{"lvl":0,"t":60},"sc":{"enabled":1,"paused":0,"slots":[{"d":0,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"d":1,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"d":2,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"d":3,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"d":4,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"d":5,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"d":6,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}}],"once":{"time":0,"cfg":{"cut":{"b":0,"z":[]}}}},"modules":{"DF":{"cut":1,"fh":0},"HL":{"enabled":0}},"cut":{"b":0,"z":[],"bd":0,"ob":0},"mz":{"p":[],"s":[{"id":1,"c":1,"cfg":{"cut":{"bd":200,"ob":0}}}]},"vis":{"slab":0},"sn":"202330294702002506EF"},"dat":{"uuid":"98c93462-d518-4002-afad-c91894f61969","fw":"3.34.0+10","tm":"2024-08-25T11:57:38.951Z","ls":1,"le":0,"conn":"wifi","sc":{"slot":0,"once":0},"sh":0,"bt":{"t":22.5,"v":19.8,"p":97,"nr":3513,"c":1,"m":1},"dmp":[-5.4,-0.8,15.9],"st":{"b":17440,"d":285704,"wt":18053,"bl":28},"rsi":-62,"lk":0,"tr":0,"act":1,"rain":{"s":0,"cnt":0},"features":{"ble":0},"head":{"uuid":"98c93468-033a-4003-a039-739edc11f82b","act":1,"fw":"1.2.31+9"},"modules":{"DF":{"stat":"ok"}},"mac":"505A65D9387F","cam":{"status":0,"error":0},"rfid":{"status":0},"mz":[{"id":1,"p":28274,"a":64623937}],"cut":{"z":1}}}
                    2024-08-25 13:57:38.795 - debug: worx.0 (129277) Test Status: 1
                    2024-08-25 13:57:38.801 - debug: worx.0 (129277) COUNTER: 7
                    2024-08-25 13:57:38.801 - debug: worx.0 (129277) COUNTER SLOTS: 2
                    2024-08-25 13:57:38.801 - debug: worx.0 (129277) {"d":0,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}}
                    2024-08-25 13:57:38.852 - debug: worx.0 (129277) {"d":1,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}}
                    2024-08-25 13:57:38.859 - debug: worx.0 (129277) {"d":2,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}}
                    2024-08-25 13:57:38.865 - debug: worx.0 (129277) {"d":3,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}}
                    2024-08-25 13:57:38.871 - debug: worx.0 (129277) {"d":4,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}}
                    2024-08-25 13:57:38.878 - debug: worx.0 (129277) {"d":5,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}}
                    2024-08-25 13:57:38.884 - debug: worx.0 (129277) {"d":6,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}}
                    2024-08-25 13:57:38.897 - debug: worx.0 (129277) MOWER with full schedule: {"id":923901,"uuid":"98c93462-d518-4002-afad-c91894f61969","product_id":73,"user_id":503887,"serial_number":"202330294702002506EF","mac_address":"","locked":false,"firmware_version":"3.34.0+10","firmware_auto_upgrade":true,"sim":"","test":false,"iot_registered":true,"mqtt_registered":true,"registered_at":"2023-05-27 00:00:00","online":true,"protocol":1,"pending_radio_link_validation":"","capabilities":["auto_lock","bluetooth_pairing","border_cut","display_pairing_shortcut","lock","mqtt","multi_zone_tag","one_time_scheduler","ota_upgrade","pause_over_border","rain_delay","unrestricted_mowing_time","vision"],"capabilities_available":[],"mqtt_endpoint":"iot.eu-west-1.worxlandroid.com","mqtt_topics":{"command_in":"WX/MW/WR206E/98c93462-d518-4002-afad-c91894f61969/v1/commandIn","command_out":"WX/MW/WR206E/98c93462-d518-4002-afad-c91894f61969/v1/commandOut"},"name":"falkomfs","blade_height_shift":0,"push_notifications":true,"push_notifications_level":"warning","pin_code":"","app_settings":"","warranty_registered":true,"purchased_at":"2023-05-27 00:00:00","warranty_expires_at":"2025-05-27 00:00:00","setup_location":{"latitude":52.72299989287376,"longitude":7.930778502216534},"city":{"id":2928809,"country_id":276,"name":"Essen","latitude":52.700001,"longitude":7.91667,"created_at":"2018-02-15 22:41:14","updated_at":"2018-02-15 22:41:14"},"time_zone":"Europe/Berlin","lawn_size":119.93579864502,"lawn_perimeter":28,"auto_schedule_settings":"","auto_schedule":false,"improvement":true,"diagnostic":true,"distance_covered":284806,"mower_work_time":17976,"blade_work_time":17373,"blade_work_time_reset":0,"blade_work_time_reset_at":"","battery_charge_cycles":3491,"battery_charge_cycles_reset":0,"battery_charge_cycles_reset_at":"","created_at":"2023-03-28 06:50:27","updated_at":"2024-08-23 09:43:47","last_status":{"payload":{"cfg":{"id":36893,"lg":"de","tz":"Europe/Berlin","log":{"imp":1,"diag":1},"rd":30,"cmd":0,"tq":0,"al":{"lvl":0,"t":60},"sc":{"enabled":1,"paused":0,"slots":[{"d":0,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"e":0,"d":0,"s":0,"t":0,"cfg":{"cut":{"b":0,"z":[]}}},{"d":1,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"e":0,"d":1,"s":0,"t":0,"cfg":{"cut":{"b":0,"z":[]}}},{"d":2,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"e":0,"d":2,"s":0,"t":0,"cfg":{"cut":{"b":0,"z":[]}}},{"d":3,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"e":0,"d":3,"s":0,"t":0,"cfg":{"cut":{"b":0,"z":[]}}},{"d":4,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"e":0,"d":4,"s":0,"t":0,"cfg":{"cut":{"b":0,"z":[]}}},{"d":5,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"e":0,"d":5,"s":0,"t":0,"cfg":{"cut":{"b":0,"z":[]}}},{"d":6,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"e":0,"d":6,"s":0,"t":0,"cfg":{"cut":{"b":0,"z":[]}}}],"once":{"time":0,"cfg":{"cut":{"b":0,"z":[]}}}},"modules":{"DF":{"cut":1,"fh":0},"HL":{"enabled":0}},"cut":{"b":0,"z":[],"bd":0,"ob":0},"mz":{"p":[],"s":[{"id":1,"c":1,"cfg":{"cut":{"bd":200,"ob":0}}}]},"vis":{"slab":0},"sn":"202330294702002506EF"},"dat":{"uuid":"98c93462-d518-4002-afad-c91894f61969","fw":"3.34.0+10","tm":"2024-08-25T11:57:38.951Z","ls":1,"le":0,"conn":"wifi","sc":{"slot":0,"once":0},"sh":0,"bt":{"t":22.5,"v":19.8,"p":97,"nr":3513,"c":1,"m":1},"dmp":[-5.4,-0.8,15.9],"st":{"b":17440,"d":285704,"wt":18053,"bl":28},"rsi":-62,"lk":0,"tr":0,"act":1,"rain":{"s":0,"cnt":0},"features":{"ble":0},"head":{"uuid":"98c93468-033a-4003-a039-739edc11f82b","act":1,"fw":"1.2.31+9"},"modules":{"DF":{"stat":"ok"}},"mac":"505A65D9387F","cam":{"status":0,"error":0},"rfid":{"status":0},"mz":[{"id":1,"p":28274,"a":64623937}],"cut":{"z":1}}},"timestamp":"2024-08-25 13:57:38.696"},"last_gps_status":""}
                    2024-08-25 13:57:38.958 - debug: worx.0 (129277) Count Zone: 1 - Count Passage: 0
                    2024-08-25 13:57:38.958 - debug: worx.0 (129277) Count Receive Zone: 1 - Count Receive Passage: 0
                    2024-08-25 13:57:38.958 - debug: worx.0 (129277) Write multi zone: {"p":[],"s":[{"id":1,"c":1,"cfg":{"cut":{"bd":200,"ob":0}}}]}
                    2024-08-25 13:57:38.967 - debug: worx.0 (129277) Edgecut Start section :1
                    
                    1 Reply Last reply Reply Quote 0
                    • F
                      falkomfs @Lucky_ESA last edited by

                      @lucky_esa das ist der Log über .mower.sendCommand.BorderCut(101. Hier funtioniert es auch und kann somit genutzt werden

                      2024-08-25 13:59:10.866 - debug: worx.0 (129277) this.modules! {"202330294702002506EF":{"edgeCut":true,"slots":2,"mz":{"p":[],"s":[{"id":1,"c":1,"cfg":{"cut":{"bd":200,"ob":0}}}]},"tq":0,"channel":true,"HL":{"enabled":0},"DF":{"cut":1,"fh":0},"al":{"lvl":0,"t":60},"al_last":60}}
                      2024-08-25 13:59:10.866 - debug: worx.0 (129277) state change: id_____ worx.0.202330294702002506EF.mower.sendCommand Mower 202330294702002506EF_____sendCommand______{"id":923901,"uuid":"98c93462-d518-4002-afad-c91894f61969","product_id":73,"user_id":503887,"serial_number":"202330294702002506EF","mac_address":"","locked":false,"firmware_version":"3.34.0+10","firmware_auto_upgrade":true,"sim":"","test":false,"iot_registered":true,"mqtt_registered":true,"registered_at":"2023-05-27 00:00:00","online":true,"protocol":1,"pending_radio_link_validation":"","capabilities":["auto_lock","bluetooth_pairing","border_cut","display_pairing_shortcut","lock","mqtt","multi_zone_tag","one_time_scheduler","ota_upgrade","pause_over_border","rain_delay","unrestricted_mowing_time","vision"],"capabilities_available":[],"mqtt_endpoint":"iot.eu-west-1.worxlandroid.com","mqtt_topics":{"command_in":"WX/MW/WR206E/98c93462-d518-4002-afad-c91894f61969/v1/commandIn","command_out":"WX/MW/WR206E/98c93462-d518-4002-afad-c91894f61969/v1/commandOut"},"name":"falkomfs","blade_height_shift":0,"push_notifications":true,"push_notifications_level":"warning","pin_code":"","app_settings":"","warranty_registered":true,"purchased_at":"2023-05-27 00:00:00","warranty_expires_at":"2025-05-27 00:00:00","setup_location":{"latitude":52.72299989287376,"longitude":7.930778502216534},"city":{"id":2928809,"country_id":276,"name":"Essen","latitude":52.700001,"longitude":7.91667,"created_at":"2018-02-15 22:41:14","updated_at":"2018-02-15 22:41:14"},"time_zone":"Europe/Berlin","lawn_size":119.93579864502,"lawn_perimeter":28,"auto_schedule_settings":"","auto_schedule":false,"improvement":true,"diagnostic":true,"distance_covered":284806,"mower_work_time":17976,"blade_work_time":17373,"blade_work_time_reset":0,"blade_work_time_reset_at":"","battery_charge_cycles":3491,"battery_charge_cycles_reset":0,"battery_charge_cycles_reset_at":"","created_at":"2023-03-28 06:50:27","updated_at":"2024-08-23 09:43:47","last_status":{"payload":{"cfg":{"id":36893,"lg":"de","tz":"Europe/Berlin","log":{"imp":1,"diag":1},"rd":30,"cmd":0,"tq":0,"al":{"lvl":0,"t":60},"sc":{"enabled":1,"paused":0,"slots":[{"d":0,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"e":0,"d":0,"s":0,"t":0,"cfg":{"cut":{"b":0,"z":[]}}},{"d":1,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"e":0,"d":1,"s":0,"t":0,"cfg":{"cut":{"b":0,"z":[]}}},{"d":2,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"e":0,"d":2,"s":0,"t":0,"cfg":{"cut":{"b":0,"z":[]}}},{"d":3,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"e":0,"d":3,"s":0,"t":0,"cfg":{"cut":{"b":0,"z":[]}}},{"d":4,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"e":0,"d":4,"s":0,"t":0,"cfg":{"cut":{"b":0,"z":[]}}},{"d":5,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"e":0,"d":5,"s":0,"t":0,"cfg":{"cut":{"b":0,"z":[]}}},{"d":6,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"e":0,"d":6,"s":0,"t":0,"cfg":{"cut":{"b":0,"z":[]}}}],"once":{"time":0,"cfg":{"cut":{"b":0,"z":[]}}}},"modules":{"DF":{"cut":1,"fh":0},"HL":{"enabled":0}},"cut":{"b":0,"z":[],"bd":0,"ob":0},"mz":{"p":[],"s":[{"id":1,"c":1,"cfg":{"cut":{"bd":200,"ob":0}}}]},"vis":{"slab":0},"sn":"202330294702002506EF"},"dat":{"uuid":"98c93462-d518-4002-afad-c91894f61969","fw":"3.34.0+10","tm":"2024-08-25T11:57:38.951Z","ls":1,"le":0,"conn":"wifi","sc":{"slot":0,"once":0},"sh":0,"bt":{"t":22.5,"v":19.8,"p":97,"nr":3513,"c":1,"m":1},"dmp":[-5.4,-0.8,15.9],"st":{"b":17440,"d":285704,"wt":18053,"bl":28},"rsi":-62,"lk":0,"tr":0,"act":1,"rain":{"s":0,"cnt":0},"features":{"ble":0},"head":{"uuid":"98c93468-033a-4003-a039-739edc11f82b","act":1,"fw":"1.2.31+9"},"modules":{"DF":{"stat":"ok"}},"mac":"505A65D9387F","cam":{"status":0,"error":0},"rfid":{"status":0},"mz":[{"id":1,"p":28274,"a":64623937}],"cut":{"z":1}}},"timestamp":"2024-08-25 13:57:38.696"},"last_gps_status":""}
                      2024-08-25 13:59:10.866 - debug: worx.0 (129277) Send cmd:101
                      2024-08-25 13:59:10.866 - debug: worx.0 (129277) Worxcloud MQTT sendMessage to 202330294702002506EF Message: {"cmd":101}
                      2024-08-25 13:59:10.866 - info: worx.0 (129277) Request Counter: 3
                      2024-08-25 13:59:10.866 - debug: worx.0 (129277) length: 0
                      2024-08-25 13:59:10.866 - debug: worx.0 (129277) Start MQTT ping: {"id":27589,"cmd":101,"lg":"de","uuid":"98c93462-d518-4002-afad-c91894f61969","tm":"2024-08-25T13:59:10.866Z"}
                      2024-08-25 13:59:10.866 - debug: worx.0 (129277) lastCommand_start: {"27589":{"id":27589,"cmd":101,"lg":"de","uuid":"98c93462-d518-4002-afad-c91894f61969","tm":"2024-08-25T13:59:10.866Z"}}
                      2024-08-25 13:59:10.910 - debug: worx.0 (129277) this.mqtt_response_check: {"27589":{"id":27589,"cmd":101,"lg":"de","uuid":"98c93462-d518-4002-afad-c91894f61969","tm":"2024-08-25T13:59:10.866Z","request":1724587150867,"response":0,"action":"worx.0.202330294702002506EF.mower.sendCommand","user":"iobroker"}}
                      2024-08-25 13:59:10.910 - debug: worx.0 (129277) sendData: {"id":27589,"cmd":101,"lg":"de","uuid":"98c93462-d518-4002-afad-c91894f61969","tm":"2024-08-25T13:59:10.866Z"}
                      2024-08-25 13:59:12.057 - debug: worx.0 (129277) Mower MQTT: {"cfg":{"id":27589,"lg":"de","tz":"Europe/Berlin","log":{"imp":1,"diag":1},"rd":30,"cmd":101,"tq":0,"al":{"lvl":0,"t":60},"sc":{"enabled":1,"paused":0,"slots":[{"d":0,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"d":1,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"d":2,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"d":3,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"d":4,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"d":5,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"d":6,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}}],"once":{"time":0,"cfg":{"cut":{"b":0,"z":[]}}}},"modules":{"DF":{"cut":1,"fh":0},"HL":{"enabled":0}},"cut":{"b":0,"z":[],"bd":0,"ob":0},"mz":{"p":[],"s":[{"id":1,"c":1,"cfg":{"cut":{"bd":200,"ob":0}}}]},"vis":{"slab":0}},"dat":{"uuid":"98c93462-d518-4002-afad-c91894f61969","fw":"3.34.0+10","tm":"2024-08-25T11:59:11.947Z","ls":1,"le":0,"conn":"wifi","sc":{"slot":0,"once":0},"sh":0,"bt":{"t":22.6,"v":19.9,"p":97,"nr":3513,"c":1,"m":1},"dmp":[-5.5,-0.8,15.9],"st":{"b":17440,"d":285704,"wt":18053,"bl":28},"rsi":-62,"lk":0,"tr":0,"act":1,"rain":{"s":0,"cnt":0},"features":{"ble":0},"head":{"uuid":"98c93468-033a-4003-a039-739edc11f82b","act":1,"fw":"1.2.31+9"},"modules":{"DF":{"stat":"ok"}},"mac":"505A65D9387F","cam":{"status":0,"error":0},"rfid":{"status":0},"mz":[{"id":1,"p":28274,"a":64623937}],"cut":{"z":1}}}
                      2024-08-25 13:59:12.057 - debug: worx.0 (129277) topic: WX/MW/WR206E/98c93462-d518-4002-afad-c91894f61969/v1/commandOut
                      2024-08-25 13:59:12.057 - debug: worx.0 (129277) getQueueStatistics: {"incompleteOperationCount":0,"incompleteOperationSize":0,"unackedOperationCount":0,"unackedOperationSize":0}
                      2024-08-25 13:59:12.057 - debug: worx.0 (129277) Worxcloud MQTT get Message for mower falkomfs (202330294702002506EF)
                      2024-08-25 13:59:12.057 - debug: worx.0 (129277) Request ID 27589 has been passed to the mower
                      2024-08-25 13:59:12.058 - debug: worx.0 (129277) lastCommand_start: {"27589":{"id":27589,"cmd":101,"lg":"de","uuid":"98c93462-d518-4002-afad-c91894f61969","tm":"2024-08-25T13:59:10.866Z","request":1724587150867,"response":0,"action":"worx.0.202330294702002506EF.mower.sendCommand","user":"iobroker"}}
                      2024-08-25 13:59:12.058 - debug: worx.0 (129277) Set new timestamp
                      2024-08-25 13:59:12.102 - debug: worx.0 (129277) GET MQTT DATA from API: {"cfg":{"id":27589,"lg":"de","tz":"Europe/Berlin","log":{"imp":1,"diag":1},"rd":30,"cmd":101,"tq":0,"al":{"lvl":0,"t":60},"sc":{"enabled":1,"paused":0,"slots":[{"d":0,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"d":1,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"d":2,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"d":3,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"d":4,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"d":5,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"d":6,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}}],"once":{"time":0,"cfg":{"cut":{"b":0,"z":[]}}}},"modules":{"DF":{"cut":1,"fh":0},"HL":{"enabled":0}},"cut":{"b":0,"z":[],"bd":0,"ob":0},"mz":{"p":[],"s":[{"id":1,"c":1,"cfg":{"cut":{"bd":200,"ob":0}}}]},"vis":{"slab":0},"sn":"202330294702002506EF"},"dat":{"uuid":"98c93462-d518-4002-afad-c91894f61969","fw":"3.34.0+10","tm":"2024-08-25T11:59:11.947Z","ls":1,"le":0,"conn":"wifi","sc":{"slot":0,"once":0},"sh":0,"bt":{"t":22.6,"v":19.9,"p":97,"nr":3513,"c":1,"m":1},"dmp":[-5.5,-0.8,15.9],"st":{"b":17440,"d":285704,"wt":18053,"bl":28},"rsi":-62,"lk":0,"tr":0,"act":1,"rain":{"s":0,"cnt":0},"features":{"ble":0},"head":{"uuid":"98c93468-033a-4003-a039-739edc11f82b","act":1,"fw":"1.2.31+9"},"modules":{"DF":{"stat":"ok"}},"mac":"505A65D9387F","cam":{"status":0,"error":0},"rfid":{"status":0},"mz":[{"id":1,"p":28274,"a":64623937}],"cut":{"z":1}}}
                      2024-08-25 13:59:12.158 - debug: worx.0 (129277) Test Status: 1
                      2024-08-25 13:59:12.161 - debug: worx.0 (129277) COUNTER: 7
                      2024-08-25 13:59:12.161 - debug: worx.0 (129277) COUNTER SLOTS: 2
                      2024-08-25 13:59:12.162 - debug: worx.0 (129277) {"d":0,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}}
                      2024-08-25 13:59:12.212 - debug: worx.0 (129277) {"d":1,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}}
                      2024-08-25 13:59:12.217 - debug: worx.0 (129277) {"d":2,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}}
                      2024-08-25 13:59:12.223 - debug: worx.0 (129277) {"d":3,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}}
                      2024-08-25 13:59:12.230 - debug: worx.0 (129277) {"d":4,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}}
                      2024-08-25 13:59:12.236 - debug: worx.0 (129277) {"d":5,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}}
                      2024-08-25 13:59:12.242 - debug: worx.0 (129277) {"d":6,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}}
                      2024-08-25 13:59:12.251 - debug: worx.0 (129277) MOWER with full schedule: {"id":923901,"uuid":"98c93462-d518-4002-afad-c91894f61969","product_id":73,"user_id":503887,"serial_number":"202330294702002506EF","mac_address":"","locked":false,"firmware_version":"3.34.0+10","firmware_auto_upgrade":true,"sim":"","test":false,"iot_registered":true,"mqtt_registered":true,"registered_at":"2023-05-27 00:00:00","online":true,"protocol":1,"pending_radio_link_validation":"","capabilities":["auto_lock","bluetooth_pairing","border_cut","display_pairing_shortcut","lock","mqtt","multi_zone_tag","one_time_scheduler","ota_upgrade","pause_over_border","rain_delay","unrestricted_mowing_time","vision"],"capabilities_available":[],"mqtt_endpoint":"iot.eu-west-1.worxlandroid.com","mqtt_topics":{"command_in":"WX/MW/WR206E/98c93462-d518-4002-afad-c91894f61969/v1/commandIn","command_out":"WX/MW/WR206E/98c93462-d518-4002-afad-c91894f61969/v1/commandOut"},"name":"falkomfs","blade_height_shift":0,"push_notifications":true,"push_notifications_level":"warning","pin_code":"","app_settings":"","warranty_registered":true,"purchased_at":"2023-05-27 00:00:00","warranty_expires_at":"2025-05-27 00:00:00","setup_location":{"latitude":52.72299989287376,"longitude":7.930778502216534},"city":{"id":2928809,"country_id":276,"name":"Essen","latitude":52.700001,"longitude":7.91667,"created_at":"2018-02-15 22:41:14","updated_at":"2018-02-15 22:41:14"},"time_zone":"Europe/Berlin","lawn_size":119.93579864502,"lawn_perimeter":28,"auto_schedule_settings":"","auto_schedule":false,"improvement":true,"diagnostic":true,"distance_covered":284806,"mower_work_time":17976,"blade_work_time":17373,"blade_work_time_reset":0,"blade_work_time_reset_at":"","battery_charge_cycles":3491,"battery_charge_cycles_reset":0,"battery_charge_cycles_reset_at":"","created_at":"2023-03-28 06:50:27","updated_at":"2024-08-23 09:43:47","last_status":{"payload":{"cfg":{"id":27589,"lg":"de","tz":"Europe/Berlin","log":{"imp":1,"diag":1},"rd":30,"cmd":101,"tq":0,"al":{"lvl":0,"t":60},"sc":{"enabled":1,"paused":0,"slots":[{"d":0,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"e":0,"d":0,"s":0,"t":0,"cfg":{"cut":{"b":0,"z":[]}}},{"d":1,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"e":0,"d":1,"s":0,"t":0,"cfg":{"cut":{"b":0,"z":[]}}},{"d":2,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"e":0,"d":2,"s":0,"t":0,"cfg":{"cut":{"b":0,"z":[]}}},{"d":3,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"e":0,"d":3,"s":0,"t":0,"cfg":{"cut":{"b":0,"z":[]}}},{"d":4,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"e":0,"d":4,"s":0,"t":0,"cfg":{"cut":{"b":0,"z":[]}}},{"d":5,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"e":0,"d":5,"s":0,"t":0,"cfg":{"cut":{"b":0,"z":[]}}},{"d":6,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"e":0,"d":6,"s":0,"t":0,"cfg":{"cut":{"b":0,"z":[]}}}],"once":{"time":0,"cfg":{"cut":{"b":0,"z":[]}}}},"modules":{"DF":{"cut":1,"fh":0},"HL":{"enabled":0}},"cut":{"b":0,"z":[],"bd":0,"ob":0},"mz":{"p":[],"s":[{"id":1,"c":1,"cfg":{"cut":{"bd":200,"ob":0}}}]},"vis":{"slab":0},"sn":"202330294702002506EF"},"dat":{"uuid":"98c93462-d518-4002-afad-c91894f61969","fw":"3.34.0+10","tm":"2024-08-25T11:59:11.947Z","ls":1,"le":0,"conn":"wifi","sc":{"slot":0,"once":0},"sh":0,"bt":{"t":22.6,"v":19.9,"p":97,"nr":3513,"c":1,"m":1},"dmp":[-5.5,-0.8,15.9],"st":{"b":17440,"d":285704,"wt":18053,"bl":28},"rsi":-62,"lk":0,"tr":0,"act":1,"rain":{"s":0,"cnt":0},"features":{"ble":0},"head":{"uuid":"98c93468-033a-4003-a039-739edc11f82b","act":1,"fw":"1.2.31+9"},"modules":{"DF":{"stat":"ok"}},"mac":"505A65D9387F","cam":{"status":0,"error":0},"rfid":{"status":0},"mz":[{"id":1,"p":28274,"a":64623937}],"cut":{"z":1}}},"timestamp":"2024-08-25 13:59:12.058"},"last_gps_status":""}
                      2024-08-25 13:59:12.304 - debug: worx.0 (129277) Count Zone: 1 - Count Passage: 0
                      2024-08-25 13:59:12.304 - debug: worx.0 (129277) Count Receive Zone: 1 - Count Receive Passage: 0
                      2024-08-25 13:59:12.304 - debug: worx.0 (129277) Write multi zone: {"p":[],"s":[{"id":1,"c":1,"cfg":{"cut":{"bd":200,"ob":0}}}]}
                      2024-08-25 13:59:12.307 - debug: worx.0 (129277) Edgecut Start section :1
                      2024-08-25 13:59:13.017 - debug: worx.0 (129277) Mower MQTT: {"cfg":{"id":0,"lg":"de","tz":"Europe/Berlin","log":{"imp":1,"diag":1},"rd":30,"cmd":101,"tq":0,"al":{"lvl":0,"t":60},"sc":{"enabled":1,"paused":0,"slots":[{"d":0,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"d":1,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"d":2,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"d":3,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"d":4,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"d":5,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"d":6,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}}],"once":{"time":0,"cfg":{"cut":{"b":0,"z":[]}}}},"modules":{"DF":{"cut":1,"fh":0},"HL":{"enabled":0}},"cut":{"b":0,"z":[],"bd":0,"ob":0},"mz":{"p":[],"s":[{"id":1,"c":1,"cfg":{"cut":{"bd":200,"ob":0}}}]},"vis":{"slab":0}},"dat":{"uuid":"98c93462-d518-4002-afad-c91894f61969","fw":"3.34.0+10","tm":"2024-08-25T11:59:12.701Z","ls":3,"le":0,"conn":"wifi","sc":{"slot":0,"once":0},"sh":0,"bt":{"t":22.6,"v":19.7,"p":97,"nr":3513,"c":0,"m":0},"dmp":[-5.3,-0.9,15.9],"st":{"b":17440,"d":285704,"wt":18053,"bl":28},"rsi":-62,"lk":0,"tr":0,"act":1,"rain":{"s":0,"cnt":0},"features":{"ble":0},"head":{"uuid":"98c93468-033a-4003-a039-739edc11f82b","act":1,"fw":"1.2.31+9"},"modules":{"DF":{"stat":"ok"}},"mac":"505A65D9387F","cam":{"status":0,"error":0},"rfid":{"status":0},"mz":[{"id":1,"p":28274,"a":64623937}],"cut":{"z":1}}}
                      2024-08-25 13:59:13.018 - debug: worx.0 (129277) topic: WX/MW/WR206E/98c93462-d518-4002-afad-c91894f61969/v1/commandOut
                      2024-08-25 13:59:13.018 - debug: worx.0 (129277) getQueueStatistics: {"incompleteOperationCount":0,"incompleteOperationSize":0,"unackedOperationCount":0,"unackedOperationSize":0}
                      2024-08-25 13:59:13.018 - debug: worx.0 (129277) Worxcloud MQTT get Message for mower falkomfs (202330294702002506EF)
                      2024-08-25 13:59:13.018 - debug: worx.0 (129277) Set new timestamp
                      2024-08-25 13:59:13.105 - debug: worx.0 (129277) GET MQTT DATA from API: {"cfg":{"id":0,"lg":"de","tz":"Europe/Berlin","log":{"imp":1,"diag":1},"rd":30,"cmd":101,"tq":0,"al":{"lvl":0,"t":60},"sc":{"enabled":1,"paused":0,"slots":[{"d":0,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"d":1,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"d":2,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"d":3,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"d":4,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"d":5,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"d":6,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}}],"once":{"time":0,"cfg":{"cut":{"b":0,"z":[]}}}},"modules":{"DF":{"cut":1,"fh":0},"HL":{"enabled":0}},"cut":{"b":0,"z":[],"bd":0,"ob":0},"mz":{"p":[],"s":[{"id":1,"c":1,"cfg":{"cut":{"bd":200,"ob":0}}}]},"vis":{"slab":0},"sn":"202330294702002506EF"},"dat":{"uuid":"98c93462-d518-4002-afad-c91894f61969","fw":"3.34.0+10","tm":"2024-08-25T11:59:12.701Z","ls":3,"le":0,"conn":"wifi","sc":{"slot":0,"once":0},"sh":0,"bt":{"t":22.6,"v":19.7,"p":97,"nr":3513,"c":0,"m":0},"dmp":[-5.3,-0.9,15.9],"st":{"b":17440,"d":285704,"wt":18053,"bl":28},"rsi":-62,"lk":0,"tr":0,"act":1,"rain":{"s":0,"cnt":0},"features":{"ble":0},"head":{"uuid":"98c93468-033a-4003-a039-739edc11f82b","act":1,"fw":"1.2.31+9"},"modules":{"DF":{"stat":"ok"}},"mac":"505A65D9387F","cam":{"status":0,"error":0},"rfid":{"status":0},"mz":[{"id":1,"p":28274,"a":64623937}],"cut":{"z":1}}}
                      2024-08-25 13:59:13.113 - debug: worx.0 (129277) Test Status: 3
                      2024-08-25 13:59:13.114 - debug: worx.0 (129277) SET loadActivity on true
                      2024-08-25 13:59:13.116 - debug: worx.0 (129277) COUNTER: 7
                      2024-08-25 13:59:13.116 - debug: worx.0 (129277) COUNTER SLOTS: 2
                      2024-08-25 13:59:13.116 - debug: worx.0 (129277) {"d":0,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}}
                      2024-08-25 13:59:13.164 - debug: worx.0 (129277) {"d":1,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}}
                      2024-08-25 13:59:13.169 - debug: worx.0 (129277) {"d":2,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}}
                      2024-08-25 13:59:13.174 - debug: worx.0 (129277) {"d":3,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}}
                      2024-08-25 13:59:13.179 - debug: worx.0 (129277) {"d":4,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}}
                      2024-08-25 13:59:13.185 - debug: worx.0 (129277) {"d":5,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}}
                      2024-08-25 13:59:13.191 - debug: worx.0 (129277) {"d":6,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}}
                      2024-08-25 13:59:13.200 - debug: worx.0 (129277) MOWER with full schedule: {"id":923901,"uuid":"98c93462-d518-4002-afad-c91894f61969","product_id":73,"user_id":503887,"serial_number":"202330294702002506EF","mac_address":"","locked":false,"firmware_version":"3.34.0+10","firmware_auto_upgrade":true,"sim":"","test":false,"iot_registered":true,"mqtt_registered":true,"registered_at":"2023-05-27 00:00:00","online":true,"protocol":1,"pending_radio_link_validation":"","capabilities":["auto_lock","bluetooth_pairing","border_cut","display_pairing_shortcut","lock","mqtt","multi_zone_tag","one_time_scheduler","ota_upgrade","pause_over_border","rain_delay","unrestricted_mowing_time","vision"],"capabilities_available":[],"mqtt_endpoint":"iot.eu-west-1.worxlandroid.com","mqtt_topics":{"command_in":"WX/MW/WR206E/98c93462-d518-4002-afad-c91894f61969/v1/commandIn","command_out":"WX/MW/WR206E/98c93462-d518-4002-afad-c91894f61969/v1/commandOut"},"name":"falkomfs","blade_height_shift":0,"push_notifications":true,"push_notifications_level":"warning","pin_code":"","app_settings":"","warranty_registered":true,"purchased_at":"2023-05-27 00:00:00","warranty_expires_at":"2025-05-27 00:00:00","setup_location":{"latitude":52.72299989287376,"longitude":7.930778502216534},"city":{"id":2928809,"country_id":276,"name":"Essen","latitude":52.700001,"longitude":7.91667,"created_at":"2018-02-15 22:41:14","updated_at":"2018-02-15 22:41:14"},"time_zone":"Europe/Berlin","lawn_size":119.93579864502,"lawn_perimeter":28,"auto_schedule_settings":"","auto_schedule":false,"improvement":true,"diagnostic":true,"distance_covered":284806,"mower_work_time":17976,"blade_work_time":17373,"blade_work_time_reset":0,"blade_work_time_reset_at":"","battery_charge_cycles":3491,"battery_charge_cycles_reset":0,"battery_charge_cycles_reset_at":"","created_at":"2023-03-28 06:50:27","updated_at":"2024-08-23 09:43:47","last_status":{"payload":{"cfg":{"id":0,"lg":"de","tz":"Europe/Berlin","log":{"imp":1,"diag":1},"rd":30,"cmd":101,"tq":0,"al":{"lvl":0,"t":60},"sc":{"enabled":1,"paused":0,"slots":[{"d":0,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"e":0,"d":0,"s":0,"t":0,"cfg":{"cut":{"b":0,"z":[]}}},{"d":1,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"e":0,"d":1,"s":0,"t":0,"cfg":{"cut":{"b":0,"z":[]}}},{"d":2,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"e":0,"d":2,"s":0,"t":0,"cfg":{"cut":{"b":0,"z":[]}}},{"d":3,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"e":0,"d":3,"s":0,"t":0,"cfg":{"cut":{"b":0,"z":[]}}},{"d":4,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"e":0,"d":4,"s":0,"t":0,"cfg":{"cut":{"b":0,"z":[]}}},{"d":5,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"e":0,"d":5,"s":0,"t":0,"cfg":{"cut":{"b":0,"z":[]}}},{"d":6,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"e":0,"d":6,"s":0,"t":0,"cfg":{"cut":{"b":0,"z":[]}}}],"once":{"time":0,"cfg":{"cut":{"b":0,"z":[]}}}},"modules":{"DF":{"cut":1,"fh":0},"HL":{"enabled":0}},"cut":{"b":0,"z":[],"bd":0,"ob":0},"mz":{"p":[],"s":[{"id":1,"c":1,"cfg":{"cut":{"bd":200,"ob":0}}}]},"vis":{"slab":0},"sn":"202330294702002506EF"},"dat":{"uuid":"98c93462-d518-4002-afad-c91894f61969","fw":"3.34.0+10","tm":"2024-08-25T11:59:12.701Z","ls":3,"le":0,"conn":"wifi","sc":{"slot":0,"once":0},"sh":0,"bt":{"t":22.6,"v":19.7,"p":97,"nr":3513,"c":0,"m":0},"dmp":[-5.3,-0.9,15.9],"st":{"b":17440,"d":285704,"wt":18053,"bl":28},"rsi":-62,"lk":0,"tr":0,"act":1,"rain":{"s":0,"cnt":0},"features":{"ble":0},"head":{"uuid":"98c93468-033a-4003-a039-739edc11f82b","act":1,"fw":"1.2.31+9"},"modules":{"DF":{"stat":"ok"}},"mac":"505A65D9387F","cam":{"status":0,"error":0},"rfid":{"status":0},"mz":[{"id":1,"p":28274,"a":64623937}],"cut":{"z":1}}},"timestamp":"2024-08-25 13:59:13.018"},"last_gps_status":""}
                      2024-08-25 13:59:13.253 - debug: worx.0 (129277) Count Zone: 1 - Count Passage: 0
                      2024-08-25 13:59:13.253 - debug: worx.0 (129277) Count Receive Zone: 1 - Count Receive Passage: 0
                      2024-08-25 13:59:13.253 - debug: worx.0 (129277) Write multi zone: {"p":[],"s":[{"id":1,"c":1,"cfg":{"cut":{"bd":200,"ob":0}}}]}
                      2024-08-25 13:59:13.257 - debug: worx.0 (129277) Edgecut Start section :3
                      
                      1 Reply Last reply Reply Quote 0
                      • F
                        falkomfs @Lucky_ESA last edited by

                        @lucky_esa und das ist der Log beim Kantenschnitt über die APP

                        2024-08-25 14:03:48.389 - debug: worx.0 (129330) Mower MQTT: {"cfg":{"id":51366,"lg":"de","tz":"Europe/Berlin","log":{"imp":1,"diag":1},"rd":30,"cmd":101,"tq":0,"al":{"lvl":0,"t":60},"sc":{"enabled":1,"paused":0,"slots":[{"d":0,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"d":1,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"d":2,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"d":3,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"d":4,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"d":5,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"d":6,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}}],"once":{"time":0,"cfg":{"cut":{"b":0,"z":[]}}}},"modules":{"DF":{"cut":1,"fh":0},"HL":{"enabled":0}},"cut":{"b":0,"z":[],"bd":0,"ob":0},"mz":{"p":[],"s":[{"id":1,"c":1,"cfg":{"cut":{"bd":200,"ob":0}}}]},"vis":{"slab":0}},"dat":{"uuid":"98c93462-d518-4002-afad-c91894f61969","fw":"3.34.0+10","tm":"2024-08-25T12:03:48.231Z","ls":1,"le":0,"conn":"wifi","sc":{"slot":0,"once":0},"sh":0,"bt":{"t":23,"v":19.4,"p":97,"nr":3513,"c":1,"m":0},"dmp":[-5.2,-0.9,17.1],"st":{"b":17442,"d":285736,"wt":18056,"bl":28},"rsi":-61,"lk":0,"tr":0,"act":1,"rain":{"s":0,"cnt":0},"features":{"ble":0},"head":{"uuid":"98c93468-033a-4003-a039-739edc11f82b","act":1,"fw":"1.2.31+9"},"modules":{"DF":{"stat":"ok"}},"mac":"505A65D9387F","cam":{"status":0,"error":0},"rfid":{"status":0},"mz":[{"id":1,"p":28274,"a":64623937}],"cut":{"z":1}}}
                        2024-08-25 14:03:48.389 - debug: worx.0 (129330) topic: WX/MW/WR206E/98c93462-d518-4002-afad-c91894f61969/v1/commandOut
                        2024-08-25 14:03:48.389 - debug: worx.0 (129330) getQueueStatistics: {"incompleteOperationCount":0,"incompleteOperationSize":0,"unackedOperationCount":0,"unackedOperationSize":0}
                        2024-08-25 14:03:48.389 - debug: worx.0 (129330) Worxcloud MQTT get Message for mower falkomfs (202330294702002506EF)
                        2024-08-25 14:03:48.389 - debug: worx.0 (129330) Response ID 51366 from mower
                        2024-08-25 14:03:48.389 - debug: worx.0 (129330) lastCommand_start: {"cfg":{"id":51366,"lg":"de","tz":"Europe/Berlin","log":{"imp":1,"diag":1},"rd":30,"cmd":101,"tq":0,"al":{"lvl":0,"t":60},"sc":{"enabled":1,"paused":0,"slots":[{"d":0,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"d":1,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"d":2,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"d":3,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"d":4,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"d":5,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"d":6,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}}],"once":{"time":0,"cfg":{"cut":{"b":0,"z":[]}}}},"modules":{"DF":{"cut":1,"fh":0},"HL":{"enabled":0}},"cut":{"b":0,"z":[],"bd":0,"ob":0},"mz":{"p":[],"s":[{"id":1,"c":1,"cfg":{"cut":{"bd":200,"ob":0}}}]},"vis":{"slab":0},"sn":"202330294702002506EF"},"dat":{"uuid":"98c93462-d518-4002-afad-c91894f61969","fw":"3.34.0+10","tm":"2024-08-25T12:03:48.231Z","ls":1,"le":0,"conn":"wifi","sc":{"slot":0,"once":0},"sh":0,"bt":{"t":23,"v":19.4,"p":97,"nr":3513,"c":1,"m":0},"dmp":[-5.2,-0.9,17.1],"st":{"b":17442,"d":285736,"wt":18056,"bl":28},"rsi":-61,"lk":0,"tr":0,"act":1,"rain":{"s":0,"cnt":0},"features":{"ble":0},"head":{"uuid":"98c93468-033a-4003-a039-739edc11f82b","act":1,"fw":"1.2.31+9"},"modules":{"DF":{"stat":"ok"}},"mac":"505A65D9387F","cam":{"status":0,"error":0},"rfid":{"status":0},"mz":[{"id":1,"p":28274,"a":64623937}],"cut":{"z":1}}}
                        2024-08-25 14:03:48.389 - debug: worx.0 (129330) Set new timestamp
                        2024-08-25 14:03:48.434 - debug: worx.0 (129330) GET MQTT DATA from API: {"cfg":{"id":51366,"lg":"de","tz":"Europe/Berlin","log":{"imp":1,"diag":1},"rd":30,"cmd":101,"tq":0,"al":{"lvl":0,"t":60},"sc":{"enabled":1,"paused":0,"slots":[{"d":0,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"d":1,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"d":2,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"d":3,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"d":4,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"d":5,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"d":6,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}}],"once":{"time":0,"cfg":{"cut":{"b":0,"z":[]}}}},"modules":{"DF":{"cut":1,"fh":0},"HL":{"enabled":0}},"cut":{"b":0,"z":[],"bd":0,"ob":0},"mz":{"p":[],"s":[{"id":1,"c":1,"cfg":{"cut":{"bd":200,"ob":0}}}]},"vis":{"slab":0},"sn":"202330294702002506EF","request":0,"response":1724587428391,"action":"APP","user":"APP"},"dat":{"uuid":"98c93462-d518-4002-afad-c91894f61969","fw":"3.34.0+10","tm":"2024-08-25T12:03:48.231Z","ls":1,"le":0,"conn":"wifi","sc":{"slot":0,"once":0},"sh":0,"bt":{"t":23,"v":19.4,"p":97,"nr":3513,"c":1,"m":0},"dmp":[-5.2,-0.9,17.1],"st":{"b":17442,"d":285736,"wt":18056,"bl":28},"rsi":-61,"lk":0,"tr":0,"act":1,"rain":{"s":0,"cnt":0},"features":{"ble":0},"head":{"uuid":"98c93468-033a-4003-a039-739edc11f82b","act":1,"fw":"1.2.31+9"},"modules":{"DF":{"stat":"ok"}},"mac":"505A65D9387F","cam":{"status":0,"error":0},"rfid":{"status":0},"mz":[{"id":1,"p":28274,"a":64623937}],"cut":{"z":1}}}
                        2024-08-25 14:03:48.486 - debug: worx.0 (129330) Test Status: 1
                        2024-08-25 14:03:48.489 - debug: worx.0 (129330) COUNTER: 7
                        2024-08-25 14:03:48.489 - debug: worx.0 (129330) COUNTER SLOTS: 2
                        2024-08-25 14:03:48.489 - debug: worx.0 (129330) {"d":0,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}}
                        2024-08-25 14:03:48.569 - debug: worx.0 (129330) {"d":1,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}}
                        2024-08-25 14:03:48.576 - debug: worx.0 (129330) {"d":2,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}}
                        2024-08-25 14:03:48.585 - debug: worx.0 (129330) {"d":3,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}}
                        2024-08-25 14:03:48.622 - debug: worx.0 (129330) {"d":4,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}}
                        2024-08-25 14:03:48.628 - debug: worx.0 (129330) {"d":5,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}}
                        2024-08-25 14:03:48.636 - debug: worx.0 (129330) {"d":6,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}}
                        2024-08-25 14:03:48.649 - debug: worx.0 (129330) MOWER with full schedule: {"id":923901,"uuid":"98c93462-d518-4002-afad-c91894f61969","product_id":73,"user_id":503887,"serial_number":"202330294702002506EF","mac_address":"","locked":false,"firmware_version":"3.34.0+10","firmware_auto_upgrade":true,"sim":"","test":false,"iot_registered":true,"mqtt_registered":true,"registered_at":"2023-05-27 00:00:00","online":true,"protocol":1,"pending_radio_link_validation":"","capabilities":["auto_lock","bluetooth_pairing","border_cut","display_pairing_shortcut","lock","mqtt","multi_zone_tag","one_time_scheduler","ota_upgrade","pause_over_border","rain_delay","unrestricted_mowing_time","vision"],"capabilities_available":[],"mqtt_endpoint":"iot.eu-west-1.worxlandroid.com","mqtt_topics":{"command_in":"WX/MW/WR206E/98c93462-d518-4002-afad-c91894f61969/v1/commandIn","command_out":"WX/MW/WR206E/98c93462-d518-4002-afad-c91894f61969/v1/commandOut"},"name":"falkomfs","blade_height_shift":0,"push_notifications":true,"push_notifications_level":"warning","pin_code":"","app_settings":"","warranty_registered":true,"purchased_at":"2023-05-27 00:00:00","warranty_expires_at":"2025-05-27 00:00:00","setup_location":{"latitude":52.72299989287376,"longitude":7.930778502216534},"city":{"id":2928809,"country_id":276,"name":"Essen","latitude":52.700001,"longitude":7.91667,"created_at":"2018-02-15 22:41:14","updated_at":"2018-02-15 22:41:14"},"time_zone":"Europe/Berlin","lawn_size":119.93579864502,"lawn_perimeter":28,"auto_schedule_settings":"","auto_schedule":false,"improvement":true,"diagnostic":true,"distance_covered":284806,"mower_work_time":17976,"blade_work_time":17373,"blade_work_time_reset":0,"blade_work_time_reset_at":"","battery_charge_cycles":3491,"battery_charge_cycles_reset":0,"battery_charge_cycles_reset_at":"","created_at":"2023-03-28 06:50:27","updated_at":"2024-08-23 09:43:47","last_status":{"payload":{"cfg":{"id":51366,"lg":"de","tz":"Europe/Berlin","log":{"imp":1,"diag":1},"rd":30,"cmd":101,"tq":0,"al":{"lvl":0,"t":60},"sc":{"enabled":1,"paused":0,"slots":[{"d":0,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"e":0,"d":0,"s":0,"t":0,"cfg":{"cut":{"b":0,"z":[]}}},{"d":1,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"e":0,"d":1,"s":0,"t":0,"cfg":{"cut":{"b":0,"z":[]}}},{"d":2,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"e":0,"d":2,"s":0,"t":0,"cfg":{"cut":{"b":0,"z":[]}}},{"d":3,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"e":0,"d":3,"s":0,"t":0,"cfg":{"cut":{"b":0,"z":[]}}},{"d":4,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"e":0,"d":4,"s":0,"t":0,"cfg":{"cut":{"b":0,"z":[]}}},{"d":5,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"e":0,"d":5,"s":0,"t":0,"cfg":{"cut":{"b":0,"z":[]}}},{"d":6,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"e":0,"d":6,"s":0,"t":0,"cfg":{"cut":{"b":0,"z":[]}}}],"once":{"time":0,"cfg":{"cut":{"b":0,"z":[]}}}},"modules":{"DF":{"cut":1,"fh":0},"HL":{"enabled":0}},"cut":{"b":0,"z":[],"bd":0,"ob":0},"mz":{"p":[],"s":[{"id":1,"c":1,"cfg":{"cut":{"bd":200,"ob":0}}}]},"vis":{"slab":0},"sn":"202330294702002506EF","request":0,"response":1724587428391,"action":"APP","user":"APP"},"dat":{"uuid":"98c93462-d518-4002-afad-c91894f61969","fw":"3.34.0+10","tm":"2024-08-25T12:03:48.231Z","ls":1,"le":0,"conn":"wifi","sc":{"slot":0,"once":0},"sh":0,"bt":{"t":23,"v":19.4,"p":97,"nr":3513,"c":1,"m":0},"dmp":[-5.2,-0.9,17.1],"st":{"b":17442,"d":285736,"wt":18056,"bl":28},"rsi":-61,"lk":0,"tr":0,"act":1,"rain":{"s":0,"cnt":0},"features":{"ble":0},"head":{"uuid":"98c93468-033a-4003-a039-739edc11f82b","act":1,"fw":"1.2.31+9"},"modules":{"DF":{"stat":"ok"}},"mac":"505A65D9387F","cam":{"status":0,"error":0},"rfid":{"status":0},"mz":[{"id":1,"p":28274,"a":64623937}],"cut":{"z":1}}},"timestamp":"2024-08-25 14:03:48.389"},"last_gps_status":""}
                        2024-08-25 14:03:48.700 - debug: worx.0 (129330) Count Zone: 1 - Count Passage: 0
                        2024-08-25 14:03:48.701 - debug: worx.0 (129330) Count Receive Zone: 1 - Count Receive Passage: 0
                        2024-08-25 14:03:48.701 - debug: worx.0 (129330) Write multi zone: {"p":[],"s":[{"id":1,"c":1,"cfg":{"cut":{"bd":200,"ob":0}}}]}
                        2024-08-25 14:03:49.554 - debug: worx.0 (129330) Mower MQTT: {"cfg":{"id":0,"lg":"de","tz":"Europe/Berlin","log":{"imp":1,"diag":1},"rd":30,"cmd":101,"tq":0,"al":{"lvl":0,"t":60},"sc":{"enabled":1,"paused":0,"slots":[{"d":0,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"d":1,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"d":2,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"d":3,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"d":4,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"d":5,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"d":6,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}}],"once":{"time":0,"cfg":{"cut":{"b":0,"z":[]}}}},"modules":{"DF":{"cut":1,"fh":0},"HL":{"enabled":0}},"cut":{"b":0,"z":[],"bd":0,"ob":0},"mz":{"p":[],"s":[{"id":1,"c":1,"cfg":{"cut":{"bd":200,"ob":0}}}]},"vis":{"slab":0}},"dat":{"uuid":"98c93462-d518-4002-afad-c91894f61969","fw":"3.34.0+10","tm":"2024-08-25T12:03:49.151Z","ls":3,"le":0,"conn":"wifi","sc":{"slot":0,"once":0},"sh":0,"bt":{"t":23,"v":19.5,"p":97,"nr":3513,"c":0,"m":0},"dmp":[-5,-1,17.1],"st":{"b":17442,"d":285736,"wt":18056,"bl":28},"rsi":-61,"lk":0,"tr":0,"act":1,"rain":{"s":0,"cnt":0},"features":{"ble":0},"head":{"uuid":"98c93468-033a-4003-a039-739edc11f82b","act":1,"fw":"1.2.31+9"},"modules":{"DF":{"stat":"ok"}},"mac":"505A65D9387F","cam":{"status":0,"error":0},"rfid":{"status":0},"mz":[{"id":1,"p":28274,"a":64623937}],"cut":{"z":1}}}
                        2024-08-25 14:03:49.554 - debug: worx.0 (129330) topic: WX/MW/WR206E/98c93462-d518-4002-afad-c91894f61969/v1/commandOut
                        2024-08-25 14:03:49.554 - debug: worx.0 (129330) getQueueStatistics: {"incompleteOperationCount":0,"incompleteOperationSize":0,"unackedOperationCount":0,"unackedOperationSize":0}
                        2024-08-25 14:03:49.554 - debug: worx.0 (129330) Worxcloud MQTT get Message for mower falkomfs (202330294702002506EF)
                        2024-08-25 14:03:49.554 - debug: worx.0 (129330) Set new timestamp
                        2024-08-25 14:03:49.645 - debug: worx.0 (129330) GET MQTT DATA from API: {"cfg":{"id":0,"lg":"de","tz":"Europe/Berlin","log":{"imp":1,"diag":1},"rd":30,"cmd":101,"tq":0,"al":{"lvl":0,"t":60},"sc":{"enabled":1,"paused":0,"slots":[{"d":0,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"d":1,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"d":2,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"d":3,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"d":4,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"d":5,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"d":6,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}}],"once":{"time":0,"cfg":{"cut":{"b":0,"z":[]}}}},"modules":{"DF":{"cut":1,"fh":0},"HL":{"enabled":0}},"cut":{"b":0,"z":[],"bd":0,"ob":0},"mz":{"p":[],"s":[{"id":1,"c":1,"cfg":{"cut":{"bd":200,"ob":0}}}]},"vis":{"slab":0},"sn":"202330294702002506EF"},"dat":{"uuid":"98c93462-d518-4002-afad-c91894f61969","fw":"3.34.0+10","tm":"2024-08-25T12:03:49.151Z","ls":3,"le":0,"conn":"wifi","sc":{"slot":0,"once":0},"sh":0,"bt":{"t":23,"v":19.5,"p":97,"nr":3513,"c":0,"m":0},"dmp":[-5,-1,17.1],"st":{"b":17442,"d":285736,"wt":18056,"bl":28},"rsi":-61,"lk":0,"tr":0,"act":1,"rain":{"s":0,"cnt":0},"features":{"ble":0},"head":{"uuid":"98c93468-033a-4003-a039-739edc11f82b","act":1,"fw":"1.2.31+9"},"modules":{"DF":{"stat":"ok"}},"mac":"505A65D9387F","cam":{"status":0,"error":0},"rfid":{"status":0},"mz":[{"id":1,"p":28274,"a":64623937}],"cut":{"z":1}}}
                        2024-08-25 14:03:49.653 - debug: worx.0 (129330) Test Status: 3
                        2024-08-25 14:03:49.654 - debug: worx.0 (129330) SET loadActivity on true
                        2024-08-25 14:03:49.656 - debug: worx.0 (129330) COUNTER: 7
                        2024-08-25 14:03:49.656 - debug: worx.0 (129330) COUNTER SLOTS: 2
                        2024-08-25 14:03:49.656 - debug: worx.0 (129330) {"d":0,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}}
                        2024-08-25 14:03:49.704 - debug: worx.0 (129330) {"d":1,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}}
                        2024-08-25 14:03:49.709 - debug: worx.0 (129330) {"d":2,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}}
                        2024-08-25 14:03:49.714 - debug: worx.0 (129330) {"d":3,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}}
                        2024-08-25 14:03:49.719 - debug: worx.0 (129330) {"d":4,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}}
                        2024-08-25 14:03:49.725 - debug: worx.0 (129330) {"d":5,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}}
                        2024-08-25 14:03:49.730 - debug: worx.0 (129330) {"d":6,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}}
                        2024-08-25 14:03:49.745 - debug: worx.0 (129330) MOWER with full schedule: {"id":923901,"uuid":"98c93462-d518-4002-afad-c91894f61969","product_id":73,"user_id":503887,"serial_number":"202330294702002506EF","mac_address":"","locked":false,"firmware_version":"3.34.0+10","firmware_auto_upgrade":true,"sim":"","test":false,"iot_registered":true,"mqtt_registered":true,"registered_at":"2023-05-27 00:00:00","online":true,"protocol":1,"pending_radio_link_validation":"","capabilities":["auto_lock","bluetooth_pairing","border_cut","display_pairing_shortcut","lock","mqtt","multi_zone_tag","one_time_scheduler","ota_upgrade","pause_over_border","rain_delay","unrestricted_mowing_time","vision"],"capabilities_available":[],"mqtt_endpoint":"iot.eu-west-1.worxlandroid.com","mqtt_topics":{"command_in":"WX/MW/WR206E/98c93462-d518-4002-afad-c91894f61969/v1/commandIn","command_out":"WX/MW/WR206E/98c93462-d518-4002-afad-c91894f61969/v1/commandOut"},"name":"falkomfs","blade_height_shift":0,"push_notifications":true,"push_notifications_level":"warning","pin_code":"","app_settings":"","warranty_registered":true,"purchased_at":"2023-05-27 00:00:00","warranty_expires_at":"2025-05-27 00:00:00","setup_location":{"latitude":52.72299989287376,"longitude":7.930778502216534},"city":{"id":2928809,"country_id":276,"name":"Essen","latitude":52.700001,"longitude":7.91667,"created_at":"2018-02-15 22:41:14","updated_at":"2018-02-15 22:41:14"},"time_zone":"Europe/Berlin","lawn_size":119.93579864502,"lawn_perimeter":28,"auto_schedule_settings":"","auto_schedule":false,"improvement":true,"diagnostic":true,"distance_covered":284806,"mower_work_time":17976,"blade_work_time":17373,"blade_work_time_reset":0,"blade_work_time_reset_at":"","battery_charge_cycles":3491,"battery_charge_cycles_reset":0,"battery_charge_cycles_reset_at":"","created_at":"2023-03-28 06:50:27","updated_at":"2024-08-23 09:43:47","last_status":{"payload":{"cfg":{"id":0,"lg":"de","tz":"Europe/Berlin","log":{"imp":1,"diag":1},"rd":30,"cmd":101,"tq":0,"al":{"lvl":0,"t":60},"sc":{"enabled":1,"paused":0,"slots":[{"d":0,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"e":0,"d":0,"s":0,"t":0,"cfg":{"cut":{"b":0,"z":[]}}},{"d":1,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"e":0,"d":1,"s":0,"t":0,"cfg":{"cut":{"b":0,"z":[]}}},{"d":2,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"e":0,"d":2,"s":0,"t":0,"cfg":{"cut":{"b":0,"z":[]}}},{"d":3,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"e":0,"d":3,"s":0,"t":0,"cfg":{"cut":{"b":0,"z":[]}}},{"d":4,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"e":0,"d":4,"s":0,"t":0,"cfg":{"cut":{"b":0,"z":[]}}},{"d":5,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"e":0,"d":5,"s":0,"t":0,"cfg":{"cut":{"b":0,"z":[]}}},{"d":6,"e":1,"s":600,"t":60,"cfg":{"cut":{"b":1,"z":[1]}}},{"e":0,"d":6,"s":0,"t":0,"cfg":{"cut":{"b":0,"z":[]}}}],"once":{"time":0,"cfg":{"cut":{"b":0,"z":[]}}}},"modules":{"DF":{"cut":1,"fh":0},"HL":{"enabled":0}},"cut":{"b":0,"z":[],"bd":0,"ob":0},"mz":{"p":[],"s":[{"id":1,"c":1,"cfg":{"cut":{"bd":200,"ob":0}}}]},"vis":{"slab":0},"sn":"202330294702002506EF"},"dat":{"uuid":"98c93462-d518-4002-afad-c91894f61969","fw":"3.34.0+10","tm":"2024-08-25T12:03:49.151Z","ls":3,"le":0,"conn":"wifi","sc":{"slot":0,"once":0},"sh":0,"bt":{"t":23,"v":19.5,"p":97,"nr":3513,"c":0,"m":0},"dmp":[-5,-1,17.1],"st":{"b":17442,"d":285736,"wt":18056,"bl":28},"rsi":-61,"lk":0,"tr":0,"act":1,"rain":{"s":0,"cnt":0},"features":{"ble":0},"head":{"uuid":"98c93468-033a-4003-a039-739edc11f82b","act":1,"fw":"1.2.31+9"},"modules":{"DF":{"stat":"ok"}},"mac":"505A65D9387F","cam":{"status":0,"error":0},"rfid":{"status":0},"mz":[{"id":1,"p":28274,"a":64623937}],"cut":{"z":1}}},"timestamp":"2024-08-25 14:03:49.554"},"last_gps_status":""}
                        2024-08-25 14:03:49.794 - debug: worx.0 (129330) Count Zone: 1 - Count Passage: 0
                        2024-08-25 14:03:49.794 - debug: worx.0 (129330) Count Receive Zone: 1 - Count Receive Passage: 0
                        2024-08-25 14:03:49.794 - debug: worx.0 (129330) Write multi zone: {"p":[],"s":[{"id":1,"c":1,"cfg":{"cut":{"bd":200,"ob":0}}}]}
                        
                        L 1 Reply Last reply Reply Quote 0
                        • L
                          Lucky_ESA Developer Most Active @falkomfs last edited by

                          @falkomfs OK, die APP scheint dann auch nur die 101 zu versenden. Mich würde natürlich jetzt noch interessieren was User mit mehr als 1 Zone edgecut starten. Können diese dann noch die Zone auswählen oder werden alle Zonen angefahren....hmmmm

                          F 1 Reply Last reply Reply Quote 0
                          • F
                            falkomfs @Lucky_ESA last edited by

                            @lucky_esa sagte in Adapter Worx Landroid v3.x.x:

                            @falkomfs OK, die APP scheint dann auch nur die 101 zu versenden. Mich würde natürlich jetzt noch interessieren was User mit mehr als 1 Zone edgecut starten. Können diese dann noch die Zone auswählen oder werden alle Zonen angefahren....hmmmm

                            ja da kann ich leider nicht helfen. Bei mir reicht das auch so, der fährt jetzt schön 8 mal den Rand ab mit den unterschiedlichen Entfernungseinstellungen die er hat und das sieht recht sauber aus. Vorher hat er immer irgendwie einen Rand gelassen, der ist jetzt weg.

                            Also von mir vielen Dank für die Mühe.

                            1 Reply Last reply Reply Quote 1
                            • hsteinme
                              hsteinme last edited by

                              @falkomfs sagte in Adapter Worx Landroid v3.x.x:

                              also über den Button Edgecut fährt er noch nicht los,

                              Die Positec'schen Drahtmäher kennen eigentlich keinen Kantenschnitt-Befehl. Der Worx-Adapter nutzt - wie manch andere Anwendung auch - einen "Indianertrick": Das Makro "edgecut" wird aus drei geschickt angeordneten Einzelbefehlen zusammengebastelt:

                              • Zonentraining, um den Mäher auf kürzestem Wege Richtung Draht zu schicken
                              • Pause
                              • Heimfahrt

                              Die letztgenannte Aktion schaltet die Messer ein und schickt den Mäher über den Draht zur Ladestation.

                              Dies ist wie gesagt eine "Sonderlocke" für Drahtmäher, die bei anderen Mähertypen einfach nicht funktionieren kann.

                              @Lucky_ESA

                              • Bitte diesen Datenpunkt bei Nicht-Drahtmähern nicht anbieten.
                              • Bitte die Dokumentation entsprechend anpassen (bei den Instanzeinstellungen und bei mower.edgecut)

                              @lucky_esa sagte in Adapter Worx Landroid v3.x.x:

                              OK, die APP scheint dann auch nur die 101 zu versenden. Mich würde natürlich jetzt noch interessieren was User mit mehr als 1 Zone edgecut starten.

                              Die App bietet keine Zonenauswahl an. Ich gehe davon aus (da mir mangels Zonen die Testmöglichkeit fehlt), dass die Ränder aller Zonen geschnitten werden. Aber das ist ja nicht das einzige Mal, wo die Worx App die von der API angebotene Funktionalität nicht voll weiterreicht (Beispiel: zeitlich begrenzter Partymodus). Aber ioBroker User können ja die Zonenauswahl über oneTimeZones (oder über oneTimeJson) bewerkstelligen.

                              @falkomfs sagte in Adapter Worx Landroid v3.x.x:

                              der fährt jetzt schön 8 mal den Rand ab mit den unterschiedlichen Entfernungseinstellungen die er hat und das sieht recht sauber aus.

                              Heißt dies, dass Dein Skript eine Vierfach-Schleife über multiZones.zones.zone_0.borderDistance enthält und dass bei jeder Schleifenrunde der Kantenschnitt aufgerufen wird? Ein kluger Ansatz!

                              F 1 Reply Last reply Reply Quote 0
                              • F
                                falkomfs @hsteinme last edited by

                                @hsteinme sagte in Adapter Worx Landroid v3.x.x:

                                Heißt dies, dass Dein Skript eine Vierfach-Schleife über multiZones.zones.zone_0.borderDistance enthält und dass bei jeder Schleifenrunde der Kantenschnitt aufgerufen wird? Ein kluger Ansatz!

                                Im Prinzip sogar 8 mal, 4 mal mit "multiZones.zones.zone_0.cutOverBorder " Yes und 4 mal no die jeweiligen mm Abstand

                                1 Reply Last reply Reply Quote 0
                                • Dr. Bakterius
                                  Dr. Bakterius Most Active last edited by

                                  Mal eine andere Frage auf die ich zumindest keine Antwort gefunden habe.

                                  Wenn ich in der App die Klingenstandzeit resette, wird das im Adapter nicht registriert und er zählt einfach weiter. Gibt es dafür eine Lösung? Oder muss ich in einem Skript den aktuellen Wert vom letzten Wechselwert abziehen um die korrekte Standzeit zu erhalten?

                                  Eventuell ist das beim Akku auch der Fall. Den habe ich allerdings noch nicht getauscht.

                                  L 1 Reply Last reply Reply Quote 0
                                  • L
                                    Lucky_ESA Developer Most Active @Dr. Bakterius last edited by Lucky_ESA

                                    @dr-bakterius sagte in Adapter Worx Landroid v3.x.x:

                                    Mal eine andere Frage auf die ich zumindest keine Antwort gefunden habe.

                                    Wenn ich in der App die Klingenstandzeit resette, wird das im Adapter nicht registriert und er zählt einfach weiter. Gibt es dafür eine Lösung? Oder muss ich in einem Skript den aktuellen Wert vom letzten Wechselwert abziehen um die korrekte Standzeit zu erhalten?

                                    Eventuell ist das beim Akku auch der Fall. Den habe ich allerdings noch nicht getauscht.

                                    Du musst die Zeit selber berechnen. Dafür gibt es im Forum viele Scripte und Anleitungen. Habe aber gerade kein Link zur Hand, sorry.

                                    EDIT: Suche Worx Klingen Script
                                    https://forum.iobroker.net/topic/4834/adapter-worx-landroid-v2-x-x/344

                                    EDIT2: Oder setze die Klingenarbeitszeit mit dem Adapter zurück und speicher dir die Gesamtzeit in einen State.
                                    Gruß//Lucky

                                    hsteinme Dr. Bakterius 2 Replies Last reply Reply Quote 1
                                    • hsteinme
                                      hsteinme @Lucky_ESA last edited by

                                      @lucky_esa sagte in Adapter Worx Landroid v3.x.x:

                                      https://forum.iobroker.net/topic/4834/adapter-worx-landroid-v2-x-x/344

                                      Zum Hintergrund siehe auch https://forum.iobroker.net/topic/4834/adapter-worx-landroid-v2-x-x/342?_=1724697826242

                                      1 Reply Last reply Reply Quote 1
                                      • Dr. Bakterius
                                        Dr. Bakterius Most Active @Lucky_ESA last edited by

                                        @lucky_esa sagte in Adapter Worx Landroid v3.x.x:

                                        Du musst die Zeit selber berechnen.

                                        Danke. Ich mache das jetzt direkt in der VIS.

                                        {wert1:worx.0.***************.rawMqtt.last_status.payload.dat.st.b; wert2:worx.0.***************.rawMqtt.blade_work_time_reset; "Klingenstandzeit: "+(((+wert1)-(+wert2))/60).toFixed(1)+" Stunden"}
                                        
                                        1 Reply Last reply Reply Quote 0
                                        • hsteinme
                                          hsteinme @hsteinme last edited by hsteinme

                                          @hsteinme sagte in Adapter Worx Landroid v3.x.x:

                                          Wird in oneTimeJson
                                          { "time": 30, "cfg": { "cut": { "b": 1, "z": [] } } }
                                          eingetragen, so fährt der Mäher zum Mähen. Ob er zum Abschluss die Kante mäht? Dazu fehlte mir leider die Zeit, dies zu überprüfen.

                                          @falkomfs sagte in Adapter Worx Landroid v3.x.x:

                                          das habe ich dann mal geprüft. Nein, im Anschluss macht er auch keinen Kantenschnitt.

                                          Ich habe den Test nun selbst durchgeführt. Bei zwei Testläufen hat der Mäher nach jeweils 25 Minuten den Mähvorgang beendet und den Kantenschnitt begonnen.

                                          98749ad2-5df9-4b34-9d32-fd95e6189784-image.png

                                          80da548f-b1ca-4c9c-9007-278b74625b47-image.png

                                          Der Test erfolgte mit der Version 1.2.31+9 - 3.34.9+10.

                                          L 1 Reply Last reply Reply Quote 0
                                          • L
                                            Lucky_ESA Developer Most Active @hsteinme last edited by

                                            @hsteinme Habe den Faden verloren...Wenn ein Vision User den edgecut Button drückt versendet der Adapter jetzt cmd: 101
                                            Das sollte doch nun funktionieren, hoffe ich...

                                            hsteinme 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            1.1k
                                            Online

                                            31.7k
                                            Users

                                            79.7k
                                            Topics

                                            1.3m
                                            Posts

                                            31
                                            228
                                            18014
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo