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. Adapter WM-Bus / Kampstrup Multical 21

NEWS

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

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

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

Adapter WM-Bus / Kampstrup Multical 21

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
153 Beiträge 12 Kommentatoren 22.3k Aufrufe 13 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.
  • W WolfgangFB

    @matze-dev said in Adapter WM-Bus / Kampstrup Multical 21:

    Das tut sie:

    pi@raspberrypi202:/var/log/wmbusmeters $ ps aux|grep mosquitto
    pi       16228  0.0  0.0   7388   580 pts/0    S+   20:07   0:00 grep --color=auto mosquitto
    pi@raspberrypi202:/var/log/wmbusmeters $
    

    Das Problem ist ja, dass die Datenpunkte nicht angelegt werden.

    M Offline
    M Offline
    matze-dev
    schrieb am zuletzt editiert von
    #99

    @wolfgangfb Hallo, wenn die Datenpunkte nicht angelegt werden, bitte das Skript (extract_watermeters muss laufen) ausführen.
    Die Datenpunkte liegen dann hierunter: javascript.0."Werte".

    6c8adb08-c3d2-4626-ad7b-e54c75c956bc-grafik.png

    W 1 Antwort Letzte Antwort
    0
    • M matze-dev

      @wolfgangfb Hallo, wenn die Datenpunkte nicht angelegt werden, bitte das Skript (extract_watermeters muss laufen) ausführen.
      Die Datenpunkte liegen dann hierunter: javascript.0."Werte".

      6c8adb08-c3d2-4626-ad7b-e54c75c956bc-grafik.png

      W Offline
      W Offline
      WolfgangFB
      schrieb am zuletzt editiert von
      #100

      @matze-dev
      Sorry, habe mich nicht klar ausgedrückt. Die sind natürlich da. Ich meine die auf Seite 26 erwähnten Punkte unter mqtt.0.

      M W 2 Antworten Letzte Antwort
      0
      • W WolfgangFB

        @matze-dev
        Sorry, habe mich nicht klar ausgedrückt. Die sind natürlich da. Ich meine die auf Seite 26 erwähnten Punkte unter mqtt.0.

        M Offline
        M Offline
        matze-dev
        schrieb am zuletzt editiert von
        #101

        @wolfgangfb Hallo,
        so müsste der mqtt aussehen.
        Passt das?

        f295596a-c18c-4902-b475-d65c0a5a7a6f-grafik.png

        In den Protokollen müssen permanent Meldungen der Art hereinkommen:
        e7dff3ca-0738-416a-a4ab-02d4ad8c0a02-grafik.png

        1 Antwort Letzte Antwort
        0
        • W WolfgangFB

          @matze-dev
          Sorry, habe mich nicht klar ausgedrückt. Die sind natürlich da. Ich meine die auf Seite 26 erwähnten Punkte unter mqtt.0.

          W Offline
          W Offline
          WolfgangFB
          schrieb am zuletzt editiert von
          #102

          @wolfgangfb

          Bei mir kommt aber über mqtt schlicht nichts rein. Deswegen werden wohl auch die Datenpunkte nicht angelegt.
          Wo kann ich denn da noch nachsehen?

          M 1 Antwort Letzte Antwort
          0
          • W WolfgangFB

            @wolfgangfb

            Bei mir kommt aber über mqtt schlicht nichts rein. Deswegen werden wohl auch die Datenpunkte nicht angelegt.
            Wo kann ich denn da noch nachsehen?

            M Offline
            M Offline
            matze-dev
            schrieb am zuletzt editiert von matze-dev
            #103

            @wolfgangfb Hallo,
            dann bitte die Kette durchschauen:

            1. Läuft der MQTT im iobroker?
              47c4fb64-27ca-496f-8b52-f8ad9a11ae2b-grafik.png
              84b924b7-f53a-4284-9f61-5e46bd1005cd-grafik.png
            2. dann nachschauen, ob der MQTT richtig konfiguriert ist:
              f9e7cee3-78e6-4ae6-b4e1-535541078b8f-grafik.png
              00388bc0-e467-40f7-b21a-0782f8a89f96-grafik.png
            3. prüfen, ob wmbusmeters läuft
              ff7bb1b3-42d7-4810-9615-68cea1eaa546-grafik.png
            4. prüfen, ob die Konfig vom wmbusmeters passt und Werte geschrieben werden:
              tail -f /var/log/wmbusmeters/wmbusmeters.log
              so etwas müsste dann auftauchen:
              9b6e0200-d988-4f85-b89c-f784ecbbbc2b-grafik.png
              Passt das dann alles schon?

            Viel Glück.

            W 1 Antwort Letzte Antwort
            0
            • M matze-dev

              @wolfgangfb Hallo,
              dann bitte die Kette durchschauen:

              1. Läuft der MQTT im iobroker?
                47c4fb64-27ca-496f-8b52-f8ad9a11ae2b-grafik.png
                84b924b7-f53a-4284-9f61-5e46bd1005cd-grafik.png
              2. dann nachschauen, ob der MQTT richtig konfiguriert ist:
                f9e7cee3-78e6-4ae6-b4e1-535541078b8f-grafik.png
                00388bc0-e467-40f7-b21a-0782f8a89f96-grafik.png
              3. prüfen, ob wmbusmeters läuft
                ff7bb1b3-42d7-4810-9615-68cea1eaa546-grafik.png
              4. prüfen, ob die Konfig vom wmbusmeters passt und Werte geschrieben werden:
                tail -f /var/log/wmbusmeters/wmbusmeters.log
                so etwas müsste dann auftauchen:
                9b6e0200-d988-4f85-b89c-f784ecbbbc2b-grafik.png
                Passt das dann alles schon?

              Viel Glück.

              W Offline
              W Offline
              WolfgangFB
              schrieb am zuletzt editiert von
              #104

              @matze-dev

              Hallo

              Ich konnte das Problem jetzt lösen, danke für die Hilfe.
              Zuerst war 1 (netstat) schon negativ, da ist mir dann aufgefallen, dass der mqtt auf client anstatt auf server stand (ich bin mir aber sicher, dass ich das beim letzten mal überprüft habe).
              Dann habe ich bei

              pi@raspberrypi202:/var/log/wmbusmeters $ sudo systemctl daemon-reload
              pi@raspberrypi202:/var/log/wmbusmeters $ systemctl status wmbusmeters
              ● wmbusmeters.service - "wmbusmeters service"
                   Loaded: loaded (/lib/systemd/system/wmbusmeters.service; enabled; vendor preset: enabled)
                   Active: active (running) since Sun 2021-10-31 16:58:33 CET; 1 weeks 2 days ago
                     Docs: https://github.com/weetmuts/wmbusmeters
                           man:wmbusmeters(1)
                 Main PID: 682 (wmbusmetersd)
                    Tasks: 4 (limit: 2059)
                      CPU: 9min 38.963s
                   CGroup: /system.slice/wmbusmeters.service
                           └─682 /usr/sbin/wmbusmetersd /run/wmbusmeters/wmbusmeters.pid
              
              Okt 31 16:58:32 raspberrypi202 systemd[1]: Starting "wmbusmeters service"...
              Okt 31 16:58:33 raspberrypi202 wmbusmetersd[626]: (wmbusmeters) started /run/wmbusmeters/wmbusmeters.pid
              Okt 31 16:58:33 raspberrypi202 wmbusmetersd[682]: No such key:
                                                                loglevel
              Okt 31 16:58:33 raspberrypi202 systemd[1]: Started "wmbusmeters service".
              Okt 31 16:58:33 raspberrypi202 wmbusmetersd[682]: Found invalid key "
                                                                name" in meter config file
              

              gesehen, dass da etwas nicht stimmt.
              Da war einfach am Anfang eine Leerzeile drin, genauso wie in

              /etc/wmbusmeters.d/MyTapWater
              

              Nachdem ich diese Leerzeilen entfernt habe lief das ganze immer noch nicht. Erst nachdem ich den Raspi neu gestartet habe läuft jetzt alles und die Wasseruhr wird in den Ojekten angezeigt. Dass eine Leerzeile in einer Konfigurationsdatei solche Auswirkungen hat hätte ich nicht gedacht.

              Gruß Wolfgang

              1 Antwort Letzte Antwort
              0
              • C Offline
                C Offline
                ChrisXY
                schrieb am zuletzt editiert von
                #105

                Habt ihr eine Bezugsquelle für nen USB Stick? Oder welche Hardware würdet ihr nehmen? Dieser iM871A-USB ist schwer zu bekommen und liegt um die 50-55€

                W 1 Antwort Letzte Antwort
                0
                • C ChrisXY

                  Habt ihr eine Bezugsquelle für nen USB Stick? Oder welche Hardware würdet ihr nehmen? Dieser iM871A-USB ist schwer zu bekommen und liegt um die 50-55€

                  W Offline
                  W Offline
                  WolfgangFB
                  schrieb am zuletzt editiert von
                  #106

                  @chrisxy sagte in Adapter WM-Bus / Kampstrup Multical 21:

                  iM871A-USB

                  Hi, ja, der liegt um die 50€,
                  Bei
                  https://www.tekmodul.de/produkt/im871a-usb-drahtloser-m-bus-adapter/
                  ist er wohl lieferbar.

                  1 Antwort Letzte Antwort
                  0
                  • C Offline
                    C Offline
                    ChrisXY
                    schrieb am zuletzt editiert von
                    #107

                    also habe nun den iM871A-USB Stick.
                    Wenn ich diesen ttyACM0 nutze kommt kein Fehler = no Port. Wenn ich Ihn abziehe schon. Somit sollte er in meinem iobroker LXC durchgereicht werden?
                    Log = Debug und Baudrate auf 57600 gesetzt.

                    welchen wMBUS Mode ? Auf dem Blatt steht nur M-BUS, c-Modus .. es gibt aber A und B
                    Zähler Model: DK-8660

                    Das sagt der Log scheinbar klappt der Stick nicht?

                    wireless-mbus.0
                    2022-01-27 15:30:30.413	debug	IMST: Error setting wMBus mode: CA
                    
                    wireless-mbus.0
                    2022-01-27 15:30:30.413	debug	IMST: Error setting link mode 6
                    
                    wireless-mbus.0
                    2022-01-27 15:30:30.413	debug	IMST: Message response timeout
                    
                    wireless-mbus.0
                    2022-01-27 15:30:27.427	debug	connected set to true
                    
                    wireless-mbus.0
                    2022-01-27 15:30:27.426	debug	connected set to true
                    
                    wireless-mbus.0
                    2022-01-27 15:30:27.405	debug	Created device of type: IMST iM871A
                    
                    wireless-mbus.0
                    2022-01-27 15:30:27.356	info	starting. Version 0.7.6 in /opt/iobroker/node_modules/iobroker.wireless-mbus, node: v14.15.4, js-controller: 3.3.22
                    
                    W 1 Antwort Letzte Antwort
                    0
                    • C ChrisXY

                      also habe nun den iM871A-USB Stick.
                      Wenn ich diesen ttyACM0 nutze kommt kein Fehler = no Port. Wenn ich Ihn abziehe schon. Somit sollte er in meinem iobroker LXC durchgereicht werden?
                      Log = Debug und Baudrate auf 57600 gesetzt.

                      welchen wMBUS Mode ? Auf dem Blatt steht nur M-BUS, c-Modus .. es gibt aber A und B
                      Zähler Model: DK-8660

                      Das sagt der Log scheinbar klappt der Stick nicht?

                      wireless-mbus.0
                      2022-01-27 15:30:30.413	debug	IMST: Error setting wMBus mode: CA
                      
                      wireless-mbus.0
                      2022-01-27 15:30:30.413	debug	IMST: Error setting link mode 6
                      
                      wireless-mbus.0
                      2022-01-27 15:30:30.413	debug	IMST: Message response timeout
                      
                      wireless-mbus.0
                      2022-01-27 15:30:27.427	debug	connected set to true
                      
                      wireless-mbus.0
                      2022-01-27 15:30:27.426	debug	connected set to true
                      
                      wireless-mbus.0
                      2022-01-27 15:30:27.405	debug	Created device of type: IMST iM871A
                      
                      wireless-mbus.0
                      2022-01-27 15:30:27.356	info	starting. Version 0.7.6 in /opt/iobroker/node_modules/iobroker.wireless-mbus, node: v14.15.4, js-controller: 3.3.22
                      
                      W Offline
                      W Offline
                      WolfgangFB
                      schrieb am zuletzt editiert von
                      #108

                      @chrisxy

                      Hi

                      Ich habe mich 1:1 an die sehr gute Beschreibung von Matze-dev gehalten. Bei mir ist kein wirelss-mbus Adapter installiert.

                      W 1 Antwort Letzte Antwort
                      0
                      • W WolfgangFB

                        @chrisxy

                        Hi

                        Ich habe mich 1:1 an die sehr gute Beschreibung von Matze-dev gehalten. Bei mir ist kein wirelss-mbus Adapter installiert.

                        W Offline
                        W Offline
                        WolfgangFB
                        schrieb am zuletzt editiert von
                        #109

                        @wolfgangfb

                        Hallo

                        Ich habe leider meinen Raspi neu aufsetzen müssen (SD Karte gestorben), jetzt habe ich das Problem, dass der wmbusmaster service nicht mehr läuft.
                        Ich behaupte mal, dass ich mich 1:1 an die hervorragende Anleitung gehalten habe..
                        Was könnte der Grund sein, dass der service nicht läuft?

                        pi@raspberrypi:~/mosquitto-2.0.11 $ systemctl status wmbusmeters
                        * wmbusmeters.service - "wmbusmeters service"
                             Loaded: loaded (/lib/systemd/system/wmbusmeters.service; enabled; vendor preset: enabled)
                             Active: failed (Result: protocol) since Sat 2022-04-02 23:13:42 CEST; 23min ago
                               Docs: https://github.com/weetmuts/wmbusmeters
                                     man:wmbusmeters(1)
                                CPU: 80ms
                        
                        Apr 02 23:13:41 raspberrypi systemd[1]: Failed to start "wmbusmeters service".
                        Apr 02 23:13:42 raspberrypi systemd[1]: wmbusmeters.service: Scheduled restart job, restart counter is at 3.
                        Apr 02 23:13:42 raspberrypi systemd[1]: Stopped "wmbusmeters service".
                        Apr 02 23:13:42 raspberrypi systemd[1]: wmbusmeters.service: Start request repeated too quickly.
                        Apr 02 23:13:42 raspberrypi systemd[1]: wmbusmeters.service: Failed with result 'protocol'.
                        Apr 02 23:13:42 raspberrypi systemd[1]: Failed to start "wmbusmeters service".
                        

                        Gruß Wolfgang

                        M 1 Antwort Letzte Antwort
                        0
                        • W WolfgangFB

                          @wolfgangfb

                          Hallo

                          Ich habe leider meinen Raspi neu aufsetzen müssen (SD Karte gestorben), jetzt habe ich das Problem, dass der wmbusmaster service nicht mehr läuft.
                          Ich behaupte mal, dass ich mich 1:1 an die hervorragende Anleitung gehalten habe..
                          Was könnte der Grund sein, dass der service nicht läuft?

                          pi@raspberrypi:~/mosquitto-2.0.11 $ systemctl status wmbusmeters
                          * wmbusmeters.service - "wmbusmeters service"
                               Loaded: loaded (/lib/systemd/system/wmbusmeters.service; enabled; vendor preset: enabled)
                               Active: failed (Result: protocol) since Sat 2022-04-02 23:13:42 CEST; 23min ago
                                 Docs: https://github.com/weetmuts/wmbusmeters
                                       man:wmbusmeters(1)
                                  CPU: 80ms
                          
                          Apr 02 23:13:41 raspberrypi systemd[1]: Failed to start "wmbusmeters service".
                          Apr 02 23:13:42 raspberrypi systemd[1]: wmbusmeters.service: Scheduled restart job, restart counter is at 3.
                          Apr 02 23:13:42 raspberrypi systemd[1]: Stopped "wmbusmeters service".
                          Apr 02 23:13:42 raspberrypi systemd[1]: wmbusmeters.service: Start request repeated too quickly.
                          Apr 02 23:13:42 raspberrypi systemd[1]: wmbusmeters.service: Failed with result 'protocol'.
                          Apr 02 23:13:42 raspberrypi systemd[1]: Failed to start "wmbusmeters service".
                          

                          Gruß Wolfgang

                          M Offline
                          M Offline
                          matze-dev
                          schrieb am zuletzt editiert von
                          #110

                          @wolfgangfb Hallo Wolfgang, was sagt <journalctl -ar> ? Sind dort Auffälligkeiten zu sehen?

                          W 1 Antwort Letzte Antwort
                          0
                          • M matze-dev

                            @wolfgangfb Hallo Wolfgang, was sagt <journalctl -ar> ? Sind dort Auffälligkeiten zu sehen?

                            W Offline
                            W Offline
                            WolfgangFB
                            schrieb am zuletzt editiert von
                            #111

                            @matze-dev

                            Hallo Matze, es freut mich sehr, dass Du geantwortet hast. Die Wasseruhr ist mir sehr wichtig.
                            Ich sehe in dem Journal aber überhaupt nichts vom wmbusmeter.

                            pi@raspberrypi:~ $ journalctl -ar
                            -- Journal begins at Fri 2022-01-28 02:30:20 CET, ends at Wed 2022-04-06 19:46:38 CEST. --
                            Apr 06 19:46:38 raspberrypi influxd[630]: [httpd] 127.0.0.1 - user_iobroker [06/Apr/2022:19:46:38 +0200] "POST /write?d>
                            Apr 06 19:46:35 raspberrypi influxd[630]: [httpd] 127.0.0.1 - user_iobroker [06/Apr/2022:19:46:35 +0200] "POST /write?d>
                            Apr 06 19:46:34 raspberrypi influxd[630]: [httpd] 127.0.0.1 - user_iobroker [06/Apr/2022:19:46:34 +0200] "POST /write?d>
                            Apr 06 19:46:33 raspberrypi influxd[630]: [httpd] 127.0.0.1 - user_iobroker [06/Apr/2022:19:46:33 +0200] "POST /write?d>
                            Apr 06 19:46:32 raspberrypi influxd[630]: [httpd] 127.0.0.1 - user_iobroker [06/Apr/2022:19:46:32 +0200] "POST /write?d>
                            Apr 06 19:46:31 raspberrypi influxd[630]: [httpd] 127.0.0.1 - user_iobroker [06/Apr/2022:19:46:31 +0200] "POST /write?d>
                            Apr 06 19:46:31 raspberrypi influxd[630]: [httpd] 127.0.0.1 - user_iobroker [06/Apr/2022:19:46:31 +0200] "POST /write?d>
                            Apr 06 19:46:30 raspberrypi influxd[630]: [httpd] 127.0.0.1 - user_iobroker [06/Apr/2022:19:46:30 +0200] "POST /write?d>
                            Apr 06 19:46:30 raspberrypi influxd[630]: [httpd] 127.0.0.1 - user_iobroker [06/Apr/2022:19:46:30 +0200] "POST /write?d>
                            Apr 06 19:46:28 raspberrypi influxd[630]: [httpd] 127.0.0.1 - user_iobroker [06/Apr/2022:19:46:28 +0200] "POST /write?d>
                            Apr 06 19:46:26 raspberrypi influxd[630]: [httpd] 127.0.0.1 - user_iobroker [06/Apr/2022:19:46:26 +0200] "POST /write?d>
                            Apr 06 19:46:26 raspberrypi influxd[630]: [httpd] 127.0.0.1 - user_iobroker [06/Apr/2022:19:46:26 +0200] "POST /write?d>
                            Apr 06 19:46:24 raspberrypi influxd[630]: [httpd] 127.0.0.1 - user_iobroker [06/Apr/2022:19:46:24 +0200] "POST /write?d>
                            Apr 06 19:46:22 raspberrypi systemd[1]: Started Session 29 of user pi.
                            Apr 06 19:46:22 raspberrypi systemd-logind[537]: New session 29 of user pi.
                            Apr 06 19:46:22 raspberrypi sshd[30739]: pam_unix(sshd:session): session opened for user pi(uid=1000) by (uid=0)
                            Apr 06 19:46:22 raspberrypi sshd[30739]: Accepted password for pi from 192.168.1.24 port 58669 ssh2
                            Apr 06 19:46:22 raspberrypi influxd[630]: [httpd] 127.0.0.1 - user_iobroker [06/Apr/2022:19:46:22 +0200] "POST /write?d>
                            Apr 06 19:46:22 raspberrypi influxd[630]: [httpd] 127.0.0.1 - user_iobroker [06/Apr/2022:19:46:22 +0200] "POST /write?d>
                            Apr 06 19:46:20 raspberrypi influxd[630]: [httpd] 127.0.0.1 - user_iobroker [06/Apr/2022:19:46:20 +0200] "POST /write?d>
                            Apr 06 19:46:20 raspberrypi influxd[630]: [httpd] 127.0.0.1 - user_iobroker [06/Apr/2022:19:46:20 +0200] "POST /write?d>
                            Apr 06 19:46:19 raspberrypi influxd[630]: [httpd] 127.0.0.1 - user_iobroker [06/Apr/2022:19:46:19 +0200] "POST /write?d>
                            Apr 06 19:46:15 raspberrypi influxd[630]: [httpd] 127.0.0.1 - user_iobroker [06/Apr/2022:19:46:15 +0200] "POST /write?d>
                            Apr 06 19:46:15 raspberrypi influxd[630]: [httpd] 127.0.0.1 - user_iobroker [06/Apr/2022:19:46:15 +0200] "POST /write?d>
                            Apr 06 19:46:14 raspberrypi influxd[630]: [httpd] 127.0.0.1 - user_iobroker [06/Apr/2022:19:46:14 +0200] "POST /write?d>
                            Apr 06 19:46:14 raspberrypi influxd[630]: [httpd] 127.0.0.1 - user_iobroker [06/Apr/2022:19:46:14 +0200] "POST /write?d>
                            Apr 06 19:46:08 raspberrypi influxd[630]: [httpd] 127.0.0.1 - user_iobroker [06/Apr/2022:19:46:08 +0200] "POST /write?d>
                            Apr 06 19:46:08 raspberrypi influxd[630]: [httpd] 127.0.0.1 - user_iobroker [06/Apr/2022:19:46:08 +0200] "POST /write?d>
                            lines 1-29
                            
                            
                            M 1 Antwort Letzte Antwort
                            0
                            • W WolfgangFB

                              @matze-dev

                              Hallo Matze, es freut mich sehr, dass Du geantwortet hast. Die Wasseruhr ist mir sehr wichtig.
                              Ich sehe in dem Journal aber überhaupt nichts vom wmbusmeter.

                              pi@raspberrypi:~ $ journalctl -ar
                              -- Journal begins at Fri 2022-01-28 02:30:20 CET, ends at Wed 2022-04-06 19:46:38 CEST. --
                              Apr 06 19:46:38 raspberrypi influxd[630]: [httpd] 127.0.0.1 - user_iobroker [06/Apr/2022:19:46:38 +0200] "POST /write?d>
                              Apr 06 19:46:35 raspberrypi influxd[630]: [httpd] 127.0.0.1 - user_iobroker [06/Apr/2022:19:46:35 +0200] "POST /write?d>
                              Apr 06 19:46:34 raspberrypi influxd[630]: [httpd] 127.0.0.1 - user_iobroker [06/Apr/2022:19:46:34 +0200] "POST /write?d>
                              Apr 06 19:46:33 raspberrypi influxd[630]: [httpd] 127.0.0.1 - user_iobroker [06/Apr/2022:19:46:33 +0200] "POST /write?d>
                              Apr 06 19:46:32 raspberrypi influxd[630]: [httpd] 127.0.0.1 - user_iobroker [06/Apr/2022:19:46:32 +0200] "POST /write?d>
                              Apr 06 19:46:31 raspberrypi influxd[630]: [httpd] 127.0.0.1 - user_iobroker [06/Apr/2022:19:46:31 +0200] "POST /write?d>
                              Apr 06 19:46:31 raspberrypi influxd[630]: [httpd] 127.0.0.1 - user_iobroker [06/Apr/2022:19:46:31 +0200] "POST /write?d>
                              Apr 06 19:46:30 raspberrypi influxd[630]: [httpd] 127.0.0.1 - user_iobroker [06/Apr/2022:19:46:30 +0200] "POST /write?d>
                              Apr 06 19:46:30 raspberrypi influxd[630]: [httpd] 127.0.0.1 - user_iobroker [06/Apr/2022:19:46:30 +0200] "POST /write?d>
                              Apr 06 19:46:28 raspberrypi influxd[630]: [httpd] 127.0.0.1 - user_iobroker [06/Apr/2022:19:46:28 +0200] "POST /write?d>
                              Apr 06 19:46:26 raspberrypi influxd[630]: [httpd] 127.0.0.1 - user_iobroker [06/Apr/2022:19:46:26 +0200] "POST /write?d>
                              Apr 06 19:46:26 raspberrypi influxd[630]: [httpd] 127.0.0.1 - user_iobroker [06/Apr/2022:19:46:26 +0200] "POST /write?d>
                              Apr 06 19:46:24 raspberrypi influxd[630]: [httpd] 127.0.0.1 - user_iobroker [06/Apr/2022:19:46:24 +0200] "POST /write?d>
                              Apr 06 19:46:22 raspberrypi systemd[1]: Started Session 29 of user pi.
                              Apr 06 19:46:22 raspberrypi systemd-logind[537]: New session 29 of user pi.
                              Apr 06 19:46:22 raspberrypi sshd[30739]: pam_unix(sshd:session): session opened for user pi(uid=1000) by (uid=0)
                              Apr 06 19:46:22 raspberrypi sshd[30739]: Accepted password for pi from 192.168.1.24 port 58669 ssh2
                              Apr 06 19:46:22 raspberrypi influxd[630]: [httpd] 127.0.0.1 - user_iobroker [06/Apr/2022:19:46:22 +0200] "POST /write?d>
                              Apr 06 19:46:22 raspberrypi influxd[630]: [httpd] 127.0.0.1 - user_iobroker [06/Apr/2022:19:46:22 +0200] "POST /write?d>
                              Apr 06 19:46:20 raspberrypi influxd[630]: [httpd] 127.0.0.1 - user_iobroker [06/Apr/2022:19:46:20 +0200] "POST /write?d>
                              Apr 06 19:46:20 raspberrypi influxd[630]: [httpd] 127.0.0.1 - user_iobroker [06/Apr/2022:19:46:20 +0200] "POST /write?d>
                              Apr 06 19:46:19 raspberrypi influxd[630]: [httpd] 127.0.0.1 - user_iobroker [06/Apr/2022:19:46:19 +0200] "POST /write?d>
                              Apr 06 19:46:15 raspberrypi influxd[630]: [httpd] 127.0.0.1 - user_iobroker [06/Apr/2022:19:46:15 +0200] "POST /write?d>
                              Apr 06 19:46:15 raspberrypi influxd[630]: [httpd] 127.0.0.1 - user_iobroker [06/Apr/2022:19:46:15 +0200] "POST /write?d>
                              Apr 06 19:46:14 raspberrypi influxd[630]: [httpd] 127.0.0.1 - user_iobroker [06/Apr/2022:19:46:14 +0200] "POST /write?d>
                              Apr 06 19:46:14 raspberrypi influxd[630]: [httpd] 127.0.0.1 - user_iobroker [06/Apr/2022:19:46:14 +0200] "POST /write?d>
                              Apr 06 19:46:08 raspberrypi influxd[630]: [httpd] 127.0.0.1 - user_iobroker [06/Apr/2022:19:46:08 +0200] "POST /write?d>
                              Apr 06 19:46:08 raspberrypi influxd[630]: [httpd] 127.0.0.1 - user_iobroker [06/Apr/2022:19:46:08 +0200] "POST /write?d>
                              lines 1-29
                              
                              
                              M Offline
                              M Offline
                              matze-dev
                              schrieb am zuletzt editiert von
                              #112

                              @wolfgangfb Hallo Wolfgang, das sind zu wenige Zeilen, einfach mal Leertaste drücken und weiter scrollen, da kommt noch mehr!

                              1 Antwort Letzte Antwort
                              0
                              • W Offline
                                W Offline
                                WolfgangFB
                                schrieb am zuletzt editiert von WolfgangFB
                                #113

                                @matze-dev

                                OK, ich habe jetzt nur den relevanten Teil rauskopiert (sonst wird das ja riesengroß)

                                Ich schätze mal das die Zeile

                                Not a valid device "/dev/ttyUSB0:im871a:c1 
                                

                                der Knackpunkt ist. Das "C1" habe ich aus der letzten Sicherung der Konfigurationsdatei genommen. Mit T1 kommt es aber zum gleichen Fehler.

                                Apr 07 18:02:55 raspberrypi systemd[1]: Failed to start "wmbusmeters service".
                                Apr 07 18:02:55 raspberrypi systemd[1]: wmbusmeters.service: Failed with result 'exit-code'.
                                Apr 07 18:02:55 raspberrypi systemd[1]: wmbusmeters.service: Start request repeated too quickly.
                                Apr 07 18:02:55 raspberrypi systemd[1]: Stopped "wmbusmeters service".
                                Apr 07 18:02:55 raspberrypi systemd[1]: wmbusmeters.service: Scheduled restart job, restart counter is at 3.
                                Apr 07 18:02:55 raspberrypi systemd[1]: systemd-rfkill.service: Succeeded.
                                Apr 07 18:02:55 raspberrypi influxd[595]: ts=2022-04-07T16:02:55.110331Z lvl=info msg="Opened shard" log_id=0_iC4DO0000 service=store trace_id=0_iC4D_W000 op_name=tsdb_open index_version=inmem path=/var/lib/influxdb/data/iobroker/autogen/2 duration=507.572ms
                                Apr 07 18:02:55 raspberrypi influxd[595]: ts=2022-04-07T16:02:55.022397Z lvl=info msg="Opened shard" log_id=0_iC4DO0000 service=store trace_id=0_iC4D_W000 op_name=tsdb_open index_version=inmem path=/var/lib/influxdb/data/_internal/monitor/7 duration=469.798ms
                                Apr 07 18:02:54 raspberrypi systemd[1]: wmbusmeters.service: Failed with result 'exit-code'.
                                Apr 07 18:02:54 raspberrypi wmbusmetersd[715]: Not a valid device "/dev/ttyUSB0:im871a:c1
                                "
                                Apr 07 18:02:54 raspberrypi systemd[1]: wmbusmeters.service: Main process exited, code=exited, status=1/FAILURE
                                Apr 07 18:02:54 raspberrypi wmbusmetersd[715]: No such log level: "normal
                                "
                                Apr 07 18:02:54 raspberrypi systemd[1]: Started "wmbusmeters service".
                                Apr 07 18:02:54 raspberrypi wmbusmetersd[714]: (wmbusmeters) started /run/wmbusmeters/wmbusmeters.pid
                                Apr 07 18:02:54 raspberrypi influxd[595]: ts=2022-04-07T16:02:54.790425Z lvl=info msg="Reading file" log_id=0_iC4DO0000 engine=tsm1 service=cacheloader path=/var/lib/influxdb/wal/iobroker/autogen/9/_00007.wal size=9370326
                                Apr 07 18:02:54 raspberrypi influxd[595]: ts=2022-04-07T16:02:54.789687Z lvl=info msg="Opened file" log_id=0_iC4DO0000 engine=tsm1 service=filestore path=/var/lib/influxdb/data/iobroker/autogen/9/000000005-000000002.tsm id=0 duration=76.631ms
                                Apr 07 18:02:54 raspberrypi influxd[595]: ts=2022-04-07T16:02:54.770085Z lvl=info msg="Reading file" log_id=0_iC4DO0000 engine=tsm1 service=cacheloader path=/var/lib/influxdb/wal/iobroker/autogen/2/_00058.wal size=3423
                                Apr 07 18:02:54 raspberrypi influxd[595]: ts=2022-04-07T16:02:54.768337Z lvl=info msg="Opened file" log_id=0_iC4DO0000 engine=tsm1 service=filestore path=/var/lib/influxdb/data/iobroker/autogen/2/000000064-000000002.tsm id=0 duration=51.973ms
                                Apr 07 18:02:54 raspberrypi systemd[1]: Starting "wmbusmeters service"...
                                Apr 07 18:02:54 raspberrypi systemd[1]: Stopped "wmbusmeters service".
                                Apr 07 18:02:54 raspberrypi systemd[1]: wmbusmeters.service: Scheduled restart job, restart counter is at 2.
                                Apr 07 18:02:54 raspberrypi influxd[595]: ts=2022-04-07T16:02:54.679796Z lvl=info msg="Opened file" log_id=0_iC4DO0000 engine=tsm1 service=filestore path=/var/lib/influxdb/data/_internal/monitor/7/000000003-000000002.tsm id=0 duration=68.534ms
                                Apr 07 18:02:54 raspberrypi influxd[595]: ts=2022-04-07T16:02:54.601933Z lvl=info msg="Opened shard" log_id=0_iC4DO0000 service=store trace_id=0_iC4D_W000 op_name=tsdb_open index_version=inmem path=/var/lib/influxdb/data/_internal/monitor/10 duration=380.589ms
                                Apr 07 18:02:54 raspberrypi influxd[595]: ts=2022-04-07T16:02:54.601835Z lvl=info msg="Opened shard" log_id=0_iC4DO0000 service=store trace_id=0_iC4D_W000 op_name=tsdb_open index_version=inmem path=/var/lib/influxdb/data/_internal/monitor/6 duration=379.910ms
                                Apr 07 18:02:54 raspberrypi influxd[595]: ts=2022-04-07T16:02:54.552453Z lvl=info msg="Opened shard" log_id=0_iC4DO0000 service=store trace_id=0_iC4D_W000 op_name=tsdb_open index_version=inmem path=/var/lib/influxdb/data/_internal/monitor/4 duration=331.197ms
                                Apr 07 18:02:54 raspberrypi influxd[595]: ts=2022-04-07T16:02:54.312764Z lvl=info msg="Opened file" log_id=0_iC4DO0000 engine=tsm1 service=filestore path=/var/lib/influxdb/data/_internal/monitor/10/000000004-000000002.tsm id=0 duration=57.986ms
                                Apr 07 18:02:54 raspberrypi influxd[595]: ts=2022-04-07T16:02:54.307802Z lvl=info msg="Opened file" log_id=0_iC4DO0000 engine=tsm1 service=filestore path=/var/lib/influxdb/data/_internal/monitor/6/000000004-000000002.tsm id=0 duration=53.843ms
                                Apr 07 18:02:54 raspberrypi influxd[595]: ts=2022-04-07T16:02:54.297802Z lvl=info msg="Opened file" log_id=0_iC4DO0000 engine=tsm1 service=filestore path=/var/lib/influxdb/data/_internal/monitor/4/000000002-000000002.tsm id=0 duration=44.174ms
                                Apr 07 18:02:54 raspberrypi influxd[595]: ts=2022-04-07T16:02:54.221814Z lvl=info msg="Opened shard" log_id=0_iC4DO0000 service=store trace_id=0_iC4D_W000 op_name=tsdb_open index_version=inmem path=/var/lib/influxdb/data/_internal/monitor/11 duration=525.544ms
                                Apr 07 18:02:54 raspberrypi influxd[595]: ts=2022-04-07T16:02:54.221273Z lvl=info msg="Opened shard" log_id=0_iC4DO0000 service=store trace_id=0_iC4D_W000 op_name=tsdb_open index_version=inmem path=/var/lib/influxdb/data/_internal/monitor/5 duration=524.231ms
                                Apr 07 18:02:54 raspberrypi influxd[595]: ts=2022-04-07T16:02:54.221132Z lvl=info msg="Opened shard" log_id=0_iC4DO0000 service=store trace_id=0_iC4D_W000 op_name=tsdb_open index_version=inmem path=/var/lib/influxdb/data/_internal/monitor/8 duration=524.008ms
                                Apr 07 18:02:54 raspberrypi influxd[595]: ts=2022-04-07T16:02:54.024886Z lvl=info msg="Reading file" log_id=0_iC4DO0000 engine=tsm1 service=cacheloader path=/var/lib/influxdb/wal/_internal/monitor/12/_00009.wal size=4266060
                                Apr 07 18:02:54 raspberrypi influxd[595]: ts=2022-04-07T16:02:54.020344Z lvl=info msg="Opened file" log_id=0_iC4DO0000 engine=tsm1 service=filestore path=/var/lib/influxdb/data/_internal/monitor/5/000000002-000000002.tsm id=0 duration=74.935ms
                                Apr 07 18:02:53 raspberrypi influxd[595]: ts=2022-04-07T16:02:53.960818Z lvl=info msg="Opened file" log_id=0_iC4DO0000 engine=tsm1 service=filestore path=/var/lib/influxdb/data/_internal/monitor/8/000000003-000000002.tsm id=0 duration=118.199ms
                                Apr 07 18:02:53 raspberrypi influxd[595]: ts=2022-04-07T16:02:53.952673Z lvl=info msg="Opened file" log_id=0_iC4DO0000 engine=tsm1 service=filestore path=/var/lib/influxdb/data/_internal/monitor/12/000000002-000000001.tsm id=1 duration=119.343ms
                                Apr 07 18:02:53 raspberrypi influxd[595]: ts=2022-04-07T16:02:53.949263Z lvl=info msg="Opened file" log_id=0_iC4DO0000 engine=tsm1 service=filestore path=/var/lib/influxdb/data/_internal/monitor/11/000000004-000000002.tsm id=0 duration=115.660ms
                                Apr 07 18:02:53 raspberrypi influxd[595]: ts=2022-04-07T16:02:53.945197Z lvl=info msg="Opened file" log_id=0_iC4DO0000 engine=tsm1 service=filestore path=/var/lib/influxdb/data/_internal/monitor/12/000000001-000000001.tsm id=0 duration=111.829ms
                                Apr 07 18:02:53 raspberrypi vncserver-x11[631]: ConsoleDisplay: Found running X server (pid=654, binary=/usr/lib/xorg/Xorg)
                                Apr 07 18:02:53 raspberrypi vncserver-x11[631]: ConsoleDisplay: Cannot find a running X server on vt1
                                Apr 07 18:02:53 raspberrypi systemd[1]: wmbusmeters.service: Failed with result 'exit-code'.
                                Apr 07 18:02:53 raspberrypi systemd[1]: wmbusmeters.service: Main process exited, code=exited, status=1/FAILURE
                                Apr 07 18:02:53 raspberrypi wmbusmetersd[689]: Not a valid device "/dev/ttyUSB0:im871a:c1
                                "
                                Apr 07 18:02:53 raspberrypi systemd[1]: Started "wmbusmeters service".
                                Apr 07 18:02:53 raspberrypi wmbusmetersd[689]: No such log level: "normal
                                "
                                Apr 07 18:02:53 raspberrypi wmbusmetersd[688]: (wmbusmeters) started /run/wmbusmeters/wmbusmeters.pid
                                Apr 07 18:02:53 raspberrypi influxd[595]: ts=2022-04-07T16:02:53.458269Z lvl=info msg="Open store (start)" log_id=0_iC4DO0000 service=store trace_id=0_iC4D_W000 op_name=tsdb_open op_event=start
                                Apr 07 18:02:53 raspberrypi influxd[595]: ts=2022-04-07T16:02:53.458216Z lvl=info msg="Compaction settings" log_id=0_iC4DO0000 service=store max_concurrent_compactions=2 throughput_bytes_per_second=50331648 throughput_burst_bytes=50331648
                                Apr 07 18:02:53 raspberrypi influxd[595]: ts=2022-04-07T16:02:53.458065Z lvl=info msg="Using data dir" log_id=0_iC4DO0000 service=store path=/var/lib/influxdb/data
                                Apr 07 18:02:53 raspberrypi systemd[1]: Starting "wmbusmeters service"...
                                Apr 07 18:02:53 raspberrypi systemd[1]: Stopped "wmbusmeters service".
                                Apr 07 18:02:53 raspberrypi systemd[1]: wmbusmeters.service: Scheduled restart job, restart counter is at 1.
                                Apr 07 18:02:53 raspberrypi influxd[595]: ts=2022-04-07T16:02:53.408254Z lvl=info msg="Go runtime" log_id=0_iC4DO0000 version=go1.15.6 maxprocs=4
                                Apr 07 18:02:53 raspberrypi influxd[595]: ts=2022-04-07T16:02:53.408159Z lvl=info msg="InfluxDB starting" log_id=0_iC4DO0000 version=1.6.7~rc0 branch=unknown commit=unknown
                                Apr 07 18:02:53 raspberrypi vncserver-x11[631]: ServerManager: Server started
                                Apr 07 18:02:53 raspberrypi vncserver-x11[631]: LogDestMem: Finished replaying stored messages
                                Apr 07 18:02:53 raspberrypi vncserver-x11[631]: VendorConfig: Error in Certificate "CN=GlobalSign,O=GlobalSign,OU=GlobalSign Root CA - R2": X.509 Error: Certificate expired
                                Apr 07 18:02:53 raspberrypi vncserver-x11[631]: LogDestMem: Start replaying stored messages
                                Apr 07 18:02:52 raspberrypi kernel: bcmgenet fd580000.ethernet eth0: Link is Down
                                Apr 07 18:02:52 raspberrypi kernel: bcmgenet fd580000.ethernet: configuring instance for external RGMII (RX delay)
                                Apr 07 18:02:52 raspberrypi dhcpcd[625]: wlan0: waiting for carrier
                                Apr 07 18:02:52 raspberrypi dhcpcd[625]: dhcpcd_prestartinterface: wlan0: Operation not possible due to RF-kill
                                Apr 07 18:02:52 raspberrypi dhcpcd[625]: eth0: waiting for carrier
                                Apr 07 18:02:52 raspberrypi dhcpcd[625]: wlan0: connected to Access Point `'
                                Apr 07 18:02:52 raspberrypi dhcpcd-run-hooks[667]: wlan0: starting wpa_supplicant
                                Apr 07 18:02:52 raspberrypi udisksd[501]: Acquired the name org.freedesktop.UDisks2 on the system message bus
                                Apr 07 18:02:52 raspberrypi systemd[1]: Started Disk Manager.
                                Apr 07 18:02:52 raspberrypi systemd[1]: Started Make remote CUPS printers available locally.
                                Apr 07 18:02:52 raspberrypi systemd[1]: Started CUPS Scheduler.
                                Apr 07 18:02:52 raspberrypi systemd[1]: Reached target Login Prompts.
                                Apr 07 18:02:52 raspberrypi systemd[1]: Started Getty on tty1.
                                Apr 07 18:02:52 raspberrypi systemd[1]: Started Light Display Manager.
                                Apr 07 18:02:52 raspberrypi systemd[1]: Received SIGRTMIN+21 from PID 179 (n/a).
                                Apr 07 18:02:52 raspberrypi systemd[1]: Started OpenBSD Secure Shell server.
                                Apr 07 18:02:52 raspberrypi sshd[643]: Server listening on :: port 22.
                                Apr 07 18:02:52 raspberrypi sshd[643]: Server listening on 0.0.0.0 port 22.
                                Apr 07 18:02:52 raspberrypi systemd[1]: Finished Hold until boot process finishes up.
                                Apr 07 18:02:52 raspberrypi systemd[1]: Started LSB: Switch to ondemand cpu governor (unless shift key is pressed).
                                Apr 07 18:02:52 raspberrypi systemd[1]: wmbusmeters.service: Failed with result 'exit-code'.
                                Apr 07 18:02:52 raspberrypi raspi-config[444]: Checking if shift key is held down: No. Switching to ondemand scaling governor.
                                Apr 07 18:02:52 raspberrypi systemd[1]: wmbusmeters.service: Main process exited, code=exited, status=1/FAILURE
                                Apr 07 18:02:52 raspberrypi systemd[1]: Started "wmbusmeters service".
                                Apr 07 18:02:52 raspberrypi wmbusmetersd[649]: Not a valid device "/dev/ttyUSB0:im871a:c1
                                "
                                Apr 07 18:02:52 raspberrypi wmbusmetersd[649]: No such log level: "normal
                                "
                                Apr 07 18:02:52 raspberrypi wmbusmetersd[623]: (wmbusmeters) started /run/wmbusmeters/wmbusmeters.pid
                                Apr 07 18:02:52 raspberrypi lightdm[617]: Error getting user list from org.freedesktop.Accounts: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Accounts was not provided by any .service files
                                Apr 07 18:02:52 raspberrypi systemd[1]: Starting Hold until boot process finishes up...
                                Apr 07 18:02:52 raspberrypi systemd[1]: Started /etc/rc.local Compatibility.
                                Apr 07 18:02:52 raspberrypi systemd[1]: Finished Check for Raspberry Pi EEPROM updates.
                                Apr 07 18:02:52 raspberrypi rpi-eeprom-update[453]:     LATEST: 000138a1
                                Apr 07 18:02:52 raspberrypi rpi-eeprom-update[453]:    CURRENT: 000138a1
                                Apr 07 18:02:52 raspberrypi rpi-eeprom-update[453]:      VL805: up to date
                                Apr 07 18:02:52 raspberrypi systemd[1]: Starting /etc/rc.local Compatibility...
                                Apr 07 18:02:52 raspberrypi rpi-eeprom-update[453]:   VL805_FW: Dedicated VL805 EEPROM
                                Apr 07 18:02:52 raspberrypi rpi-eeprom-update[453]:             Use raspi-config to change the release.
                                Apr 07 18:02:52 raspberrypi rpi-eeprom-update[453]:    RELEASE: default (/lib/firmware/raspberrypi/bootloader/default)
                                Apr 07 18:02:52 raspberrypi rpi-eeprom-update[453]:     LATEST: Di 25. Jan 14:30:41 UTC 2022 (1643121041)
                                Apr 07 18:02:52 raspberrypi systemd[1]: Starting Samba NMB Daemon...
                                Apr 07 18:02:52 raspberrypi rpi-eeprom-update[453]:    CURRENT: Do 3. Sep 12:11:43 UTC 2020 (1599135103)
                                Apr 07 18:02:52 raspberrypi systemd[1]: Started Grafana instance.
                                Apr 07 18:02:52 raspberrypi rpi-eeprom-update[453]: BOOTLOADER: up to date
                                Apr 07 18:02:52 raspberrypi systemd[1]: Reached target Network is Online.
                                Apr 07 18:02:51 raspberrypi systemd[1]: Started DHCP Client Daemon.
                                Apr 07 18:02:51 raspberrypi dhcpcd[604]: forked to background, child pid 625
                                Apr 07 18:02:51 raspberrypi kernel: 8021q: 802.1Q VLAN Support v1.8
                                Apr 07 18:02:51 raspberrypi systemd[1]: Starting Light Display Manager...
                                Apr 07 18:02:51 raspberrypi systemd[1]: Reached target Sound Card.
                                Apr 07 18:02:51 raspberrypi systemd[1]: Started Authorization Manager.
                                Apr 07 18:02:51 raspberrypi systemd[1]: Finished Permit User Sessions.
                                Apr 07 18:02:51 raspberrypi systemd[1]: Finished Save/Restore Sound Card State.
                                Apr 07 18:02:51 raspberrypi dhcpcd[604]: dev: loaded udev
                                Apr 07 18:02:51 raspberrypi systemd[1]: Starting "wmbusmeters service"... 
                                

                                Der Stick ist aber da:

                                pi@raspberrypi:/opt/iobroker $ ls -l /dev/serial/by-id
                                insgesamt 0
                                lrwxrwxrwx 1 root root 13  7. Apr 18:31 usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_7aead84aacc9eb118e17914f1d69213e-if00-port0 -> ../../ttyUSB1
                                lrwxrwxrwx 1 root root 13  7. Apr 18:31 usb-Silicon_Labs_WiMOD_iM871A-usb_00919907-if00-port0 -> ../../ttyUSB0
                                p
                                

                                Das ist meine Uhr:

                                uhr.jpg

                                M 1 Antwort Letzte Antwort
                                0
                                • W WolfgangFB

                                  @matze-dev

                                  OK, ich habe jetzt nur den relevanten Teil rauskopiert (sonst wird das ja riesengroß)

                                  Ich schätze mal das die Zeile

                                  Not a valid device "/dev/ttyUSB0:im871a:c1 
                                  

                                  der Knackpunkt ist. Das "C1" habe ich aus der letzten Sicherung der Konfigurationsdatei genommen. Mit T1 kommt es aber zum gleichen Fehler.

                                  Apr 07 18:02:55 raspberrypi systemd[1]: Failed to start "wmbusmeters service".
                                  Apr 07 18:02:55 raspberrypi systemd[1]: wmbusmeters.service: Failed with result 'exit-code'.
                                  Apr 07 18:02:55 raspberrypi systemd[1]: wmbusmeters.service: Start request repeated too quickly.
                                  Apr 07 18:02:55 raspberrypi systemd[1]: Stopped "wmbusmeters service".
                                  Apr 07 18:02:55 raspberrypi systemd[1]: wmbusmeters.service: Scheduled restart job, restart counter is at 3.
                                  Apr 07 18:02:55 raspberrypi systemd[1]: systemd-rfkill.service: Succeeded.
                                  Apr 07 18:02:55 raspberrypi influxd[595]: ts=2022-04-07T16:02:55.110331Z lvl=info msg="Opened shard" log_id=0_iC4DO0000 service=store trace_id=0_iC4D_W000 op_name=tsdb_open index_version=inmem path=/var/lib/influxdb/data/iobroker/autogen/2 duration=507.572ms
                                  Apr 07 18:02:55 raspberrypi influxd[595]: ts=2022-04-07T16:02:55.022397Z lvl=info msg="Opened shard" log_id=0_iC4DO0000 service=store trace_id=0_iC4D_W000 op_name=tsdb_open index_version=inmem path=/var/lib/influxdb/data/_internal/monitor/7 duration=469.798ms
                                  Apr 07 18:02:54 raspberrypi systemd[1]: wmbusmeters.service: Failed with result 'exit-code'.
                                  Apr 07 18:02:54 raspberrypi wmbusmetersd[715]: Not a valid device "/dev/ttyUSB0:im871a:c1
                                  "
                                  Apr 07 18:02:54 raspberrypi systemd[1]: wmbusmeters.service: Main process exited, code=exited, status=1/FAILURE
                                  Apr 07 18:02:54 raspberrypi wmbusmetersd[715]: No such log level: "normal
                                  "
                                  Apr 07 18:02:54 raspberrypi systemd[1]: Started "wmbusmeters service".
                                  Apr 07 18:02:54 raspberrypi wmbusmetersd[714]: (wmbusmeters) started /run/wmbusmeters/wmbusmeters.pid
                                  Apr 07 18:02:54 raspberrypi influxd[595]: ts=2022-04-07T16:02:54.790425Z lvl=info msg="Reading file" log_id=0_iC4DO0000 engine=tsm1 service=cacheloader path=/var/lib/influxdb/wal/iobroker/autogen/9/_00007.wal size=9370326
                                  Apr 07 18:02:54 raspberrypi influxd[595]: ts=2022-04-07T16:02:54.789687Z lvl=info msg="Opened file" log_id=0_iC4DO0000 engine=tsm1 service=filestore path=/var/lib/influxdb/data/iobroker/autogen/9/000000005-000000002.tsm id=0 duration=76.631ms
                                  Apr 07 18:02:54 raspberrypi influxd[595]: ts=2022-04-07T16:02:54.770085Z lvl=info msg="Reading file" log_id=0_iC4DO0000 engine=tsm1 service=cacheloader path=/var/lib/influxdb/wal/iobroker/autogen/2/_00058.wal size=3423
                                  Apr 07 18:02:54 raspberrypi influxd[595]: ts=2022-04-07T16:02:54.768337Z lvl=info msg="Opened file" log_id=0_iC4DO0000 engine=tsm1 service=filestore path=/var/lib/influxdb/data/iobroker/autogen/2/000000064-000000002.tsm id=0 duration=51.973ms
                                  Apr 07 18:02:54 raspberrypi systemd[1]: Starting "wmbusmeters service"...
                                  Apr 07 18:02:54 raspberrypi systemd[1]: Stopped "wmbusmeters service".
                                  Apr 07 18:02:54 raspberrypi systemd[1]: wmbusmeters.service: Scheduled restart job, restart counter is at 2.
                                  Apr 07 18:02:54 raspberrypi influxd[595]: ts=2022-04-07T16:02:54.679796Z lvl=info msg="Opened file" log_id=0_iC4DO0000 engine=tsm1 service=filestore path=/var/lib/influxdb/data/_internal/monitor/7/000000003-000000002.tsm id=0 duration=68.534ms
                                  Apr 07 18:02:54 raspberrypi influxd[595]: ts=2022-04-07T16:02:54.601933Z lvl=info msg="Opened shard" log_id=0_iC4DO0000 service=store trace_id=0_iC4D_W000 op_name=tsdb_open index_version=inmem path=/var/lib/influxdb/data/_internal/monitor/10 duration=380.589ms
                                  Apr 07 18:02:54 raspberrypi influxd[595]: ts=2022-04-07T16:02:54.601835Z lvl=info msg="Opened shard" log_id=0_iC4DO0000 service=store trace_id=0_iC4D_W000 op_name=tsdb_open index_version=inmem path=/var/lib/influxdb/data/_internal/monitor/6 duration=379.910ms
                                  Apr 07 18:02:54 raspberrypi influxd[595]: ts=2022-04-07T16:02:54.552453Z lvl=info msg="Opened shard" log_id=0_iC4DO0000 service=store trace_id=0_iC4D_W000 op_name=tsdb_open index_version=inmem path=/var/lib/influxdb/data/_internal/monitor/4 duration=331.197ms
                                  Apr 07 18:02:54 raspberrypi influxd[595]: ts=2022-04-07T16:02:54.312764Z lvl=info msg="Opened file" log_id=0_iC4DO0000 engine=tsm1 service=filestore path=/var/lib/influxdb/data/_internal/monitor/10/000000004-000000002.tsm id=0 duration=57.986ms
                                  Apr 07 18:02:54 raspberrypi influxd[595]: ts=2022-04-07T16:02:54.307802Z lvl=info msg="Opened file" log_id=0_iC4DO0000 engine=tsm1 service=filestore path=/var/lib/influxdb/data/_internal/monitor/6/000000004-000000002.tsm id=0 duration=53.843ms
                                  Apr 07 18:02:54 raspberrypi influxd[595]: ts=2022-04-07T16:02:54.297802Z lvl=info msg="Opened file" log_id=0_iC4DO0000 engine=tsm1 service=filestore path=/var/lib/influxdb/data/_internal/monitor/4/000000002-000000002.tsm id=0 duration=44.174ms
                                  Apr 07 18:02:54 raspberrypi influxd[595]: ts=2022-04-07T16:02:54.221814Z lvl=info msg="Opened shard" log_id=0_iC4DO0000 service=store trace_id=0_iC4D_W000 op_name=tsdb_open index_version=inmem path=/var/lib/influxdb/data/_internal/monitor/11 duration=525.544ms
                                  Apr 07 18:02:54 raspberrypi influxd[595]: ts=2022-04-07T16:02:54.221273Z lvl=info msg="Opened shard" log_id=0_iC4DO0000 service=store trace_id=0_iC4D_W000 op_name=tsdb_open index_version=inmem path=/var/lib/influxdb/data/_internal/monitor/5 duration=524.231ms
                                  Apr 07 18:02:54 raspberrypi influxd[595]: ts=2022-04-07T16:02:54.221132Z lvl=info msg="Opened shard" log_id=0_iC4DO0000 service=store trace_id=0_iC4D_W000 op_name=tsdb_open index_version=inmem path=/var/lib/influxdb/data/_internal/monitor/8 duration=524.008ms
                                  Apr 07 18:02:54 raspberrypi influxd[595]: ts=2022-04-07T16:02:54.024886Z lvl=info msg="Reading file" log_id=0_iC4DO0000 engine=tsm1 service=cacheloader path=/var/lib/influxdb/wal/_internal/monitor/12/_00009.wal size=4266060
                                  Apr 07 18:02:54 raspberrypi influxd[595]: ts=2022-04-07T16:02:54.020344Z lvl=info msg="Opened file" log_id=0_iC4DO0000 engine=tsm1 service=filestore path=/var/lib/influxdb/data/_internal/monitor/5/000000002-000000002.tsm id=0 duration=74.935ms
                                  Apr 07 18:02:53 raspberrypi influxd[595]: ts=2022-04-07T16:02:53.960818Z lvl=info msg="Opened file" log_id=0_iC4DO0000 engine=tsm1 service=filestore path=/var/lib/influxdb/data/_internal/monitor/8/000000003-000000002.tsm id=0 duration=118.199ms
                                  Apr 07 18:02:53 raspberrypi influxd[595]: ts=2022-04-07T16:02:53.952673Z lvl=info msg="Opened file" log_id=0_iC4DO0000 engine=tsm1 service=filestore path=/var/lib/influxdb/data/_internal/monitor/12/000000002-000000001.tsm id=1 duration=119.343ms
                                  Apr 07 18:02:53 raspberrypi influxd[595]: ts=2022-04-07T16:02:53.949263Z lvl=info msg="Opened file" log_id=0_iC4DO0000 engine=tsm1 service=filestore path=/var/lib/influxdb/data/_internal/monitor/11/000000004-000000002.tsm id=0 duration=115.660ms
                                  Apr 07 18:02:53 raspberrypi influxd[595]: ts=2022-04-07T16:02:53.945197Z lvl=info msg="Opened file" log_id=0_iC4DO0000 engine=tsm1 service=filestore path=/var/lib/influxdb/data/_internal/monitor/12/000000001-000000001.tsm id=0 duration=111.829ms
                                  Apr 07 18:02:53 raspberrypi vncserver-x11[631]: ConsoleDisplay: Found running X server (pid=654, binary=/usr/lib/xorg/Xorg)
                                  Apr 07 18:02:53 raspberrypi vncserver-x11[631]: ConsoleDisplay: Cannot find a running X server on vt1
                                  Apr 07 18:02:53 raspberrypi systemd[1]: wmbusmeters.service: Failed with result 'exit-code'.
                                  Apr 07 18:02:53 raspberrypi systemd[1]: wmbusmeters.service: Main process exited, code=exited, status=1/FAILURE
                                  Apr 07 18:02:53 raspberrypi wmbusmetersd[689]: Not a valid device "/dev/ttyUSB0:im871a:c1
                                  "
                                  Apr 07 18:02:53 raspberrypi systemd[1]: Started "wmbusmeters service".
                                  Apr 07 18:02:53 raspberrypi wmbusmetersd[689]: No such log level: "normal
                                  "
                                  Apr 07 18:02:53 raspberrypi wmbusmetersd[688]: (wmbusmeters) started /run/wmbusmeters/wmbusmeters.pid
                                  Apr 07 18:02:53 raspberrypi influxd[595]: ts=2022-04-07T16:02:53.458269Z lvl=info msg="Open store (start)" log_id=0_iC4DO0000 service=store trace_id=0_iC4D_W000 op_name=tsdb_open op_event=start
                                  Apr 07 18:02:53 raspberrypi influxd[595]: ts=2022-04-07T16:02:53.458216Z lvl=info msg="Compaction settings" log_id=0_iC4DO0000 service=store max_concurrent_compactions=2 throughput_bytes_per_second=50331648 throughput_burst_bytes=50331648
                                  Apr 07 18:02:53 raspberrypi influxd[595]: ts=2022-04-07T16:02:53.458065Z lvl=info msg="Using data dir" log_id=0_iC4DO0000 service=store path=/var/lib/influxdb/data
                                  Apr 07 18:02:53 raspberrypi systemd[1]: Starting "wmbusmeters service"...
                                  Apr 07 18:02:53 raspberrypi systemd[1]: Stopped "wmbusmeters service".
                                  Apr 07 18:02:53 raspberrypi systemd[1]: wmbusmeters.service: Scheduled restart job, restart counter is at 1.
                                  Apr 07 18:02:53 raspberrypi influxd[595]: ts=2022-04-07T16:02:53.408254Z lvl=info msg="Go runtime" log_id=0_iC4DO0000 version=go1.15.6 maxprocs=4
                                  Apr 07 18:02:53 raspberrypi influxd[595]: ts=2022-04-07T16:02:53.408159Z lvl=info msg="InfluxDB starting" log_id=0_iC4DO0000 version=1.6.7~rc0 branch=unknown commit=unknown
                                  Apr 07 18:02:53 raspberrypi vncserver-x11[631]: ServerManager: Server started
                                  Apr 07 18:02:53 raspberrypi vncserver-x11[631]: LogDestMem: Finished replaying stored messages
                                  Apr 07 18:02:53 raspberrypi vncserver-x11[631]: VendorConfig: Error in Certificate "CN=GlobalSign,O=GlobalSign,OU=GlobalSign Root CA - R2": X.509 Error: Certificate expired
                                  Apr 07 18:02:53 raspberrypi vncserver-x11[631]: LogDestMem: Start replaying stored messages
                                  Apr 07 18:02:52 raspberrypi kernel: bcmgenet fd580000.ethernet eth0: Link is Down
                                  Apr 07 18:02:52 raspberrypi kernel: bcmgenet fd580000.ethernet: configuring instance for external RGMII (RX delay)
                                  Apr 07 18:02:52 raspberrypi dhcpcd[625]: wlan0: waiting for carrier
                                  Apr 07 18:02:52 raspberrypi dhcpcd[625]: dhcpcd_prestartinterface: wlan0: Operation not possible due to RF-kill
                                  Apr 07 18:02:52 raspberrypi dhcpcd[625]: eth0: waiting for carrier
                                  Apr 07 18:02:52 raspberrypi dhcpcd[625]: wlan0: connected to Access Point `'
                                  Apr 07 18:02:52 raspberrypi dhcpcd-run-hooks[667]: wlan0: starting wpa_supplicant
                                  Apr 07 18:02:52 raspberrypi udisksd[501]: Acquired the name org.freedesktop.UDisks2 on the system message bus
                                  Apr 07 18:02:52 raspberrypi systemd[1]: Started Disk Manager.
                                  Apr 07 18:02:52 raspberrypi systemd[1]: Started Make remote CUPS printers available locally.
                                  Apr 07 18:02:52 raspberrypi systemd[1]: Started CUPS Scheduler.
                                  Apr 07 18:02:52 raspberrypi systemd[1]: Reached target Login Prompts.
                                  Apr 07 18:02:52 raspberrypi systemd[1]: Started Getty on tty1.
                                  Apr 07 18:02:52 raspberrypi systemd[1]: Started Light Display Manager.
                                  Apr 07 18:02:52 raspberrypi systemd[1]: Received SIGRTMIN+21 from PID 179 (n/a).
                                  Apr 07 18:02:52 raspberrypi systemd[1]: Started OpenBSD Secure Shell server.
                                  Apr 07 18:02:52 raspberrypi sshd[643]: Server listening on :: port 22.
                                  Apr 07 18:02:52 raspberrypi sshd[643]: Server listening on 0.0.0.0 port 22.
                                  Apr 07 18:02:52 raspberrypi systemd[1]: Finished Hold until boot process finishes up.
                                  Apr 07 18:02:52 raspberrypi systemd[1]: Started LSB: Switch to ondemand cpu governor (unless shift key is pressed).
                                  Apr 07 18:02:52 raspberrypi systemd[1]: wmbusmeters.service: Failed with result 'exit-code'.
                                  Apr 07 18:02:52 raspberrypi raspi-config[444]: Checking if shift key is held down: No. Switching to ondemand scaling governor.
                                  Apr 07 18:02:52 raspberrypi systemd[1]: wmbusmeters.service: Main process exited, code=exited, status=1/FAILURE
                                  Apr 07 18:02:52 raspberrypi systemd[1]: Started "wmbusmeters service".
                                  Apr 07 18:02:52 raspberrypi wmbusmetersd[649]: Not a valid device "/dev/ttyUSB0:im871a:c1
                                  "
                                  Apr 07 18:02:52 raspberrypi wmbusmetersd[649]: No such log level: "normal
                                  "
                                  Apr 07 18:02:52 raspberrypi wmbusmetersd[623]: (wmbusmeters) started /run/wmbusmeters/wmbusmeters.pid
                                  Apr 07 18:02:52 raspberrypi lightdm[617]: Error getting user list from org.freedesktop.Accounts: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Accounts was not provided by any .service files
                                  Apr 07 18:02:52 raspberrypi systemd[1]: Starting Hold until boot process finishes up...
                                  Apr 07 18:02:52 raspberrypi systemd[1]: Started /etc/rc.local Compatibility.
                                  Apr 07 18:02:52 raspberrypi systemd[1]: Finished Check for Raspberry Pi EEPROM updates.
                                  Apr 07 18:02:52 raspberrypi rpi-eeprom-update[453]:     LATEST: 000138a1
                                  Apr 07 18:02:52 raspberrypi rpi-eeprom-update[453]:    CURRENT: 000138a1
                                  Apr 07 18:02:52 raspberrypi rpi-eeprom-update[453]:      VL805: up to date
                                  Apr 07 18:02:52 raspberrypi systemd[1]: Starting /etc/rc.local Compatibility...
                                  Apr 07 18:02:52 raspberrypi rpi-eeprom-update[453]:   VL805_FW: Dedicated VL805 EEPROM
                                  Apr 07 18:02:52 raspberrypi rpi-eeprom-update[453]:             Use raspi-config to change the release.
                                  Apr 07 18:02:52 raspberrypi rpi-eeprom-update[453]:    RELEASE: default (/lib/firmware/raspberrypi/bootloader/default)
                                  Apr 07 18:02:52 raspberrypi rpi-eeprom-update[453]:     LATEST: Di 25. Jan 14:30:41 UTC 2022 (1643121041)
                                  Apr 07 18:02:52 raspberrypi systemd[1]: Starting Samba NMB Daemon...
                                  Apr 07 18:02:52 raspberrypi rpi-eeprom-update[453]:    CURRENT: Do 3. Sep 12:11:43 UTC 2020 (1599135103)
                                  Apr 07 18:02:52 raspberrypi systemd[1]: Started Grafana instance.
                                  Apr 07 18:02:52 raspberrypi rpi-eeprom-update[453]: BOOTLOADER: up to date
                                  Apr 07 18:02:52 raspberrypi systemd[1]: Reached target Network is Online.
                                  Apr 07 18:02:51 raspberrypi systemd[1]: Started DHCP Client Daemon.
                                  Apr 07 18:02:51 raspberrypi dhcpcd[604]: forked to background, child pid 625
                                  Apr 07 18:02:51 raspberrypi kernel: 8021q: 802.1Q VLAN Support v1.8
                                  Apr 07 18:02:51 raspberrypi systemd[1]: Starting Light Display Manager...
                                  Apr 07 18:02:51 raspberrypi systemd[1]: Reached target Sound Card.
                                  Apr 07 18:02:51 raspberrypi systemd[1]: Started Authorization Manager.
                                  Apr 07 18:02:51 raspberrypi systemd[1]: Finished Permit User Sessions.
                                  Apr 07 18:02:51 raspberrypi systemd[1]: Finished Save/Restore Sound Card State.
                                  Apr 07 18:02:51 raspberrypi dhcpcd[604]: dev: loaded udev
                                  Apr 07 18:02:51 raspberrypi systemd[1]: Starting "wmbusmeters service"... 
                                  

                                  Der Stick ist aber da:

                                  pi@raspberrypi:/opt/iobroker $ ls -l /dev/serial/by-id
                                  insgesamt 0
                                  lrwxrwxrwx 1 root root 13  7. Apr 18:31 usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_7aead84aacc9eb118e17914f1d69213e-if00-port0 -> ../../ttyUSB1
                                  lrwxrwxrwx 1 root root 13  7. Apr 18:31 usb-Silicon_Labs_WiMOD_iM871A-usb_00919907-if00-port0 -> ../../ttyUSB0
                                  p
                                  

                                  Das ist meine Uhr:

                                  uhr.jpg

                                  M Offline
                                  M Offline
                                  matze-dev
                                  schrieb am zuletzt editiert von
                                  #114

                                  @wolfgangfb Hallo Wolfgang, was sagt das Kommando lsusb?
                                  Bei mir sieht das so aus; ich habe noch die UART-Bridge CP210x am laufen - siehe unten. Ist die bei Dir auch da?
                                  Scheint in der Tat den Stick nicht korrekt eingebunden zu haben. Einmal ziehen und dann stecken - was macht das dann? Lass auf alle Fälle vorher noch das Kommando laufen: tail -f /var/log/messages

                                  Was sagt das Kommando dmesg?

                                  Hier mein USB-Device:

                                  pi@raspi-mon:~ $ lsusb
                                  Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
                                  Bus 001 Device 003: ID 10c4:ea60 Silicon Labs CP210x UART Bridge
                                  Bus 001 Device 002: ID 2109:3431 VIA Labs, Inc. Hub
                                  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

                                  W 1 Antwort Letzte Antwort
                                  0
                                  • M matze-dev

                                    @wolfgangfb Hallo Wolfgang, was sagt das Kommando lsusb?
                                    Bei mir sieht das so aus; ich habe noch die UART-Bridge CP210x am laufen - siehe unten. Ist die bei Dir auch da?
                                    Scheint in der Tat den Stick nicht korrekt eingebunden zu haben. Einmal ziehen und dann stecken - was macht das dann? Lass auf alle Fälle vorher noch das Kommando laufen: tail -f /var/log/messages

                                    Was sagt das Kommando dmesg?

                                    Hier mein USB-Device:

                                    pi@raspi-mon:~ $ lsusb
                                    Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
                                    Bus 001 Device 003: ID 10c4:ea60 Silicon Labs CP210x UART Bridge
                                    Bus 001 Device 002: ID 2109:3431 VIA Labs, Inc. Hub
                                    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

                                    W Offline
                                    W Offline
                                    WolfgangFB
                                    schrieb am zuletzt editiert von
                                    #115

                                    @matze-dev

                                    pi@raspberrypi:~ $ lsusb
                                    Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
                                    Bus 001 Device 004: ID 10c4:ea60 Silicon Labs CP210x UART Bridge
                                    Bus 001 Device 003: ID 10c4:ea60 Silicon Labs CP210x UART Bridge
                                    Bus 001 Device 002: ID 2109:3431 VIA Labs, Inc. Hub
                                    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
                                    
                                    Apr  9 14:38:19 raspberrypi kernel: [79205.496907] usb 1-1.2: USB disconnect, device number 3
                                    Apr  9 14:38:19 raspberrypi kernel: [79205.497972] cp210x ttyUSB0: cp210x converter now disconnected from ttyUSB0
                                    Apr  9 14:38:19 raspberrypi kernel: [79205.498646] cp210x 1-1.2:1.0: device disconnected
                                    Apr  9 14:38:22 raspberrypi kernel: [79208.352123] usb 1-1.2: new full-speed USB device number 5 using xhci_hcd
                                    Apr  9 14:38:22 raspberrypi kernel: [79208.489965] usb 1-1.2: New USB device found, idVendor=10c4, idProduct=ea60, bcdDevice= 1.00
                                    Apr  9 14:38:22 raspberrypi kernel: [79208.489996] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
                                    Apr  9 14:38:22 raspberrypi kernel: [79208.490018] usb 1-1.2: Product: WiMOD iM871A-usb
                                    Apr  9 14:38:22 raspberrypi kernel: [79208.490036] usb 1-1.2: Manufacturer: Silicon Labs
                                    Apr  9 14:38:22 raspberrypi kernel: [79208.490054] usb 1-1.2: SerialNumber: 00919907
                                    Apr  9 14:38:22 raspberrypi kernel: [79208.496479] cp210x 1-1.2:1.0: cp210x converter detected
                                    Apr  9 14:38:22 raspberrypi kernel: [79208.504516] usb 1-1.2: cp210x converter now attached to ttyUSB0
                                    Apr  9 14:38:22 raspberrypi mtp-probe: checking bus 1, device 5: "/sys/devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.2"
                                    Apr  9 14:38:22 raspberrypi mtp-probe: bus: 1, device: 5 was not an MTP device
                                    Apr  9 14:38:22 raspberrypi mtp-probe: checking bus 1, device 5: "/sys/devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.2"
                                    Apr  9 14:38:22 raspberrypi mtp-probe: bus: 1, device: 5 was not an MTP device
                                    
                                    [   18.562885] Bluetooth: RFCOMM TTY layer initialized
                                    [   18.562907] Bluetooth: RFCOMM socket layer initialized
                                    [   18.562927] Bluetooth: RFCOMM ver 1.11
                                    [   31.842667] cam-dummy-reg: disabling
                                    [   87.912851] bcmgenet fd580000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
                                    [   87.912896] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
                                    [79205.496907] usb 1-1.2: USB disconnect, device number 3
                                    [79205.497972] cp210x ttyUSB0: cp210x converter now disconnected from ttyUSB0
                                    [79205.498646] cp210x 1-1.2:1.0: device disconnected
                                    [79208.352123] usb 1-1.2: new full-speed USB device number 5 using xhci_hcd
                                    [79208.489965] usb 1-1.2: New USB device found, idVendor=10c4, idProduct=ea60, bcdDevice= 1.00
                                    [79208.489996] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
                                    [79208.490018] usb 1-1.2: Product: WiMOD iM871A-usb
                                    [79208.490036] usb 1-1.2: Manufacturer: Silicon Labs
                                    [79208.490054] usb 1-1.2: SerialNumber: 00919907
                                    [79208.496479] cp210x 1-1.2:1.0: cp210x converter detected
                                    [79208.504516] usb 1-1.2: cp210x converter now attached to ttyUSB0
                                    pi@raspberrypi:~ $
                                    
                                    1 Antwort Letzte Antwort
                                    0
                                    • M Offline
                                      M Offline
                                      matze-dev
                                      schrieb am zuletzt editiert von
                                      #116

                                      @wolfgangfb das sieht gut aus, bis auf 2xdie Meldung der UART-Bridge. Meldet er immer noch, dass er den Stick nicht erkennt? Sollte noch ein zweiter Stick stecken, würde ich ihn abziehen und nur mit dem IMST hochfahren.

                                      W 1 Antwort Letzte Antwort
                                      0
                                      • M matze-dev

                                        @wolfgangfb das sieht gut aus, bis auf 2xdie Meldung der UART-Bridge. Meldet er immer noch, dass er den Stick nicht erkennt? Sollte noch ein zweiter Stick stecken, würde ich ihn abziehen und nur mit dem IMST hochfahren.

                                        W Offline
                                        W Offline
                                        WolfgangFB
                                        schrieb am zuletzt editiert von
                                        #117

                                        @matze-dev

                                        Ich habe den Zigbee Stick entfernt und neu gebootet. Ergebnis leider immer noch negativ :-(

                                        pi@raspberrypi:~ $  systemctl status wmbusmeters
                                        * wmbusmeters.service - "wmbusmeters service"
                                             Loaded: loaded (/lib/systemd/system/wmbusmeters.service; enabled; vendor preset: enabled)
                                             Active: failed (Result: protocol) since Mon 2022-04-11 11:06:10 CEST; 1min 30s ago
                                               Docs: https://github.com/weetmuts/wmbusmeters
                                                     man:wmbusmeters(1)
                                            Process: 679 ExecStartPre=/bin/mkdir -p /var/log/wmbusmeters/meter_readings (code=exited, status=0/SUCCESS)
                                            Process: 680 ExecStartPre=/bin/chown -R wmbusmeters:wmbusmeters /var/log/wmbusmeters (code=exited, status=0/SUCCESS)
                                            Process: 681 ExecStartPre=/bin/mkdir -p /run/wmbusmeters (code=exited, status=0/SUCCESS)
                                            Process: 682 ExecStartPre=/bin/chown -R wmbusmeters:wmbusmeters /run/wmbusmeters (code=exited, status=0/SUCCESS)
                                            Process: 684 ExecStart=/usr/sbin/wmbusmetersd /run/wmbusmeters/wmbusmeters.pid (code=exited, status=0/SUCCESS)
                                                CPU: 102ms
                                        
                                        Apr 11 11:06:08 raspberrypi systemd[1]: Failed to start "wmbusmeters service".
                                        Apr 11 11:06:10 raspberrypi systemd[1]: wmbusmeters.service: Scheduled restart job, restart counter is at 3.
                                        Apr 11 11:06:10 raspberrypi systemd[1]: Stopped "wmbusmeters service".
                                        Apr 11 11:06:10 raspberrypi systemd[1]: wmbusmeters.service: Start request repeated too quickly.
                                        Apr 11 11:06:10 raspberrypi systemd[1]: wmbusmeters.service: Failed with result 'protocol'.
                                        Apr 11 11:06:10 raspberrypi systemd[1]: Failed to start "wmbusmeters service".
                                        
                                        pi@raspberrypi:~ $ lsusb
                                        Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
                                        Bus 001 Device 003: ID 10c4:ea60 Silicon Labs CP210x UART Bridge
                                        Bus 001 Device 002: ID 2109:3431 VIA Labs, Inc. Hub
                                        Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
                                        
                                        pi@raspberrypi:~ $ ls -l /dev/serial/by-id
                                        insgesamt 0
                                        lrwxrwxrwx 1 root root 13 11. Apr 11:06 usb-Silicon_Labs_WiMOD_iM871A-usb_00919907-if00-port0 -> ../../ttyUSB0
                                        pi@raspberrypi:~ $
                                        
                                        
                                        journalctl -ar > test.txt
                                        Apr 11 11:06:10 raspberrypi systemd[1]: Failed to start "wmbusmeters service".
                                        Apr 11 11:06:10 raspberrypi systemd[1]: wmbusmeters.service: Failed with result 'protocol'.
                                        Apr 11 11:06:10 raspberrypi systemd[1]: wmbusmeters.service: Start request repeated too quickly.
                                        Apr 11 11:06:10 raspberrypi systemd[1]: Stopped "wmbusmeters service".
                                        Apr 11 11:06:10 raspberrypi systemd[1]: wmbusmeters.service: Scheduled restart job, restart counter is at 3.
                                        Apr 11 11:06:09 raspberrypi influxd[558]: ts=2022-04-11T09:06:09.658471Z lvl=info msg="Opened shard" log_id=0_myoi7l000 service=store trace_id=0_myoiNl000 op_name=tsdb_open index_version=inmem path=/var/lib/influxdb/data/iobroker/autogen/17 duration=1251.478ms
                                        Apr 11 11:06:09 raspberrypi influxd[558]: ts=2022-04-11T09:06:09.370313Z lvl=info msg="Opened shard" log_id=0_myoi7l000 service=store trace_id=0_myoiNl000 op_name=tsdb_open index_version=inmem path=/var/lib/influxdb/data/iobroker/autogen/2 duration=829.564ms
                                        Apr 11 11:06:09 raspberrypi influxd[558]: ts=2022-04-11T09:06:09.297692Z lvl=info msg="Opened shard" log_id=0_myoi7l000 service=store trace_id=0_myoiNl000 op_name=tsdb_open index_version=inmem path=/var/lib/influxdb/data/iobroker/autogen/9 duration=840.539ms
                                        Apr 11 11:06:09 raspberrypi systemd[1]: systemd-rfkill.service: Succeeded.
                                        Apr 11 11:06:08 raspberrypi systemd[1]: Failed to start "wmbusmeters service".
                                        Apr 11 11:06:08 raspberrypi wmbusmetersd[685]: Not a valid device "/dev/ttyUSB0:im871a:t1
                                        "
                                        Apr 11 11:06:08 raspberrypi systemd[1]: wmbusmeters.service: Failed with result 'protocol'.
                                        Apr 11 11:06:08 raspberrypi wmbusmetersd[685]: No such log level: "normal
                                        "
                                        Apr 11 11:06:08 raspberrypi systemd[1]: wmbusmeters.service: New main PID 685 does not exist or is a zombie.
                                        Apr 11 11:06:08 raspberrypi wmbusmetersd[684]: (wmbusmeters) started /run/wmbusmeters/wmbusmeters.pid
                                        Apr 11 11:06:08 raspberrypi influxd[558]: ts=2022-04-11T09:06:08.733727Z lvl=info msg="Reading file" log_id=0_myoi7l000 engine=tsm1 service=cacheloader path=/var/lib/influxdb/wal/iobroker/autogen/2/_00058.wal size=3423
                                        Apr 11 11:06:08 raspberrypi influxd[558]: ts=2022-04-11T09:06:08.724693Z lvl=info msg="Opened file" log_id=0_myoi7l000 engine=tsm1 service=filestore path=/var/lib/influxdb/data/iobroker/autogen/2/000000072-000000002.tsm id=0 duration=108.980ms
                                        Apr 11 11:06:08 raspberrypi systemd[1]: Starting "wmbusmeters service"...
                                        Apr 11 11:06:08 raspberrypi influxd[558]: ts=2022-04-11T09:06:08.624515Z lvl=info msg="Reading file" log_id=0_myoi7l000 engine=tsm1 service=cacheloader path=/var/lib/influxdb/wal/iobroker/autogen/9/_00020.wal size=7779
                                        Apr 11 11:06:08 raspberrypi influxd[558]: ts=2022-04-11T09:06:08.623602Z lvl=info msg="Opened file" log_id=0_myoi7l000 engine=tsm1 service=filestore path=/var/lib/influxdb/data/iobroker/autogen/9/000000010-000000002.tsm id=0 duration=67.973ms
                                        Apr 11 11:06:08 raspberrypi systemd[1]: Stopped "wmbusmeters service".
                                        Apr 11 11:06:08 raspberrypi systemd[1]: wmbusmeters.service: Scheduled restart job, restart counter is at 2.
                                        Apr 11 11:06:08 raspberrypi influxd[558]: ts=2022-04-11T09:06:08.607366Z lvl=info msg="Opened file" log_id=0_myoi7l000 engine=tsm1 service=filestore path=/var/lib/influxdb/data/iobroker/autogen/9/000000018-000000002.tsm id=1 duration=51.737ms
                                        Apr 11 11:06:08 raspberrypi influxd[558]: ts=2022-04-11T09:06:08.539989Z lvl=info msg="Opened shard" log_id=0_myoi7l000 service=store trace_id=0_myoiNl000 op_name=tsdb_open index_version=inmem path=/var/lib/influxdb/data/_internal/monitor/15 duration=466.457ms
                                        Apr 11 11:06:08 raspberrypi influxd[558]: ts=2022-04-11T09:06:08.537811Z lvl=info msg="Reading file" log_id=0_myoi7l000 engine=tsm1 service=cacheloader path=/var/lib/influxdb/wal/iobroker/autogen/17/_00002.wal size=3776034
                                        Apr 11 11:06:08 raspberrypi influxd[558]: ts=2022-04-11T09:06:08.537400Z lvl=info msg="Opened file" log_id=0_myoi7l000 engine=tsm1 service=filestore path=/var/lib/influxdb/data/iobroker/autogen/17/000000001-000000001.tsm id=0 duration=48.552ms
                                        Apr 11 11:06:08 raspberrypi influxd[558]: ts=2022-04-11T09:06:08.457005Z lvl=info msg="Opened shard" log_id=0_myoi7l000 service=store trace_id=0_myoiNl000 op_name=tsdb_open index_version=inmem path=/var/lib/influxdb/data/_internal/monitor/13 duration=383.418ms
                                        Apr 11 11:06:08 raspberrypi influxd[558]: ts=2022-04-11T09:06:08.406846Z lvl=info msg="Opened shard" log_id=0_myoi7l000 service=store trace_id=0_myoiNl000 op_name=tsdb_open index_version=inmem path=/var/lib/influxdb/data/_internal/monitor/8 duration=381.264ms
                                        Apr 11 11:06:08 raspberrypi influxd[558]: ts=2022-04-11T09:06:08.225964Z lvl=info msg="Reading file" log_id=0_myoi7l000 engine=tsm1 service=cacheloader path=/var/lib/influxdb/wal/_internal/monitor/16/_00005.wal size=10485929
                                        Apr 11 11:06:08 raspberrypi influxd[558]: ts=2022-04-11T09:06:08.225570Z lvl=info msg="Opened file" log_id=0_myoi7l000 engine=tsm1 service=filestore path=/var/lib/influxdb/data/_internal/monitor/16/000000001-000000001.tsm id=0 duration=93.320ms
                                        Apr 11 11:06:08 raspberrypi influxd[558]: ts=2022-04-11T09:06:08.223643Z lvl=info msg="Opened file" log_id=0_myoi7l000 engine=tsm1 service=filestore path=/var/lib/influxdb/data/_internal/monitor/15/000000004-000000002.tsm id=0 duration=94.742ms
                                        Apr 11 11:06:08 raspberrypi influxd[558]: ts=2022-04-11T09:06:08.203369Z lvl=info msg="Opened file" log_id=0_myoi7l000 engine=tsm1 service=filestore path=/var/lib/influxdb/data/_internal/monitor/13/000000005-000000002.tsm id=0 duration=84.057ms
                                        Apr 11 11:06:08 raspberrypi influxd[558]: ts=2022-04-11T09:06:08.132601Z lvl=info msg="Opened file" log_id=0_myoi7l000 engine=tsm1 service=filestore path=/var/lib/influxdb/data/_internal/monitor/8/000000003-000000002.tsm id=0 duration=60.324ms
                                        Apr 11 11:06:08 raspberrypi influxd[558]: ts=2022-04-11T09:06:08.073507Z lvl=info msg="Opened shard" log_id=0_myoi7l000 service=store trace_id=0_myoiNl000 op_name=tsdb_open index_version=inmem path=/var/lib/influxdb/data/_internal/monitor/14 duration=537.661ms
                                        Apr 11 11:06:08 raspberrypi influxd[558]: ts=2022-04-11T09:06:08.073504Z lvl=info msg="Opened shard" log_id=0_myoi7l000 service=store trace_id=0_myoiNl000 op_name=tsdb_open index_version=inmem path=/var/lib/influxdb/data/_internal/monitor/11 duration=538.137ms
                                        Apr 11 11:06:08 raspberrypi influxd[558]: ts=2022-04-11T09:06:08.073426Z lvl=info msg="Opened shard" log_id=0_myoi7l000 service=store trace_id=0_myoiNl000 op_name=tsdb_open index_version=inmem path=/var/lib/influxdb/data/_internal/monitor/12 duration=537.637ms
                                        Apr 11 11:06:08 raspberrypi influxd[558]: ts=2022-04-11T09:06:08.025434Z lvl=info msg="Opened shard" log_id=0_myoi7l000 service=store trace_id=0_myoiNl000 op_name=tsdb_open index_version=inmem path=/var/lib/influxdb/data/_internal/monitor/10 duration=490.196ms
                                        Apr 11 11:06:07 raspberrypi influxd[558]: ts=2022-04-11T09:06:07.803976Z lvl=info msg="Opened file" log_id=0_myoi7l000 engine=tsm1 service=filestore path=/var/lib/influxdb/data/_internal/monitor/11/000000004-000000002.tsm id=0 duration=135.351ms
                                        Apr 11 11:06:07 raspberrypi influxd[558]: ts=2022-04-11T09:06:07.779437Z lvl=info msg="Opened file" log_id=0_myoi7l000 engine=tsm1 service=filestore path=/var/lib/influxdb/data/_internal/monitor/12/000000004-000000002.tsm id=0 duration=111.405ms
                                        Apr 11 11:06:07 raspberrypi influxd[558]: ts=2022-04-11T09:06:07.768733Z lvl=info msg="Opened file" log_id=0_myoi7l000 engine=tsm1 service=filestore path=/var/lib/influxdb/data/_internal/monitor/10/000000004-000000002.tsm id=0 duration=84.845ms
                                        Apr 11 11:06:07 raspberrypi influxd[558]: ts=2022-04-11T09:06:07.765225Z lvl=info msg="Opened file" log_id=0_myoi7l000 engine=tsm1 service=filestore path=/var/lib/influxdb/data/_internal/monitor/14/000000004-000000002.tsm id=0 duration=97.434ms
                                        Apr 11 11:06:07 raspberrypi systemd[1]: wmbusmeters.service: Failed with result 'exit-code'.
                                        Apr 11 11:06:07 raspberrypi systemd[1]: wmbusmeters.service: Main process exited, code=exited, status=1/FAILURE
                                        Apr 11 11:06:07 raspberrypi systemd[1]: Started "wmbusmeters service".
                                        Apr 11 11:06:07 raspberrypi wmbusmetersd[672]: Not a valid device "/dev/ttyUSB0:im871a:t1
                                        "
                                        Apr 11 11:06:07 raspberrypi wmbusmetersd[672]: No such log level: "normal
                                        "
                                        Apr 11 11:06:07 raspberrypi wmbusmetersd[671]: (wmbusmeters) started /run/wmbusmeters/wmbusmeters.pid
                                        Apr 11 11:06:07 raspberrypi vncserver-x11[594]: ConsoleDisplay: Found running X server (pid=623, binary=/usr/lib/xorg/Xorg)
                                        Apr 11 11:06:07 raspberrypi vncserver-x11[594]: ConsoleDisplay: Cannot find a running X server on vt1
                                        Apr 11 11:06:07 raspberrypi systemd[1]: Starting "wmbusmeters service"...
                                        Apr 11 11:06:07 raspberrypi systemd[1]: Stopped "wmbusmeters service".
                                        Apr 11 11:06:07 raspberrypi systemd[1]: wmbusmeters.service: Scheduled restart job, restart counter is at 1.
                                        Apr 11 11:06:07 raspberrypi influxd[558]: ts=2022-04-11T09:06:07.327749Z lvl=info msg="Open store (start)" log_id=0_myoi7l000 service=store trace_id=0_myoiNl000 op_name=tsdb_open op_event=start
                                        Apr 11 11:06:07 raspberrypi influxd[558]: ts=2022-04-11T09:06:07.327711Z lvl=info msg="Compaction settings" log_id=0_myoi7l000 service=store max_concurrent_compactions=2 throughput_bytes_per_second=50331648 throughput_burst_bytes=50331648
                                        Apr 11 11:06:07 raspberrypi influxd[558]: ts=2022-04-11T09:06:07.327575Z lvl=info msg="Using data dir" log_id=0_myoi7l000 service=store path=/var/lib/influxdb/data
                                        Apr 11 11:06:07 raspberrypi influxd[558]: ts=2022-04-11T09:06:07.264013Z lvl=info msg="Go runtime" log_id=0_myoi7l000 version=go1.15.6 maxprocs=4
                                        Apr 11 11:06:07 raspberrypi influxd[558]: ts=2022-04-11T09:06:07.263961Z lvl=info msg="InfluxDB starting" log_id=0_myoi7l000 version=1.6.7~rc0 branch=unknown commit=unknown
                                        Apr 11 11:06:07 raspberrypi vncserver-x11[594]: ServerManager: Server started
                                        Apr 11 11:06:07 raspberrypi vncserver-x11[594]: LogDestMem: Finished replaying stored messages
                                        Apr 11 11:06:07 raspberrypi vncserver-x11[594]: VendorConfig: Error in Certificate "CN=GlobalSign,O=GlobalSign,OU=GlobalSign Root CA - R2": X.509 Error: Certificate expired
                                        Apr 11 11:06:07 raspberrypi vncserver-x11[594]: LogDestMem: Start replaying stored messages
                                        Apr 11 11:06:06 raspberrypi systemd[1]: Finished Check for Raspberry Pi EEPROM updates.
                                        Apr 11 11:06:06 raspberrypi rpi-eeprom-update[465]:     LATEST: 000138a1
                                        Apr 11 11:06:06 raspberrypi rpi-eeprom-update[465]:    CURRENT: 000138a1
                                        Apr 11 11:06:06 raspberrypi rpi-eeprom-update[465]:      VL805: up to date
                                        Apr 11 11:06:06 raspberrypi rpi-eeprom-update[465]:   VL805_FW: Dedicated VL805 EEPROM
                                        Apr 11 11:06:06 raspberrypi rpi-eeprom-update[465]:             Use raspi-config to change the release.
                                        Apr 11 11:06:06 raspberrypi rpi-eeprom-update[465]:    RELEASE: default (/lib/firmware/raspberrypi/bootloader/default)
                                        Apr 11 11:06:06 raspberrypi rpi-eeprom-update[465]:     LATEST: Di 25. Jan 14:30:41 UTC 2022 (1643121041)
                                        Apr 11 11:06:06 raspberrypi rpi-eeprom-update[465]:    CURRENT: Do 3. Sep 12:11:43 UTC 2020 (1599135103)
                                        Apr 11 11:06:06 raspberrypi rpi-eeprom-update[465]: BOOTLOADER: up to date
                                        Apr 11 11:06:06 raspberrypi kernel: bcmgenet fd580000.ethernet eth0: Link is Down
                                        Apr 11 11:06:06 raspberrypi kernel: bcmgenet fd580000.ethernet: configuring instance for external RGMII (RX delay)
                                        Apr 11 11:06:06 raspberrypi dhcpcd[586]: wlan0: waiting for carrier
                                        Apr 11 11:06:06 raspberrypi dhcpcd[586]: dhcpcd_prestartinterface: wlan0: Operation not possible due to RF-kill
                                        Apr 11 11:06:06 raspberrypi dhcpcd[586]: eth0: waiting for carrier
                                        Apr 11 11:06:06 raspberrypi systemd[1]: Started Make remote CUPS printers available locally.
                                        Apr 11 11:06:06 raspberrypi systemd[1]: Started CUPS Scheduler.
                                        Apr 11 11:06:06 raspberrypi udisksd[490]: Acquired the name org.freedesktop.UDisks2 on the system message bus
                                        Apr 11 11:06:06 raspberrypi dhcpcd[586]: wlan0: connected to Access Point `'
                                        Apr 11 11:06:06 raspberrypi systemd[1]: Started Disk Manager.
                                        Apr 11 11:06:06 raspberrypi systemd[1]: Failed to start "wmbusmeters service".
                                        Apr 11 11:06:06 raspberrypi systemd[1]: wmbusmeters.service: Failed with result 'protocol'.
                                        Apr 11 11:06:06 raspberrypi systemd[1]: wmbusmeters.service: New main PID 625 does not exist or is a zombie.
                                        Apr 11 11:06:06 raspberrypi wmbusmetersd[625]: Not a valid device "/dev/ttyUSB0:im871a:t1
                                        "
                                        Apr 11 11:06:06 raspberrypi wmbusmetersd[625]: No such log level: "normal
                                        "
                                        Apr 11 11:06:06 raspberrypi systemd[1]: Started LSB: Switch to ondemand cpu governor (unless shift key is pressed).
                                        Apr 11 11:06:06 raspberrypi raspi-config[437]: Checking if shift key is held down: No. Switching to ondemand scaling governor.
                                        Apr 11 11:06:06 raspberrypi wmbusmetersd[600]: (wmbusmeters) started /run/wmbusmeters/wmbusmeters.pid 
                                        
                                        M 1 Antwort Letzte Antwort
                                        0
                                        • W WolfgangFB

                                          @matze-dev

                                          Ich habe den Zigbee Stick entfernt und neu gebootet. Ergebnis leider immer noch negativ :-(

                                          pi@raspberrypi:~ $  systemctl status wmbusmeters
                                          * wmbusmeters.service - "wmbusmeters service"
                                               Loaded: loaded (/lib/systemd/system/wmbusmeters.service; enabled; vendor preset: enabled)
                                               Active: failed (Result: protocol) since Mon 2022-04-11 11:06:10 CEST; 1min 30s ago
                                                 Docs: https://github.com/weetmuts/wmbusmeters
                                                       man:wmbusmeters(1)
                                              Process: 679 ExecStartPre=/bin/mkdir -p /var/log/wmbusmeters/meter_readings (code=exited, status=0/SUCCESS)
                                              Process: 680 ExecStartPre=/bin/chown -R wmbusmeters:wmbusmeters /var/log/wmbusmeters (code=exited, status=0/SUCCESS)
                                              Process: 681 ExecStartPre=/bin/mkdir -p /run/wmbusmeters (code=exited, status=0/SUCCESS)
                                              Process: 682 ExecStartPre=/bin/chown -R wmbusmeters:wmbusmeters /run/wmbusmeters (code=exited, status=0/SUCCESS)
                                              Process: 684 ExecStart=/usr/sbin/wmbusmetersd /run/wmbusmeters/wmbusmeters.pid (code=exited, status=0/SUCCESS)
                                                  CPU: 102ms
                                          
                                          Apr 11 11:06:08 raspberrypi systemd[1]: Failed to start "wmbusmeters service".
                                          Apr 11 11:06:10 raspberrypi systemd[1]: wmbusmeters.service: Scheduled restart job, restart counter is at 3.
                                          Apr 11 11:06:10 raspberrypi systemd[1]: Stopped "wmbusmeters service".
                                          Apr 11 11:06:10 raspberrypi systemd[1]: wmbusmeters.service: Start request repeated too quickly.
                                          Apr 11 11:06:10 raspberrypi systemd[1]: wmbusmeters.service: Failed with result 'protocol'.
                                          Apr 11 11:06:10 raspberrypi systemd[1]: Failed to start "wmbusmeters service".
                                          
                                          pi@raspberrypi:~ $ lsusb
                                          Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
                                          Bus 001 Device 003: ID 10c4:ea60 Silicon Labs CP210x UART Bridge
                                          Bus 001 Device 002: ID 2109:3431 VIA Labs, Inc. Hub
                                          Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
                                          
                                          pi@raspberrypi:~ $ ls -l /dev/serial/by-id
                                          insgesamt 0
                                          lrwxrwxrwx 1 root root 13 11. Apr 11:06 usb-Silicon_Labs_WiMOD_iM871A-usb_00919907-if00-port0 -> ../../ttyUSB0
                                          pi@raspberrypi:~ $
                                          
                                          
                                          journalctl -ar > test.txt
                                          Apr 11 11:06:10 raspberrypi systemd[1]: Failed to start "wmbusmeters service".
                                          Apr 11 11:06:10 raspberrypi systemd[1]: wmbusmeters.service: Failed with result 'protocol'.
                                          Apr 11 11:06:10 raspberrypi systemd[1]: wmbusmeters.service: Start request repeated too quickly.
                                          Apr 11 11:06:10 raspberrypi systemd[1]: Stopped "wmbusmeters service".
                                          Apr 11 11:06:10 raspberrypi systemd[1]: wmbusmeters.service: Scheduled restart job, restart counter is at 3.
                                          Apr 11 11:06:09 raspberrypi influxd[558]: ts=2022-04-11T09:06:09.658471Z lvl=info msg="Opened shard" log_id=0_myoi7l000 service=store trace_id=0_myoiNl000 op_name=tsdb_open index_version=inmem path=/var/lib/influxdb/data/iobroker/autogen/17 duration=1251.478ms
                                          Apr 11 11:06:09 raspberrypi influxd[558]: ts=2022-04-11T09:06:09.370313Z lvl=info msg="Opened shard" log_id=0_myoi7l000 service=store trace_id=0_myoiNl000 op_name=tsdb_open index_version=inmem path=/var/lib/influxdb/data/iobroker/autogen/2 duration=829.564ms
                                          Apr 11 11:06:09 raspberrypi influxd[558]: ts=2022-04-11T09:06:09.297692Z lvl=info msg="Opened shard" log_id=0_myoi7l000 service=store trace_id=0_myoiNl000 op_name=tsdb_open index_version=inmem path=/var/lib/influxdb/data/iobroker/autogen/9 duration=840.539ms
                                          Apr 11 11:06:09 raspberrypi systemd[1]: systemd-rfkill.service: Succeeded.
                                          Apr 11 11:06:08 raspberrypi systemd[1]: Failed to start "wmbusmeters service".
                                          Apr 11 11:06:08 raspberrypi wmbusmetersd[685]: Not a valid device "/dev/ttyUSB0:im871a:t1
                                          "
                                          Apr 11 11:06:08 raspberrypi systemd[1]: wmbusmeters.service: Failed with result 'protocol'.
                                          Apr 11 11:06:08 raspberrypi wmbusmetersd[685]: No such log level: "normal
                                          "
                                          Apr 11 11:06:08 raspberrypi systemd[1]: wmbusmeters.service: New main PID 685 does not exist or is a zombie.
                                          Apr 11 11:06:08 raspberrypi wmbusmetersd[684]: (wmbusmeters) started /run/wmbusmeters/wmbusmeters.pid
                                          Apr 11 11:06:08 raspberrypi influxd[558]: ts=2022-04-11T09:06:08.733727Z lvl=info msg="Reading file" log_id=0_myoi7l000 engine=tsm1 service=cacheloader path=/var/lib/influxdb/wal/iobroker/autogen/2/_00058.wal size=3423
                                          Apr 11 11:06:08 raspberrypi influxd[558]: ts=2022-04-11T09:06:08.724693Z lvl=info msg="Opened file" log_id=0_myoi7l000 engine=tsm1 service=filestore path=/var/lib/influxdb/data/iobroker/autogen/2/000000072-000000002.tsm id=0 duration=108.980ms
                                          Apr 11 11:06:08 raspberrypi systemd[1]: Starting "wmbusmeters service"...
                                          Apr 11 11:06:08 raspberrypi influxd[558]: ts=2022-04-11T09:06:08.624515Z lvl=info msg="Reading file" log_id=0_myoi7l000 engine=tsm1 service=cacheloader path=/var/lib/influxdb/wal/iobroker/autogen/9/_00020.wal size=7779
                                          Apr 11 11:06:08 raspberrypi influxd[558]: ts=2022-04-11T09:06:08.623602Z lvl=info msg="Opened file" log_id=0_myoi7l000 engine=tsm1 service=filestore path=/var/lib/influxdb/data/iobroker/autogen/9/000000010-000000002.tsm id=0 duration=67.973ms
                                          Apr 11 11:06:08 raspberrypi systemd[1]: Stopped "wmbusmeters service".
                                          Apr 11 11:06:08 raspberrypi systemd[1]: wmbusmeters.service: Scheduled restart job, restart counter is at 2.
                                          Apr 11 11:06:08 raspberrypi influxd[558]: ts=2022-04-11T09:06:08.607366Z lvl=info msg="Opened file" log_id=0_myoi7l000 engine=tsm1 service=filestore path=/var/lib/influxdb/data/iobroker/autogen/9/000000018-000000002.tsm id=1 duration=51.737ms
                                          Apr 11 11:06:08 raspberrypi influxd[558]: ts=2022-04-11T09:06:08.539989Z lvl=info msg="Opened shard" log_id=0_myoi7l000 service=store trace_id=0_myoiNl000 op_name=tsdb_open index_version=inmem path=/var/lib/influxdb/data/_internal/monitor/15 duration=466.457ms
                                          Apr 11 11:06:08 raspberrypi influxd[558]: ts=2022-04-11T09:06:08.537811Z lvl=info msg="Reading file" log_id=0_myoi7l000 engine=tsm1 service=cacheloader path=/var/lib/influxdb/wal/iobroker/autogen/17/_00002.wal size=3776034
                                          Apr 11 11:06:08 raspberrypi influxd[558]: ts=2022-04-11T09:06:08.537400Z lvl=info msg="Opened file" log_id=0_myoi7l000 engine=tsm1 service=filestore path=/var/lib/influxdb/data/iobroker/autogen/17/000000001-000000001.tsm id=0 duration=48.552ms
                                          Apr 11 11:06:08 raspberrypi influxd[558]: ts=2022-04-11T09:06:08.457005Z lvl=info msg="Opened shard" log_id=0_myoi7l000 service=store trace_id=0_myoiNl000 op_name=tsdb_open index_version=inmem path=/var/lib/influxdb/data/_internal/monitor/13 duration=383.418ms
                                          Apr 11 11:06:08 raspberrypi influxd[558]: ts=2022-04-11T09:06:08.406846Z lvl=info msg="Opened shard" log_id=0_myoi7l000 service=store trace_id=0_myoiNl000 op_name=tsdb_open index_version=inmem path=/var/lib/influxdb/data/_internal/monitor/8 duration=381.264ms
                                          Apr 11 11:06:08 raspberrypi influxd[558]: ts=2022-04-11T09:06:08.225964Z lvl=info msg="Reading file" log_id=0_myoi7l000 engine=tsm1 service=cacheloader path=/var/lib/influxdb/wal/_internal/monitor/16/_00005.wal size=10485929
                                          Apr 11 11:06:08 raspberrypi influxd[558]: ts=2022-04-11T09:06:08.225570Z lvl=info msg="Opened file" log_id=0_myoi7l000 engine=tsm1 service=filestore path=/var/lib/influxdb/data/_internal/monitor/16/000000001-000000001.tsm id=0 duration=93.320ms
                                          Apr 11 11:06:08 raspberrypi influxd[558]: ts=2022-04-11T09:06:08.223643Z lvl=info msg="Opened file" log_id=0_myoi7l000 engine=tsm1 service=filestore path=/var/lib/influxdb/data/_internal/monitor/15/000000004-000000002.tsm id=0 duration=94.742ms
                                          Apr 11 11:06:08 raspberrypi influxd[558]: ts=2022-04-11T09:06:08.203369Z lvl=info msg="Opened file" log_id=0_myoi7l000 engine=tsm1 service=filestore path=/var/lib/influxdb/data/_internal/monitor/13/000000005-000000002.tsm id=0 duration=84.057ms
                                          Apr 11 11:06:08 raspberrypi influxd[558]: ts=2022-04-11T09:06:08.132601Z lvl=info msg="Opened file" log_id=0_myoi7l000 engine=tsm1 service=filestore path=/var/lib/influxdb/data/_internal/monitor/8/000000003-000000002.tsm id=0 duration=60.324ms
                                          Apr 11 11:06:08 raspberrypi influxd[558]: ts=2022-04-11T09:06:08.073507Z lvl=info msg="Opened shard" log_id=0_myoi7l000 service=store trace_id=0_myoiNl000 op_name=tsdb_open index_version=inmem path=/var/lib/influxdb/data/_internal/monitor/14 duration=537.661ms
                                          Apr 11 11:06:08 raspberrypi influxd[558]: ts=2022-04-11T09:06:08.073504Z lvl=info msg="Opened shard" log_id=0_myoi7l000 service=store trace_id=0_myoiNl000 op_name=tsdb_open index_version=inmem path=/var/lib/influxdb/data/_internal/monitor/11 duration=538.137ms
                                          Apr 11 11:06:08 raspberrypi influxd[558]: ts=2022-04-11T09:06:08.073426Z lvl=info msg="Opened shard" log_id=0_myoi7l000 service=store trace_id=0_myoiNl000 op_name=tsdb_open index_version=inmem path=/var/lib/influxdb/data/_internal/monitor/12 duration=537.637ms
                                          Apr 11 11:06:08 raspberrypi influxd[558]: ts=2022-04-11T09:06:08.025434Z lvl=info msg="Opened shard" log_id=0_myoi7l000 service=store trace_id=0_myoiNl000 op_name=tsdb_open index_version=inmem path=/var/lib/influxdb/data/_internal/monitor/10 duration=490.196ms
                                          Apr 11 11:06:07 raspberrypi influxd[558]: ts=2022-04-11T09:06:07.803976Z lvl=info msg="Opened file" log_id=0_myoi7l000 engine=tsm1 service=filestore path=/var/lib/influxdb/data/_internal/monitor/11/000000004-000000002.tsm id=0 duration=135.351ms
                                          Apr 11 11:06:07 raspberrypi influxd[558]: ts=2022-04-11T09:06:07.779437Z lvl=info msg="Opened file" log_id=0_myoi7l000 engine=tsm1 service=filestore path=/var/lib/influxdb/data/_internal/monitor/12/000000004-000000002.tsm id=0 duration=111.405ms
                                          Apr 11 11:06:07 raspberrypi influxd[558]: ts=2022-04-11T09:06:07.768733Z lvl=info msg="Opened file" log_id=0_myoi7l000 engine=tsm1 service=filestore path=/var/lib/influxdb/data/_internal/monitor/10/000000004-000000002.tsm id=0 duration=84.845ms
                                          Apr 11 11:06:07 raspberrypi influxd[558]: ts=2022-04-11T09:06:07.765225Z lvl=info msg="Opened file" log_id=0_myoi7l000 engine=tsm1 service=filestore path=/var/lib/influxdb/data/_internal/monitor/14/000000004-000000002.tsm id=0 duration=97.434ms
                                          Apr 11 11:06:07 raspberrypi systemd[1]: wmbusmeters.service: Failed with result 'exit-code'.
                                          Apr 11 11:06:07 raspberrypi systemd[1]: wmbusmeters.service: Main process exited, code=exited, status=1/FAILURE
                                          Apr 11 11:06:07 raspberrypi systemd[1]: Started "wmbusmeters service".
                                          Apr 11 11:06:07 raspberrypi wmbusmetersd[672]: Not a valid device "/dev/ttyUSB0:im871a:t1
                                          "
                                          Apr 11 11:06:07 raspberrypi wmbusmetersd[672]: No such log level: "normal
                                          "
                                          Apr 11 11:06:07 raspberrypi wmbusmetersd[671]: (wmbusmeters) started /run/wmbusmeters/wmbusmeters.pid
                                          Apr 11 11:06:07 raspberrypi vncserver-x11[594]: ConsoleDisplay: Found running X server (pid=623, binary=/usr/lib/xorg/Xorg)
                                          Apr 11 11:06:07 raspberrypi vncserver-x11[594]: ConsoleDisplay: Cannot find a running X server on vt1
                                          Apr 11 11:06:07 raspberrypi systemd[1]: Starting "wmbusmeters service"...
                                          Apr 11 11:06:07 raspberrypi systemd[1]: Stopped "wmbusmeters service".
                                          Apr 11 11:06:07 raspberrypi systemd[1]: wmbusmeters.service: Scheduled restart job, restart counter is at 1.
                                          Apr 11 11:06:07 raspberrypi influxd[558]: ts=2022-04-11T09:06:07.327749Z lvl=info msg="Open store (start)" log_id=0_myoi7l000 service=store trace_id=0_myoiNl000 op_name=tsdb_open op_event=start
                                          Apr 11 11:06:07 raspberrypi influxd[558]: ts=2022-04-11T09:06:07.327711Z lvl=info msg="Compaction settings" log_id=0_myoi7l000 service=store max_concurrent_compactions=2 throughput_bytes_per_second=50331648 throughput_burst_bytes=50331648
                                          Apr 11 11:06:07 raspberrypi influxd[558]: ts=2022-04-11T09:06:07.327575Z lvl=info msg="Using data dir" log_id=0_myoi7l000 service=store path=/var/lib/influxdb/data
                                          Apr 11 11:06:07 raspberrypi influxd[558]: ts=2022-04-11T09:06:07.264013Z lvl=info msg="Go runtime" log_id=0_myoi7l000 version=go1.15.6 maxprocs=4
                                          Apr 11 11:06:07 raspberrypi influxd[558]: ts=2022-04-11T09:06:07.263961Z lvl=info msg="InfluxDB starting" log_id=0_myoi7l000 version=1.6.7~rc0 branch=unknown commit=unknown
                                          Apr 11 11:06:07 raspberrypi vncserver-x11[594]: ServerManager: Server started
                                          Apr 11 11:06:07 raspberrypi vncserver-x11[594]: LogDestMem: Finished replaying stored messages
                                          Apr 11 11:06:07 raspberrypi vncserver-x11[594]: VendorConfig: Error in Certificate "CN=GlobalSign,O=GlobalSign,OU=GlobalSign Root CA - R2": X.509 Error: Certificate expired
                                          Apr 11 11:06:07 raspberrypi vncserver-x11[594]: LogDestMem: Start replaying stored messages
                                          Apr 11 11:06:06 raspberrypi systemd[1]: Finished Check for Raspberry Pi EEPROM updates.
                                          Apr 11 11:06:06 raspberrypi rpi-eeprom-update[465]:     LATEST: 000138a1
                                          Apr 11 11:06:06 raspberrypi rpi-eeprom-update[465]:    CURRENT: 000138a1
                                          Apr 11 11:06:06 raspberrypi rpi-eeprom-update[465]:      VL805: up to date
                                          Apr 11 11:06:06 raspberrypi rpi-eeprom-update[465]:   VL805_FW: Dedicated VL805 EEPROM
                                          Apr 11 11:06:06 raspberrypi rpi-eeprom-update[465]:             Use raspi-config to change the release.
                                          Apr 11 11:06:06 raspberrypi rpi-eeprom-update[465]:    RELEASE: default (/lib/firmware/raspberrypi/bootloader/default)
                                          Apr 11 11:06:06 raspberrypi rpi-eeprom-update[465]:     LATEST: Di 25. Jan 14:30:41 UTC 2022 (1643121041)
                                          Apr 11 11:06:06 raspberrypi rpi-eeprom-update[465]:    CURRENT: Do 3. Sep 12:11:43 UTC 2020 (1599135103)
                                          Apr 11 11:06:06 raspberrypi rpi-eeprom-update[465]: BOOTLOADER: up to date
                                          Apr 11 11:06:06 raspberrypi kernel: bcmgenet fd580000.ethernet eth0: Link is Down
                                          Apr 11 11:06:06 raspberrypi kernel: bcmgenet fd580000.ethernet: configuring instance for external RGMII (RX delay)
                                          Apr 11 11:06:06 raspberrypi dhcpcd[586]: wlan0: waiting for carrier
                                          Apr 11 11:06:06 raspberrypi dhcpcd[586]: dhcpcd_prestartinterface: wlan0: Operation not possible due to RF-kill
                                          Apr 11 11:06:06 raspberrypi dhcpcd[586]: eth0: waiting for carrier
                                          Apr 11 11:06:06 raspberrypi systemd[1]: Started Make remote CUPS printers available locally.
                                          Apr 11 11:06:06 raspberrypi systemd[1]: Started CUPS Scheduler.
                                          Apr 11 11:06:06 raspberrypi udisksd[490]: Acquired the name org.freedesktop.UDisks2 on the system message bus
                                          Apr 11 11:06:06 raspberrypi dhcpcd[586]: wlan0: connected to Access Point `'
                                          Apr 11 11:06:06 raspberrypi systemd[1]: Started Disk Manager.
                                          Apr 11 11:06:06 raspberrypi systemd[1]: Failed to start "wmbusmeters service".
                                          Apr 11 11:06:06 raspberrypi systemd[1]: wmbusmeters.service: Failed with result 'protocol'.
                                          Apr 11 11:06:06 raspberrypi systemd[1]: wmbusmeters.service: New main PID 625 does not exist or is a zombie.
                                          Apr 11 11:06:06 raspberrypi wmbusmetersd[625]: Not a valid device "/dev/ttyUSB0:im871a:t1
                                          "
                                          Apr 11 11:06:06 raspberrypi wmbusmetersd[625]: No such log level: "normal
                                          "
                                          Apr 11 11:06:06 raspberrypi systemd[1]: Started LSB: Switch to ondemand cpu governor (unless shift key is pressed).
                                          Apr 11 11:06:06 raspberrypi raspi-config[437]: Checking if shift key is held down: No. Switching to ondemand scaling governor.
                                          Apr 11 11:06:06 raspberrypi wmbusmetersd[600]: (wmbusmeters) started /run/wmbusmeters/wmbusmeters.pid 
                                          
                                          M Offline
                                          M Offline
                                          matze-dev
                                          schrieb am zuletzt editiert von
                                          #118

                                          @wolfgangfb paste mal Deine wmbusmeters.conf
                                          cat /etc/wmbusmeters.conf

                                          W 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

                                          866

                                          Online

                                          32.4k

                                          Benutzer

                                          81.5k

                                          Themen

                                          1.3m

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

                                          • Du hast noch kein Konto? Registrieren

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