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. Deutsch
  3. ioBroker Allgemein
  4. eBus Adapter Vaillant

NEWS

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

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

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

eBus Adapter Vaillant

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
ebusebus adapterproblemerrorerste schritte
388 Beiträge 49 Kommentatoren 118.6k Aufrufe 50 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.
  • GlasfaserG Glasfaser

    @floret88

    Zeige nochmal den Inhalt :

    nano /etc/default/ebusd
    
    F Offline
    F Offline
    floret88
    schrieb am zuletzt editiert von
    #237

    @glasfaser

    # /etc/default/ebusd:
    # config file for ebusd service.
    
    # Options to pass to ebusd (run "ebusd -?" for more info):
    #EBUSD_OPTS="--scanconfig"
    #EBUSD_OPTS="--scanconfig=full --enablehex -d /dev/serial/by-id/usb-ESERA-Automation_eBus_Coupler_12001_AL6L0X59-if00-port0 --receivetimeout=100000 --port=8888 --logfile=/var/log/ebusd.log --loglevel d$
    EBUSD_OPTS="--scanconfig=full -d /dev/serial/by-id/usb-ESERA-Automation_eBus_Coupler_12001_AL6L0X59-if00-port0 --configpath=http://ebusd.eu/config/"
    
    # MULTIPLE EBUSD INSTANCES WITH SYSV
    # In order to run multiple ebusd instances on a SysV enabled system, simply
    # define several EBUSD_OPTS with a unique suffix for each. Recommended is to
    # use a number as suffix for all EBUSD_OPTS settings. That number will then be
    # taken as additional "instance" parameter to the init.d script in order to
    # start/stop an individual ebusd instance instead of all instances.
    # Example: (uncomment the EBUSD_OPTS above)
    #EBUSD_OPTS1="--scanconfig -d /dev/serial/by-id/usb-FTDI_FT232R_USB_UART_A50285BI-if00-port0 -p 8888 -l /var/log/ebusd1.log"
    #EBUSD_OPTS2="--scanconfig -d /dev/serial/by-id/usb-FTDI_FT232R_USB_UART_A900acTF-if00-port0 -p 8889 -l /var/log/ebusd2.log"
    #EBUSD_OPTS3="--scanconfig -d /dev/serial/by-id/usb-FTDI_FT232R_USB_UART_A900beCG-if00-port0 -p 8890 -l /var/log/ebusd3.log"
    
    # MULTIPLE EBUSD INSTANCES WITH SYSTEMD
    # In order to run muiltiple ebusd instances on a systemd enabled system, just
    # copy the /usr/lib/systemd/system/ebusd.service file to /etc/systemd/system/
    # with a different name (e.g. ebusd-2.service), remove the line starting with
    # 'EnvironmentFile=', and replace the '$EBUSD_OPTS' with the options for that
    # particular ebusd instance.
    
    GlasfaserG 1 Antwort Letzte Antwort
    0
    • F floret88

      @glasfaser

      # /etc/default/ebusd:
      # config file for ebusd service.
      
      # Options to pass to ebusd (run "ebusd -?" for more info):
      #EBUSD_OPTS="--scanconfig"
      #EBUSD_OPTS="--scanconfig=full --enablehex -d /dev/serial/by-id/usb-ESERA-Automation_eBus_Coupler_12001_AL6L0X59-if00-port0 --receivetimeout=100000 --port=8888 --logfile=/var/log/ebusd.log --loglevel d$
      EBUSD_OPTS="--scanconfig=full -d /dev/serial/by-id/usb-ESERA-Automation_eBus_Coupler_12001_AL6L0X59-if00-port0 --configpath=http://ebusd.eu/config/"
      
      # MULTIPLE EBUSD INSTANCES WITH SYSV
      # In order to run multiple ebusd instances on a SysV enabled system, simply
      # define several EBUSD_OPTS with a unique suffix for each. Recommended is to
      # use a number as suffix for all EBUSD_OPTS settings. That number will then be
      # taken as additional "instance" parameter to the init.d script in order to
      # start/stop an individual ebusd instance instead of all instances.
      # Example: (uncomment the EBUSD_OPTS above)
      #EBUSD_OPTS1="--scanconfig -d /dev/serial/by-id/usb-FTDI_FT232R_USB_UART_A50285BI-if00-port0 -p 8888 -l /var/log/ebusd1.log"
      #EBUSD_OPTS2="--scanconfig -d /dev/serial/by-id/usb-FTDI_FT232R_USB_UART_A900acTF-if00-port0 -p 8889 -l /var/log/ebusd2.log"
      #EBUSD_OPTS3="--scanconfig -d /dev/serial/by-id/usb-FTDI_FT232R_USB_UART_A900beCG-if00-port0 -p 8890 -l /var/log/ebusd3.log"
      
      # MULTIPLE EBUSD INSTANCES WITH SYSTEMD
      # In order to run muiltiple ebusd instances on a systemd enabled system, just
      # copy the /usr/lib/systemd/system/ebusd.service file to /etc/systemd/system/
      # with a different name (e.g. ebusd-2.service), remove the line starting with
      # 'EnvironmentFile=', and replace the '$EBUSD_OPTS' with the options for that
      # particular ebusd instance.
      
      GlasfaserG Offline
      GlasfaserG Offline
      Glasfaser
      schrieb am zuletzt editiert von Glasfaser
      #238

      @floret88

      Letzter Versuch ... mehr weiß ich auch nicht .

      EBUSD_OPTS="--scanconfig=full --enablehex -d /dev/serial/by-id/usb-ESERA-Automation_eBus_Coupler_12001_AL6L0X59-if00-port0 --httpport 8890 --configpath=http://ebusd.eu/config/"
      

      Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

      GlasfaserG 1 Antwort Letzte Antwort
      0
      • GlasfaserG Glasfaser

        @floret88

        Letzter Versuch ... mehr weiß ich auch nicht .

        EBUSD_OPTS="--scanconfig=full --enablehex -d /dev/serial/by-id/usb-ESERA-Automation_eBus_Coupler_12001_AL6L0X59-if00-port0 --httpport 8890 --configpath=http://ebusd.eu/config/"
        
        GlasfaserG Offline
        GlasfaserG Offline
        Glasfaser
        schrieb am zuletzt editiert von Glasfaser
        #239

        @glasfaser sagte in eBus Adapter Vaillant:

        usb-ESERA

        Stop den habe ich auch .... aber auf /dev/ttyUSB0

        Die Konfig wäre dann so bei mir und funktioniert auch :

        EBUSD_OPTS="-d /dev/ttyUSB0 --httpport=8889 --scanconfig=full --enablehex --latency=0 --configpath=http://ebusd.eu/config/ "
        

        Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

        F 2 Antworten Letzte Antwort
        0
        • GlasfaserG Glasfaser

          @glasfaser sagte in eBus Adapter Vaillant:

          usb-ESERA

          Stop den habe ich auch .... aber auf /dev/ttyUSB0

          Die Konfig wäre dann so bei mir und funktioniert auch :

          EBUSD_OPTS="-d /dev/ttyUSB0 --httpport=8889 --scanconfig=full --enablehex --latency=0 --configpath=http://ebusd.eu/config/ "
          
          F Offline
          F Offline
          floret88
          schrieb am zuletzt editiert von floret88
          #240

          @glasfaser Ich glaube, ich gebe es für den Moment auf, egal ob mit lokalen Config Dateien (mit root Rechten oder auch pi von Github gezogen) oder auch Online - es will nicht funktionieren.

          Ich habe bei Github einen Issue aufgemacht (siehe hier: https://github.com/john30/ebusd-configuration/issues/229) und warte dort auch auf eine Rückmeldung.

          Fakt ist, die Verbindung von ebus zur Heizung funktioniert, aber ich bekomme nur "Nonsense" an Daten weil nicht decodierbar.

          Vielen Dank dennoch an alle, die versucht haben mir zu helfen.
          Falls noch jemand weitere Ideen und Gedankensprünge hat, bin ich jederzeit froh über Euren Input.

          LG

          F 1 Antwort Letzte Antwort
          0
          • F floret88

            @glasfaser Ich glaube, ich gebe es für den Moment auf, egal ob mit lokalen Config Dateien (mit root Rechten oder auch pi von Github gezogen) oder auch Online - es will nicht funktionieren.

            Ich habe bei Github einen Issue aufgemacht (siehe hier: https://github.com/john30/ebusd-configuration/issues/229) und warte dort auch auf eine Rückmeldung.

            Fakt ist, die Verbindung von ebus zur Heizung funktioniert, aber ich bekomme nur "Nonsense" an Daten weil nicht decodierbar.

            Vielen Dank dennoch an alle, die versucht haben mir zu helfen.
            Falls noch jemand weitere Ideen und Gedankensprünge hat, bin ich jederzeit froh über Euren Input.

            LG

            F Offline
            F Offline
            floret88
            schrieb am zuletzt editiert von floret88
            #241

            @floret88 Des Weiteren wollte ich Euch noch folgendes zeigen, um meine Aussagen zu verifizieren.
            Es sieht gut aus, findet aber keine "richtige" Config Datei :-)

            Kann es sein, dass ich einfach eine nicht unterstützte Software bzw. Hardware seitens Vaillant habe?

            pi@raspberrypi:~ $ sudo ebusd --scanconfig=full --logfile=/var/log/ebusd.log --configpath=/etc/ebusd --loglevel=debug -f
            2021-08-26 12:27:26.977 [main notice] ebusd 21.2.v21.2 started with full scan on device /dev/ttyUSB0
            2021-08-26 12:27:26.977 [main info] loading configuration files from /etc/ebusd
            2021-08-26 12:27:26.977 [main info] reading templates /
            2021-08-26 12:27:26.978 [main info] read templates in /
            2021-08-26 12:27:26.979 [main info] reading file broadcast.csv
            2021-08-26 12:27:26.980 [main info] successfully read file broadcast.csv
            2021-08-26 12:27:26.980 [main info] reading file memory.csv
            2021-08-26 12:27:26.981 [main info] successfully read file memory.csv
            2021-08-26 12:27:26.981 [main info] read config files
            2021-08-26 12:27:26.988 [bus notice] bus started with own address 31/36
            2021-08-26 12:27:26.989 [main info] registering data handlers
            2021-08-26 12:27:26.989 [main info] registered data handlers
            2021-08-26 12:27:26.991 [bus debug] ERR: SYN received during no signal, switching to ready
            2021-08-26 12:27:26.992 [bus notice] signal acquired
            2021-08-26 12:27:29.199 [bus notice] new master 10, master count 2
            2021-08-26 12:27:29.259 [bus notice] new master 03, master count 3
            2021-08-26 12:27:29.259 [update info] received MS cmd: 1008b5110101 / 09403d0013ff6e0000ff
            2021-08-26 12:27:29.259 [update notice] received unknown MS cmd: 1008b5110101 / 09403d0013ff6e0000ff
            2021-08-26 12:27:29.526 [bus notice] new master 71, master count 4
            2021-08-26 12:27:29.526 [update info] received MS cmd: 1076b5110101 / 09ff3d0013ff6e0000ff
            2021-08-26 12:27:29.526 [update notice] received unknown MS cmd: 1076b5110101 / 09ff3d0013ff6e0000ff
            2021-08-26 12:27:29.792 [update info] received MS cmd: 1076b512030f0201 / 0773030000801302
            2021-08-26 12:27:29.792 [update notice] received unknown MS cmd: 1076b512030f0201 / 0773030000801302
            2021-08-26 12:27:30.089 [update info] received MS cmd: 1026b5230106 / 104502bd01bf01ad01e80100800080003c
            2021-08-26 12:27:30.089 [update notice] received unknown MS cmd: 1026b5230106 / 104502bd01bf01ad01e80100800080003c
            2021-08-26 12:27:30.381 [update info] received MS cmd: 1026b5230107 / 0f008000800080008000008000805705
            2021-08-26 12:27:30.381 [update notice] received unknown MS cmd: 1026b5230107 / 0f008000800080008000008000805705
            2021-08-26 12:27:30.647 [update info] received MS cmd: 1008b51009000000ffffff070000 / 0101
            2021-08-26 12:27:30.647 [update notice] received unknown MS cmd: 1008b51009000000ffffff070000 / 0101
            2021-08-26 12:27:30.914 [update info] received MS cmd: 1076b51009000000ffffff010000 / 0101
            2021-08-26 12:27:30.914 [update notice] received unknown MS cmd: 1076b51009000000ffffff010000 / 0101
            2021-08-26 12:27:31.003 [bus notice] max. symbols per second: 103
            2021-08-26 12:27:32.398 [update info] received MS cmd: 1026b5230f05ffffff000000ffffffffffff0000 / 0101
            2021-08-26 12:27:32.398 [update notice] received unknown MS cmd: 1026b5230f05ffffff000000ffffffffffff0000 / 0101
            2021-08-26 12:27:32.643 [update info] received MS cmd: 1026b5230402000000 / 02019c
            2021-08-26 12:27:32.643 [update notice] received unknown MS cmd: 1026b5230402000000 / 02019c
            2021-08-26 12:27:32.888 [update info] received MS cmd: 1026b5230402010000 / 02019c
            2021-08-26 12:27:32.888 [update notice] received unknown MS cmd: 1026b5230402010000 / 02019c
            2021-08-26 12:27:33.132 [update info] received MS cmd: 1026b5230402020000 / 02019c
            2021-08-26 12:27:33.133 [update notice] received unknown MS cmd: 1026b5230402020000 / 02019c
            2021-08-26 12:27:36.989 [main debug] performing regular tasks
            2021-08-26 12:27:36.989 [main notice] starting initial full scan
            2021-08-26 12:27:36.989 [bus info] scan 02 cmd: 3102070400
            2021-08-26 12:27:36.990 [bus debug] start request 31
            2021-08-26 12:27:36.990 [bus debug] arbitration start with 31
            2021-08-26 12:27:39.175 [bus debug] arbitration lost
            2021-08-26 12:27:39.176 [bus debug] ERR: arbitration lost during ready, retry
            2021-08-26 12:27:39.260 [update info] received MS cmd: 1008b5110101 / 09403d0013ff6e0000ff
            2021-08-26 12:27:39.261 [update notice] received unknown MS cmd: 1008b5110101 / 09403d0013ff6e0000ff
            2021-08-26 12:27:39.263 [bus debug] start request 31
            2021-08-26 12:27:39.263 [bus debug] arbitration start with 31
            2021-08-26 12:27:39.441 [bus debug] arbitration lost
            2021-08-26 12:27:39.441 [bus debug] ERR: arbitration lost during ready, retry
            2021-08-26 12:27:39.527 [update info] received MS cmd: 1076b5110101 / 09ff3d0013ff6e0000ff
            2021-08-26 12:27:39.528 [update notice] received unknown MS cmd: 1076b5110101 / 09ff3d0013ff6e0000ff
            2021-08-26 12:27:39.529 [bus debug] start request 31
            2021-08-26 12:27:39.529 [bus debug] arbitration start with 31
            2021-08-26 12:27:39.707 [bus debug] arbitration lost
            2021-08-26 12:27:39.707 [bus debug] ERR: arbitration lost during ready, retry
            2021-08-26 12:27:39.793 [update info] received MS cmd: 1076b512030f0201 / 0773030000801302
            2021-08-26 12:27:39.793 [update notice] received unknown MS cmd: 1076b512030f0201 / 0773030000801302
            2021-08-26 12:27:39.796 [bus debug] start request 31
            2021-08-26 12:27:39.796 [bus debug] arbitration start with 31
            2021-08-26 12:27:39.973 [bus debug] arbitration lost
            2021-08-26 12:27:39.973 [bus debug] notify request: ERR: arbitration lost
            2021-08-26 12:27:39.974 [bus info] scan 04 cmd: 3104070400
            2021-08-26 12:27:40.090 [update info] received MS cmd: 1026b5230106 / 104502bd01bf01ad01e80100800080003c
            2021-08-26 12:27:40.090 [update notice] received unknown MS cmd: 1026b5230106 / 104502bd01bf01ad01e80100800080003c
            2021-08-26 12:27:40.092 [bus debug] start request 31
            2021-08-26 12:27:40.092 [bus debug] arbitration start with 31
            2021-08-26 12:27:40.270 [bus debug] arbitration lost
            2021-08-26 12:27:40.270 [bus debug] ERR: arbitration lost during ready, retry
            2021-08-26 12:27:40.383 [update info] received MS cmd: 1026b5230107 / 0f008000800080008000008000805705
            2021-08-26 12:27:40.384 [update notice] received unknown MS cmd: 1026b5230107 / 0f008000800080008000008000805705
            2021-08-26 12:27:40.387 [bus debug] start request 31
            2021-08-26 12:27:40.387 [bus debug] arbitration start with 31
            2021-08-26 12:27:40.563 [bus debug] arbitration lost
            2021-08-26 12:27:40.564 [bus debug] ERR: arbitration lost during ready, retry
            2021-08-26 12:27:40.648 [update info] received MS cmd: 1008b51009000000ffffff070000 / 0101
            2021-08-26 12:27:40.649 [update notice] received unknown MS cmd: 1008b51009000000ffffff070000 / 0101
            2021-08-26 12:27:40.650 [bus debug] start request 31
            2021-08-26 12:27:40.651 [bus debug] arbitration start with 31
            2021-08-26 12:27:40.828 [bus debug] arbitration lost
            2021-08-26 12:27:40.829 [bus debug] ERR: arbitration lost during ready, retry
            2021-08-26 12:27:40.915 [update info] received MS cmd: 1076b51009000000ffffff010000 / 0101
            2021-08-26 12:27:40.916 [update notice] received unknown MS cmd: 1076b51009000000ffffff010000 / 0101
            2021-08-26 12:27:40.918 [bus debug] start request 31
            2021-08-26 12:27:40.918 [bus debug] arbitration start with 31
            2021-08-26 12:27:42.336 [bus debug] arbitration lost
            2021-08-26 12:27:42.337 [bus debug] notify request: ERR: arbitration lost
            2021-08-26 12:27:42.337 [bus info] scan 05 cmd: 3105070400
            2021-08-26 12:27:42.443 [update info] received MS cmd: 1026b5230f05ffffff000000ffffffffffff0000 / 0101
            2021-08-26 12:27:42.443 [update notice] received unknown MS cmd: 1026b5230f05ffffff000000ffffffffffff0000 / 0101
            2021-08-26 12:27:42.446 [bus debug] start request 31
            2021-08-26 12:27:42.446 [bus debug] arbitration start with 31
            2021-08-26 12:27:42.623 [bus debug] arbitration lost
            2021-08-26 12:27:42.624 [bus debug] ERR: arbitration lost during ready, retry
            2021-08-26 12:27:42.688 [update info] received MS cmd: 1026b5230402000000 / 02019c
            2021-08-26 12:27:42.689 [update notice] received unknown MS cmd: 1026b5230402000000 / 02019c
            2021-08-26 12:27:42.692 [bus debug] start request 31
            2021-08-26 12:27:42.692 [bus debug] arbitration start with 31
            2021-08-26 12:27:42.868 [bus debug] arbitration lost
            2021-08-26 12:27:42.868 [bus debug] ERR: arbitration lost during ready, retry
            2021-08-26 12:27:42.933 [update info] received MS cmd: 1026b5230402010000 / 02019c
            2021-08-26 12:27:42.934 [update notice] received unknown MS cmd: 1026b5230402010000 / 02019c
            2021-08-26 12:27:42.935 [bus debug] start request 31
            2021-08-26 12:27:42.936 [bus debug] arbitration start with 31
            2021-08-26 12:27:43.113 [bus debug] arbitration lost
            2021-08-26 12:27:43.113 [bus debug] ERR: arbitration lost during ready, retry
            2021-08-26 12:27:43.178 [update info] received MS cmd: 1026b5230402020000 / 02019c
            2021-08-26 12:27:43.178 [update notice] received unknown MS cmd: 1026b5230402020000 / 02019c
            2021-08-26 12:27:43.179 [bus debug] start request 31
            2021-08-26 12:27:43.179 [bus debug] arbitration start with 31
            2021-08-26 12:27:46.990 [main debug] performing regular tasks
            2021-08-26 12:27:46.990 [bus info] scan 08 cmd: 3108070400
            2021-08-26 12:27:49.220 [bus debug] arbitration lost
            2021-08-26 12:27:49.220 [bus debug] notify request: ERR: arbitration lost
            2021-08-26 12:27:49.220 [bus info] scan 06 cmd: 3106070400
            2021-08-26 12:27:49.306 [update info] received MS cmd: 1008b5110101 / 09403d0013ff6e0000ff
            2021-08-26 12:27:49.306 [update notice] received unknown MS cmd: 1008b5110101 / 09403d0013ff6e0000ff
            2021-08-26 12:27:49.309 [bus debug] start request 31
            2021-08-26 12:27:49.309 [bus debug] arbitration start with 31
            2021-08-26 12:27:49.486 [bus debug] arbitration lost
            2021-08-26 12:27:49.486 [bus debug] ERR: arbitration lost during ready, retry
            2021-08-26 12:27:49.572 [update info] received MS cmd: 1076b5110101 / 09ff3d0013ff6e0000ff
            2021-08-26 12:27:49.572 [update notice] received unknown MS cmd: 1076b5110101 / 09ff3d0013ff6e0000ff
            2021-08-26 12:27:49.574 [bus debug] start request 31
            2021-08-26 12:27:49.574 [bus debug] arbitration start with 31
            2021-08-26 12:27:49.753 [bus debug] arbitration lost
            2021-08-26 12:27:49.753 [bus debug] ERR: arbitration lost during ready, retry
            2021-08-26 12:27:49.839 [update info] received MS cmd: 1076b512030f0201 / 0773030000801302
            2021-08-26 12:27:49.839 [update notice] received unknown MS cmd: 1076b512030f0201 / 0773030000801302
            2021-08-26 12:27:49.840 [bus debug] start request 31
            2021-08-26 12:27:49.840 [bus debug] arbitration start with 31
            2021-08-26 12:27:50.019 [bus debug] arbitration lost
            2021-08-26 12:27:50.019 [bus debug] ERR: arbitration lost during ready, retry
            2021-08-26 12:27:50.135 [update info] received MS cmd: 1026b5230106 / 104502bd01bf01ad01e70100800080003c
            2021-08-26 12:27:50.135 [update notice] received unknown MS cmd: 1026b5230106 / 104502bd01bf01ad01e70100800080003c
            2021-08-26 12:27:50.136 [bus debug] start request 31
            2021-08-26 12:27:50.136 [bus debug] arbitration start with 31
            2021-08-26 12:27:50.314 [bus debug] arbitration lost
            2021-08-26 12:27:50.315 [bus debug] ERR: arbitration lost during ready, retry
            2021-08-26 12:27:50.427 [update info] received MS cmd: 1026b5230107 / 0f008000800080008000008000805705
            2021-08-26 12:27:50.428 [update notice] received unknown MS cmd: 1026b5230107 / 0f008000800080008000008000805705
            2021-08-26 12:27:50.429 [bus debug] start request 31
            2021-08-26 12:27:50.429 [bus debug] arbitration start with 31
            2021-08-26 12:27:50.607 [bus debug] arbitration lost
            2021-08-26 12:27:50.607 [bus debug] ERR: arbitration lost during ready, retry
            2021-08-26 12:27:50.693 [update info] received MS cmd: 1008b51009000000ffffff070000 / 0101
            2021-08-26 12:27:50.694 [update notice] received unknown MS cmd: 1008b51009000000ffffff070000 / 0101
            2021-08-26 12:27:50.694 [bus debug] start request 31
            2021-08-26 12:27:50.694 [bus debug] arbitration start with 31
            2021-08-26 12:27:50.873 [bus debug] arbitration lost
            2021-08-26 12:27:50.873 [bus debug] ERR: arbitration lost during ready, retry
            2021-08-26 12:27:50.959 [update info] received MS cmd: 1076b51009000000ffffff010000 / 0101
            2021-08-26 12:27:50.960 [update notice] received unknown MS cmd: 1076b51009000000ffffff010000 / 0101
            2021-08-26 12:27:50.962 [bus debug] start request 31
            2021-08-26 12:27:50.962 [bus debug] arbitration start with 31
            2021-08-26 12:27:51.007 [bus notice] max. symbols per second: 110
            2021-08-26 12:27:52.381 [bus debug] arbitration lost
            2021-08-26 12:27:52.381 [bus debug] notify request: ERR: arbitration lost
            2021-08-26 12:27:52.381 [main error] scan config 08: ERR: arbitration lost
            2021-08-26 12:27:52.488 [update info] received MS cmd: 1026b5230f05ffffff000000ffffffffffff0000 / 0101
            2021-08-26 12:27:52.488 [update notice] received unknown MS cmd: 1026b5230f05ffffff000000ffffffffffff0000 / 0101
            2021-08-26 12:27:52.490 [bus debug] start request 31
            2021-08-26 12:27:52.490 [bus debug] arbitration start with 31
            2021-08-26 12:27:52.669 [bus debug] arbitration lost
            2021-08-26 12:27:52.669 [bus debug] notify request: ERR: arbitration lost
            2021-08-26 12:27:52.669 [bus info] scan 08 cmd: 3108070400
            2021-08-26 12:27:52.734 [update info] received MS cmd: 1026b5230402000000 / 02019c
            2021-08-26 12:27:52.734 [update notice] received unknown MS cmd: 1026b5230402000000 / 02019c
            2021-08-26 12:27:52.736 [bus debug] start request 31
            2021-08-26 12:27:52.736 [bus debug] arbitration start with 31
            2021-08-26 12:27:52.914 [bus debug] arbitration lost
            2021-08-26 12:27:52.914 [bus debug] ERR: arbitration lost during ready, retry
            2021-08-26 12:27:52.979 [update info] received MS cmd: 1026b5230402010000 / 02019c
            2021-08-26 12:27:52.979 [update notice] received unknown MS cmd: 1026b5230402010000 / 02019c
            2021-08-26 12:27:52.981 [bus debug] start request 31
            2021-08-26 12:27:52.981 [bus debug] arbitration start with 31
            2021-08-26 12:27:53.158 [bus debug] arbitration lost
            2021-08-26 12:27:53.158 [bus debug] ERR: arbitration lost during ready, retry
            2021-08-26 12:27:53.223 [update info] received MS cmd: 1026b5230402020000 / 02019c
            2021-08-26 12:27:53.223 [update notice] received unknown MS cmd: 1026b5230402020000 / 02019c
            2021-08-26 12:27:53.225 [bus debug] start request 31
            2021-08-26 12:27:53.225 [bus debug] arbitration start with 31
            2021-08-26 12:27:54.382 [main debug] performing regular tasks
            2021-08-26 12:27:54.382 [bus info] scan 15 cmd: 3115070400
            2021-08-26 12:27:59.264 [bus debug] arbitration lost
            2021-08-26 12:27:59.264 [bus debug] ERR: arbitration lost during ready, retry
            2021-08-26 12:27:59.351 [update info] received MS cmd: 1008b5110101 / 09403d0013ff6e0000ff
            2021-08-26 12:27:59.351 [update notice] received unknown MS cmd: 1008b5110101 / 09403d0013ff6e0000ff
            2021-08-26 12:27:59.353 [bus debug] start request 31
            2021-08-26 12:27:59.353 [bus debug] arbitration start with 31
            2021-08-26 12:27:59.531 [bus debug] arbitration lost
            2021-08-26 12:27:59.531 [bus debug] ERR: arbitration lost during ready, retry
            2021-08-26 12:27:59.617 [update info] received MS cmd: 1076b5110101 / 09ff3d0013ff6e0000ff
            2021-08-26 12:27:59.617 [update notice] received unknown MS cmd: 1076b5110101 / 09ff3d0013ff6e0000ff
            2021-08-26 12:27:59.618 [bus debug] start request 31
            2021-08-26 12:27:59.619 [bus debug] arbitration start with 31
            2021-08-26 12:27:59.799 [bus debug] arbitration lost
            2021-08-26 12:27:59.799 [bus debug] notify request: ERR: arbitration lost
            2021-08-26 12:27:59.799 [bus info] scan 09 cmd: 3109070400
            2021-08-26 12:27:59.884 [update info] received MS cmd: 1076b512030f0201 / 0773030000801302
            2021-08-26 12:27:59.884 [update notice] received unknown MS cmd: 1076b512030f0201 / 0773030000801302
            2021-08-26 12:27:59.886 [bus debug] start request 31
            2021-08-26 12:27:59.886 [bus debug] arbitration start with 31
            2021-08-26 12:28:00.064 [bus debug] arbitration lost
            2021-08-26 12:28:00.064 [bus debug] ERR: arbitration lost during ready, retry
            2021-08-26 12:28:00.182 [update info] received MS cmd: 1026b5230106 / 104502bd01bf01ad01e90100800080003c
            2021-08-26 12:28:00.182 [update notice] received unknown MS cmd: 1026b5230106 / 104502bd01bf01ad01e90100800080003c
            2021-08-26 12:28:00.185 [bus debug] start request 31
            2021-08-26 12:28:00.185 [bus debug] arbitration start with 31
            2021-08-26 12:28:00.361 [bus debug] arbitration lost
            2021-08-26 12:28:00.361 [bus debug] ERR: arbitration lost during ready, retry
            2021-08-26 12:28:00.473 [update info] received MS cmd: 1026b5230107 / 0f008000800080008000008000805705
            2021-08-26 12:28:00.473 [update notice] received unknown MS cmd: 1026b5230107 / 0f008000800080008000008000805705
            2021-08-26 12:28:00.475 [bus debug] start request 31
            2021-08-26 12:28:00.475 [bus debug] arbitration start with 31
            2021-08-26 12:28:00.654 [bus debug] arbitration lost
            2021-08-26 12:28:00.654 [bus debug] ERR: arbitration lost during ready, retry
            2021-08-26 12:28:00.739 [update info] received MS cmd: 1008b51009000000ffffff070000 / 0101
            2021-08-26 12:28:00.739 [update notice] received unknown MS cmd: 1008b51009000000ffffff070000 / 0101
            2021-08-26 12:28:00.741 [bus debug] start request 31
            2021-08-26 12:28:00.741 [bus debug] arbitration start with 31
            2021-08-26 12:28:00.918 [bus debug] arbitration lost
            2021-08-26 12:28:00.918 [bus debug] ERR: arbitration lost during ready, retry
            2021-08-26 12:28:01.005 [update info] received MS cmd: 1076b51009000000ffffff010000 / 0101
            2021-08-26 12:28:01.005 [update notice] received unknown MS cmd: 1076b51009000000ffffff010000 / 0101
            2021-08-26 12:28:01.006 [bus debug] start request 31
            2021-08-26 12:28:01.006 [bus debug] arbitration start with 31
            2021-08-26 12:28:02.426 [bus debug] arbitration lost
            2021-08-26 12:28:02.426 [bus debug] notify request: ERR: arbitration lost
            2021-08-26 12:28:02.427 [main error] scan config 15: ERR: arbitration lost
            2021-08-26 12:28:02.533 [update info] received MS cmd: 1026b5230f05ffffff000000ffffffffffff0000 / 0101
            2021-08-26 12:28:02.533 [update notice] received unknown MS cmd: 1026b5230f05ffffff000000ffffffffffff0000 / 0101
            2021-08-26 12:28:02.534 [bus debug] start request 31
            2021-08-26 12:28:02.534 [bus debug] arbitration start with 31
            2021-08-26 12:28:02.714 [bus debug] arbitration lost
            2021-08-26 12:28:02.714 [bus debug] ERR: arbitration lost during ready, retry
            2021-08-26 12:28:02.778 [update info] received MS cmd: 1026b5230402000000 / 02019c
            2021-08-26 12:28:02.778 [update notice] received unknown MS cmd: 1026b5230402000000 / 02019c
            2021-08-26 12:28:02.780 [bus debug] start request 31
            2021-08-26 12:28:02.780 [bus debug] arbitration start with 31
            2021-08-26 12:28:02.958 [bus debug] arbitration lost
            2021-08-26 12:28:02.958 [bus debug] notify request: ERR: arbitration lost
            2021-08-26 12:28:02.958 [bus info] scan 0a cmd: 310a070400
            2021-08-26 12:28:03.023 [update info] received MS cmd: 1026b5230402010000 / 02019c
            2021-08-26 12:28:03.023 [update notice] received unknown MS cmd: 1026b5230402010000 / 02019c
            2021-08-26 12:28:03.025 [bus debug] start request 31
            2021-08-26 12:28:03.026 [bus debug] arbitration start with 31
            2021-08-26 12:28:03.203 [bus debug] arbitration lost
            2021-08-26 12:28:03.203 [bus debug] ERR: arbitration lost during ready, retry
            2021-08-26 12:28:03.268 [update info] received MS cmd: 1026b5230402020000 / 02019c
            2021-08-26 12:28:03.268 [update notice] received unknown MS cmd: 1026b5230402020000 / 02019c
            2021-08-26 12:28:03.271 [bus debug] start request 31
            2021-08-26 12:28:03.271 [bus debug] arbitration start with 31
            2021-08-26 12:28:04.427 [main debug] performing regular tasks
            2021-08-26 12:28:04.427 [bus info] scan 26 cmd: 3126070400
            2021-08-26 12:28:09.316 [bus debug] arbitration lost
            2021-08-26 12:28:09.316 [bus debug] ERR: arbitration lost during ready, retry
            2021-08-26 12:28:09.403 [update info] received MS cmd: 1008b5110101 / 09403d0013ff6e0000ff
            2021-08-26 12:28:09.403 [update notice] received unknown MS cmd: 1008b5110101 / 09403d0013ff6e0000ff
            2021-08-26 12:28:09.405 [bus debug] start request 31
            2021-08-26 12:28:09.405 [bus debug] arbitration start with 31
            2021-08-26 12:28:09.582 [bus debug] arbitration lost
            2021-08-26 12:28:09.582 [bus debug] ERR: arbitration lost during ready, retry
            2021-08-26 12:28:09.668 [update info] received MS cmd: 1076b5110101 / 09ff3d0013ff6e0000ff
            2021-08-26 12:28:09.668 [update notice] received unknown MS cmd: 1076b5110101 / 09ff3d0013ff6e0000ff
            2021-08-26 12:28:09.671 [bus debug] start request 31
            2021-08-26 12:28:09.671 [bus debug] arbitration start with 31
            2021-08-26 12:28:09.849 [bus debug] arbitration lost
            2021-08-26 12:28:09.849 [bus debug] ERR: arbitration lost during ready, retry
            2021-08-26 12:28:09.935 [update info] received MS cmd: 1076b512030f0201 / 0773030000801302
            2021-08-26 12:28:09.936 [update notice] received unknown MS cmd: 1076b512030f0201 / 0773030000801302
            2021-08-26 12:28:09.938 [bus debug] start request 31
            2021-08-26 12:28:09.939 [bus debug] arbitration start with 31
            2021-08-26 12:28:10.115 [bus debug] arbitration lost
            2021-08-26 12:28:10.115 [bus debug] ERR: arbitration lost during ready, retry
            2021-08-26 12:28:10.144 [update info] received BC cmd: 10feb505025c00
            2021-08-26 12:28:10.144 [update notice] received unknown BC cmd: 10feb505025c00
            2021-08-26 12:28:10.146 [bus debug] start request 31
            2021-08-26 12:28:10.146 [bus debug] arbitration start with 31
            2021-08-26 12:28:10.325 [bus debug] arbitration lost
            2021-08-26 12:28:10.325 [bus debug] notify request: ERR: arbitration lost
            2021-08-26 12:28:10.325 [bus info] scan 0b cmd: 310b070400
            2021-08-26 12:28:10.442 [update info] received MS cmd: 1026b5230106 / 104502bd01bf01ad01e70100800080003c
            2021-08-26 12:28:10.443 [update notice] received unknown MS cmd: 1026b5230106 / 104502bd01bf01ad01e70100800080003c
            2021-08-26 12:28:10.444 [bus debug] start request 31
            2021-08-26 12:28:10.445 [bus debug] arbitration start with 31
            2021-08-26 12:28:10.621 [bus debug] arbitration lost
            2021-08-26 12:28:10.622 [bus debug] ERR: arbitration lost during ready, retry
            2021-08-26 12:28:10.733 [update info] received MS cmd: 1026b5230107 / 0f008000800080008000008000805705
            2021-08-26 12:28:10.734 [update notice] received unknown MS cmd: 1026b5230107 / 0f008000800080008000008000805705
            2021-08-26 12:28:10.735 [bus debug] start request 31
            2021-08-26 12:28:10.735 [bus debug] arbitration start with 31
            2021-08-26 12:28:10.914 [bus debug] arbitration lost
            2021-08-26 12:28:10.914 [bus debug] ERR: arbitration lost during ready, retry
            2021-08-26 12:28:11.001 [update info] received MS cmd: 1008b51009000000ffffff070000 / 0101
            2021-08-26 12:28:11.001 [update notice] received unknown MS cmd: 1008b51009000000ffffff070000 / 0101
            2021-08-26 12:28:11.004 [bus debug] start request 31
            2021-08-26 12:28:11.005 [bus debug] arbitration start with 31
            2021-08-26 12:28:11.182 [bus debug] arbitration lost
            2021-08-26 12:28:11.182 [bus debug] notify request: ERR: arbitration lost
            2021-08-26 12:28:11.182 [main error] scan config 26: ERR: arbitration lost
            2021-08-26 12:28:11.247 [update info] received MS cmd: 1008b507020900 / 029f02
            2021-08-26 12:28:11.247 [update notice] received unknown MS cmd: 1008b507020900 / 029f02
            2021-08-26 12:28:11.249 [bus debug] start request 31
            2021-08-26 12:28:11.249 [bus debug] arbitration start with 31
            2021-08-26 12:28:11.426 [bus debug] arbitration lost
            2021-08-26 12:28:11.426 [bus debug] ERR: arbitration lost during ready, retry
            2021-08-26 12:28:11.513 [update info] received MS cmd: 1076b51009000000ffffff010000 / 0101
            2021-08-26 12:28:11.513 [update notice] received unknown MS cmd: 1076b51009000000ffffff010000 / 0101
            2021-08-26 12:28:11.514 [bus debug] start request 31
            2021-08-26 12:28:11.515 [bus debug] arbitration start with 31
            2021-08-26 12:28:11.693 [bus debug] arbitration lost
            2021-08-26 12:28:11.693 [bus debug] ERR: arbitration lost during ready, retry
            2021-08-26 12:28:11.781 [update info] received MS cmd: 1008b5040100 / 0a03122812260804210013
            2021-08-26 12:28:11.781 [update notice] received unknown MS cmd: 1008b5040100 / 0a03122812260804210013
            2021-08-26 12:28:11.784 [bus debug] start request 31
            2021-08-26 12:28:11.784 [bus debug] arbitration start with 31
            2021-08-26 12:28:11.962 [bus debug] arbitration lost
            2021-08-26 12:28:11.962 [bus debug] notify request: ERR: arbitration lost
            2021-08-26 12:28:11.962 [bus info] scan 0c cmd: 310c070400
            2021-08-26 12:28:12.017 [update info] received BC cmd: 10feb516080010281226080421
            2021-08-26 12:28:12.017 [update notice] received unknown BC cmd: 10feb516080010281226080421
            2021-08-26 12:28:12.018 [bus debug] start request 31
            2021-08-26 12:28:12.018 [bus debug] arbitration start with 31
            2021-08-26 12:28:12.197 [bus debug] arbitration lost
            2021-08-26 12:28:12.197 [bus debug] ERR: arbitration lost during ready, retry
            2021-08-26 12:28:12.283 [update info] received MS cmd: 1008b5110100 / 09030214000000000100
            2021-08-26 12:28:12.283 [update notice] received unknown MS cmd: 1008b5110100 / 09030214000000000100
            2021-08-26 12:28:12.284 [bus debug] start request 31
            2021-08-26 12:28:12.284 [bus debug] arbitration start with 31
            2021-08-26 12:28:12.463 [bus debug] arbitration lost
            2021-08-26 12:28:12.463 [bus debug] ERR: arbitration lost during ready, retry
            2021-08-26 12:28:12.529 [update info] received MS cmd: 1076b51303040d00 / 02ffff
            2021-08-26 12:28:12.529 [update notice] received unknown MS cmd: 1076b51303040d00 / 02ffff
            2021-08-26 12:28:12.530 [bus debug] start request 31
            2021-08-26 12:28:12.530 [bus debug] arbitration start with 31
            2021-08-26 12:28:12.708 [bus debug] arbitration lost
            2021-08-26 12:28:12.708 [bus debug] ERR: arbitration lost during ready, retry
            2021-08-26 12:28:12.815 [update info] received MS cmd: 1026b5230f05ffffff000000ffffffffffff0000 / 0101
            2021-08-26 12:28:12.815 [update notice] received unknown MS cmd: 1026b5230f05ffffff000000ffffffffffff0000 / 0101
            2021-08-26 12:28:12.816 [bus debug] start request 31
            2021-08-26 12:28:12.816 [bus debug] arbitration start with 31
            2021-08-26 12:28:12.995 [bus debug] arbitration lost
            2021-08-26 12:28:12.995 [bus debug] notify request: ERR: arbitration lost
            2021-08-26 12:28:12.995 [bus info] scan 0d cmd: 310d070400
            2021-08-26 12:28:13.060 [update info] received MS cmd: 1026b5230402000000 / 02019c
            2021-08-26 12:28:13.060 [update notice] received unknown MS cmd: 1026b5230402000000 / 02019c
            2021-08-26 12:28:13.062 [bus debug] start request 31
            2021-08-26 12:28:13.062 [bus debug] arbitration start with 31
            2021-08-26 12:28:13.182 [main debug] performing regular tasks
            2021-08-26 12:28:13.182 [bus info] scan 76 cmd: 3176070400
            2021-08-26 12:28:13.239 [bus debug] arbitration lost
            2021-08-26 12:28:13.240 [bus debug] ERR: arbitration lost during ready, retry
            2021-08-26 12:28:13.303 [update info] received MS cmd: 1026b5230402010000 / 02019c
            2021-08-26 12:28:13.304 [update notice] received unknown MS cmd: 1026b5230402010000 / 02019c
            2021-08-26 12:28:13.305 [bus debug] start request 31
            2021-08-26 12:28:13.306 [bus debug] arbitration start with 31
            2021-08-26 12:28:13.483 [bus debug] arbitration lost
            2021-08-26 12:28:13.484 [bus debug] ERR: arbitration lost during ready, retry
            2021-08-26 12:28:13.517 [update info] received BC cmd: 10feb51603010013
            2021-08-26 12:28:13.518 [update notice] received unknown BC cmd: 10feb51603010013
            2021-08-26 12:28:13.519 [bus debug] start request 31
            2021-08-26 12:28:13.519 [bus debug] arbitration start with 31
            2021-08-26 12:28:13.697 [bus debug] arbitration lost
            2021-08-26 12:28:13.697 [bus debug] ERR: arbitration lost during ready, retry
            2021-08-26 12:28:13.763 [update info] received MS cmd: 1026b5230402020000 / 02019c
            2021-08-26 12:28:13.764 [update notice] received unknown MS cmd: 1026b5230402020000 / 02019c
            2021-08-26 12:28:13.766 [bus debug] start request 31
            2021-08-26 12:28:13.766 [bus debug] arbitration start with 31
            2021-08-26 12:28:19.343 [bus debug] arbitration lost
            2021-08-26 12:28:19.344 [bus debug] ERR: arbitration lost during ready, retry
            2021-08-26 12:28:19.430 [update info] received MS cmd: 1008b5110101 / 09403d0013ff6e0000ff
            2021-08-26 12:28:19.431 [update notice] received unknown MS cmd: 1008b5110101 / 09403d0013ff6e0000ff
            2021-08-26 12:28:19.432 [bus debug] start request 31
            2021-08-26 12:28:19.432 [bus debug] arbitration start with 31
            2021-08-26 12:28:19.610 [bus debug] arbitration lost
            2021-08-26 12:28:19.610 [bus debug] ERR: arbitration lost during ready, retry
            2021-08-26 12:28:19.697 [update info] received MS cmd: 1076b5110101 / 09ff3d0013ff6e0000ff
            2021-08-26 12:28:19.698 [update notice] received unknown MS cmd: 1076b5110101 / 09ff3d0013ff6e0000ff
            2021-08-26 12:28:19.699 [bus debug] start request 31
            2021-08-26 12:28:19.699 [bus debug] arbitration start with 31
            2021-08-26 12:28:19.877 [bus debug] arbitration lost
            2021-08-26 12:28:19.878 [bus debug] ERR: arbitration lost during ready, retry
            2021-08-26 12:28:19.963 [update info] received MS cmd: 1076b512030f0201 / 0773030000801302
            2021-08-26 12:28:19.964 [update notice] received unknown MS cmd: 1076b512030f0201 / 0773030000801302
            2021-08-26 12:28:19.967 [bus debug] start request 31
            2021-08-26 12:28:19.967 [bus debug] arbitration start with 31
            2021-08-26 12:28:20.145 [bus debug] arbitration lost
            2021-08-26 12:28:20.146 [bus debug] notify request: ERR: arbitration lost
            2021-08-26 12:28:20.147 [bus info] scan 0e cmd: 310e070400
            2021-08-26 12:28:20.262 [update info] received MS cmd: 1026b5230106 / 104502bd01bf01ad01e80100800080003c
            2021-08-26 12:28:20.263 [update notice] received unknown MS cmd: 1026b5230106 / 104502bd01bf01ad01e80100800080003c
            2021-08-26 12:28:20.266 [bus debug] start request 31
            2021-08-26 12:28:20.266 [bus debug] arbitration start with 31
            2021-08-26 12:28:20.441 [bus debug] arbitration lost
            2021-08-26 12:28:20.442 [bus debug] notify request: ERR: arbitration lost
            2021-08-26 12:28:20.442 [main error] scan config 76: ERR: arbitration lost
            2021-08-26 12:28:20.554 [update info] received MS cmd: 1026b5230107 / 0f008000800080008000008000805705
            2021-08-26 12:28:20.555 [update notice] received unknown MS cmd: 1026b5230107 / 0f008000800080008000008000805705
            2021-08-26 12:28:20.558 [bus debug] start request 31
            2021-08-26 12:28:20.558 [bus debug] arbitration start with 31
            2021-08-26 12:28:20.735 [bus debug] arbitration lost
            2021-08-26 12:28:20.735 [bus debug] ERR: arbitration lost during ready, retry
            2021-08-26 12:28:20.822 [update info] received MS cmd: 1008b51009000000ffffff070000 / 0101
            2021-08-26 12:28:20.822 [update notice] received unknown MS cmd: 1008b51009000000ffffff070000 / 0101
            2021-08-26 12:28:20.824 [bus debug] start request 31
            2021-08-26 12:28:20.824 [bus debug] arbitration start with 31
            2021-08-26 12:28:21.002 [bus debug] arbitration lost
            2021-08-26 12:28:21.002 [bus debug] ERR: arbitration lost during ready, retry
            2021-08-26 12:28:21.089 [update info] received MS cmd: 1076b51009000000ffffff010000 / 0101
            2021-08-26 12:28:21.089 [update notice] received unknown MS cmd: 1076b51009000000ffffff010000 / 0101
            2021-08-26 12:28:21.091 [bus debug] start request 31
            2021-08-26 12:28:21.091 [bus debug] arbitration start with 31
            2021-08-26 12:28:22.443 [main debug] performing regular tasks
            2021-08-26 12:28:22.510 [bus debug] arbitration lost
            2021-08-26 12:28:22.510 [bus debug] ERR: arbitration lost during ready, retry
            2021-08-26 12:28:22.617 [update info] received MS cmd: 1026b5230f05ffffff000000ffffffffffff0000 / 0101
            2021-08-26 12:28:22.617 [update notice] received unknown MS cmd: 1026b5230f05ffffff000000ffffffffffff0000 / 0101
            2021-08-26 12:28:22.619 [bus debug] start request 31
            2021-08-26 12:28:22.619 [bus debug] arbitration start with 31
            2021-08-26 12:28:22.798 [bus debug] arbitration lost
            2021-08-26 12:28:22.798 [bus debug] notify request: ERR: arbitration lost
            2021-08-26 12:28:22.798 [bus info] scan 12 cmd: 3112070400
            2021-08-26 12:28:22.863 [update info] received MS cmd: 1026b5230402000000 / 02019c
            2021-08-26 12:28:22.863 [update notice] received unknown MS cmd: 1026b5230402000000 / 02019c
            2021-08-26 12:28:22.865 [bus debug] start request 31
            2021-08-26 12:28:22.865 [bus debug] arbitration start with 31
            2021-08-26 12:28:23.043 [bus debug] arbitration lost
            2021-08-26 12:28:23.043 [bus debug] ERR: arbitration lost during ready, retry
            2021-08-26 12:28:23.108 [update info] received MS cmd: 1026b5230402010000 / 02019c
            2021-08-26 12:28:23.108 [update notice] received unknown MS cmd: 1026b5230402010000 / 02019c
            2021-08-26 12:28:23.111 [bus debug] start request 31
            2021-08-26 12:28:23.111 [bus debug] arbitration start with 31
            2021-08-26 12:28:23.288 [bus debug] arbitration lost
            2021-08-26 12:28:23.288 [bus debug] ERR: arbitration lost during ready, retry
            2021-08-26 12:28:23.353 [update info] received MS cmd: 1026b5230402020000 / 02019c
            2021-08-26 12:28:23.353 [update notice] received unknown MS cmd: 1026b5230402020000 / 02019c
            2021-08-26 12:28:23.354 [bus debug] start request 31
            2021-08-26 12:28:23.354 [bus debug] arbitration start with 31
            2021-08-26 12:28:29.403 [bus debug] arbitration lost
            2021-08-26 12:28:29.403 [bus debug] ERR: arbitration lost during ready, retry
            2021-08-26 12:28:29.488 [update info] received MS cmd: 1008b5110101 / 09403d0013ff6e0000ff
            2021-08-26 12:28:29.488 [update notice] received unknown MS cmd: 1008b5110101 / 09403d0013ff6e0000ff
            2021-08-26 12:28:29.489 [bus debug] start request 31
            2021-08-26 12:28:29.489 [bus debug] arbitration start with 31
            2021-08-26 12:28:29.668 [bus debug] arbitration lost
            2021-08-26 12:28:29.668 [bus debug] notify request: ERR: arbitration lost
            2021-08-26 12:28:29.668 [bus info] scan 14 cmd: 3114070400
            2021-08-26 12:28:29.754 [update info] received MS cmd: 1076b5110101 / 09ff3d0013ff6e0000ff
            2021-08-26 12:28:29.754 [update notice] received unknown MS cmd: 1076b5110101 / 09ff3d0013ff6e0000ff
            2021-08-26 12:28:29.756 [bus debug] start request 31
            2021-08-26 12:28:29.756 [bus debug] arbitration start with 31
            2021-08-26 12:28:29.936 [bus debug] arbitration lost
            2021-08-26 12:28:29.936 [bus debug] ERR: arbitration lost during ready, retry
            2021-08-26 12:28:30.021 [update info] received MS cmd: 1076b512030f0201 / 0773030000801302
            2021-08-26 12:28:30.021 [update notice] received unknown MS cmd: 1076b512030f0201 / 0773030000801302
            2021-08-26 12:28:30.022 [bus debug] start request 31
            2021-08-26 12:28:30.022 [bus debug] arbitration start with 31
            2021-08-26 12:28:30.201 [bus debug] arbitration lost
            2021-08-26 12:28:30.201 [bus debug] ERR: arbitration lost during ready, retry
            2021-08-26 12:28:30.318 [update info] received MS cmd: 1026b5230106 / 104502bd01bf01ad01e70100800080003c
            2021-08-26 12:28:30.318 [update notice] received unknown MS cmd: 1026b5230106 / 104502bd01bf01ad01e70100800080003c
            2021-08-26 12:28:30.320 [bus debug] start request 31
            2021-08-26 12:28:30.320 [bus debug] arbitration start with 31
            2021-08-26 12:28:30.498 [bus debug] arbitration lost
            2021-08-26 12:28:30.499 [bus debug] ERR: arbitration lost during ready, retry
            2021-08-26 12:28:30.611 [update info] received MS cmd: 1026b5230107 / 0f008000800080008000008000805705
            2021-08-26 12:28:30.612 [update notice] received unknown MS cmd: 1026b5230107 / 0f008000800080008000008000805705
            2021-08-26 12:28:30.613 [bus debug] start request 31
            2021-08-26 12:28:30.613 [bus debug] arbitration start with 31
            2021-08-26 12:28:30.791 [bus debug] arbitration lost
            2021-08-26 12:28:30.791 [bus debug] notify request: ERR: arbitration lost
            2021-08-26 12:28:30.792 [bus info] scan 15 cmd: 3115070400
            2021-08-26 12:28:30.879 [update info] received MS cmd: 1008b51009000000ffffff070000 / 0101
            2021-08-26 12:28:30.880 [update notice] received unknown MS cmd: 1008b51009000000ffffff070000 / 0101
            2021-08-26 12:28:30.882 [bus debug] start request 31
            2021-08-26 12:28:30.882 [bus debug] arbitration start with 31
            2021-08-26 12:28:31.059 [bus debug] arbitration lost
            2021-08-26 12:28:31.059 [bus debug] ERR: arbitration lost during ready, retry
            2021-08-26 12:28:31.145 [update info] received MS cmd: 1076b51009000000ffffff010000 / 0101
            2021-08-26 12:28:31.145 [update notice] received unknown MS cmd: 1076b51009000000ffffff010000 / 0101
            2021-08-26 12:28:31.148 [bus debug] start request 31
            2021-08-26 12:28:31.148 [bus debug] arbitration start with 31
            2021-08-26 12:28:32.444 [main debug] performing regular tasks
            2021-08-26 12:28:32.444 [bus info] scan 08 cmd: 3108070400
            2021-08-26 12:28:32.526 [bus debug] arbitration lost
            2021-08-26 12:28:32.526 [bus debug] ERR: arbitration lost during ready, retry
            2021-08-26 12:28:32.633 [update info] received MS cmd: 1026b5230f05ffffff000000ffffffffffff0000 / 0101
            2021-08-26 12:28:32.633 [update notice] received unknown MS cmd: 1026b5230f05ffffff000000ffffffffffff0000 / 0101
            2021-08-26 12:28:32.634 [bus debug] start request 31
            2021-08-26 12:28:32.635 [bus debug] arbitration start with 31
            2021-08-26 12:28:32.813 [bus debug] arbitration lost
            2021-08-26 12:28:32.813 [bus debug] ERR: arbitration lost during ready, retry
            2021-08-26 12:28:32.878 [update info] received MS cmd: 1026b5230402000000 / 02019c
            2021-08-26 12:28:32.878 [update notice] received unknown MS cmd: 1026b5230402000000 / 02019c
            2021-08-26 12:28:32.880 [bus debug] start request 31
            2021-08-26 12:28:32.880 [bus debug] arbitration start with 31
            2021-08-26 12:28:33.058 [bus debug] arbitration lost
            2021-08-26 12:28:33.058 [bus debug] ERR: arbitration lost during ready, retry
            2021-08-26 12:28:33.122 [update info] received MS cmd: 1026b5230402010000 / 02019c
            2021-08-26 12:28:33.122 [update notice] received unknown MS cmd: 1026b5230402010000 / 02019c
            2021-08-26 12:28:33.124 [bus debug] start request 31
            2021-08-26 12:28:33.124 [bus debug] arbitration start with 31
            2021-08-26 12:28:33.302 [bus debug] arbitration lost
            2021-08-26 12:28:33.302 [bus debug] ERR: arbitration lost during ready, retry
            2021-08-26 12:28:33.367 [update info] received MS cmd: 1026b5230402020000 / 02019c
            2021-08-26 12:28:33.367 [update notice] received unknown MS cmd: 1026b5230402020000 / 02019c
            2021-08-26 12:28:33.369 [bus debug] start request 31
            2021-08-26 12:28:33.369 [bus debug] arbitration start with 31
            2021-08-26 12:28:39.419 [bus debug] arbitration lost
            2021-08-26 12:28:39.419 [bus debug] notify request: ERR: arbitration lost
            2021-08-26 12:28:39.419 [bus info] scan 16 cmd: 3116070400
            2021-08-26 12:28:39.505 [update info] received MS cmd: 1008b5110101 / 09403d0013ff6e0000ff
            2021-08-26 12:28:39.505 [update notice] received unknown MS cmd: 1008b5110101 / 09403d0013ff6e0000ff
            2021-08-26 12:28:39.508 [bus debug] start request 31
            2021-08-26 12:28:39.508 [bus debug] arbitration start with 31
            2021-08-26 12:28:39.685 [bus debug] arbitration lost
            2021-08-26 12:28:39.685 [bus debug] ERR: arbitration lost during ready, retry
            2021-08-26 12:28:39.771 [update info] received MS cmd: 1076b5110101 / 09ff3d0013ff6e0000ff
            2021-08-26 12:28:39.771 [update notice] received unknown MS cmd: 1076b5110101 / 09ff3d0013ff6e0000ff
            2021-08-26 12:28:39.773 [bus debug] start request 31
            2021-08-26 12:28:39.773 [bus debug] arbitration start with 31
            2021-08-26 12:28:39.952 [bus debug] arbitration lost
            2021-08-26 12:28:39.952 [bus debug] ERR: arbitration lost during ready, retry
            2021-08-26 12:28:40.038 [update info] received MS cmd: 1076b512030f0201 / 0773030000801302
            2021-08-26 12:28:40.038 [update notice] received unknown MS cmd: 1076b512030f0201 / 0773030000801302
            2021-08-26 12:28:40.041 [bus debug] start request 31
            2021-08-26 12:28:40.041 [bus debug] arbitration start with 31
            2021-08-26 12:28:40.218 [bus debug] arbitration lost
            2021-08-26 12:28:40.218 [bus debug] notify request: ERR: arbitration lost
            2021-08-26 12:28:40.218 [main error] scan config 08: ERR: arbitration lost
            2021-08-26 12:28:40.334 [update info] received MS cmd: 1026b5230106 / 104502bd01bf01ac01e80100800080003c
            2021-08-26 12:28:40.334 [update notice] received unknown MS cmd: 1026b5230106 / 104502bd01bf01ac01e80100800080003c
            2021-08-26 12:28:40.335 [bus debug] start request 31
            2021-08-26 12:28:40.335 [bus debug] arbitration start with 31
            2021-08-26 12:28:40.514 [bus debug] arbitration lost
            2021-08-26 12:28:40.514 [bus debug] ERR: arbitration lost during ready, retry
            2021-08-26 12:28:40.627 [update info] received MS cmd: 1026b5230107 / 0f008000800080008000008000805705
            2021-08-26 12:28:40.627 [update notice] received unknown MS cmd: 1026b5230107 / 0f008000800080008000008000805705
            2021-08-26 12:28:40.628 [bus debug] start request 31
            2021-08-26 12:28:40.628 [bus debug] arbitration start with 31
            2021-08-26 12:28:40.807 [bus debug] arbitration lost
            2021-08-26 12:28:40.807 [bus debug] ERR: arbitration lost during ready, retry
            2021-08-26 12:28:40.893 [update info] received MS cmd: 1008b51009000000ffffff070000 / 0101
            2021-08-26 12:28:40.893 [update notice] received unknown MS cmd: 1008b51009000000ffffff070000 / 0101
            2021-08-26 12:28:40.895 [bus debug] start request 31
            2021-08-26 12:28:40.895 [bus debug] arbitration start with 31
            2021-08-26 12:28:41.072 [bus debug] arbitration lost
            2021-08-26 12:28:41.072 [bus debug] notify request: ERR: arbitration lost
            2021-08-26 12:28:41.072 [bus info] scan 18 cmd: 3118070400
            2021-08-26 12:28:41.159 [update info] received MS cmd: 1076b51009000000ffffff010000 / 0101
            2021-08-26 12:28:41.159 [update notice] received unknown MS cmd: 1076b51009000000ffffff010000 / 0101
            2021-08-26 12:28:41.161 [bus debug] start request 31
            2021-08-26 12:28:41.161 [bus debug] arbitration start with 31
            2021-08-26 12:28:42.218 [main debug] performing regular tasks
            2021-08-26 12:28:42.219 [bus info] scan 15 cmd: 3115070400
            2021-08-26 12:28:42.579 [bus debug] arbitration lost
            2021-08-26 12:28:42.579 [bus debug] ERR: arbitration lost during ready, retry
            2021-08-26 12:28:42.686 [update info] received MS cmd: 1026b5230f05ffffff000000ffffffffffff0000 / 0101
            2021-08-26 12:28:42.687 [update notice] received unknown MS cmd: 1026b5230f05ffffff000000ffffffffffff0000 / 0101
            2021-08-26 12:28:42.689 [bus debug] start request 31
            2021-08-26 12:28:42.689 [bus debug] arbitration start with 31
            2021-08-26 12:28:42.866 [bus debug] arbitration lost
            2021-08-26 12:28:42.866 [bus debug] ERR: arbitration lost during ready, retry
            2021-08-26 12:28:42.931 [update info] received MS cmd: 1026b5230402000000 / 02019c
            2021-08-26 12:28:42.931 [update notice] received unknown MS cmd: 1026b5230402000000 / 02019c
            2021-08-26 12:28:42.933 [bus debug] start request 31
            2021-08-26 12:28:42.933 [bus debug] arbitration start with 31
            2021-08-26 12:28:43.111 [bus debug] arbitration lost
            2021-08-26 12:28:43.111 [bus debug] ERR: arbitration lost during ready, retry
            2021-08-26 12:28:43.176 [update info] received MS cmd: 1026b5230402010000 / 02019c
            2021-08-26 12:28:43.176 [update notice] received unknown MS cmd: 1026b5230402010000 / 02019c
            2021-08-26 12:28:43.178 [bus debug] start request 31
            2021-08-26 12:28:43.178 [bus debug] arbitration start with 31
            2021-08-26 12:28:43.356 [bus debug] arbitration lost
            2021-08-26 12:28:43.356 [bus debug] ERR: arbitration lost during ready, retry
            2021-08-26 12:28:43.421 [update info] received MS cmd: 1026b5230402020000 / 02019c
            2021-08-26 12:28:43.421 [update notice] received unknown MS cmd: 1026b5230402020000 / 02019c
            2021-08-26 12:28:43.424 [bus debug] start request 31
            2021-08-26 12:28:43.424 [bus debug] arbitration start with 31
            2021-08-26 12:28:49.471 [bus debug] arbitration lost
            2021-08-26 12:28:49.471 [bus debug] ERR: arbitration lost during ready, retry
            2021-08-26 12:28:49.557 [update info] received MS cmd: 1008b5110101 / 09403d0013ff6e0000ff
            2021-08-26 12:28:49.557 [update notice] received unknown MS cmd: 1008b5110101 / 09403d0013ff6e0000ff
            2021-08-26 12:28:49.560 [bus debug] start request 31
            2021-08-26 12:28:49.560 [bus debug] arbitration start with 31
            2021-08-26 12:28:49.738 [bus debug] arbitration lost
            2021-08-26 12:28:49.738 [bus debug] ERR: arbitration lost during ready, retry
            2021-08-26 12:28:49.824 [update info] received MS cmd: 1076b5110101 / 09ff3d0013ff6e0000ff
            2021-08-26 12:28:49.824 [update notice] received unknown MS cmd: 1076b5110101 / 09ff3d0013ff6e0000ff
            2021-08-26 12:28:49.825 [bus debug] start request 31
            2021-08-26 12:28:49.826 [bus debug] arbitration start with 31
            2021-08-26 12:28:50.005 [bus debug] arbitration lost
            2021-08-26 12:28:50.005 [bus debug] notify request: ERR: arbitration lost
            2021-08-26 12:28:50.005 [bus info] scan 19 cmd: 3119070400
            2021-08-26 12:28:50.090 [update info] received MS cmd: 1076b512030f0201 / 0772030000801302
            2021-08-26 12:28:50.090 [update notice] received unknown MS cmd: 1076b512030f0201 / 0772030000801302
            2021-08-26 12:28:50.091 [bus debug] start request 31
            2021-08-26 12:28:50.091 [bus debug] arbitration start with 31
            2021-08-26 12:28:50.270 [bus debug] arbitration lost
            2021-08-26 12:28:50.270 [bus debug] notify request: ERR: arbitration lost
            2021-08-26 12:28:50.270 [main error] scan config 15: ERR: arbitration lost
            2021-08-26 12:28:50.387 [update info] received MS cmd: 1026b5230106 / 104502bd01bf01ac01e80100800080003c
            2021-08-26 12:28:50.387 [update notice] received unknown MS cmd: 1026b5230106 / 104502bd01bf01ac01e80100800080003c
            2021-08-26 12:28:50.390 [bus debug] start request 31
            2021-08-26 12:28:50.390 [bus debug] arbitration start with 31
            2021-08-26 12:28:50.567 [bus debug] arbitration lost
            2021-08-26 12:28:50.567 [bus debug] ERR: arbitration lost during ready, retry
            2021-08-26 12:28:50.679 [update info] received MS cmd: 1026b5230107 / 0f008000800080008000008000805705
            2021-08-26 12:28:50.679 [update notice] received unknown MS cmd: 1026b5230107 / 0f008000800080008000008000805705
            2021-08-26 12:28:50.680 [bus debug] start request 31
            2021-08-26 12:28:50.680 [bus debug] arbitration start with 31
            2021-08-26 12:28:50.859 [bus debug] arbitration lost
            2021-08-26 12:28:50.859 [bus debug] ERR: arbitration lost during ready, retry
            2021-08-26 12:28:50.945 [update info] received MS cmd: 1008b51009000000ffffff070000 / 0101
            2021-08-26 12:28:50.945 [update notice] received unknown MS cmd: 1008b51009000000ffffff070000 / 0101
            2021-08-26 12:28:50.948 [bus debug] start request 31
            2021-08-26 12:28:50.948 [bus debug] arbitration start with 31
            2021-08-26 12:28:51.035 [bus notice] max. symbols per second: 111
            2021-08-26 12:28:51.125 [bus debug] arbitration lost
            2021-08-26 12:28:51.125 [bus debug] ERR: arbitration lost during ready, retry
            2021-08-26 12:28:51.212 [update info] received MS cmd: 1076b51009000000ffffff010000 / 0101
            2021-08-26 12:28:51.212 [update notice] received unknown MS cmd: 1076b51009000000ffffff010000 / 0101
            2021-08-26 12:28:51.213 [bus debug] start request 31
            2021-08-26 12:28:51.213 [bus debug] arbitration start with 31
            2021-08-26 12:28:52.271 [main debug] performing regular tasks
            2021-08-26 12:28:52.271 [bus info] scan 26 cmd: 3126070400
            2021-08-26 12:28:52.591 [bus debug] arbitration lost
            2021-08-26 12:28:52.591 [bus debug] notify request: ERR: arbitration lost
            2021-08-26 12:28:52.591 [bus info] scan 1a cmd: 311a070400
            2021-08-26 12:28:52.698 [update info] received MS cmd: 1026b5230f05ffffff000000ffffffffffff0000 / 0101
            2021-08-26 12:28:52.698 [update notice] received unknown MS cmd: 1026b5230f05ffffff000000ffffffffffff0000 / 0101
            2021-08-26 12:28:52.700 [bus debug] start request 31
            2021-08-26 12:28:52.700 [bus debug] arbitration start with 31
            2021-08-26 12:28:52.879 [bus debug] arbitration lost
            2021-08-26 12:28:52.879 [bus debug] ERR: arbitration lost during ready, retry
            2021-08-26 12:28:52.944 [update info] received MS cmd: 1026b5230402000000 / 02019c
            2021-08-26 12:28:52.944 [update notice] received unknown MS cmd: 1026b5230402000000 / 02019c
            2021-08-26 12:28:52.946 [bus debug] start request 31
            2021-08-26 12:28:52.946 [bus debug] arbitration start with 31
            2021-08-26 12:28:53.123 [bus debug] arbitration lost
            2021-08-26 12:28:53.123 [bus debug] ERR: arbitration lost during ready, retry
            2021-08-26 12:28:53.188 [update info] received MS cmd: 1026b5230402010000 / 02019c
            2021-08-26 12:28:53.188 [update notice] received unknown MS cmd: 1026b5230402010000 / 02019c
            2021-08-26 12:28:53.189 [bus debug] start request 31
            2021-08-26 12:28:53.189 [bus debug] arbitration start with 31
            2021-08-26 12:28:53.367 [bus debug] arbitration lost
            2021-08-26 12:28:53.368 [bus debug] ERR: arbitration lost during ready, retry
            2021-08-26 12:28:53.432 [update info] received MS cmd: 1026b5230402020000 / 02019c
            2021-08-26 12:28:53.433 [update notice] received unknown MS cmd: 1026b5230402020000 / 02019c
            2021-08-26 12:28:53.435 [bus debug] start request 31
            2021-08-26 12:28:53.435 [bus debug] arbitration start with 31
            2021-08-26 12:28:59.483 [bus debug] arbitration lost
            2021-08-26 12:28:59.484 [bus debug] ERR: arbitration lost during ready, retry
            2021-08-26 12:28:59.570 [update info] received MS cmd: 1008b5110101 / 09403d0013ff6e0000ff
            2021-08-26 12:28:59.571 [update notice] received unknown MS cmd: 1008b5110101 / 09403d0013ff6e0000ff
            2021-08-26 12:28:59.573 [bus debug] start request 31
            2021-08-26 12:28:59.573 [bus debug] arbitration start with 31
            2021-08-26 12:28:59.751 [bus debug] arbitration lost
            2021-08-26 12:28:59.751 [bus debug] ERR: arbitration lost during ready, retry
            2021-08-26 12:28:59.837 [update info] received MS cmd: 1076b5110101 / 09ff3d0013ff6e0000ff
            2021-08-26 12:28:59.838 [update notice] received unknown MS cmd: 1076b5110101 / 09ff3d0013ff6e0000ff
            2021-08-26 12:28:59.839 [bus debug] start request 31
            2021-08-26 12:28:59.839 [bus debug] arbitration start with 31
            2021-08-26 12:29:00.018 [bus debug] arbitration lost
            2021-08-26 12:29:00.018 [bus debug] ERR: arbitration lost during ready, retry
            2021-08-26 12:29:00.103 [update info] received MS cmd: 1076b512030f0201 / 0772030000801302
            2021-08-26 12:29:00.103 [update notice] received unknown MS cmd: 1076b512030f0201 / 0772030000801302
            2021-08-26 12:29:00.104 [bus debug] start request 31
            2021-08-26 12:29:00.104 [bus debug] arbitration start with 31
            2021-08-26 12:29:00.283 [bus debug] arbitration lost
            2021-08-26 12:29:00.283 [bus debug] notify request: ERR: arbitration lost
            2021-08-26 12:29:00.283 [main error] scan config 26: ERR: arbitration lost
            2021-08-26 12:29:00.400 [update info] received MS cmd: 1026b5230106 / 104502bd01bf01ac01e80100800080003c
            2021-08-26 12:29:00.400 [update notice] received unknown MS cmd: 1026b5230106 / 104502bd01bf01ac01e80100800080003c
            2021-08-26 12:29:00.403 [bus debug] start request 31
            2021-08-26 12:29:00.403 [bus debug] arbitration start with 31
            2021-08-26 12:29:00.580 [bus debug] arbitration lost
            2021-08-26 12:29:00.580 [bus debug] notify request: ERR: arbitration lost
            2021-08-26 12:29:00.580 [bus info] scan 1b cmd: 311b070400
            2021-08-26 12:29:00.692 [update info] received MS cmd: 1026b5230107 / 0f008000800080008000008000805705
            2021-08-26 12:29:00.692 [update notice] received unknown MS cmd: 1026b5230107 / 0f008000800080008000008000805705
            2021-08-26 12:29:00.693 [bus debug] start request 31
            2021-08-26 12:29:00.693 [bus debug] arbitration start with 31
            2021-08-26 12:29:00.872 [bus debug] arbitration lost
            2021-08-26 12:29:00.872 [bus debug] ERR: arbitration lost during ready, retry
            2021-08-26 12:29:00.958 [update info] received MS cmd: 1008b51009000000ffffff070000 / 0101
            2021-08-26 12:29:00.958 [update notice] received unknown MS cmd: 1008b51009000000ffffff070000 / 0101
            2021-08-26 12:29:00.961 [bus debug] start request 31
            2021-08-26 12:29:00.961 [bus debug] arbitration start with 31
            2021-08-26 12:29:01.138 [bus debug] arbitration lost
            2021-08-26 12:29:01.138 [bus debug] ERR: arbitration lost during ready, retry
            2021-08-26 12:29:01.225 [update info] received MS cmd: 1076b51009000000ffffff010000 / 0101
            2021-08-26 12:29:01.225 [update notice] received unknown MS cmd: 1076b51009000000ffffff010000 / 0101
            2021-08-26 12:29:01.226 [bus debug] start request 31
            2021-08-26 12:29:01.226 [bus debug] arbitration start with 31
            2021-08-26 12:29:02.284 [main debug] performing regular tasks
            2021-08-26 12:29:02.284 [bus info] scan 76 cmd: 3176070400
            2021-08-26 12:29:02.646 [bus debug] arbitration lost
            2021-08-26 12:29:02.646 [bus debug] ERR: arbitration lost during ready, retry
            2021-08-26 12:29:02.753 [update info] received MS cmd: 1026b5230f05ffffff000000ffffffffffff0000 / 0101
            2021-08-26 12:29:02.753 [update notice] received unknown MS cmd: 1026b5230f05ffffff000000ffffffffffff0000 / 0101
            2021-08-26 12:29:02.755 [bus debug] start request 31
            2021-08-26 12:29:02.755 [bus debug] arbitration start with 31
            2021-08-26 12:29:02.933 [bus debug] arbitration lost
            2021-08-26 12:29:02.933 [bus debug] ERR: arbitration lost during ready, retry
            2021-08-26 12:29:02.998 [update info] received MS cmd: 1026b5230402000000 / 02019c
            2021-08-26 12:29:02.998 [update notice] received unknown MS cmd: 1026b5230402000000 / 02019c
            2021-08-26 12:29:03.000 [bus debug] start request 31
            2021-08-26 12:29:03.000 [bus debug] arbitration start with 31
            2021-08-26 12:29:03.178 [bus debug] arbitration lost
            2021-08-26 12:29:03.178 [bus debug] notify request: ERR: arbitration lost
            2021-08-26 12:29:03.178 [bus info] scan 1c cmd: 311c070400
            2021-08-26 12:29:03.243 [update info] received MS cmd: 1026b5230402010000 / 02019c
            2021-08-26 12:29:03.243 [update notice] received unknown MS cmd: 1026b5230402010000 / 02019c
            2021-08-26 12:29:03.244 [bus debug] start request 31
            2021-08-26 12:29:03.244 [bus debug] arbitration start with 31
            2021-08-26 12:29:03.423 [bus debug] arbitration lost
            2021-08-26 12:29:03.423 [bus debug] ERR: arbitration lost during ready, retry
            2021-08-26 12:29:03.488 [update info] received MS cmd: 1026b5230402020000 / 02019c
            2021-08-26 12:29:03.488 [update notice] received unknown MS cmd: 1026b5230402020000 / 02019c
            2021-08-26 12:29:03.489 [bus debug] start request 31
            2021-08-26 12:29:03.489 [bus debug] arbitration start with 31
            ^C2021-08-26 12:29:03.645 [main notice] SIGINT received
            2021-08-26 12:29:09.532 [bus debug] arbitration lost
            2021-08-26 12:29:09.532 [bus debug] ERR: arbitration lost during ready, retry
            2021-08-26 12:29:09.619 [update info] received MS cmd: 1008b5110101 / 09403d0013ff6e0000ff
            2021-08-26 12:29:09.619 [update notice] received unknown MS cmd: 1008b5110101 / 09403d0013ff6e0000ff
            2021-08-26 12:29:09.620 [bus debug] start request 31
            2021-08-26 12:29:09.620 [bus debug] arbitration start with 31
            received unknown MS cmd: 1008b51009000000ffffff070000 / 01012021-08-26 12:29:09.799 [bus debug] arbitration lost
            2021-08-26 12:29:09.799 [bus debug] ERR: arbitration lost during ready, retry
            2021-08-26 12:29:09.885 [update info] received MS cmd: 1076b5110101 / 09ff3d0013ff6e0000ff
            2021-08-26 12:29:09.885 [update notice] received unknown MS cmd: 1076b5110101 / 09ff3d0013ff6e0000ff
            2021-08-26 12:29:09.887 [bus debug] start request 31
            2021-08-26 12:29:09.887 [bus debug] arbitration start with 31
            2021-08-26 12:29:10.066 [bus debug] arbitration lost
            2021-08-26 12:29:10.066 [bus debug] ERR: arbitration lost during ready, retry
            2021-08-26 12:29:10.152 [update info] received MS cmd: 1076b512030f0201 / 0772030000801302
            2021-08-26 12:29:10.152 [update notice] received unknown MS cmd: 1076b512030f0201 / 0772030000801302
            2021-08-26 12:29:10.153 [bus debug] start request 31
            2021-08-26 12:29:10.153 [bus debug] arbitration start with 31
            2021-08-26 12:29:10.331 [bus debug] arbitration lost
            2021-08-26 12:29:10.331 [bus debug] notify request: ERR: arbitration lost
            2021-08-26 12:29:10.331 [main error] scan config 76: ERR: arbitration lost
            2021-08-26 12:29:10.361 [update info] received BC cmd: 10feb505025c00
            2021-08-26 12:29:10.361 [update notice] received unknown BC cmd: 10feb505025c00
            2021-08-26 12:29:10.363 [bus debug] start request 31
            2021-08-26 12:29:10.363 [bus debug] arbitration start with 31
            2021-08-26 12:29:10.454 [main notice] ebusd stopped
            
            GlasfaserG 1 Antwort Letzte Antwort
            0
            • GlasfaserG Glasfaser

              @glasfaser sagte in eBus Adapter Vaillant:

              usb-ESERA

              Stop den habe ich auch .... aber auf /dev/ttyUSB0

              Die Konfig wäre dann so bei mir und funktioniert auch :

              EBUSD_OPTS="-d /dev/ttyUSB0 --httpport=8889 --scanconfig=full --enablehex --latency=0 --configpath=http://ebusd.eu/config/ "
              
              F Offline
              F Offline
              floret88
              schrieb am zuletzt editiert von floret88
              #242

              @glasfaser Man glaubt es kaum, aber nach abnehmen des VRC700/4 und neu rauf stecken, ergibt sich nun eine neue Ansicht ;-)

              pi@raspberrypi:~ $ ebusctl i
              version: ebusd 21.2.v21.2
              signal: acquired
              symbol rate: 109
              max symbol rate: 122
              reconnects: 0
              masters: 4
              messages: 64
              conditional: 0
              poll: 0
              update: 10
              address 03: master #11
              address 08: slave #11, scanned "MF=Vaillant;ID=HMU00;SW=0308;HW=0403", loaded "vaillant/08.hmu.csv"
              address 10: master #2
              address 26: slave, scanned "MF=Vaillant;ID=VR_71;SW=0104;HW=0503"
              address 31: master #8, ebusd
              address 36: slave #8, ebusd
              address 71: master #9
              address 76: slave #9, scanned "MF=Vaillant;ID=VWZ00;SW=0308;HW=0403"
              
              pi@raspberrypi:~ $ ebusctl scan result
              1 scan(s) still running
              08;Vaillant;HMU00;0308;0403
              26;Vaillant;VR_71;0104;0503
              76;Vaillant;VWZ00;0308;0403
              
              pi@raspberrypi:~ $ ebusctl grab result
              1008b507010a / 03828202 = 1
              1008b5110100 / 09d90113000008000100 = 6
              1008b5160111 / 09010506100634060a06 = 1
              1026b5160111 / 090103010e0130010301 = 1
              1026b5230106 / 10ec01f401d5012202df0100800080003c = 34
              1026b5230107 / 0f008000800080008000008000805705 = 34
              1076b5110101 / 09ff3b6010ff690000ff = 33
              1076b5160111 / 00 = 1
              10feb505025c00 = 6
              10feb510020601 = 1
              1008b507020900 / 029f02 = 1
              1008b507020946 / 020202 = 5
              1008b512020464 / 0101 = 1
              1008b5120204ff / 0101 = 1
              1008b513020528 / 0101 = 1
              1076b512030f0000 / 074a030000801302 = 1
              1076b512030f0201 / 0748030000801302 = 33
              1076b51303040d00 / 02ffff = 6
              1008b516081000ffff0200212a / 0b0000ff02001a2b88f5014b = 4
              1008b516081002ffff02008129 / 0b12ffff0200812900000000 = 52
              1026b5030c0700ffffffffffffffffffff / 0101 = 1
              1026b516081000ffff0304212a / 0b2000ff03041a2b00000000 = 3
              1026b516081002ffff0304e12a / 0b2201ff0304e12a00000000 = 28
              1026b5230402000000 / 020105 = 1
              1026b5230402010000 / 020100 = 1
              1026b5230402020000 / 020105 = 1
              1026b5230b0401010100002022000000 / 0101 = 1
              1026b523040201013c / 020105 = 31
              1026b5230402000140 / 020105 = 31
              1026b5230402020146 / 020105 = 31
              1026b5230f05ffffff000000ffffffffffff0000 / 0101 = 32
              1076b51009000000ffffff010000 / 0101 = 31
              1076b510090000ffffffff050000 / 0101 = 1
              

              Was ist nun alles möglich? oder fehlen hier noch wichtige CSV Konfigurationen?

              Danke und LG

              GlasfaserG 1 Antwort Letzte Antwort
              0
              • F floret88

                @glasfaser Man glaubt es kaum, aber nach abnehmen des VRC700/4 und neu rauf stecken, ergibt sich nun eine neue Ansicht ;-)

                pi@raspberrypi:~ $ ebusctl i
                version: ebusd 21.2.v21.2
                signal: acquired
                symbol rate: 109
                max symbol rate: 122
                reconnects: 0
                masters: 4
                messages: 64
                conditional: 0
                poll: 0
                update: 10
                address 03: master #11
                address 08: slave #11, scanned "MF=Vaillant;ID=HMU00;SW=0308;HW=0403", loaded "vaillant/08.hmu.csv"
                address 10: master #2
                address 26: slave, scanned "MF=Vaillant;ID=VR_71;SW=0104;HW=0503"
                address 31: master #8, ebusd
                address 36: slave #8, ebusd
                address 71: master #9
                address 76: slave #9, scanned "MF=Vaillant;ID=VWZ00;SW=0308;HW=0403"
                
                pi@raspberrypi:~ $ ebusctl scan result
                1 scan(s) still running
                08;Vaillant;HMU00;0308;0403
                26;Vaillant;VR_71;0104;0503
                76;Vaillant;VWZ00;0308;0403
                
                pi@raspberrypi:~ $ ebusctl grab result
                1008b507010a / 03828202 = 1
                1008b5110100 / 09d90113000008000100 = 6
                1008b5160111 / 09010506100634060a06 = 1
                1026b5160111 / 090103010e0130010301 = 1
                1026b5230106 / 10ec01f401d5012202df0100800080003c = 34
                1026b5230107 / 0f008000800080008000008000805705 = 34
                1076b5110101 / 09ff3b6010ff690000ff = 33
                1076b5160111 / 00 = 1
                10feb505025c00 = 6
                10feb510020601 = 1
                1008b507020900 / 029f02 = 1
                1008b507020946 / 020202 = 5
                1008b512020464 / 0101 = 1
                1008b5120204ff / 0101 = 1
                1008b513020528 / 0101 = 1
                1076b512030f0000 / 074a030000801302 = 1
                1076b512030f0201 / 0748030000801302 = 33
                1076b51303040d00 / 02ffff = 6
                1008b516081000ffff0200212a / 0b0000ff02001a2b88f5014b = 4
                1008b516081002ffff02008129 / 0b12ffff0200812900000000 = 52
                1026b5030c0700ffffffffffffffffffff / 0101 = 1
                1026b516081000ffff0304212a / 0b2000ff03041a2b00000000 = 3
                1026b516081002ffff0304e12a / 0b2201ff0304e12a00000000 = 28
                1026b5230402000000 / 020105 = 1
                1026b5230402010000 / 020100 = 1
                1026b5230402020000 / 020105 = 1
                1026b5230b0401010100002022000000 / 0101 = 1
                1026b523040201013c / 020105 = 31
                1026b5230402000140 / 020105 = 31
                1026b5230402020146 / 020105 = 31
                1026b5230f05ffffff000000ffffffffffff0000 / 0101 = 32
                1076b51009000000ffffff010000 / 0101 = 31
                1076b510090000ffffffff050000 / 0101 = 1
                

                Was ist nun alles möglich? oder fehlen hier noch wichtige CSV Konfigurationen?

                Danke und LG

                GlasfaserG Offline
                GlasfaserG Offline
                Glasfaser
                schrieb am zuletzt editiert von
                #243

                @floret88 sagte in eBus Adapter Vaillant:

                address 26: slave, scanned "MF=Vaillant;ID=VR_71;SW=0104;HW=0503"

                Er erkennt aber nur ein Vaillant VR 71 Mischermodul , aber nicht den VRC700.
                Hast du mal alles ausgeschaltet ,so wie das aussieht ist der Bus zusammen gebrochen .

                Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                F 1 Antwort Letzte Antwort
                0
                • C Offline
                  C Offline
                  Cino
                  schrieb am zuletzt editiert von
                  #244

                  Ich würde den Bus mal neustarten ohne das Ersa Modul.

                  IOB@RPI4
                  Shelly, Zigbee, ebus

                  1 Antwort Letzte Antwort
                  0
                  • GlasfaserG Glasfaser

                    @floret88 sagte in eBus Adapter Vaillant:

                    address 26: slave, scanned "MF=Vaillant;ID=VR_71;SW=0104;HW=0503"

                    Er erkennt aber nur ein Vaillant VR 71 Mischermodul , aber nicht den VRC700.
                    Hast du mal alles ausgeschaltet ,so wie das aussieht ist der Bus zusammen gebrochen .

                    F Offline
                    F Offline
                    floret88
                    schrieb am zuletzt editiert von floret88
                    #245

                    @glasfaser Ok. Gibt es hier eine Abfolge wie das Ausschalten / Einschalten zu erfolgen hat.
                    @Cino Bzw. wie kann ich den Bus getrennt neu starten? Mittlerweile habe ich auch die Baudrate und auch die Latenzzeit herunter geschraubt.

                    Im FHEM Forum wird des weiteren Berichtet, dass man auch am Poti drehen soll. Was sagt Ihr dazu?
                    Anscheinend "müllt" auch der USB Adapter von ESERA den Bus ziemlich voll.

                    LG

                    GlasfaserG 1 Antwort Letzte Antwort
                    0
                    • F floret88

                      @glasfaser Ok. Gibt es hier eine Abfolge wie das Ausschalten / Einschalten zu erfolgen hat.
                      @Cino Bzw. wie kann ich den Bus getrennt neu starten? Mittlerweile habe ich auch die Baudrate und auch die Latenzzeit herunter geschraubt.

                      Im FHEM Forum wird des weiteren Berichtet, dass man auch am Poti drehen soll. Was sagt Ihr dazu?
                      Anscheinend "müllt" auch der USB Adapter von ESERA den Bus ziemlich voll.

                      LG

                      GlasfaserG Offline
                      GlasfaserG Offline
                      Glasfaser
                      schrieb am zuletzt editiert von Glasfaser
                      #246

                      @floret88 sagte in eBus Adapter Vaillant:

                      dass man auch am Poti drehen soll.

                      Du hast aber kein Fehler in deinen Log´s , da würde ich nicht rumschrauben

                      Beispiel mit Fehler im Log:

                      [bus notice] signal acquired
                      [bus error] signal lost
                      [bus notice] signal acquired
                      [bus error] signal lost
                      

                      Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                      1 Antwort Letzte Antwort
                      0
                      • F floret88

                        @floret88 Des Weiteren wollte ich Euch noch folgendes zeigen, um meine Aussagen zu verifizieren.
                        Es sieht gut aus, findet aber keine "richtige" Config Datei :-)

                        Kann es sein, dass ich einfach eine nicht unterstützte Software bzw. Hardware seitens Vaillant habe?

                        pi@raspberrypi:~ $ sudo ebusd --scanconfig=full --logfile=/var/log/ebusd.log --configpath=/etc/ebusd --loglevel=debug -f
                        2021-08-26 12:27:26.977 [main notice] ebusd 21.2.v21.2 started with full scan on device /dev/ttyUSB0
                        2021-08-26 12:27:26.977 [main info] loading configuration files from /etc/ebusd
                        2021-08-26 12:27:26.977 [main info] reading templates /
                        2021-08-26 12:27:26.978 [main info] read templates in /
                        2021-08-26 12:27:26.979 [main info] reading file broadcast.csv
                        2021-08-26 12:27:26.980 [main info] successfully read file broadcast.csv
                        2021-08-26 12:27:26.980 [main info] reading file memory.csv
                        2021-08-26 12:27:26.981 [main info] successfully read file memory.csv
                        2021-08-26 12:27:26.981 [main info] read config files
                        2021-08-26 12:27:26.988 [bus notice] bus started with own address 31/36
                        2021-08-26 12:27:26.989 [main info] registering data handlers
                        2021-08-26 12:27:26.989 [main info] registered data handlers
                        2021-08-26 12:27:26.991 [bus debug] ERR: SYN received during no signal, switching to ready
                        2021-08-26 12:27:26.992 [bus notice] signal acquired
                        2021-08-26 12:27:29.199 [bus notice] new master 10, master count 2
                        2021-08-26 12:27:29.259 [bus notice] new master 03, master count 3
                        2021-08-26 12:27:29.259 [update info] received MS cmd: 1008b5110101 / 09403d0013ff6e0000ff
                        2021-08-26 12:27:29.259 [update notice] received unknown MS cmd: 1008b5110101 / 09403d0013ff6e0000ff
                        2021-08-26 12:27:29.526 [bus notice] new master 71, master count 4
                        2021-08-26 12:27:29.526 [update info] received MS cmd: 1076b5110101 / 09ff3d0013ff6e0000ff
                        2021-08-26 12:27:29.526 [update notice] received unknown MS cmd: 1076b5110101 / 09ff3d0013ff6e0000ff
                        2021-08-26 12:27:29.792 [update info] received MS cmd: 1076b512030f0201 / 0773030000801302
                        2021-08-26 12:27:29.792 [update notice] received unknown MS cmd: 1076b512030f0201 / 0773030000801302
                        2021-08-26 12:27:30.089 [update info] received MS cmd: 1026b5230106 / 104502bd01bf01ad01e80100800080003c
                        2021-08-26 12:27:30.089 [update notice] received unknown MS cmd: 1026b5230106 / 104502bd01bf01ad01e80100800080003c
                        2021-08-26 12:27:30.381 [update info] received MS cmd: 1026b5230107 / 0f008000800080008000008000805705
                        2021-08-26 12:27:30.381 [update notice] received unknown MS cmd: 1026b5230107 / 0f008000800080008000008000805705
                        2021-08-26 12:27:30.647 [update info] received MS cmd: 1008b51009000000ffffff070000 / 0101
                        2021-08-26 12:27:30.647 [update notice] received unknown MS cmd: 1008b51009000000ffffff070000 / 0101
                        2021-08-26 12:27:30.914 [update info] received MS cmd: 1076b51009000000ffffff010000 / 0101
                        2021-08-26 12:27:30.914 [update notice] received unknown MS cmd: 1076b51009000000ffffff010000 / 0101
                        2021-08-26 12:27:31.003 [bus notice] max. symbols per second: 103
                        2021-08-26 12:27:32.398 [update info] received MS cmd: 1026b5230f05ffffff000000ffffffffffff0000 / 0101
                        2021-08-26 12:27:32.398 [update notice] received unknown MS cmd: 1026b5230f05ffffff000000ffffffffffff0000 / 0101
                        2021-08-26 12:27:32.643 [update info] received MS cmd: 1026b5230402000000 / 02019c
                        2021-08-26 12:27:32.643 [update notice] received unknown MS cmd: 1026b5230402000000 / 02019c
                        2021-08-26 12:27:32.888 [update info] received MS cmd: 1026b5230402010000 / 02019c
                        2021-08-26 12:27:32.888 [update notice] received unknown MS cmd: 1026b5230402010000 / 02019c
                        2021-08-26 12:27:33.132 [update info] received MS cmd: 1026b5230402020000 / 02019c
                        2021-08-26 12:27:33.133 [update notice] received unknown MS cmd: 1026b5230402020000 / 02019c
                        2021-08-26 12:27:36.989 [main debug] performing regular tasks
                        2021-08-26 12:27:36.989 [main notice] starting initial full scan
                        2021-08-26 12:27:36.989 [bus info] scan 02 cmd: 3102070400
                        2021-08-26 12:27:36.990 [bus debug] start request 31
                        2021-08-26 12:27:36.990 [bus debug] arbitration start with 31
                        2021-08-26 12:27:39.175 [bus debug] arbitration lost
                        2021-08-26 12:27:39.176 [bus debug] ERR: arbitration lost during ready, retry
                        2021-08-26 12:27:39.260 [update info] received MS cmd: 1008b5110101 / 09403d0013ff6e0000ff
                        2021-08-26 12:27:39.261 [update notice] received unknown MS cmd: 1008b5110101 / 09403d0013ff6e0000ff
                        2021-08-26 12:27:39.263 [bus debug] start request 31
                        2021-08-26 12:27:39.263 [bus debug] arbitration start with 31
                        2021-08-26 12:27:39.441 [bus debug] arbitration lost
                        2021-08-26 12:27:39.441 [bus debug] ERR: arbitration lost during ready, retry
                        2021-08-26 12:27:39.527 [update info] received MS cmd: 1076b5110101 / 09ff3d0013ff6e0000ff
                        2021-08-26 12:27:39.528 [update notice] received unknown MS cmd: 1076b5110101 / 09ff3d0013ff6e0000ff
                        2021-08-26 12:27:39.529 [bus debug] start request 31
                        2021-08-26 12:27:39.529 [bus debug] arbitration start with 31
                        2021-08-26 12:27:39.707 [bus debug] arbitration lost
                        2021-08-26 12:27:39.707 [bus debug] ERR: arbitration lost during ready, retry
                        2021-08-26 12:27:39.793 [update info] received MS cmd: 1076b512030f0201 / 0773030000801302
                        2021-08-26 12:27:39.793 [update notice] received unknown MS cmd: 1076b512030f0201 / 0773030000801302
                        2021-08-26 12:27:39.796 [bus debug] start request 31
                        2021-08-26 12:27:39.796 [bus debug] arbitration start with 31
                        2021-08-26 12:27:39.973 [bus debug] arbitration lost
                        2021-08-26 12:27:39.973 [bus debug] notify request: ERR: arbitration lost
                        2021-08-26 12:27:39.974 [bus info] scan 04 cmd: 3104070400
                        2021-08-26 12:27:40.090 [update info] received MS cmd: 1026b5230106 / 104502bd01bf01ad01e80100800080003c
                        2021-08-26 12:27:40.090 [update notice] received unknown MS cmd: 1026b5230106 / 104502bd01bf01ad01e80100800080003c
                        2021-08-26 12:27:40.092 [bus debug] start request 31
                        2021-08-26 12:27:40.092 [bus debug] arbitration start with 31
                        2021-08-26 12:27:40.270 [bus debug] arbitration lost
                        2021-08-26 12:27:40.270 [bus debug] ERR: arbitration lost during ready, retry
                        2021-08-26 12:27:40.383 [update info] received MS cmd: 1026b5230107 / 0f008000800080008000008000805705
                        2021-08-26 12:27:40.384 [update notice] received unknown MS cmd: 1026b5230107 / 0f008000800080008000008000805705
                        2021-08-26 12:27:40.387 [bus debug] start request 31
                        2021-08-26 12:27:40.387 [bus debug] arbitration start with 31
                        2021-08-26 12:27:40.563 [bus debug] arbitration lost
                        2021-08-26 12:27:40.564 [bus debug] ERR: arbitration lost during ready, retry
                        2021-08-26 12:27:40.648 [update info] received MS cmd: 1008b51009000000ffffff070000 / 0101
                        2021-08-26 12:27:40.649 [update notice] received unknown MS cmd: 1008b51009000000ffffff070000 / 0101
                        2021-08-26 12:27:40.650 [bus debug] start request 31
                        2021-08-26 12:27:40.651 [bus debug] arbitration start with 31
                        2021-08-26 12:27:40.828 [bus debug] arbitration lost
                        2021-08-26 12:27:40.829 [bus debug] ERR: arbitration lost during ready, retry
                        2021-08-26 12:27:40.915 [update info] received MS cmd: 1076b51009000000ffffff010000 / 0101
                        2021-08-26 12:27:40.916 [update notice] received unknown MS cmd: 1076b51009000000ffffff010000 / 0101
                        2021-08-26 12:27:40.918 [bus debug] start request 31
                        2021-08-26 12:27:40.918 [bus debug] arbitration start with 31
                        2021-08-26 12:27:42.336 [bus debug] arbitration lost
                        2021-08-26 12:27:42.337 [bus debug] notify request: ERR: arbitration lost
                        2021-08-26 12:27:42.337 [bus info] scan 05 cmd: 3105070400
                        2021-08-26 12:27:42.443 [update info] received MS cmd: 1026b5230f05ffffff000000ffffffffffff0000 / 0101
                        2021-08-26 12:27:42.443 [update notice] received unknown MS cmd: 1026b5230f05ffffff000000ffffffffffff0000 / 0101
                        2021-08-26 12:27:42.446 [bus debug] start request 31
                        2021-08-26 12:27:42.446 [bus debug] arbitration start with 31
                        2021-08-26 12:27:42.623 [bus debug] arbitration lost
                        2021-08-26 12:27:42.624 [bus debug] ERR: arbitration lost during ready, retry
                        2021-08-26 12:27:42.688 [update info] received MS cmd: 1026b5230402000000 / 02019c
                        2021-08-26 12:27:42.689 [update notice] received unknown MS cmd: 1026b5230402000000 / 02019c
                        2021-08-26 12:27:42.692 [bus debug] start request 31
                        2021-08-26 12:27:42.692 [bus debug] arbitration start with 31
                        2021-08-26 12:27:42.868 [bus debug] arbitration lost
                        2021-08-26 12:27:42.868 [bus debug] ERR: arbitration lost during ready, retry
                        2021-08-26 12:27:42.933 [update info] received MS cmd: 1026b5230402010000 / 02019c
                        2021-08-26 12:27:42.934 [update notice] received unknown MS cmd: 1026b5230402010000 / 02019c
                        2021-08-26 12:27:42.935 [bus debug] start request 31
                        2021-08-26 12:27:42.936 [bus debug] arbitration start with 31
                        2021-08-26 12:27:43.113 [bus debug] arbitration lost
                        2021-08-26 12:27:43.113 [bus debug] ERR: arbitration lost during ready, retry
                        2021-08-26 12:27:43.178 [update info] received MS cmd: 1026b5230402020000 / 02019c
                        2021-08-26 12:27:43.178 [update notice] received unknown MS cmd: 1026b5230402020000 / 02019c
                        2021-08-26 12:27:43.179 [bus debug] start request 31
                        2021-08-26 12:27:43.179 [bus debug] arbitration start with 31
                        2021-08-26 12:27:46.990 [main debug] performing regular tasks
                        2021-08-26 12:27:46.990 [bus info] scan 08 cmd: 3108070400
                        2021-08-26 12:27:49.220 [bus debug] arbitration lost
                        2021-08-26 12:27:49.220 [bus debug] notify request: ERR: arbitration lost
                        2021-08-26 12:27:49.220 [bus info] scan 06 cmd: 3106070400
                        2021-08-26 12:27:49.306 [update info] received MS cmd: 1008b5110101 / 09403d0013ff6e0000ff
                        2021-08-26 12:27:49.306 [update notice] received unknown MS cmd: 1008b5110101 / 09403d0013ff6e0000ff
                        2021-08-26 12:27:49.309 [bus debug] start request 31
                        2021-08-26 12:27:49.309 [bus debug] arbitration start with 31
                        2021-08-26 12:27:49.486 [bus debug] arbitration lost
                        2021-08-26 12:27:49.486 [bus debug] ERR: arbitration lost during ready, retry
                        2021-08-26 12:27:49.572 [update info] received MS cmd: 1076b5110101 / 09ff3d0013ff6e0000ff
                        2021-08-26 12:27:49.572 [update notice] received unknown MS cmd: 1076b5110101 / 09ff3d0013ff6e0000ff
                        2021-08-26 12:27:49.574 [bus debug] start request 31
                        2021-08-26 12:27:49.574 [bus debug] arbitration start with 31
                        2021-08-26 12:27:49.753 [bus debug] arbitration lost
                        2021-08-26 12:27:49.753 [bus debug] ERR: arbitration lost during ready, retry
                        2021-08-26 12:27:49.839 [update info] received MS cmd: 1076b512030f0201 / 0773030000801302
                        2021-08-26 12:27:49.839 [update notice] received unknown MS cmd: 1076b512030f0201 / 0773030000801302
                        2021-08-26 12:27:49.840 [bus debug] start request 31
                        2021-08-26 12:27:49.840 [bus debug] arbitration start with 31
                        2021-08-26 12:27:50.019 [bus debug] arbitration lost
                        2021-08-26 12:27:50.019 [bus debug] ERR: arbitration lost during ready, retry
                        2021-08-26 12:27:50.135 [update info] received MS cmd: 1026b5230106 / 104502bd01bf01ad01e70100800080003c
                        2021-08-26 12:27:50.135 [update notice] received unknown MS cmd: 1026b5230106 / 104502bd01bf01ad01e70100800080003c
                        2021-08-26 12:27:50.136 [bus debug] start request 31
                        2021-08-26 12:27:50.136 [bus debug] arbitration start with 31
                        2021-08-26 12:27:50.314 [bus debug] arbitration lost
                        2021-08-26 12:27:50.315 [bus debug] ERR: arbitration lost during ready, retry
                        2021-08-26 12:27:50.427 [update info] received MS cmd: 1026b5230107 / 0f008000800080008000008000805705
                        2021-08-26 12:27:50.428 [update notice] received unknown MS cmd: 1026b5230107 / 0f008000800080008000008000805705
                        2021-08-26 12:27:50.429 [bus debug] start request 31
                        2021-08-26 12:27:50.429 [bus debug] arbitration start with 31
                        2021-08-26 12:27:50.607 [bus debug] arbitration lost
                        2021-08-26 12:27:50.607 [bus debug] ERR: arbitration lost during ready, retry
                        2021-08-26 12:27:50.693 [update info] received MS cmd: 1008b51009000000ffffff070000 / 0101
                        2021-08-26 12:27:50.694 [update notice] received unknown MS cmd: 1008b51009000000ffffff070000 / 0101
                        2021-08-26 12:27:50.694 [bus debug] start request 31
                        2021-08-26 12:27:50.694 [bus debug] arbitration start with 31
                        2021-08-26 12:27:50.873 [bus debug] arbitration lost
                        2021-08-26 12:27:50.873 [bus debug] ERR: arbitration lost during ready, retry
                        2021-08-26 12:27:50.959 [update info] received MS cmd: 1076b51009000000ffffff010000 / 0101
                        2021-08-26 12:27:50.960 [update notice] received unknown MS cmd: 1076b51009000000ffffff010000 / 0101
                        2021-08-26 12:27:50.962 [bus debug] start request 31
                        2021-08-26 12:27:50.962 [bus debug] arbitration start with 31
                        2021-08-26 12:27:51.007 [bus notice] max. symbols per second: 110
                        2021-08-26 12:27:52.381 [bus debug] arbitration lost
                        2021-08-26 12:27:52.381 [bus debug] notify request: ERR: arbitration lost
                        2021-08-26 12:27:52.381 [main error] scan config 08: ERR: arbitration lost
                        2021-08-26 12:27:52.488 [update info] received MS cmd: 1026b5230f05ffffff000000ffffffffffff0000 / 0101
                        2021-08-26 12:27:52.488 [update notice] received unknown MS cmd: 1026b5230f05ffffff000000ffffffffffff0000 / 0101
                        2021-08-26 12:27:52.490 [bus debug] start request 31
                        2021-08-26 12:27:52.490 [bus debug] arbitration start with 31
                        2021-08-26 12:27:52.669 [bus debug] arbitration lost
                        2021-08-26 12:27:52.669 [bus debug] notify request: ERR: arbitration lost
                        2021-08-26 12:27:52.669 [bus info] scan 08 cmd: 3108070400
                        2021-08-26 12:27:52.734 [update info] received MS cmd: 1026b5230402000000 / 02019c
                        2021-08-26 12:27:52.734 [update notice] received unknown MS cmd: 1026b5230402000000 / 02019c
                        2021-08-26 12:27:52.736 [bus debug] start request 31
                        2021-08-26 12:27:52.736 [bus debug] arbitration start with 31
                        2021-08-26 12:27:52.914 [bus debug] arbitration lost
                        2021-08-26 12:27:52.914 [bus debug] ERR: arbitration lost during ready, retry
                        2021-08-26 12:27:52.979 [update info] received MS cmd: 1026b5230402010000 / 02019c
                        2021-08-26 12:27:52.979 [update notice] received unknown MS cmd: 1026b5230402010000 / 02019c
                        2021-08-26 12:27:52.981 [bus debug] start request 31
                        2021-08-26 12:27:52.981 [bus debug] arbitration start with 31
                        2021-08-26 12:27:53.158 [bus debug] arbitration lost
                        2021-08-26 12:27:53.158 [bus debug] ERR: arbitration lost during ready, retry
                        2021-08-26 12:27:53.223 [update info] received MS cmd: 1026b5230402020000 / 02019c
                        2021-08-26 12:27:53.223 [update notice] received unknown MS cmd: 1026b5230402020000 / 02019c
                        2021-08-26 12:27:53.225 [bus debug] start request 31
                        2021-08-26 12:27:53.225 [bus debug] arbitration start with 31
                        2021-08-26 12:27:54.382 [main debug] performing regular tasks
                        2021-08-26 12:27:54.382 [bus info] scan 15 cmd: 3115070400
                        2021-08-26 12:27:59.264 [bus debug] arbitration lost
                        2021-08-26 12:27:59.264 [bus debug] ERR: arbitration lost during ready, retry
                        2021-08-26 12:27:59.351 [update info] received MS cmd: 1008b5110101 / 09403d0013ff6e0000ff
                        2021-08-26 12:27:59.351 [update notice] received unknown MS cmd: 1008b5110101 / 09403d0013ff6e0000ff
                        2021-08-26 12:27:59.353 [bus debug] start request 31
                        2021-08-26 12:27:59.353 [bus debug] arbitration start with 31
                        2021-08-26 12:27:59.531 [bus debug] arbitration lost
                        2021-08-26 12:27:59.531 [bus debug] ERR: arbitration lost during ready, retry
                        2021-08-26 12:27:59.617 [update info] received MS cmd: 1076b5110101 / 09ff3d0013ff6e0000ff
                        2021-08-26 12:27:59.617 [update notice] received unknown MS cmd: 1076b5110101 / 09ff3d0013ff6e0000ff
                        2021-08-26 12:27:59.618 [bus debug] start request 31
                        2021-08-26 12:27:59.619 [bus debug] arbitration start with 31
                        2021-08-26 12:27:59.799 [bus debug] arbitration lost
                        2021-08-26 12:27:59.799 [bus debug] notify request: ERR: arbitration lost
                        2021-08-26 12:27:59.799 [bus info] scan 09 cmd: 3109070400
                        2021-08-26 12:27:59.884 [update info] received MS cmd: 1076b512030f0201 / 0773030000801302
                        2021-08-26 12:27:59.884 [update notice] received unknown MS cmd: 1076b512030f0201 / 0773030000801302
                        2021-08-26 12:27:59.886 [bus debug] start request 31
                        2021-08-26 12:27:59.886 [bus debug] arbitration start with 31
                        2021-08-26 12:28:00.064 [bus debug] arbitration lost
                        2021-08-26 12:28:00.064 [bus debug] ERR: arbitration lost during ready, retry
                        2021-08-26 12:28:00.182 [update info] received MS cmd: 1026b5230106 / 104502bd01bf01ad01e90100800080003c
                        2021-08-26 12:28:00.182 [update notice] received unknown MS cmd: 1026b5230106 / 104502bd01bf01ad01e90100800080003c
                        2021-08-26 12:28:00.185 [bus debug] start request 31
                        2021-08-26 12:28:00.185 [bus debug] arbitration start with 31
                        2021-08-26 12:28:00.361 [bus debug] arbitration lost
                        2021-08-26 12:28:00.361 [bus debug] ERR: arbitration lost during ready, retry
                        2021-08-26 12:28:00.473 [update info] received MS cmd: 1026b5230107 / 0f008000800080008000008000805705
                        2021-08-26 12:28:00.473 [update notice] received unknown MS cmd: 1026b5230107 / 0f008000800080008000008000805705
                        2021-08-26 12:28:00.475 [bus debug] start request 31
                        2021-08-26 12:28:00.475 [bus debug] arbitration start with 31
                        2021-08-26 12:28:00.654 [bus debug] arbitration lost
                        2021-08-26 12:28:00.654 [bus debug] ERR: arbitration lost during ready, retry
                        2021-08-26 12:28:00.739 [update info] received MS cmd: 1008b51009000000ffffff070000 / 0101
                        2021-08-26 12:28:00.739 [update notice] received unknown MS cmd: 1008b51009000000ffffff070000 / 0101
                        2021-08-26 12:28:00.741 [bus debug] start request 31
                        2021-08-26 12:28:00.741 [bus debug] arbitration start with 31
                        2021-08-26 12:28:00.918 [bus debug] arbitration lost
                        2021-08-26 12:28:00.918 [bus debug] ERR: arbitration lost during ready, retry
                        2021-08-26 12:28:01.005 [update info] received MS cmd: 1076b51009000000ffffff010000 / 0101
                        2021-08-26 12:28:01.005 [update notice] received unknown MS cmd: 1076b51009000000ffffff010000 / 0101
                        2021-08-26 12:28:01.006 [bus debug] start request 31
                        2021-08-26 12:28:01.006 [bus debug] arbitration start with 31
                        2021-08-26 12:28:02.426 [bus debug] arbitration lost
                        2021-08-26 12:28:02.426 [bus debug] notify request: ERR: arbitration lost
                        2021-08-26 12:28:02.427 [main error] scan config 15: ERR: arbitration lost
                        2021-08-26 12:28:02.533 [update info] received MS cmd: 1026b5230f05ffffff000000ffffffffffff0000 / 0101
                        2021-08-26 12:28:02.533 [update notice] received unknown MS cmd: 1026b5230f05ffffff000000ffffffffffff0000 / 0101
                        2021-08-26 12:28:02.534 [bus debug] start request 31
                        2021-08-26 12:28:02.534 [bus debug] arbitration start with 31
                        2021-08-26 12:28:02.714 [bus debug] arbitration lost
                        2021-08-26 12:28:02.714 [bus debug] ERR: arbitration lost during ready, retry
                        2021-08-26 12:28:02.778 [update info] received MS cmd: 1026b5230402000000 / 02019c
                        2021-08-26 12:28:02.778 [update notice] received unknown MS cmd: 1026b5230402000000 / 02019c
                        2021-08-26 12:28:02.780 [bus debug] start request 31
                        2021-08-26 12:28:02.780 [bus debug] arbitration start with 31
                        2021-08-26 12:28:02.958 [bus debug] arbitration lost
                        2021-08-26 12:28:02.958 [bus debug] notify request: ERR: arbitration lost
                        2021-08-26 12:28:02.958 [bus info] scan 0a cmd: 310a070400
                        2021-08-26 12:28:03.023 [update info] received MS cmd: 1026b5230402010000 / 02019c
                        2021-08-26 12:28:03.023 [update notice] received unknown MS cmd: 1026b5230402010000 / 02019c
                        2021-08-26 12:28:03.025 [bus debug] start request 31
                        2021-08-26 12:28:03.026 [bus debug] arbitration start with 31
                        2021-08-26 12:28:03.203 [bus debug] arbitration lost
                        2021-08-26 12:28:03.203 [bus debug] ERR: arbitration lost during ready, retry
                        2021-08-26 12:28:03.268 [update info] received MS cmd: 1026b5230402020000 / 02019c
                        2021-08-26 12:28:03.268 [update notice] received unknown MS cmd: 1026b5230402020000 / 02019c
                        2021-08-26 12:28:03.271 [bus debug] start request 31
                        2021-08-26 12:28:03.271 [bus debug] arbitration start with 31
                        2021-08-26 12:28:04.427 [main debug] performing regular tasks
                        2021-08-26 12:28:04.427 [bus info] scan 26 cmd: 3126070400
                        2021-08-26 12:28:09.316 [bus debug] arbitration lost
                        2021-08-26 12:28:09.316 [bus debug] ERR: arbitration lost during ready, retry
                        2021-08-26 12:28:09.403 [update info] received MS cmd: 1008b5110101 / 09403d0013ff6e0000ff
                        2021-08-26 12:28:09.403 [update notice] received unknown MS cmd: 1008b5110101 / 09403d0013ff6e0000ff
                        2021-08-26 12:28:09.405 [bus debug] start request 31
                        2021-08-26 12:28:09.405 [bus debug] arbitration start with 31
                        2021-08-26 12:28:09.582 [bus debug] arbitration lost
                        2021-08-26 12:28:09.582 [bus debug] ERR: arbitration lost during ready, retry
                        2021-08-26 12:28:09.668 [update info] received MS cmd: 1076b5110101 / 09ff3d0013ff6e0000ff
                        2021-08-26 12:28:09.668 [update notice] received unknown MS cmd: 1076b5110101 / 09ff3d0013ff6e0000ff
                        2021-08-26 12:28:09.671 [bus debug] start request 31
                        2021-08-26 12:28:09.671 [bus debug] arbitration start with 31
                        2021-08-26 12:28:09.849 [bus debug] arbitration lost
                        2021-08-26 12:28:09.849 [bus debug] ERR: arbitration lost during ready, retry
                        2021-08-26 12:28:09.935 [update info] received MS cmd: 1076b512030f0201 / 0773030000801302
                        2021-08-26 12:28:09.936 [update notice] received unknown MS cmd: 1076b512030f0201 / 0773030000801302
                        2021-08-26 12:28:09.938 [bus debug] start request 31
                        2021-08-26 12:28:09.939 [bus debug] arbitration start with 31
                        2021-08-26 12:28:10.115 [bus debug] arbitration lost
                        2021-08-26 12:28:10.115 [bus debug] ERR: arbitration lost during ready, retry
                        2021-08-26 12:28:10.144 [update info] received BC cmd: 10feb505025c00
                        2021-08-26 12:28:10.144 [update notice] received unknown BC cmd: 10feb505025c00
                        2021-08-26 12:28:10.146 [bus debug] start request 31
                        2021-08-26 12:28:10.146 [bus debug] arbitration start with 31
                        2021-08-26 12:28:10.325 [bus debug] arbitration lost
                        2021-08-26 12:28:10.325 [bus debug] notify request: ERR: arbitration lost
                        2021-08-26 12:28:10.325 [bus info] scan 0b cmd: 310b070400
                        2021-08-26 12:28:10.442 [update info] received MS cmd: 1026b5230106 / 104502bd01bf01ad01e70100800080003c
                        2021-08-26 12:28:10.443 [update notice] received unknown MS cmd: 1026b5230106 / 104502bd01bf01ad01e70100800080003c
                        2021-08-26 12:28:10.444 [bus debug] start request 31
                        2021-08-26 12:28:10.445 [bus debug] arbitration start with 31
                        2021-08-26 12:28:10.621 [bus debug] arbitration lost
                        2021-08-26 12:28:10.622 [bus debug] ERR: arbitration lost during ready, retry
                        2021-08-26 12:28:10.733 [update info] received MS cmd: 1026b5230107 / 0f008000800080008000008000805705
                        2021-08-26 12:28:10.734 [update notice] received unknown MS cmd: 1026b5230107 / 0f008000800080008000008000805705
                        2021-08-26 12:28:10.735 [bus debug] start request 31
                        2021-08-26 12:28:10.735 [bus debug] arbitration start with 31
                        2021-08-26 12:28:10.914 [bus debug] arbitration lost
                        2021-08-26 12:28:10.914 [bus debug] ERR: arbitration lost during ready, retry
                        2021-08-26 12:28:11.001 [update info] received MS cmd: 1008b51009000000ffffff070000 / 0101
                        2021-08-26 12:28:11.001 [update notice] received unknown MS cmd: 1008b51009000000ffffff070000 / 0101
                        2021-08-26 12:28:11.004 [bus debug] start request 31
                        2021-08-26 12:28:11.005 [bus debug] arbitration start with 31
                        2021-08-26 12:28:11.182 [bus debug] arbitration lost
                        2021-08-26 12:28:11.182 [bus debug] notify request: ERR: arbitration lost
                        2021-08-26 12:28:11.182 [main error] scan config 26: ERR: arbitration lost
                        2021-08-26 12:28:11.247 [update info] received MS cmd: 1008b507020900 / 029f02
                        2021-08-26 12:28:11.247 [update notice] received unknown MS cmd: 1008b507020900 / 029f02
                        2021-08-26 12:28:11.249 [bus debug] start request 31
                        2021-08-26 12:28:11.249 [bus debug] arbitration start with 31
                        2021-08-26 12:28:11.426 [bus debug] arbitration lost
                        2021-08-26 12:28:11.426 [bus debug] ERR: arbitration lost during ready, retry
                        2021-08-26 12:28:11.513 [update info] received MS cmd: 1076b51009000000ffffff010000 / 0101
                        2021-08-26 12:28:11.513 [update notice] received unknown MS cmd: 1076b51009000000ffffff010000 / 0101
                        2021-08-26 12:28:11.514 [bus debug] start request 31
                        2021-08-26 12:28:11.515 [bus debug] arbitration start with 31
                        2021-08-26 12:28:11.693 [bus debug] arbitration lost
                        2021-08-26 12:28:11.693 [bus debug] ERR: arbitration lost during ready, retry
                        2021-08-26 12:28:11.781 [update info] received MS cmd: 1008b5040100 / 0a03122812260804210013
                        2021-08-26 12:28:11.781 [update notice] received unknown MS cmd: 1008b5040100 / 0a03122812260804210013
                        2021-08-26 12:28:11.784 [bus debug] start request 31
                        2021-08-26 12:28:11.784 [bus debug] arbitration start with 31
                        2021-08-26 12:28:11.962 [bus debug] arbitration lost
                        2021-08-26 12:28:11.962 [bus debug] notify request: ERR: arbitration lost
                        2021-08-26 12:28:11.962 [bus info] scan 0c cmd: 310c070400
                        2021-08-26 12:28:12.017 [update info] received BC cmd: 10feb516080010281226080421
                        2021-08-26 12:28:12.017 [update notice] received unknown BC cmd: 10feb516080010281226080421
                        2021-08-26 12:28:12.018 [bus debug] start request 31
                        2021-08-26 12:28:12.018 [bus debug] arbitration start with 31
                        2021-08-26 12:28:12.197 [bus debug] arbitration lost
                        2021-08-26 12:28:12.197 [bus debug] ERR: arbitration lost during ready, retry
                        2021-08-26 12:28:12.283 [update info] received MS cmd: 1008b5110100 / 09030214000000000100
                        2021-08-26 12:28:12.283 [update notice] received unknown MS cmd: 1008b5110100 / 09030214000000000100
                        2021-08-26 12:28:12.284 [bus debug] start request 31
                        2021-08-26 12:28:12.284 [bus debug] arbitration start with 31
                        2021-08-26 12:28:12.463 [bus debug] arbitration lost
                        2021-08-26 12:28:12.463 [bus debug] ERR: arbitration lost during ready, retry
                        2021-08-26 12:28:12.529 [update info] received MS cmd: 1076b51303040d00 / 02ffff
                        2021-08-26 12:28:12.529 [update notice] received unknown MS cmd: 1076b51303040d00 / 02ffff
                        2021-08-26 12:28:12.530 [bus debug] start request 31
                        2021-08-26 12:28:12.530 [bus debug] arbitration start with 31
                        2021-08-26 12:28:12.708 [bus debug] arbitration lost
                        2021-08-26 12:28:12.708 [bus debug] ERR: arbitration lost during ready, retry
                        2021-08-26 12:28:12.815 [update info] received MS cmd: 1026b5230f05ffffff000000ffffffffffff0000 / 0101
                        2021-08-26 12:28:12.815 [update notice] received unknown MS cmd: 1026b5230f05ffffff000000ffffffffffff0000 / 0101
                        2021-08-26 12:28:12.816 [bus debug] start request 31
                        2021-08-26 12:28:12.816 [bus debug] arbitration start with 31
                        2021-08-26 12:28:12.995 [bus debug] arbitration lost
                        2021-08-26 12:28:12.995 [bus debug] notify request: ERR: arbitration lost
                        2021-08-26 12:28:12.995 [bus info] scan 0d cmd: 310d070400
                        2021-08-26 12:28:13.060 [update info] received MS cmd: 1026b5230402000000 / 02019c
                        2021-08-26 12:28:13.060 [update notice] received unknown MS cmd: 1026b5230402000000 / 02019c
                        2021-08-26 12:28:13.062 [bus debug] start request 31
                        2021-08-26 12:28:13.062 [bus debug] arbitration start with 31
                        2021-08-26 12:28:13.182 [main debug] performing regular tasks
                        2021-08-26 12:28:13.182 [bus info] scan 76 cmd: 3176070400
                        2021-08-26 12:28:13.239 [bus debug] arbitration lost
                        2021-08-26 12:28:13.240 [bus debug] ERR: arbitration lost during ready, retry
                        2021-08-26 12:28:13.303 [update info] received MS cmd: 1026b5230402010000 / 02019c
                        2021-08-26 12:28:13.304 [update notice] received unknown MS cmd: 1026b5230402010000 / 02019c
                        2021-08-26 12:28:13.305 [bus debug] start request 31
                        2021-08-26 12:28:13.306 [bus debug] arbitration start with 31
                        2021-08-26 12:28:13.483 [bus debug] arbitration lost
                        2021-08-26 12:28:13.484 [bus debug] ERR: arbitration lost during ready, retry
                        2021-08-26 12:28:13.517 [update info] received BC cmd: 10feb51603010013
                        2021-08-26 12:28:13.518 [update notice] received unknown BC cmd: 10feb51603010013
                        2021-08-26 12:28:13.519 [bus debug] start request 31
                        2021-08-26 12:28:13.519 [bus debug] arbitration start with 31
                        2021-08-26 12:28:13.697 [bus debug] arbitration lost
                        2021-08-26 12:28:13.697 [bus debug] ERR: arbitration lost during ready, retry
                        2021-08-26 12:28:13.763 [update info] received MS cmd: 1026b5230402020000 / 02019c
                        2021-08-26 12:28:13.764 [update notice] received unknown MS cmd: 1026b5230402020000 / 02019c
                        2021-08-26 12:28:13.766 [bus debug] start request 31
                        2021-08-26 12:28:13.766 [bus debug] arbitration start with 31
                        2021-08-26 12:28:19.343 [bus debug] arbitration lost
                        2021-08-26 12:28:19.344 [bus debug] ERR: arbitration lost during ready, retry
                        2021-08-26 12:28:19.430 [update info] received MS cmd: 1008b5110101 / 09403d0013ff6e0000ff
                        2021-08-26 12:28:19.431 [update notice] received unknown MS cmd: 1008b5110101 / 09403d0013ff6e0000ff
                        2021-08-26 12:28:19.432 [bus debug] start request 31
                        2021-08-26 12:28:19.432 [bus debug] arbitration start with 31
                        2021-08-26 12:28:19.610 [bus debug] arbitration lost
                        2021-08-26 12:28:19.610 [bus debug] ERR: arbitration lost during ready, retry
                        2021-08-26 12:28:19.697 [update info] received MS cmd: 1076b5110101 / 09ff3d0013ff6e0000ff
                        2021-08-26 12:28:19.698 [update notice] received unknown MS cmd: 1076b5110101 / 09ff3d0013ff6e0000ff
                        2021-08-26 12:28:19.699 [bus debug] start request 31
                        2021-08-26 12:28:19.699 [bus debug] arbitration start with 31
                        2021-08-26 12:28:19.877 [bus debug] arbitration lost
                        2021-08-26 12:28:19.878 [bus debug] ERR: arbitration lost during ready, retry
                        2021-08-26 12:28:19.963 [update info] received MS cmd: 1076b512030f0201 / 0773030000801302
                        2021-08-26 12:28:19.964 [update notice] received unknown MS cmd: 1076b512030f0201 / 0773030000801302
                        2021-08-26 12:28:19.967 [bus debug] start request 31
                        2021-08-26 12:28:19.967 [bus debug] arbitration start with 31
                        2021-08-26 12:28:20.145 [bus debug] arbitration lost
                        2021-08-26 12:28:20.146 [bus debug] notify request: ERR: arbitration lost
                        2021-08-26 12:28:20.147 [bus info] scan 0e cmd: 310e070400
                        2021-08-26 12:28:20.262 [update info] received MS cmd: 1026b5230106 / 104502bd01bf01ad01e80100800080003c
                        2021-08-26 12:28:20.263 [update notice] received unknown MS cmd: 1026b5230106 / 104502bd01bf01ad01e80100800080003c
                        2021-08-26 12:28:20.266 [bus debug] start request 31
                        2021-08-26 12:28:20.266 [bus debug] arbitration start with 31
                        2021-08-26 12:28:20.441 [bus debug] arbitration lost
                        2021-08-26 12:28:20.442 [bus debug] notify request: ERR: arbitration lost
                        2021-08-26 12:28:20.442 [main error] scan config 76: ERR: arbitration lost
                        2021-08-26 12:28:20.554 [update info] received MS cmd: 1026b5230107 / 0f008000800080008000008000805705
                        2021-08-26 12:28:20.555 [update notice] received unknown MS cmd: 1026b5230107 / 0f008000800080008000008000805705
                        2021-08-26 12:28:20.558 [bus debug] start request 31
                        2021-08-26 12:28:20.558 [bus debug] arbitration start with 31
                        2021-08-26 12:28:20.735 [bus debug] arbitration lost
                        2021-08-26 12:28:20.735 [bus debug] ERR: arbitration lost during ready, retry
                        2021-08-26 12:28:20.822 [update info] received MS cmd: 1008b51009000000ffffff070000 / 0101
                        2021-08-26 12:28:20.822 [update notice] received unknown MS cmd: 1008b51009000000ffffff070000 / 0101
                        2021-08-26 12:28:20.824 [bus debug] start request 31
                        2021-08-26 12:28:20.824 [bus debug] arbitration start with 31
                        2021-08-26 12:28:21.002 [bus debug] arbitration lost
                        2021-08-26 12:28:21.002 [bus debug] ERR: arbitration lost during ready, retry
                        2021-08-26 12:28:21.089 [update info] received MS cmd: 1076b51009000000ffffff010000 / 0101
                        2021-08-26 12:28:21.089 [update notice] received unknown MS cmd: 1076b51009000000ffffff010000 / 0101
                        2021-08-26 12:28:21.091 [bus debug] start request 31
                        2021-08-26 12:28:21.091 [bus debug] arbitration start with 31
                        2021-08-26 12:28:22.443 [main debug] performing regular tasks
                        2021-08-26 12:28:22.510 [bus debug] arbitration lost
                        2021-08-26 12:28:22.510 [bus debug] ERR: arbitration lost during ready, retry
                        2021-08-26 12:28:22.617 [update info] received MS cmd: 1026b5230f05ffffff000000ffffffffffff0000 / 0101
                        2021-08-26 12:28:22.617 [update notice] received unknown MS cmd: 1026b5230f05ffffff000000ffffffffffff0000 / 0101
                        2021-08-26 12:28:22.619 [bus debug] start request 31
                        2021-08-26 12:28:22.619 [bus debug] arbitration start with 31
                        2021-08-26 12:28:22.798 [bus debug] arbitration lost
                        2021-08-26 12:28:22.798 [bus debug] notify request: ERR: arbitration lost
                        2021-08-26 12:28:22.798 [bus info] scan 12 cmd: 3112070400
                        2021-08-26 12:28:22.863 [update info] received MS cmd: 1026b5230402000000 / 02019c
                        2021-08-26 12:28:22.863 [update notice] received unknown MS cmd: 1026b5230402000000 / 02019c
                        2021-08-26 12:28:22.865 [bus debug] start request 31
                        2021-08-26 12:28:22.865 [bus debug] arbitration start with 31
                        2021-08-26 12:28:23.043 [bus debug] arbitration lost
                        2021-08-26 12:28:23.043 [bus debug] ERR: arbitration lost during ready, retry
                        2021-08-26 12:28:23.108 [update info] received MS cmd: 1026b5230402010000 / 02019c
                        2021-08-26 12:28:23.108 [update notice] received unknown MS cmd: 1026b5230402010000 / 02019c
                        2021-08-26 12:28:23.111 [bus debug] start request 31
                        2021-08-26 12:28:23.111 [bus debug] arbitration start with 31
                        2021-08-26 12:28:23.288 [bus debug] arbitration lost
                        2021-08-26 12:28:23.288 [bus debug] ERR: arbitration lost during ready, retry
                        2021-08-26 12:28:23.353 [update info] received MS cmd: 1026b5230402020000 / 02019c
                        2021-08-26 12:28:23.353 [update notice] received unknown MS cmd: 1026b5230402020000 / 02019c
                        2021-08-26 12:28:23.354 [bus debug] start request 31
                        2021-08-26 12:28:23.354 [bus debug] arbitration start with 31
                        2021-08-26 12:28:29.403 [bus debug] arbitration lost
                        2021-08-26 12:28:29.403 [bus debug] ERR: arbitration lost during ready, retry
                        2021-08-26 12:28:29.488 [update info] received MS cmd: 1008b5110101 / 09403d0013ff6e0000ff
                        2021-08-26 12:28:29.488 [update notice] received unknown MS cmd: 1008b5110101 / 09403d0013ff6e0000ff
                        2021-08-26 12:28:29.489 [bus debug] start request 31
                        2021-08-26 12:28:29.489 [bus debug] arbitration start with 31
                        2021-08-26 12:28:29.668 [bus debug] arbitration lost
                        2021-08-26 12:28:29.668 [bus debug] notify request: ERR: arbitration lost
                        2021-08-26 12:28:29.668 [bus info] scan 14 cmd: 3114070400
                        2021-08-26 12:28:29.754 [update info] received MS cmd: 1076b5110101 / 09ff3d0013ff6e0000ff
                        2021-08-26 12:28:29.754 [update notice] received unknown MS cmd: 1076b5110101 / 09ff3d0013ff6e0000ff
                        2021-08-26 12:28:29.756 [bus debug] start request 31
                        2021-08-26 12:28:29.756 [bus debug] arbitration start with 31
                        2021-08-26 12:28:29.936 [bus debug] arbitration lost
                        2021-08-26 12:28:29.936 [bus debug] ERR: arbitration lost during ready, retry
                        2021-08-26 12:28:30.021 [update info] received MS cmd: 1076b512030f0201 / 0773030000801302
                        2021-08-26 12:28:30.021 [update notice] received unknown MS cmd: 1076b512030f0201 / 0773030000801302
                        2021-08-26 12:28:30.022 [bus debug] start request 31
                        2021-08-26 12:28:30.022 [bus debug] arbitration start with 31
                        2021-08-26 12:28:30.201 [bus debug] arbitration lost
                        2021-08-26 12:28:30.201 [bus debug] ERR: arbitration lost during ready, retry
                        2021-08-26 12:28:30.318 [update info] received MS cmd: 1026b5230106 / 104502bd01bf01ad01e70100800080003c
                        2021-08-26 12:28:30.318 [update notice] received unknown MS cmd: 1026b5230106 / 104502bd01bf01ad01e70100800080003c
                        2021-08-26 12:28:30.320 [bus debug] start request 31
                        2021-08-26 12:28:30.320 [bus debug] arbitration start with 31
                        2021-08-26 12:28:30.498 [bus debug] arbitration lost
                        2021-08-26 12:28:30.499 [bus debug] ERR: arbitration lost during ready, retry
                        2021-08-26 12:28:30.611 [update info] received MS cmd: 1026b5230107 / 0f008000800080008000008000805705
                        2021-08-26 12:28:30.612 [update notice] received unknown MS cmd: 1026b5230107 / 0f008000800080008000008000805705
                        2021-08-26 12:28:30.613 [bus debug] start request 31
                        2021-08-26 12:28:30.613 [bus debug] arbitration start with 31
                        2021-08-26 12:28:30.791 [bus debug] arbitration lost
                        2021-08-26 12:28:30.791 [bus debug] notify request: ERR: arbitration lost
                        2021-08-26 12:28:30.792 [bus info] scan 15 cmd: 3115070400
                        2021-08-26 12:28:30.879 [update info] received MS cmd: 1008b51009000000ffffff070000 / 0101
                        2021-08-26 12:28:30.880 [update notice] received unknown MS cmd: 1008b51009000000ffffff070000 / 0101
                        2021-08-26 12:28:30.882 [bus debug] start request 31
                        2021-08-26 12:28:30.882 [bus debug] arbitration start with 31
                        2021-08-26 12:28:31.059 [bus debug] arbitration lost
                        2021-08-26 12:28:31.059 [bus debug] ERR: arbitration lost during ready, retry
                        2021-08-26 12:28:31.145 [update info] received MS cmd: 1076b51009000000ffffff010000 / 0101
                        2021-08-26 12:28:31.145 [update notice] received unknown MS cmd: 1076b51009000000ffffff010000 / 0101
                        2021-08-26 12:28:31.148 [bus debug] start request 31
                        2021-08-26 12:28:31.148 [bus debug] arbitration start with 31
                        2021-08-26 12:28:32.444 [main debug] performing regular tasks
                        2021-08-26 12:28:32.444 [bus info] scan 08 cmd: 3108070400
                        2021-08-26 12:28:32.526 [bus debug] arbitration lost
                        2021-08-26 12:28:32.526 [bus debug] ERR: arbitration lost during ready, retry
                        2021-08-26 12:28:32.633 [update info] received MS cmd: 1026b5230f05ffffff000000ffffffffffff0000 / 0101
                        2021-08-26 12:28:32.633 [update notice] received unknown MS cmd: 1026b5230f05ffffff000000ffffffffffff0000 / 0101
                        2021-08-26 12:28:32.634 [bus debug] start request 31
                        2021-08-26 12:28:32.635 [bus debug] arbitration start with 31
                        2021-08-26 12:28:32.813 [bus debug] arbitration lost
                        2021-08-26 12:28:32.813 [bus debug] ERR: arbitration lost during ready, retry
                        2021-08-26 12:28:32.878 [update info] received MS cmd: 1026b5230402000000 / 02019c
                        2021-08-26 12:28:32.878 [update notice] received unknown MS cmd: 1026b5230402000000 / 02019c
                        2021-08-26 12:28:32.880 [bus debug] start request 31
                        2021-08-26 12:28:32.880 [bus debug] arbitration start with 31
                        2021-08-26 12:28:33.058 [bus debug] arbitration lost
                        2021-08-26 12:28:33.058 [bus debug] ERR: arbitration lost during ready, retry
                        2021-08-26 12:28:33.122 [update info] received MS cmd: 1026b5230402010000 / 02019c
                        2021-08-26 12:28:33.122 [update notice] received unknown MS cmd: 1026b5230402010000 / 02019c
                        2021-08-26 12:28:33.124 [bus debug] start request 31
                        2021-08-26 12:28:33.124 [bus debug] arbitration start with 31
                        2021-08-26 12:28:33.302 [bus debug] arbitration lost
                        2021-08-26 12:28:33.302 [bus debug] ERR: arbitration lost during ready, retry
                        2021-08-26 12:28:33.367 [update info] received MS cmd: 1026b5230402020000 / 02019c
                        2021-08-26 12:28:33.367 [update notice] received unknown MS cmd: 1026b5230402020000 / 02019c
                        2021-08-26 12:28:33.369 [bus debug] start request 31
                        2021-08-26 12:28:33.369 [bus debug] arbitration start with 31
                        2021-08-26 12:28:39.419 [bus debug] arbitration lost
                        2021-08-26 12:28:39.419 [bus debug] notify request: ERR: arbitration lost
                        2021-08-26 12:28:39.419 [bus info] scan 16 cmd: 3116070400
                        2021-08-26 12:28:39.505 [update info] received MS cmd: 1008b5110101 / 09403d0013ff6e0000ff
                        2021-08-26 12:28:39.505 [update notice] received unknown MS cmd: 1008b5110101 / 09403d0013ff6e0000ff
                        2021-08-26 12:28:39.508 [bus debug] start request 31
                        2021-08-26 12:28:39.508 [bus debug] arbitration start with 31
                        2021-08-26 12:28:39.685 [bus debug] arbitration lost
                        2021-08-26 12:28:39.685 [bus debug] ERR: arbitration lost during ready, retry
                        2021-08-26 12:28:39.771 [update info] received MS cmd: 1076b5110101 / 09ff3d0013ff6e0000ff
                        2021-08-26 12:28:39.771 [update notice] received unknown MS cmd: 1076b5110101 / 09ff3d0013ff6e0000ff
                        2021-08-26 12:28:39.773 [bus debug] start request 31
                        2021-08-26 12:28:39.773 [bus debug] arbitration start with 31
                        2021-08-26 12:28:39.952 [bus debug] arbitration lost
                        2021-08-26 12:28:39.952 [bus debug] ERR: arbitration lost during ready, retry
                        2021-08-26 12:28:40.038 [update info] received MS cmd: 1076b512030f0201 / 0773030000801302
                        2021-08-26 12:28:40.038 [update notice] received unknown MS cmd: 1076b512030f0201 / 0773030000801302
                        2021-08-26 12:28:40.041 [bus debug] start request 31
                        2021-08-26 12:28:40.041 [bus debug] arbitration start with 31
                        2021-08-26 12:28:40.218 [bus debug] arbitration lost
                        2021-08-26 12:28:40.218 [bus debug] notify request: ERR: arbitration lost
                        2021-08-26 12:28:40.218 [main error] scan config 08: ERR: arbitration lost
                        2021-08-26 12:28:40.334 [update info] received MS cmd: 1026b5230106 / 104502bd01bf01ac01e80100800080003c
                        2021-08-26 12:28:40.334 [update notice] received unknown MS cmd: 1026b5230106 / 104502bd01bf01ac01e80100800080003c
                        2021-08-26 12:28:40.335 [bus debug] start request 31
                        2021-08-26 12:28:40.335 [bus debug] arbitration start with 31
                        2021-08-26 12:28:40.514 [bus debug] arbitration lost
                        2021-08-26 12:28:40.514 [bus debug] ERR: arbitration lost during ready, retry
                        2021-08-26 12:28:40.627 [update info] received MS cmd: 1026b5230107 / 0f008000800080008000008000805705
                        2021-08-26 12:28:40.627 [update notice] received unknown MS cmd: 1026b5230107 / 0f008000800080008000008000805705
                        2021-08-26 12:28:40.628 [bus debug] start request 31
                        2021-08-26 12:28:40.628 [bus debug] arbitration start with 31
                        2021-08-26 12:28:40.807 [bus debug] arbitration lost
                        2021-08-26 12:28:40.807 [bus debug] ERR: arbitration lost during ready, retry
                        2021-08-26 12:28:40.893 [update info] received MS cmd: 1008b51009000000ffffff070000 / 0101
                        2021-08-26 12:28:40.893 [update notice] received unknown MS cmd: 1008b51009000000ffffff070000 / 0101
                        2021-08-26 12:28:40.895 [bus debug] start request 31
                        2021-08-26 12:28:40.895 [bus debug] arbitration start with 31
                        2021-08-26 12:28:41.072 [bus debug] arbitration lost
                        2021-08-26 12:28:41.072 [bus debug] notify request: ERR: arbitration lost
                        2021-08-26 12:28:41.072 [bus info] scan 18 cmd: 3118070400
                        2021-08-26 12:28:41.159 [update info] received MS cmd: 1076b51009000000ffffff010000 / 0101
                        2021-08-26 12:28:41.159 [update notice] received unknown MS cmd: 1076b51009000000ffffff010000 / 0101
                        2021-08-26 12:28:41.161 [bus debug] start request 31
                        2021-08-26 12:28:41.161 [bus debug] arbitration start with 31
                        2021-08-26 12:28:42.218 [main debug] performing regular tasks
                        2021-08-26 12:28:42.219 [bus info] scan 15 cmd: 3115070400
                        2021-08-26 12:28:42.579 [bus debug] arbitration lost
                        2021-08-26 12:28:42.579 [bus debug] ERR: arbitration lost during ready, retry
                        2021-08-26 12:28:42.686 [update info] received MS cmd: 1026b5230f05ffffff000000ffffffffffff0000 / 0101
                        2021-08-26 12:28:42.687 [update notice] received unknown MS cmd: 1026b5230f05ffffff000000ffffffffffff0000 / 0101
                        2021-08-26 12:28:42.689 [bus debug] start request 31
                        2021-08-26 12:28:42.689 [bus debug] arbitration start with 31
                        2021-08-26 12:28:42.866 [bus debug] arbitration lost
                        2021-08-26 12:28:42.866 [bus debug] ERR: arbitration lost during ready, retry
                        2021-08-26 12:28:42.931 [update info] received MS cmd: 1026b5230402000000 / 02019c
                        2021-08-26 12:28:42.931 [update notice] received unknown MS cmd: 1026b5230402000000 / 02019c
                        2021-08-26 12:28:42.933 [bus debug] start request 31
                        2021-08-26 12:28:42.933 [bus debug] arbitration start with 31
                        2021-08-26 12:28:43.111 [bus debug] arbitration lost
                        2021-08-26 12:28:43.111 [bus debug] ERR: arbitration lost during ready, retry
                        2021-08-26 12:28:43.176 [update info] received MS cmd: 1026b5230402010000 / 02019c
                        2021-08-26 12:28:43.176 [update notice] received unknown MS cmd: 1026b5230402010000 / 02019c
                        2021-08-26 12:28:43.178 [bus debug] start request 31
                        2021-08-26 12:28:43.178 [bus debug] arbitration start with 31
                        2021-08-26 12:28:43.356 [bus debug] arbitration lost
                        2021-08-26 12:28:43.356 [bus debug] ERR: arbitration lost during ready, retry
                        2021-08-26 12:28:43.421 [update info] received MS cmd: 1026b5230402020000 / 02019c
                        2021-08-26 12:28:43.421 [update notice] received unknown MS cmd: 1026b5230402020000 / 02019c
                        2021-08-26 12:28:43.424 [bus debug] start request 31
                        2021-08-26 12:28:43.424 [bus debug] arbitration start with 31
                        2021-08-26 12:28:49.471 [bus debug] arbitration lost
                        2021-08-26 12:28:49.471 [bus debug] ERR: arbitration lost during ready, retry
                        2021-08-26 12:28:49.557 [update info] received MS cmd: 1008b5110101 / 09403d0013ff6e0000ff
                        2021-08-26 12:28:49.557 [update notice] received unknown MS cmd: 1008b5110101 / 09403d0013ff6e0000ff
                        2021-08-26 12:28:49.560 [bus debug] start request 31
                        2021-08-26 12:28:49.560 [bus debug] arbitration start with 31
                        2021-08-26 12:28:49.738 [bus debug] arbitration lost
                        2021-08-26 12:28:49.738 [bus debug] ERR: arbitration lost during ready, retry
                        2021-08-26 12:28:49.824 [update info] received MS cmd: 1076b5110101 / 09ff3d0013ff6e0000ff
                        2021-08-26 12:28:49.824 [update notice] received unknown MS cmd: 1076b5110101 / 09ff3d0013ff6e0000ff
                        2021-08-26 12:28:49.825 [bus debug] start request 31
                        2021-08-26 12:28:49.826 [bus debug] arbitration start with 31
                        2021-08-26 12:28:50.005 [bus debug] arbitration lost
                        2021-08-26 12:28:50.005 [bus debug] notify request: ERR: arbitration lost
                        2021-08-26 12:28:50.005 [bus info] scan 19 cmd: 3119070400
                        2021-08-26 12:28:50.090 [update info] received MS cmd: 1076b512030f0201 / 0772030000801302
                        2021-08-26 12:28:50.090 [update notice] received unknown MS cmd: 1076b512030f0201 / 0772030000801302
                        2021-08-26 12:28:50.091 [bus debug] start request 31
                        2021-08-26 12:28:50.091 [bus debug] arbitration start with 31
                        2021-08-26 12:28:50.270 [bus debug] arbitration lost
                        2021-08-26 12:28:50.270 [bus debug] notify request: ERR: arbitration lost
                        2021-08-26 12:28:50.270 [main error] scan config 15: ERR: arbitration lost
                        2021-08-26 12:28:50.387 [update info] received MS cmd: 1026b5230106 / 104502bd01bf01ac01e80100800080003c
                        2021-08-26 12:28:50.387 [update notice] received unknown MS cmd: 1026b5230106 / 104502bd01bf01ac01e80100800080003c
                        2021-08-26 12:28:50.390 [bus debug] start request 31
                        2021-08-26 12:28:50.390 [bus debug] arbitration start with 31
                        2021-08-26 12:28:50.567 [bus debug] arbitration lost
                        2021-08-26 12:28:50.567 [bus debug] ERR: arbitration lost during ready, retry
                        2021-08-26 12:28:50.679 [update info] received MS cmd: 1026b5230107 / 0f008000800080008000008000805705
                        2021-08-26 12:28:50.679 [update notice] received unknown MS cmd: 1026b5230107 / 0f008000800080008000008000805705
                        2021-08-26 12:28:50.680 [bus debug] start request 31
                        2021-08-26 12:28:50.680 [bus debug] arbitration start with 31
                        2021-08-26 12:28:50.859 [bus debug] arbitration lost
                        2021-08-26 12:28:50.859 [bus debug] ERR: arbitration lost during ready, retry
                        2021-08-26 12:28:50.945 [update info] received MS cmd: 1008b51009000000ffffff070000 / 0101
                        2021-08-26 12:28:50.945 [update notice] received unknown MS cmd: 1008b51009000000ffffff070000 / 0101
                        2021-08-26 12:28:50.948 [bus debug] start request 31
                        2021-08-26 12:28:50.948 [bus debug] arbitration start with 31
                        2021-08-26 12:28:51.035 [bus notice] max. symbols per second: 111
                        2021-08-26 12:28:51.125 [bus debug] arbitration lost
                        2021-08-26 12:28:51.125 [bus debug] ERR: arbitration lost during ready, retry
                        2021-08-26 12:28:51.212 [update info] received MS cmd: 1076b51009000000ffffff010000 / 0101
                        2021-08-26 12:28:51.212 [update notice] received unknown MS cmd: 1076b51009000000ffffff010000 / 0101
                        2021-08-26 12:28:51.213 [bus debug] start request 31
                        2021-08-26 12:28:51.213 [bus debug] arbitration start with 31
                        2021-08-26 12:28:52.271 [main debug] performing regular tasks
                        2021-08-26 12:28:52.271 [bus info] scan 26 cmd: 3126070400
                        2021-08-26 12:28:52.591 [bus debug] arbitration lost
                        2021-08-26 12:28:52.591 [bus debug] notify request: ERR: arbitration lost
                        2021-08-26 12:28:52.591 [bus info] scan 1a cmd: 311a070400
                        2021-08-26 12:28:52.698 [update info] received MS cmd: 1026b5230f05ffffff000000ffffffffffff0000 / 0101
                        2021-08-26 12:28:52.698 [update notice] received unknown MS cmd: 1026b5230f05ffffff000000ffffffffffff0000 / 0101
                        2021-08-26 12:28:52.700 [bus debug] start request 31
                        2021-08-26 12:28:52.700 [bus debug] arbitration start with 31
                        2021-08-26 12:28:52.879 [bus debug] arbitration lost
                        2021-08-26 12:28:52.879 [bus debug] ERR: arbitration lost during ready, retry
                        2021-08-26 12:28:52.944 [update info] received MS cmd: 1026b5230402000000 / 02019c
                        2021-08-26 12:28:52.944 [update notice] received unknown MS cmd: 1026b5230402000000 / 02019c
                        2021-08-26 12:28:52.946 [bus debug] start request 31
                        2021-08-26 12:28:52.946 [bus debug] arbitration start with 31
                        2021-08-26 12:28:53.123 [bus debug] arbitration lost
                        2021-08-26 12:28:53.123 [bus debug] ERR: arbitration lost during ready, retry
                        2021-08-26 12:28:53.188 [update info] received MS cmd: 1026b5230402010000 / 02019c
                        2021-08-26 12:28:53.188 [update notice] received unknown MS cmd: 1026b5230402010000 / 02019c
                        2021-08-26 12:28:53.189 [bus debug] start request 31
                        2021-08-26 12:28:53.189 [bus debug] arbitration start with 31
                        2021-08-26 12:28:53.367 [bus debug] arbitration lost
                        2021-08-26 12:28:53.368 [bus debug] ERR: arbitration lost during ready, retry
                        2021-08-26 12:28:53.432 [update info] received MS cmd: 1026b5230402020000 / 02019c
                        2021-08-26 12:28:53.433 [update notice] received unknown MS cmd: 1026b5230402020000 / 02019c
                        2021-08-26 12:28:53.435 [bus debug] start request 31
                        2021-08-26 12:28:53.435 [bus debug] arbitration start with 31
                        2021-08-26 12:28:59.483 [bus debug] arbitration lost
                        2021-08-26 12:28:59.484 [bus debug] ERR: arbitration lost during ready, retry
                        2021-08-26 12:28:59.570 [update info] received MS cmd: 1008b5110101 / 09403d0013ff6e0000ff
                        2021-08-26 12:28:59.571 [update notice] received unknown MS cmd: 1008b5110101 / 09403d0013ff6e0000ff
                        2021-08-26 12:28:59.573 [bus debug] start request 31
                        2021-08-26 12:28:59.573 [bus debug] arbitration start with 31
                        2021-08-26 12:28:59.751 [bus debug] arbitration lost
                        2021-08-26 12:28:59.751 [bus debug] ERR: arbitration lost during ready, retry
                        2021-08-26 12:28:59.837 [update info] received MS cmd: 1076b5110101 / 09ff3d0013ff6e0000ff
                        2021-08-26 12:28:59.838 [update notice] received unknown MS cmd: 1076b5110101 / 09ff3d0013ff6e0000ff
                        2021-08-26 12:28:59.839 [bus debug] start request 31
                        2021-08-26 12:28:59.839 [bus debug] arbitration start with 31
                        2021-08-26 12:29:00.018 [bus debug] arbitration lost
                        2021-08-26 12:29:00.018 [bus debug] ERR: arbitration lost during ready, retry
                        2021-08-26 12:29:00.103 [update info] received MS cmd: 1076b512030f0201 / 0772030000801302
                        2021-08-26 12:29:00.103 [update notice] received unknown MS cmd: 1076b512030f0201 / 0772030000801302
                        2021-08-26 12:29:00.104 [bus debug] start request 31
                        2021-08-26 12:29:00.104 [bus debug] arbitration start with 31
                        2021-08-26 12:29:00.283 [bus debug] arbitration lost
                        2021-08-26 12:29:00.283 [bus debug] notify request: ERR: arbitration lost
                        2021-08-26 12:29:00.283 [main error] scan config 26: ERR: arbitration lost
                        2021-08-26 12:29:00.400 [update info] received MS cmd: 1026b5230106 / 104502bd01bf01ac01e80100800080003c
                        2021-08-26 12:29:00.400 [update notice] received unknown MS cmd: 1026b5230106 / 104502bd01bf01ac01e80100800080003c
                        2021-08-26 12:29:00.403 [bus debug] start request 31
                        2021-08-26 12:29:00.403 [bus debug] arbitration start with 31
                        2021-08-26 12:29:00.580 [bus debug] arbitration lost
                        2021-08-26 12:29:00.580 [bus debug] notify request: ERR: arbitration lost
                        2021-08-26 12:29:00.580 [bus info] scan 1b cmd: 311b070400
                        2021-08-26 12:29:00.692 [update info] received MS cmd: 1026b5230107 / 0f008000800080008000008000805705
                        2021-08-26 12:29:00.692 [update notice] received unknown MS cmd: 1026b5230107 / 0f008000800080008000008000805705
                        2021-08-26 12:29:00.693 [bus debug] start request 31
                        2021-08-26 12:29:00.693 [bus debug] arbitration start with 31
                        2021-08-26 12:29:00.872 [bus debug] arbitration lost
                        2021-08-26 12:29:00.872 [bus debug] ERR: arbitration lost during ready, retry
                        2021-08-26 12:29:00.958 [update info] received MS cmd: 1008b51009000000ffffff070000 / 0101
                        2021-08-26 12:29:00.958 [update notice] received unknown MS cmd: 1008b51009000000ffffff070000 / 0101
                        2021-08-26 12:29:00.961 [bus debug] start request 31
                        2021-08-26 12:29:00.961 [bus debug] arbitration start with 31
                        2021-08-26 12:29:01.138 [bus debug] arbitration lost
                        2021-08-26 12:29:01.138 [bus debug] ERR: arbitration lost during ready, retry
                        2021-08-26 12:29:01.225 [update info] received MS cmd: 1076b51009000000ffffff010000 / 0101
                        2021-08-26 12:29:01.225 [update notice] received unknown MS cmd: 1076b51009000000ffffff010000 / 0101
                        2021-08-26 12:29:01.226 [bus debug] start request 31
                        2021-08-26 12:29:01.226 [bus debug] arbitration start with 31
                        2021-08-26 12:29:02.284 [main debug] performing regular tasks
                        2021-08-26 12:29:02.284 [bus info] scan 76 cmd: 3176070400
                        2021-08-26 12:29:02.646 [bus debug] arbitration lost
                        2021-08-26 12:29:02.646 [bus debug] ERR: arbitration lost during ready, retry
                        2021-08-26 12:29:02.753 [update info] received MS cmd: 1026b5230f05ffffff000000ffffffffffff0000 / 0101
                        2021-08-26 12:29:02.753 [update notice] received unknown MS cmd: 1026b5230f05ffffff000000ffffffffffff0000 / 0101
                        2021-08-26 12:29:02.755 [bus debug] start request 31
                        2021-08-26 12:29:02.755 [bus debug] arbitration start with 31
                        2021-08-26 12:29:02.933 [bus debug] arbitration lost
                        2021-08-26 12:29:02.933 [bus debug] ERR: arbitration lost during ready, retry
                        2021-08-26 12:29:02.998 [update info] received MS cmd: 1026b5230402000000 / 02019c
                        2021-08-26 12:29:02.998 [update notice] received unknown MS cmd: 1026b5230402000000 / 02019c
                        2021-08-26 12:29:03.000 [bus debug] start request 31
                        2021-08-26 12:29:03.000 [bus debug] arbitration start with 31
                        2021-08-26 12:29:03.178 [bus debug] arbitration lost
                        2021-08-26 12:29:03.178 [bus debug] notify request: ERR: arbitration lost
                        2021-08-26 12:29:03.178 [bus info] scan 1c cmd: 311c070400
                        2021-08-26 12:29:03.243 [update info] received MS cmd: 1026b5230402010000 / 02019c
                        2021-08-26 12:29:03.243 [update notice] received unknown MS cmd: 1026b5230402010000 / 02019c
                        2021-08-26 12:29:03.244 [bus debug] start request 31
                        2021-08-26 12:29:03.244 [bus debug] arbitration start with 31
                        2021-08-26 12:29:03.423 [bus debug] arbitration lost
                        2021-08-26 12:29:03.423 [bus debug] ERR: arbitration lost during ready, retry
                        2021-08-26 12:29:03.488 [update info] received MS cmd: 1026b5230402020000 / 02019c
                        2021-08-26 12:29:03.488 [update notice] received unknown MS cmd: 1026b5230402020000 / 02019c
                        2021-08-26 12:29:03.489 [bus debug] start request 31
                        2021-08-26 12:29:03.489 [bus debug] arbitration start with 31
                        ^C2021-08-26 12:29:03.645 [main notice] SIGINT received
                        2021-08-26 12:29:09.532 [bus debug] arbitration lost
                        2021-08-26 12:29:09.532 [bus debug] ERR: arbitration lost during ready, retry
                        2021-08-26 12:29:09.619 [update info] received MS cmd: 1008b5110101 / 09403d0013ff6e0000ff
                        2021-08-26 12:29:09.619 [update notice] received unknown MS cmd: 1008b5110101 / 09403d0013ff6e0000ff
                        2021-08-26 12:29:09.620 [bus debug] start request 31
                        2021-08-26 12:29:09.620 [bus debug] arbitration start with 31
                        received unknown MS cmd: 1008b51009000000ffffff070000 / 01012021-08-26 12:29:09.799 [bus debug] arbitration lost
                        2021-08-26 12:29:09.799 [bus debug] ERR: arbitration lost during ready, retry
                        2021-08-26 12:29:09.885 [update info] received MS cmd: 1076b5110101 / 09ff3d0013ff6e0000ff
                        2021-08-26 12:29:09.885 [update notice] received unknown MS cmd: 1076b5110101 / 09ff3d0013ff6e0000ff
                        2021-08-26 12:29:09.887 [bus debug] start request 31
                        2021-08-26 12:29:09.887 [bus debug] arbitration start with 31
                        2021-08-26 12:29:10.066 [bus debug] arbitration lost
                        2021-08-26 12:29:10.066 [bus debug] ERR: arbitration lost during ready, retry
                        2021-08-26 12:29:10.152 [update info] received MS cmd: 1076b512030f0201 / 0772030000801302
                        2021-08-26 12:29:10.152 [update notice] received unknown MS cmd: 1076b512030f0201 / 0772030000801302
                        2021-08-26 12:29:10.153 [bus debug] start request 31
                        2021-08-26 12:29:10.153 [bus debug] arbitration start with 31
                        2021-08-26 12:29:10.331 [bus debug] arbitration lost
                        2021-08-26 12:29:10.331 [bus debug] notify request: ERR: arbitration lost
                        2021-08-26 12:29:10.331 [main error] scan config 76: ERR: arbitration lost
                        2021-08-26 12:29:10.361 [update info] received BC cmd: 10feb505025c00
                        2021-08-26 12:29:10.361 [update notice] received unknown BC cmd: 10feb505025c00
                        2021-08-26 12:29:10.363 [bus debug] start request 31
                        2021-08-26 12:29:10.363 [bus debug] arbitration start with 31
                        2021-08-26 12:29:10.454 [main notice] ebusd stopped
                        
                        GlasfaserG Offline
                        GlasfaserG Offline
                        Glasfaser
                        schrieb am zuletzt editiert von
                        #247

                        @floret88 sagte in eBus Adapter Vaillant:

                        [bus debug] arbitration lost

                        Diese Meldung hast du auch ,
                        Schau mal bei Ihm

                        https://forum.iobroker.net/topic/29359/ebus-adapter-vaillant/177

                        Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                        F 1 Antwort Letzte Antwort
                        0
                        • GlasfaserG Glasfaser

                          @floret88 sagte in eBus Adapter Vaillant:

                          [bus debug] arbitration lost

                          Diese Meldung hast du auch ,
                          Schau mal bei Ihm

                          https://forum.iobroker.net/topic/29359/ebus-adapter-vaillant/177

                          F Offline
                          F Offline
                          floret88
                          schrieb am zuletzt editiert von
                          #248

                          @glasfaser klare Aussage von John30 99704C91-1968-4562-B32B-2EE38BB58405.png

                          1 Antwort Letzte Antwort
                          0
                          • C Offline
                            C Offline
                            Cino
                            schrieb am zuletzt editiert von
                            #249

                            Verstell bloß nicht die Baudrate. Die muss stimmen.
                            Mach den Adapter ab und dann die Therme einmal Stromlos machen. Danach kannste den Adapter wieder verbinden.

                            Ist mir auch schon passiert das der Bus abgestürzt ist. Das Polling darf auch nicht so intensiv sein vom Adapter. Damit blockierst du auch den Bus.

                            Falls ein Poti vorhanden ist würde ich nicht daran drehen. Die sind schon richtig eingestellt beim Vertrieb,

                            IOB@RPI4
                            Shelly, Zigbee, ebus

                            F 2 Antworten Letzte Antwort
                            0
                            • C Cino

                              Verstell bloß nicht die Baudrate. Die muss stimmen.
                              Mach den Adapter ab und dann die Therme einmal Stromlos machen. Danach kannste den Adapter wieder verbinden.

                              Ist mir auch schon passiert das der Bus abgestürzt ist. Das Polling darf auch nicht so intensiv sein vom Adapter. Damit blockierst du auch den Bus.

                              Falls ein Poti vorhanden ist würde ich nicht daran drehen. Die sind schon richtig eingestellt beim Vertrieb,

                              F Offline
                              F Offline
                              floret88
                              schrieb am zuletzt editiert von
                              #250

                              @cino Standardmäßig war die Baudrate auf 9600 und lt Bedienungsanleitung von Esera soll diese bei 2400 sein! (Brachte keine Änderung!)

                              Ja ich weigere mich Wehement etwas daran zu drehen! Aber langsam will ich das zum laufen bekommen, und versuche jede Nadel im Heuhaufen zu finden!

                              Da gerade die kühle Phase anfängt, möchte ich ungern die Heizung zerstören - werde morgen dennoch den kompletten Neustart der WP probieren und Euch berichten!

                              a200A 1 Antwort Letzte Antwort
                              0
                              • F floret88

                                @cino Standardmäßig war die Baudrate auf 9600 und lt Bedienungsanleitung von Esera soll diese bei 2400 sein! (Brachte keine Änderung!)

                                Ja ich weigere mich Wehement etwas daran zu drehen! Aber langsam will ich das zum laufen bekommen, und versuche jede Nadel im Heuhaufen zu finden!

                                Da gerade die kühle Phase anfängt, möchte ich ungern die Heizung zerstören - werde morgen dennoch den kompletten Neustart der WP probieren und Euch berichten!

                                a200A Offline
                                a200A Offline
                                a200
                                schrieb am zuletzt editiert von
                                #251

                                @floret88 Also das mit dem Drehen ist so eine Sache...
                                Bei meinem Esera-Adapter sehe ich folgende LED:

                                • Anschluss 10: Leuchtet konstant
                                • Pwr: Leuchtet konstant
                                • Data: blinkt unregelmäßig

                                Wenn es bei dir auch so ist, dann kannst du dir wenigstens sicher sein, dass dein Esera Daten empfangen kann.

                                • Sollte die Anschluss 10 LED nicht leuchten, dann hast du ein Problem in der eBus Verkabelung.
                                • Sollte die Power LED nicht leuchten, dann hast du Probleme mit der Stromversorgung bzw. dem USB-Anschluss.
                                • Sollte die Data-LED nicht blinken, dann werden keine Daten empfangen. das kann mehrere Ursachen haben.
                                1. eBus Verkabelung
                                2. Der eBus Signal-Level muss angepasst werden (war bei mir so). In dem Fall musst du an dem kleinen Potentiometer am Adapter leicht drehen. Siehe eBus Anleitungen von John30 im Netz. z.B. https://wiki.fhem.de/wiki/EBUS unter dem Punkt: Poti abgleichen.

                                Wir sind gespannt auf deine Berichte. Viel Erfolg,
                                a200.

                                IoBroker auf QNAP TS-451, Raspi und NUC

                                1 Antwort Letzte Antwort
                                0
                                • C Cino

                                  Verstell bloß nicht die Baudrate. Die muss stimmen.
                                  Mach den Adapter ab und dann die Therme einmal Stromlos machen. Danach kannste den Adapter wieder verbinden.

                                  Ist mir auch schon passiert das der Bus abgestürzt ist. Das Polling darf auch nicht so intensiv sein vom Adapter. Damit blockierst du auch den Bus.

                                  Falls ein Poti vorhanden ist würde ich nicht daran drehen. Die sind schon richtig eingestellt beim Vertrieb,

                                  F Offline
                                  F Offline
                                  floret88
                                  schrieb am zuletzt editiert von floret88
                                  #252

                                  @cino Neustart ohne eBus Adapter und anschließenden wieder verbinden, bringt keinen Erfolg!

                                  @a200 Alles bereits überprüft, bis auf die Poti Einstellungen.
                                  Hier ein kleines Video, damit man sieht - alles OK :dog:

                                  https://www.youtube.com/watch?v=5-BFxLjh02g

                                  Dann bleibt mir eigtl. nur noch Option: Einstellung am Poti verändern.

                                  a200A 1 Antwort Letzte Antwort
                                  0
                                  • F floret88

                                    @cino Neustart ohne eBus Adapter und anschließenden wieder verbinden, bringt keinen Erfolg!

                                    @a200 Alles bereits überprüft, bis auf die Poti Einstellungen.
                                    Hier ein kleines Video, damit man sieht - alles OK :dog:

                                    https://www.youtube.com/watch?v=5-BFxLjh02g

                                    Dann bleibt mir eigtl. nur noch Option: Einstellung am Poti verändern.

                                    a200A Offline
                                    a200A Offline
                                    a200
                                    schrieb am zuletzt editiert von
                                    #253

                                    @floret88 Na dann ist ja aus der Hardware-Sicht alles in Ordnung. Ich hätte weiter oben lesen sollen. Da steht:

                                    signal: acquired
                                    symbol rate: 109
                                    max symbol rate: 122
                                    

                                    Sorry. Mea culpa.

                                    IoBroker auf QNAP TS-451, Raspi und NUC

                                    F 1 Antwort Letzte Antwort
                                    0
                                    • a200A a200

                                      @floret88 Na dann ist ja aus der Hardware-Sicht alles in Ordnung. Ich hätte weiter oben lesen sollen. Da steht:

                                      signal: acquired
                                      symbol rate: 109
                                      max symbol rate: 122
                                      

                                      Sorry. Mea culpa.

                                      F Offline
                                      F Offline
                                      floret88
                                      schrieb am zuletzt editiert von floret88
                                      #254

                                      @a200 kein Problem und ich bekomme langsam einen Nervenzusammenbruch!

                                      Jetzt lese ich im Wiki das der Esera USB Adapter ebenfalls Probleme mit der Latency hat. Also am Poti drehen - Die Freude ist riesig wie Ihr euch denken könnt.

                                      Des Weiteren auch noch angemeldet für den eBus Adapter v3 🤡 - i don‘t like

                                      Werde Euch nach Poti Dreherei auf den aktuellen Stand bringen! Trotzdem Danke an alle für die Versuche mir zu helfen! Danke.

                                      F 1 Antwort Letzte Antwort
                                      0
                                      • F floret88

                                        @a200 kein Problem und ich bekomme langsam einen Nervenzusammenbruch!

                                        Jetzt lese ich im Wiki das der Esera USB Adapter ebenfalls Probleme mit der Latency hat. Also am Poti drehen - Die Freude ist riesig wie Ihr euch denken könnt.

                                        Des Weiteren auch noch angemeldet für den eBus Adapter v3 🤡 - i don‘t like

                                        Werde Euch nach Poti Dreherei auf den aktuellen Stand bringen! Trotzdem Danke an alle für die Versuche mir zu helfen! Danke.

                                        F Offline
                                        F Offline
                                        floret88
                                        schrieb am zuletzt editiert von
                                        #255

                                        @floret88 nach 2 stündigen Drehen am Poti und x Neustarts des Raspberrys und X mal runter nehmen des VRC habe ich die Nase voll, und lass es bleiben! Abwarten auf den eBus Adapter v3 von John30.

                                        Haben fertig, schönes Wochenende

                                        1 Antwort Letzte Antwort
                                        0
                                        • C Offline
                                          C Offline
                                          Cino
                                          schrieb am zuletzt editiert von
                                          #256

                                          Ich hab den hier, funktioniert top

                                          https://www.esera.de/produkte/ebus/135/1-wire-hub-platine

                                          IOB@RPI4
                                          Shelly, Zigbee, ebus

                                          F 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
                                          FAQ Cloud / IOT
                                          HowTo: Node.js-Update
                                          HowTo: Backup/Restore
                                          Downloads
                                          BLOG

                                          885

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          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