Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. English
  3. ioBroker general
  4. Neato Botvac adapter - further development

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.7k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    2.2k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    16
    1
    3.1k

Neato Botvac adapter - further development

Geplant Angeheftet Gesperrt Verschoben ioBroker general
68 Beiträge 12 Kommentatoren 11.3k Aufrufe 10 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • mcm1957M mcm1957

    @jey-cee said in Neato Botvac adapter - further development:

    @mcm57 please stay in english.
    8fca5bb2-436f-4f20-9509-aa7a619d4c8c-grafik.png

    Sorry,

    I missed that this topic is located in english forum. I've added translations

    Thanks for reminding me !

    @Homoran
    I suggest to leave it as it si. If a german discussion is desired by users, they should create a new german topic. I do not knwo that the preferred language for the users posting lately is.

    mcm1957M Online
    mcm1957M Online
    mcm1957
    schrieb am zuletzt editiert von
    #57

    @PeterVoronov
    @JohGre
    @Pedder007

    As you posted lately, I would like to leave the decision whether to stay here (in english) or to move to german part to you. I do not know your prefrerred language. I can discuss / help in english and in german in (almost) the same way.

    Please feel free to open a german issue if you prefer but link the to topics in this case please.

    Entwicklung u Betreuung: envertech-pv, hoymiles-ms, ns-client, pid, snmp Adapter;
    Support Repositoryverwaltung.

    Wer Danke sagen will, kann nen Kaffee spendieren: https://paypal.me/mcm1957atiobroker

    LESEN - gute Forenbeitrage

    Pedder007P P 2 Antworten Letzte Antwort
    2
    • JohGreJ JohGre

      @mcm57 Hallo,

      plötzlich heute morgen hat der Adapter Fehler geworfen und ist in den Restart loop gekommen und ist dann vom js-controller deaktiviert worden. Anbei die Info-Log aus dieser Zeit.
      Was möglicherweise der Auslöser sein könnte ist, dass einer der Roboter nicht erreichbar ist. Steht in einem andern Haus und dort dürfte gerade das Internet nicht funktionieren. Aber kann das den Adapter niederreissen?

      edit: Nachdem der Roboter wieder im Netz war ließ sich der Adapter wieder problemlos starten.

      https://github.com/iobroker-community-adapters/ioBroker.botvac/issues/46

      2023-09-19 08:01:00.704 - warn: botvac.0 (57835) could not update robot Turnverein Oben 2023-09-19 08:01:00.705 - warn: botvac.0 (57835) could not update robot Turnverein Oben 2023-09-19 08:01:00.709 - warn: botvac.0 (57835) Read-only state "botvac.0.Turnverein Oben.status.reachable" has been written without ack-flag with value "true" 2023-09-19 08:01:00.755 - warn: botvac.0 (57835) Read-only state "botvac.0.Turnverein Oben.status.reachable" has been written without ack-flag with value "true" 2023-09-19 08:02:14.587 - warn: botvac.0 (57835) could not update robot Turnverein Oben 2023-09-19 08:02:16.367 - info: botvac.0 (57835) devices found: 3 2023-09-19 08:02:16.395 - warn: botvac.0 (57835) Device"Turnverein Oben" with id: Turnverein Oben is not exists in cloud any more! 2023-09-19 08:02:16.635 - warn: botvac.0 (57835) Device"Erdgeschoss" with id: Erdgeschoss is not exists in cloud any more! 2023-09-19 08:02:16.636 - warn: botvac.0 (57835) Device"Turnverein Oben" with id: Turnverein Oben is not exists in cloud any more! 2023-09-19 08:02:16.969 - warn: botvac.0 (57835) Device"Erdgeschoss" with id: Erdgeschoss is not exists in cloud any more! 2023-09-19 08:02:16.969 - warn: botvac.0 (57835) Device"Keller" with id: Keller is not exists in cloud any more! 2023-09-19 08:02:16.969 - warn: botvac.0 (57835) Device"Turnverein Oben" with id: Turnverein Oben is not exists in cloud any more! 2023-09-19 08:02:17.201 - error: botvac.0 (57835) uncaught exception: Cannot read properties of undefined (reading 'getState') 2023-09-19 08:02:17.202 - error: botvac.0 (57835) TypeError: Cannot read properties of undefined (reading 'getState') at updateRobot (/opt/iobroker/node_modules/iobroker.botvac/main.js:476:11) at update (/opt/iobroker/node_modules/iobroker.botvac/main.js:467:9) at Immediate. (/opt/iobroker/node_modules/iobroker.botvac/main.js:456:25) at process.processImmediate (node:internal/timers:478:21) 2023-09-19 08:02:17.203 - error: botvac.0 (57835) Cannot read properties of undefined (reading 'getState') 2023-09-19 08:02:17.224 - info: botvac.0 (57835) terminating 2023-09-19 08:02:17.225 - warn: botvac.0 (57835) Terminated (UNCAUGHT_EXCEPTION): Without reason 2023-09-19 08:02:17.729 - info: botvac.0 (57835) terminating 2023-09-19 08:02:17.844 - error: host.VM-Slave instance system.adapter.botvac.0 terminated with code 6 (UNCAUGHT_EXCEPTION) 2023-09-19 08:02:49.398 - info: botvac.0 (78675) starting. Version 2.0.0-alpha.1 (non-npm: iobroker-community-adapters/ioBroker.botvac#48bc291c4416ec4a5393cecf340ec39162a7138c) in /opt/iobroker/node_modules/iobroker.botvac, node: v18.17.1, js-controller: 5.0.12 2023-09-19 08:02:51.991 - warn: botvac.0 (78675) could not update robot Turnverein Oben 2023-09-19 08:02:54.176 - info: botvac.0 (78675) devices found: 3 2023-09-19 08:02:54.209 - warn: botvac.0 (78675) Device"Turnverein Oben" with id: Turnverein Oben is not exists in cloud any more! 2023-09-19 08:02:54.558 - warn: botvac.0 (78675) Device"Erdgeschoss" with id: Erdgeschoss is not exists in cloud any more! 2023-09-19 08:02:54.559 - warn: botvac.0 (78675) Device"Turnverein Oben" with id: Turnverein Oben is not exists in cloud any more! 2023-09-19 08:02:54.826 - warn: botvac.0 (78675) Device"Erdgeschoss" with id: Erdgeschoss is not exists in cloud any more! 2023-09-19 08:02:54.826 - warn: botvac.0 (78675) Device"Keller" with id: Keller is not exists in cloud any more! 2023-09-19 08:02:54.827 - warn: botvac.0 (78675) Device"Turnverein Oben" with id: Turnverein Oben is not exists in cloud any more! 2023-09-19 08:02:55.079 - error: botvac.0 (78675) uncaught exception: Cannot read properties of undefined (reading 'getState') 2023-09-19 08:02:55.080 - error: botvac.0 (78675) TypeError: Cannot read properties of undefined (reading 'getState') at updateRobot (/opt/iobroker/node_modules/iobroker.botvac/main.js:476:11) at update (/opt/iobroker/node_modules/iobroker.botvac/main.js:467:9) at Immediate. (/opt/iobroker/node_modules/iobroker.botvac/main.js:456:25) at process.processImmediate (node:internal/timers:478:21) 2023-09-19 08:02:55.081 - error: botvac.0 (78675) Cannot read properties of undefined (reading 'getState') 2023-09-19 08:02:55.109 - info: botvac.0 (78675) terminating 2023-09-19 08:02:55.110 - warn: botvac.0 (78675) Terminated (UNCAUGHT_EXCEPTION): Without reason 2023-09-19 08:02:55.611 - info: botvac.0 (78675) terminating 2023-09-19 08:02:55.735 - error: host.VM-Slave instance system.adapter.botvac.0 terminated with code 6 (UNCAUGHT_EXCEPTION) 2023-09-19 08:03:27.330 - info: botvac.0 (78704) starting. Version 2.0.0-alpha.1 (non-npm: iobroker-community-adapters/ioBroker.botvac#48bc291c4416ec4a5393cecf340ec39162a7138c) in /opt/iobroker/node_modules/iobroker.botvac, node: v18.17.1, js-controller: 5.0.12 2023-09-19 08:03:29.998 - warn: botvac.0 (78704) could not update robot Turnverein Oben 2023-09-19 08:03:32.148 - info: botvac.0 (78704) devices found: 3 2023-09-19 08:03:32.179 - warn: botvac.0 (78704) Device"Turnverein Oben" with id: Turnverein Oben is not exists in cloud any more! 2023-09-19 08:03:32.490 - warn: botvac.0 (78704) Device"Erdgeschoss" with id: Erdgeschoss is not exists in cloud any more! 2023-09-19 08:03:32.491 - warn: botvac.0 (78704) Device"Turnverein Oben" with id: Turnverein Oben is not exists in cloud any more! 2023-09-19 08:03:32.800 - warn: botvac.0 (78704) Device"Erdgeschoss" with id: Erdgeschoss is not exists in cloud any more! 2023-09-19 08:03:32.801 - warn: botvac.0 (78704) Device"Keller" with id: Keller is not exists in cloud any more! 2023-09-19 08:03:32.801 - warn: botvac.0 (78704) Device"Turnverein Oben" with id: Turnverein Oben is not exists in cloud any more! 2023-09-19 08:03:33.006 - error: botvac.0 (78704) uncaught exception: Cannot read properties of undefined (reading 'getState') 2023-09-19 08:03:33.007 - error: botvac.0 (78704) TypeError: Cannot read properties of undefined (reading 'getState') at updateRobot (/opt/iobroker/node_modules/iobroker.botvac/main.js:476:11) at update (/opt/iobroker/node_modules/iobroker.botvac/main.js:467:9) at Immediate. (/opt/iobroker/node_modules/iobroker.botvac/main.js:456:25) at process.processImmediate (node:internal/timers:478:21) 2023-09-19 08:03:33.008 - error: botvac.0 (78704) Cannot read properties of undefined (reading 'getState') 2023-09-19 08:03:33.037 - info: botvac.0 (78704) terminating 2023-09-19 08:03:33.039 - warn: botvac.0 (78704) Terminated (UNCAUGHT_EXCEPTION): Without reason 2023-09-19 08:03:33.540 - info: botvac.0 (78704) terminating 2023-09-19 08:03:33.677 - error: host.VM-Slave instance system.adapter.botvac.0 terminated with code 6 (UNCAUGHT_EXCEPTION) 2023-09-19 08:03:33.678 - warn: host.VM-Slave Do not restart adapter system.adapter.botvac.0 because restart loop detected 
      
      mcm1957M Online
      mcm1957M Online
      mcm1957
      schrieb am zuletzt editiert von
      #58

      @johgre
      2.0.1 is on the way to latest.
      Thanks @PeterVoronov for the fix

      Entwicklung u Betreuung: envertech-pv, hoymiles-ms, ns-client, pid, snmp Adapter;
      Support Repositoryverwaltung.

      Wer Danke sagen will, kann nen Kaffee spendieren: https://paypal.me/mcm1957atiobroker

      LESEN - gute Forenbeitrage

      1 Antwort Letzte Antwort
      0
      • mcm1957M mcm1957

        @PeterVoronov
        @JohGre
        @Pedder007

        As you posted lately, I would like to leave the decision whether to stay here (in english) or to move to german part to you. I do not know your prefrerred language. I can discuss / help in english and in german in (almost) the same way.

        Please feel free to open a german issue if you prefer but link the to topics in this case please.

        Pedder007P Offline
        Pedder007P Offline
        Pedder007
        schrieb am zuletzt editiert von
        #59

        @mcm57 both languages are fine for me
        In my earlier 'Pimatic' times, I had to tackle all these things in English language and job-wise it's also normal for me ;-)

        Pedder
        All @Proxmox/Bookworm auf HP Elitedesk 800 G4; Zigbee: ZigStar (LAN), ~110Devices
        Unifi, Motioneye/3Reolinks, PiHole, Bosch 7800i via BBQKees/EMS-ESP, Fronius/BYD 11kWp via Modbus

        1 Antwort Letzte Antwort
        0
        • mcm1957M mcm1957

          @PeterVoronov
          @JohGre
          @Pedder007

          As you posted lately, I would like to leave the decision whether to stay here (in english) or to move to german part to you. I do not know your prefrerred language. I can discuss / help in english and in german in (almost) the same way.

          Please feel free to open a german issue if you prefer but link the to topics in this case please.

          P Offline
          P Offline
          PeterVoronov
          schrieb am zuletzt editiert von
          #60

          @mcm57
          Excuse me, but I'm outside Germany, and can speak only English, except my local languages ...
          I will not push on other to speak only English, but, it can influence my understanding of the details ...

          1 Antwort Letzte Antwort
          0
          • mcm1957M Online
            mcm1957M Online
            mcm1957
            schrieb am zuletzt editiert von
            #61

            @petervoronov
            OK, nothing to excuse.

            Will stay here and communicate in english.
            I'm glad if I can help

            Entwicklung u Betreuung: envertech-pv, hoymiles-ms, ns-client, pid, snmp Adapter;
            Support Repositoryverwaltung.

            Wer Danke sagen will, kann nen Kaffee spendieren: https://paypal.me/mcm1957atiobroker

            LESEN - gute Forenbeitrage

            1 Antwort Letzte Antwort
            0
            • JohGreJ Offline
              JohGreJ Offline
              JohGre
              schrieb am zuletzt editiert von
              #62

              @mcm57 @PeterVoronov Thanks a lot for reprairing this adapter. Runs now since nearly two days and no error.

              nuc i5: RaspberryMatic, ioBroker, pi-hole, SQL-Server, OMV-NAS, Influx-DB & Grafana, OpenHab, tasmoadmin

              mcm1957M 1 Antwort Letzte Antwort
              0
              • JohGreJ JohGre

                @mcm57 @PeterVoronov Thanks a lot for reprairing this adapter. Runs now since nearly two days and no error.

                mcm1957M Online
                mcm1957M Online
                mcm1957
                schrieb am zuletzt editiert von
                #63

                @johgre thanks for feedback. Its aleays good to know its working.

                Entwicklung u Betreuung: envertech-pv, hoymiles-ms, ns-client, pid, snmp Adapter;
                Support Repositoryverwaltung.

                Wer Danke sagen will, kann nen Kaffee spendieren: https://paypal.me/mcm1957atiobroker

                LESEN - gute Forenbeitrage

                1 Antwort Letzte Antwort
                0
                • D Offline
                  D Offline
                  Dellishelly
                  schrieb am zuletzt editiert von
                  #64

                  Hi guys,
                  I‘m running the 2.0.1 an there are occurring the same warnings with spotheight.

                  How to fix this?

                  Thanks guys

                  Delli

                  mcm1957M 1 Antwort Letzte Antwort
                  0
                  • D Dellishelly

                    Hi guys,
                    I‘m running the 2.0.1 an there are occurring the same warnings with spotheight.

                    How to fix this?

                    Thanks guys

                    Delli

                    mcm1957M Online
                    mcm1957M Online
                    mcm1957
                    schrieb am zuletzt editiert von
                    #65

                    @dellishelly said in Neato Botvac adapter - further development:

                    I‘m running the 2.0.1 an there are occurring the same warnings with spotheight.

                    Which warnings do you refer to ?
                    Please add log showing warnings.

                    mcm1957

                    Entwicklung u Betreuung: envertech-pv, hoymiles-ms, ns-client, pid, snmp Adapter;
                    Support Repositoryverwaltung.

                    Wer Danke sagen will, kann nen Kaffee spendieren: https://paypal.me/mcm1957atiobroker

                    LESEN - gute Forenbeitrage

                    C 1 Antwort Letzte Antwort
                    0
                    • mcm1957M mcm1957

                      @dellishelly said in Neato Botvac adapter - further development:

                      I‘m running the 2.0.1 an there are occurring the same warnings with spotheight.

                      Which warnings do you refer to ?
                      Please add log showing warnings.

                      mcm1957

                      C Offline
                      C Offline
                      csp
                      schrieb am zuletzt editiert von
                      #66

                      @mcm57 I think he means these kind of warnings that I also get:

                      botvac.0
                      2023-12-07 11:27:17.274	warn	State value to set for "botvac.0.Untergeschoss .commands.spotHeight" has value "0" less than min "100"
                      
                      botvac.0
                      2023-12-07 11:27:17.274	warn	State value to set for "botvac.0.Untergeschoss .commands.spotWidth" has value "0" less than min "100"
                      
                      botvac.0
                      2023-12-07 11:26:16.550	warn	State value to set for "botvac.0.Untergeschoss .commands.spotHeight" has value "0" less than min "100"
                      
                      botvac.0
                      2023-12-07 11:26:16.550	warn	State value to set for "botvac.0.Untergeschoss .commands.spotWidth" has value "0" less than min "100"
                      

                      Thomas

                      D mcm1957M 2 Antworten Letzte Antwort
                      1
                      • C csp

                        @mcm57 I think he means these kind of warnings that I also get:

                        botvac.0
                        2023-12-07 11:27:17.274	warn	State value to set for "botvac.0.Untergeschoss .commands.spotHeight" has value "0" less than min "100"
                        
                        botvac.0
                        2023-12-07 11:27:17.274	warn	State value to set for "botvac.0.Untergeschoss .commands.spotWidth" has value "0" less than min "100"
                        
                        botvac.0
                        2023-12-07 11:26:16.550	warn	State value to set for "botvac.0.Untergeschoss .commands.spotHeight" has value "0" less than min "100"
                        
                        botvac.0
                        2023-12-07 11:26:16.550	warn	State value to set for "botvac.0.Untergeschoss .commands.spotWidth" has value "0" less than min "100"
                        

                        Thomas

                        D Offline
                        D Offline
                        Dellishelly
                        schrieb am zuletzt editiert von Dellishelly
                        #67

                        @csp
                        @mcm57

                        Sorry for not responding…. But he is right!
                        This warnings I ment too.

                        1 Antwort Letzte Antwort
                        0
                        • C csp

                          @mcm57 I think he means these kind of warnings that I also get:

                          botvac.0
                          2023-12-07 11:27:17.274	warn	State value to set for "botvac.0.Untergeschoss .commands.spotHeight" has value "0" less than min "100"
                          
                          botvac.0
                          2023-12-07 11:27:17.274	warn	State value to set for "botvac.0.Untergeschoss .commands.spotWidth" has value "0" less than min "100"
                          
                          botvac.0
                          2023-12-07 11:26:16.550	warn	State value to set for "botvac.0.Untergeschoss .commands.spotHeight" has value "0" less than min "100"
                          
                          botvac.0
                          2023-12-07 11:26:16.550	warn	State value to set for "botvac.0.Untergeschoss .commands.spotWidth" has value "0" less than min "100"
                          

                          Thomas

                          mcm1957M Online
                          mcm1957M Online
                          mcm1957
                          schrieb am zuletzt editiert von mcm1957
                          #68

                          @csp said in Neato Botvac adapter - further development:

                          @mcm57 I think he means these kind of warnings that I also get:

                          botvac.0
                          2023-12-07 11:27:17.274	warn	State value to set for "botvac.0.Untergeschoss .commands.spotHeight" has value "0" less than min "100"
                          
                          botvac.0
                          2023-12-07 11:27:17.274	warn	State value to set for "botvac.0.Untergeschoss .commands.spotWidth" has value "0" less than min "100"
                          
                          botvac.0
                          2023-12-07 11:26:16.550	warn	State value to set for "botvac.0.Untergeschoss .commands.spotHeight" has value "0" less than min "100"
                          
                          botvac.0
                          2023-12-07 11:26:16.550	warn	State value to set for "botvac.0.Untergeschoss .commands.spotWidth" has value "0" less than min "100"
                          

                          Thomas

                          Github user ar7bd has provided a fix for the 'less than min' problem. THANKS A LOT TO HIM. I just released it as 2.0.2 which will be available at lates repository tomorrow.

                          Please note that most likely you will have to delete the two effected states manually after stopping the adapter. When restarting the states should be created with correct configuration (min = 0).

                          mcm1957

                          Entwicklung u Betreuung: envertech-pv, hoymiles-ms, ns-client, pid, snmp Adapter;
                          Support Repositoryverwaltung.

                          Wer Danke sagen will, kann nen Kaffee spendieren: https://paypal.me/mcm1957atiobroker

                          LESEN - gute Forenbeitrage

                          1 Antwort Letzte Antwort
                          0
                          Antworten
                          • In einem neuen Thema antworten
                          Anmelden zum Antworten
                          • Älteste zuerst
                          • Neuste zuerst
                          • Meiste Stimmen


                          Support us

                          ioBroker
                          Community Adapters
                          Donate

                          794

                          Online

                          32.4k

                          Benutzer

                          81.5k

                          Themen

                          1.3m

                          Beiträge
                          Community
                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                          ioBroker Community 2014-2025
                          logo
                          • Anmelden

                          • Du hast noch kein Konto? Registrieren

                          • Anmelden oder registrieren, um zu suchen
                          • Erster Beitrag
                            Letzter Beitrag
                          0
                          • Home
                          • Aktuell
                          • Tags
                          • Ungelesen 0
                          • Kategorien
                          • Unreplied
                          • Beliebt
                          • GitHub
                          • Docu
                          • Hilfe