Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. Test Adapter PSA v0.0.x Peugeot Opel Citroen

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Test Adapter PSA v0.0.x Peugeot Opel Citroen

    This topic has been deleted. Only users with topic management privileges can see it.
    • gbackus
      gbackus @mcm1957 last edited by

      @mcm1957 said in Test Adapter PSA v0.0.x Peugeot Opel Citroen:

      umstellen auf httpGet oder axios

      So läuft das Script jetzt bei mir mit AXIOS. IP-Adresse und VIN austauschen

      const axios = require('axios');
      
      
      schedule('*/5 * * * *', SendRequest); // Alle 5 Minute
      
      // Ruft die Daten aus dem FLOBZ-Adapter ab
      function SendRequest() {
          var options = {
              url: 'http://192.168.XXX.XXX:5000/get_vehicleinfo/VR3UXXXXXXXXXXX'
          };
      
          axios(options)
              .then(response => {
                  iter('javascript.0.PSA', response.data);
              })
              .catch(error => {
                  console.error(error);
              });
      }
      
      // Teilt den erhaltenen String in die einzelnen Merkmale auf und speichert diese in den in Objekt-Variablen unter "javascript.0.PSA" ab
      function iter(name, obj) {
          for (let i in obj) {
              if (typeof obj[i] == 'object') {
                  iter(name + '.' + i, obj[i]);
              } else {
                  log(name + '.' + i + ': ' + obj[i]);
                  if (existsState(name + '.' + i)) {
                      setState(name + '.' + i, obj[i]);
                  } else {
                      createState(name + '.' + i, obj[i]); // type: "mixed"
                  }
              }
          }
      }
      
      RaspiUser 1 Reply Last reply Reply Quote 1
      • RaspiUser
        RaspiUser @gbackus last edited by

        @gbackus

        @raspiuser sagte in Test Adapter PSA v0.0.x Peugeot Opel Citroen:

        da werde ich mich reinlesen.

        ... ich bin nicht weiter gekommen und freue mich, dass Du die Lösung hier postest !!!

        hg6806 1 Reply Last reply Reply Quote 0
        • hg6806
          hg6806 Most Active @RaspiUser last edited by

          Seit einigen Wochen gibt es ja die V3.5.1, ich habe noch die V3.5.0 installiert.

          Bin kein Linuxer, kann man einfach mit

          pip3 install psa-car-controller
          

          ein Update machen?

          Thomas Braun 1 Reply Last reply Reply Quote 0
          • Thomas Braun
            Thomas Braun Most Active @hg6806 last edited by

            @hg6806 sagte in Test Adapter PSA v0.0.x Peugeot Opel Citroen:

            psa-car-controller

            Der?

            https://github.com/flobz/psa_car_controller/blob/master/docs/Install.md

            hg6806 1 Reply Last reply Reply Quote 0
            • hg6806
              hg6806 Most Active @Thomas Braun last edited by

              @thomas-braun

              Genau. 3.5.0 läuft ja schon bei mir

              Geht nur um ein Update auf 3.5.1.

              Genügt da ein

              pip3 install psa-car-controller

              ?

              Thomas Braun mcm1957 2 Replies Last reply Reply Quote 0
              • Thomas Braun
                Thomas Braun Most Active @hg6806 last edited by

                @hg6806

                Kommt darauf an, wie du es initial installiert hast.
                Per pip kommt halt das aktuelle Release an Land.

                hg6806 1 Reply Last reply Reply Quote 0
                • mcm1957
                  mcm1957 @hg6806 last edited by

                  @hg6806 said in Test Adapter PSA v0.0.x Peugeot Opel Citroen:

                  @thomas-braun

                  Genau. 3.5.0 läuft ja schon bei mir

                  Geht nur um ein Update auf 3.5.1.

                  Genügt da ein

                  pip3 install psa-car-controller

                  ?

                  Was hat das mit dem ioBroker Adapter psa zu tun? Dieses Topic ist der Testthread für den ioBroker Adapter. Dinge die nichts mit dem Testen dieses Adapters zu tun haben sollten in ein eigenes Topic ...

                  hg6806 1 Reply Last reply Reply Quote 0
                  • hg6806
                    hg6806 Most Active @mcm1957 last edited by

                    @mcm1957

                    Der iobroker PSA adapter funktioniert nicht mehr seit der Umstellung bei PSA.
                    Die letzten 100 Posts hier haben alle von der PSA CarController Alternative gehandelt.

                    mcm1957 1 Reply Last reply Reply Quote 0
                    • hg6806
                      hg6806 Most Active @Thomas Braun last edited by

                      @thomas-braun

                      Ich hatte es so installiert.

                      Jetzt noch einmal den gleichen Befehl ausgeführt.
                      Beim Start zeigt aber wieder die alte Version V3.5.0

                      1 Reply Last reply Reply Quote 0
                      • mcm1957
                        mcm1957 @hg6806 last edited by mcm1957

                        @hg6806 said in Test Adapter PSA v0.0.x Peugeot Opel Citroen:

                        @mcm1957

                        Der iobroker PSA adapter funktioniert nicht mehr seit der Umstellung bei PSA.
                        Die letzten 100 Posts hier haben alle von der PSA CarController Alternative gehandelt.

                        @Homoran
                        Wäre es dann nicht sinnvolll die letzen 100 Posts abzutrennen?
                        Im TESTER Bereich ist in einem Testtopic zum Adapter xyz eine umfangreiche Diskussion zu einer alternativen Software nicht passend. Soll nicht heißen, dass nicht über sinnvolle / notwendige / gute Alternativen diskutiert werden soll - nur das hat so wie es sich liest nichts (mehr) mit dem Adapter zu tun.

                        Homoran 1 Reply Last reply Reply Quote 0
                        • Homoran
                          Homoran Global Moderator Administrators @mcm1957 last edited by

                          @mcm1957 Hab diesen Thread nich unter Beobachtung weil ich mit PSA nix am Hut hab.
                          jetzt due letzten x Posts zu lesen und zu erkennen was wirklich keinen Bezug zu dem Thead hat und abzutrennen eird daher für mich auch schwierig.
                          Dabei noch zu beachten, dass in beiden Threads keine Zusammenhänge fehlen kommt noch oben drauf.

                          Sorry

                          mcm1957 1 Reply Last reply Reply Quote 0
                          • mcm1957
                            mcm1957 @Homoran last edited by

                            OK, wahrscheinlich wäre es dann sinnvoll einen neuen Topic mit einem zum Inhalt passenden Titel anzulegen und hier auf diesen zu verweisen.

                            Da der Adapter PSA derzeit nicht zu funktionieren scheint und zumindest im Moment keine Aktionen oder Aussagen ob und wann mit einer Anpassung des Adapters - sofern das üebrhaupt möglich ist - zu rechnen ist habe ich mal im Repo ein eindeutiges Issue mit der Bitte um Stellungnahme erstellt. Sollte bis Ende Juli weder eine Reaktion (wo bei ein 'ja wird gefixed, kann aber noch bis xxx dauern' vollkommen ausreicht) erfolgen und auch keine neue funktionierende Release verfügbar sein, fliegt der Adapter auch aus dem LATEST Repository. Eine Neuaufnahme ist natürlich jederzeit wieder möglich sobald eine funktioniernde Release existiert.

                            Sollte dieser Fall eintreten, dann kann hier jedenfalls geschlossen werden, da es den Adapter dann ja nicht mehr gibt. Kann man aber ggF besprechen wenn es soweit kommen sollte. Ich hoffe dass TA2K den Adapter aktualisieren kann / wird - er leistet ja sonst auch einen super Support für zig Adapter.

                            RaspiUser 1 Reply Last reply Reply Quote 1
                            • Stefan Falt
                              Stefan Falt last edited by

                              Hallo,
                              darf ich mal kurz einhaken. Linux mäßig habe ich nur gefährliches Halbwissen. Ich habe gemäß

                              https://github.com/flobz/psa_car_controller/blob/master/docs/Install.md
                              

                              den Controller auf meinem Debian System installiert (Raspberry 4). Das schaut auch gut aus. Jetzt wollte ich das mit

                              Start the app with charge control enabled :
                              psa-car-controller --web-conf
                              

                              Starten, aber der findet das programm nicht. Wie komme ich da dran?

                              Danke + MfG
                              Wolfgang

                              1 Reply Last reply Reply Quote 0
                              • RaspiUser
                                RaspiUser @mcm1957 last edited by

                                @mcm1957 sagte in Test Adapter PSA v0.0.x Peugeot Opel Citroen:

                                Sollte bis Ende Juli weder eine Reaktion

                                ... gab es eine Reaktion ?

                                mcm1957 1 Reply Last reply Reply Quote 0
                                • mcm1957
                                  mcm1957 @RaspiUser last edited by

                                  @raspiuser

                                  https://github.com/TA2k/ioBroker.psa/issues/23#issuecomment-2266641167

                                  mcm1957 created this issue in TA2k/ioBroker.psa

                                  open Adapter non functional - PLEASE RESPONSE UNTIL 31.7.2024 #23

                                  RaspiUser 1 Reply Last reply Reply Quote 1
                                  • RaspiUser
                                    RaspiUser @mcm1957 last edited by

                                    @mcm1957
                                    Danke für die Info ...

                                    1 Reply Last reply Reply Quote 0
                                    • RaspiUser
                                      RaspiUser last edited by

                                      ... eine Frage noch: Was muss ich hier (als ahnungsloser Linux-User) tun nachdem ich den Adapter gelöscht hatte?

                                      ba9d1883-0418-4655-8461-96cea6e92e41-grafik.png

                                      mcm1957 Thomas Braun 2 Replies Last reply Reply Quote 0
                                      • mcm1957
                                        mcm1957 @RaspiUser last edited by mcm1957

                                        @raspiuser said in Test Adapter PSA v0.0.x Peugeot Opel Citroen:

                                        ... eine Frage noch: Was muss ich hier (als ahnungsloser Linux-User) tun nachdem ich den Adapter gelöscht hatte?

                                        ba9d1883-0418-4655-8461-96cea6e92e41-grafik.png

                                        @Thomas-Braun
                                        Kannst du da beim Löschen helfen? An sich sollte so eine Meldung m.W. nach nicht auftreten.

                                        @raspiuser
                                        Poste mal vorab den Output von iob diag (Langfassung). Thomas würde nch dem zu 99,9% fragen 🙂

                                        Und noch ne Frage:
                                        WIE hast du den Adapter gelöscht? Hoffe ntlich nicht mir 'sudo rm ...'

                                        RaspiUser 1 Reply Last reply Reply Quote 0
                                        • RaspiUser
                                          RaspiUser @mcm1957 last edited by

                                          @mcm1957 sagte in Test Adapter PSA v0.0.x Peugeot Opel Citroen:

                                          WIE hast du den Adapter gelöscht? Hoffe ntlich nicht mir 'sudo rm ...'

                                          Nö ... im ioBroker mit der Mülltonne ...

                                          ```bash
                                          Skript v.2024-08-12
                                          
                                          *** BASE SYSTEM ***
                                           Static hostname: VM-ioBroker
                                                 Icon name: computer-vm
                                                   Chassis: vm 🖴
                                            Virtualization: kvm
                                          Operating System: Debian GNU/Linux 12 (bookworm)
                                                    Kernel: Linux 6.1.0-25-amd64
                                              Architecture: x86-64
                                           Hardware Vendor: QEMU
                                            Hardware Model: Standard PC _i440FX + PIIX, 1996_
                                          Firmware Version: e0d6339-dirty-20220919_024111-d528eb931742
                                          OS is similar to:
                                          
                                          model name      : Westmere E56xx/L56xx/X56xx (Nehalem-C)
                                          Docker          : false
                                          Virtualization  : kvm
                                          Kernel          : x86_64
                                          Userland        : 64 bit
                                          
                                          Systemuptime and Load:
                                           12:01:59 up 11 days, 23:55,  2 users,  load average: 0.25, 0.35, 0.20
                                          CPU threads: 4
                                          
                                          
                                          *** Time and Time Zones ***
                                                         Local time: Thu 2024-10-03 12:01:59 CEST
                                                     Universal time: Thu 2024-10-03 10:01:59 UTC
                                                           RTC time: Thu 2024-10-03 10:01:59
                                                          Time zone: Europe/Berlin (CEST, +0200)
                                          System clock synchronized: yes
                                                        NTP service: active
                                                    RTC in local TZ: no
                                          
                                          *** Users and Groups ***
                                          User that called 'iob diag':
                                          iobroker
                                          HOME=/home/iobroker
                                          GROUPS=iobroker tty dialout cdrom floppy sudo audio dip video plugdev users netdev
                                          
                                          User that is running 'js-controller':
                                          iobroker
                                          HOME=/home/iobroker
                                          GROUPS=iobroker tty dialout cdrom floppy sudo audio dip video plugdev users netdev
                                          
                                          *** Display-Server-Setup ***
                                          Display-Server: false
                                          Desktop:
                                          Terminal:       tty
                                          Boot Target:    graphical.target
                                          
                                          *** MEMORY ***
                                                         total        used        free      shared  buff/cache   available
                                          Mem:            8.3G        3.0G        4.3G        602K        1.3G        5.3G
                                          Swap:           1.0G          0B        1.0G
                                          Total:          9.3G        3.0G        5.3G
                                          
                                          Active iob-Instances:   26
                                          
                                                   7940 M total memory
                                                   2873 M used memory
                                                    668 M active memory
                                                   2951 M inactive memory
                                                   4060 M free memory
                                                    312 M buffer memory
                                                    955 M swap cache
                                                    974 M total swap
                                                      0 M used swap
                                                    974 M free swap
                                          
                                          *** top - Table Of Processes  ***
                                          top - 12:01:59 up 11 days, 23:55,  2 users,  load average: 0.25, 0.35, 0.20
                                          Tasks: 139 total,   1 running, 138 sleeping,   0 stopped,   0 zombie
                                          %Cpu(s): 20.0 us, 20.0 sy,  0.0 ni, 60.0 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
                                          MiB Mem :   7940.7 total,   4059.8 free,   2874.4 used,   1267.9 buff/cache
                                          MiB Swap:    975.0 total,    975.0 free,      0.0 used.   5066.4 avail Mem
                                          
                                          *** FAILED SERVICES ***
                                          
                                            UNIT LOAD ACTIVE SUB DESCRIPTION
                                          0 loaded units listed.
                                          
                                          *** FILESYSTEM ***
                                          Filesystem     Type      Size  Used Avail Use% Mounted on
                                          udev           devtmpfs  3.9G     0  3.9G   0% /dev
                                          tmpfs          tmpfs     795M  588K  794M   1% /run
                                          /dev/sda1      ext4       48G  8.1G   38G  18% /
                                          tmpfs          tmpfs     3.9G     0  3.9G   0% /dev/shm
                                          tmpfs          tmpfs     5.0M     0  5.0M   0% /run/lock
                                          tmpfs          tmpfs     795M     0  795M   0% /run/user/1000
                                          
                                          Messages concerning ext4 filesystem in dmesg:
                                          [sudo] password for iobroker:
                                          [Sat Sep 21 12:06:36 2024] EXT4-fs (sda1): mounted filesystem with ordered data mode. Quota mode: none.
                                          [Sat Sep 21 12:06:37 2024] EXT4-fs (sda1): re-mounted. Quota mode: none.
                                          
                                          Show mounted filesystems:
                                          TARGET SOURCE    FSTYPE OPTIONS
                                          /      /dev/sda1 ext4   rw,relatime,errors=remount-ro
                                          
                                          Files in neuralgic directories:
                                          
                                          /var:
                                          2.1G    /var/
                                          1.4G    /var/log/journal/27bb2095ba2b41ccb088ec3ad41fc1f5
                                          1.4G    /var/log/journal
                                          1.4G    /var/log
                                          514M    /var/cache
                                          
                                          Hint: You are currently not seeing messages from other users and the system.
                                                Users in groups 'adm', 'systemd-journal' can see all messages.
                                                Pass -q to turn off this notice.
                                          Archived and active journals take up 214.8M in the file system.
                                          
                                          /opt/iobroker/backups:
                                          20M     /opt/iobroker/backups/
                                          
                                          /opt/iobroker/iobroker-data:
                                          714M    /opt/iobroker/iobroker-data/
                                          589M    /opt/iobroker/iobroker-data/files
                                          441M    /opt/iobroker/iobroker-data/files/javascript.admin
                                          409M    /opt/iobroker/iobroker-data/files/javascript.admin/static
                                          408M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js
                                          
                                          The five largest files in iobroker-data are:
                                          26M     /opt/iobroker/iobroker-data/objects.jsonl
                                          24M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.135279a0.js.map
                                          14M     /opt/iobroker/iobroker-data/files/backitup.admin/static/js/main.2cca4954.js
                                          8.7M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js/838.0aa41cb0.chunk.js.map
                                          8.6M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js/310.89a60ae1.chunk.js.map
                                          
                                          USB-Devices by-id:
                                          USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
                                          
                                          /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_c421aa81b69ded118718d3a5a7669f5d-if00-port0
                                          
                                          HINT:
                                          Your zigbee.0 COM-Port is NOT matching 'by-id'. Please check your setting:
                                          /dev/ttyUSB0
                                          
                                          
                                          
                                          *** NodeJS-Installation ***
                                          
                                          /usr/bin/nodejs         v18.20.4
                                          /usr/bin/node           v18.20.4
                                          /usr/bin/npm            10.7.0
                                          /usr/bin/npx            10.7.0
                                          /usr/bin/corepack       0.28.0
                                          
                                          
                                          nodejs:
                                            Installed: 18.20.4-1nodesource1
                                            Candidate: 18.20.4-1nodesource1
                                            Version table:
                                           *** 18.20.4-1nodesource1 500
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                                  100 /var/lib/dpkg/status
                                               18.20.3-1nodesource1 500
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                               18.20.2-1nodesource1 500
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                               18.20.1-1nodesource1 500
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                               18.20.0-1nodesource1 500
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                               18.19.1-1nodesource1 500
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                               18.19.0+dfsg-6~deb12u2 500
                                                  500 http://deb.debian.org/debian bookworm/main amd64 Packages
                                               18.19.0+dfsg-6~deb12u1 500
                                                  500 http://security.debian.org/debian-security bookworm-security/main amd64 Packages
                                               18.19.0-1nodesource1 500
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                               18.18.2-1nodesource1 500
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                               18.18.1-1nodesource1 500
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                               18.18.0-1nodesource1 500
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                               18.17.1-1nodesource1 500
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                               18.17.0-1nodesource1 500
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                               18.16.1-1nodesource1 500
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                               18.16.0-1nodesource1 500
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                               18.15.0-1nodesource1 500
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                               18.14.2-1nodesource1 500
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                               18.14.1-1nodesource1 500
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                               18.14.0-1nodesource1 500
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                               18.13.0-1nodesource1 500
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                               18.12.0-1nodesource1 500
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                               18.11.0-1nodesource1 500
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                               18.10.0-1nodesource1 500
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                               18.9.1-1nodesource1 500
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                               18.9.0-1nodesource1 500
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                               18.8.0-1nodesource1 500
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                               18.7.0-1nodesource1 500
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                               18.6.0-1nodesource1 500
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                               18.5.0-1nodesource1 500
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                               18.4.0-1nodesource1 500
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                               18.3.0-1nodesource1 500
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                               18.2.0-1nodesource1 500
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                               18.1.0-1nodesource1 500
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                               18.0.0-1nodesource1 500
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                          
                                          Temp directories causing npm8 problem: 0
                                          No problems detected
                                          
                                          Errors in npm tree:
                                          
                                          *** ioBroker-Installation ***
                                          
                                          ioBroker Status
                                          iobroker is running on this host.
                                          
                                          
                                          Objects type: jsonl
                                          States  type: jsonl
                                          
                                          Core adapters versions
                                          js-controller:  6.0.11
                                          admin:          7.1.5
                                          javascript:     8.7.6
                                          
                                          nodejs modules from github:     1
                                          +-- iobroker.go-e@1.0.38 (git+ssh://git@github.com/MK-2001/ioBroker.go-e.git#68cec3c4c103f9fdcefd67295193823041c88a5c)
                                          
                                          Adapter State
                                          + system.adapter.admin.0                  : admin                 : VM-ioBroker                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                            system.adapter.alias-manager.0          : alias-manager         : VM-ioBroker                              - disabled
                                          + system.adapter.alpha-ess.0              : alpha-ess             : VM-ioBroker                              -  enabled
                                          + system.adapter.awtrix-light.0           : awtrix-light          : VM-ioBroker                              -  enabled
                                          + system.adapter.backitup.0               : backitup              : VM-ioBroker                              -  enabled
                                          + system.adapter.canbus.0                 : canbus                : VM-ioBroker                              -  enabled
                                          + system.adapter.cloud.0                  : cloud                 : VM-ioBroker                              -  enabled
                                          + system.adapter.discovery.0              : discovery             : VM-ioBroker                              -  enabled
                                            system.adapter.esphome.0                : esphome               : VM-ioBroker                              - disabled
                                            system.adapter.feiertage.0              : feiertage             : VM-ioBroker                              -  enabled
                                          + system.adapter.frontier_silicon.0       : frontier_silicon      : VM-ioBroker                              -  enabled
                                            system.adapter.go-e.0                   : go-e                  : VM-ioBroker                              - disabled
                                          + system.adapter.hm-rega.0                : hm-rega               : VM-ioBroker                              -  enabled
                                          + system.adapter.hm-rpc.0                 : hm-rpc                : VM-ioBroker                              -  enabled, port: 0
                                          + system.adapter.hm-rpc.1                 : hm-rpc                : VM-ioBroker                              -  enabled, port: 0
                                          + system.adapter.iqontrol.0               : iqontrol              : VM-ioBroker                              -  enabled
                                          + system.adapter.javascript.0             : javascript            : VM-ioBroker                              -  enabled
                                          + system.adapter.klf200.0                 : klf200                : VM-ioBroker                              -  enabled
                                          + system.adapter.lgtv.0                   : lgtv                  : VM-ioBroker                              -  enabled
                                            system.adapter.luftdaten.0              : luftdaten             : VM-ioBroker                              -  enabled
                                          + system.adapter.mqtt.0                   : mqtt                  : VM-ioBroker                              -  enabled, port: 1883, bind: 0.0.0.0
                                          + system.adapter.onkyo.0                  : onkyo                 : VM-ioBroker                              -  enabled
                                          + system.adapter.sainlogic.0              : sainlogic             : VM-ioBroker                              -  enabled, port: 1030, bind: 0.0.0.0
                                          + system.adapter.shuttercontrol.0         : shuttercontrol        : VM-ioBroker                              -  enabled
                                          + system.adapter.simple-api.0             : simple-api            : VM-ioBroker                              -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                                          + system.adapter.sonoff.0                 : sonoff                : VM-ioBroker                              -  enabled, port: 1885, bind: 0.0.0.0
                                          + system.adapter.telegram.0               : telegram              : VM-ioBroker                              -  enabled, port: 8443, bind: 0.0.0.0
                                          + system.adapter.tr-064.0                 : tr-064                : VM-ioBroker                              -  enabled
                                            system.adapter.vw-connect.0             : vw-connect            : VM-ioBroker                              - disabled
                                          + system.adapter.web.0                    : web                   : VM-ioBroker                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                          + system.adapter.zigbee.0                 : zigbee                : VM-ioBroker                              -  enabled, port: /dev/ttyUSB0
                                          
                                          + instance is alive
                                          
                                          Enabled adapters with bindings
                                          + system.adapter.admin.0                  : admin                 : VM-ioBroker                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                          + system.adapter.hm-rpc.0                 : hm-rpc                : VM-ioBroker                              -  enabled, port: 0
                                          + system.adapter.hm-rpc.1                 : hm-rpc                : VM-ioBroker                              -  enabled, port: 0
                                          + system.adapter.mqtt.0                   : mqtt                  : VM-ioBroker                              -  enabled, port: 1883, bind: 0.0.0.0
                                          + system.adapter.sainlogic.0              : sainlogic             : VM-ioBroker                              -  enabled, port: 1030, bind: 0.0.0.0
                                          + system.adapter.simple-api.0             : simple-api            : VM-ioBroker                              -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                                          + system.adapter.sonoff.0                 : sonoff                : VM-ioBroker                              -  enabled, port: 1885, bind: 0.0.0.0
                                          + system.adapter.telegram.0               : telegram              : VM-ioBroker                              -  enabled, port: 8443, bind: 0.0.0.0
                                          + system.adapter.web.0                    : web                   : VM-ioBroker                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                          + system.adapter.zigbee.0                 : zigbee                : VM-ioBroker                              -  enabled, port: /dev/ttyUSB0
                                          
                                          ioBroker-Repositories
                                          ┌─────────┬──────────┬─────────────────────────────────────────────────────────┬──────────────┐
                                          │ (index) │   name   │                           url                           │ auto upgrade │
                                          ├─────────┼──────────┼─────────────────────────────────────────────────────────┼──────────────┤
                                          │    0    │ 'stable' │    'http://download.iobroker.net/sources-dist.json'     │    false     │
                                          │    1    │  'beta'  │ 'http://download.iobroker.net/sources-dist-latest.json' │    false     │
                                          └─────────┴──────────┴─────────────────────────────────────────────────────────┴──────────────┘
                                          
                                          Active repo(s): stable
                                          Upgrade policy: none
                                          
                                          Installed ioBroker-Instances
                                          Used repository: stable
                                          Adapter    "admin"        : 7.1.5    , installed 7.1.5
                                          Adapter    "alias-manager": 1.2.6    , installed 1.2.6
                                          Adapter    "alpha-ess"    : 2.1.4    , installed 2.1.4
                                          Adapter    "awtrix-light" : 1.3.0    , installed 1.3.0
                                          Adapter    "backitup"     : 3.0.22   , installed 3.0.22
                                          Adapter    "canbus"       : 1.3.1    , installed 1.3.1
                                          Adapter    "cloud"        : 5.0.1    , installed 5.0.1
                                          Adapter    "discovery"    : 5.0.0    , installed 5.0.0
                                          Adapter    "feiertage"    : 1.2.0    , installed 1.2.0
                                          Adapter    "frontier_silicon": 0.3.0 , installed 0.3.0
                                          Adapter    "go-e"         : 1.0.29   , installed 1.0.38
                                          Adapter    "hm-rega"      : 5.0.0    , installed 5.0.0
                                          Adapter    "hm-rpc"       : 1.17.0   , installed 1.17.0
                                          Adapter    "iqontrol"     : 2.3.0    , installed 2.3.0
                                          Adapter    "javascript"   : 8.7.6    , installed 8.7.6
                                          Controller "js-controller": 6.0.11   , installed 6.0.11
                                          Adapter    "klf200"       : 1.3.1    , installed 1.3.1
                                          Adapter    "lgtv"         : 2.2.0    , installed 2.2.0
                                          Adapter    "luftdaten"    : 4.0.0    , installed 4.0.0
                                          Adapter    "mqtt"         : 5.2.0    , installed 5.2.0
                                          Adapter    "onkyo"        : 2.1.2    , installed 2.1.2
                                          Adapter    "sainlogic"    : 0.11.4   , installed 0.11.4
                                          Adapter    "shuttercontrol": 1.7.3   , installed 1.7.3
                                          Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                                          Adapter    "socketio"     : 6.7.1    , installed 6.7.1
                                          Adapter    "sonoff"       : 3.1.0    , installed 3.1.0
                                          Adapter    "telegram"     : 3.9.0    , installed 3.9.0
                                          Adapter    "tr-064"       : 4.3.0    , installed 4.3.0
                                          Adapter    "web"          : 6.2.5    , installed 6.2.5
                                          Adapter    "ws"           : 2.6.2    , installed 2.6.2
                                          Adapter    "zigbee"       : 1.10.3   , installed 1.10.3
                                          
                                          Objects and States
                                          Please stand by - This may take a while
                                          Objects:        5974
                                          States:         4340
                                          
                                          *** OS-Repositories and Updates ***
                                          Hit:1 http://security.debian.org/debian-security bookworm-security InRelease
                                          Hit:2 http://deb.debian.org/debian bookworm InRelease
                                          Hit:3 http://deb.debian.org/debian bookworm-updates InRelease
                                          Hit:4 https://deb.nodesource.com/node_18.x nodistro InRelease
                                          Reading package lists...
                                          Pending Updates: 0
                                          
                                          *** Listening Ports ***
                                          Active Internet connections (only servers)
                                          Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
                                          tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1000       19241      1594/iobroker.js-co
                                          tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1000       22102      1594/iobroker.js-co
                                          tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          16670      537/sshd: /usr/sbin
                                          tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          310        1/init
                                          tcp        0      0 192.168.178.120:42001   0.0.0.0:*               LISTEN      1000       45375      2362/io.hm-rpc.0
                                          tcp        0      0 192.168.178.120:42010   0.0.0.0:*               LISTEN      1000       38784      2346/io.hm-rpc.1
                                          tcp        0      0 0.0.0.0:1885            0.0.0.0:*               LISTEN      1000       23673      1920/io.sonoff.0
                                          tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1000       22657      1873/io.mqtt.0
                                          tcp        0      0 0.0.0.0:1030            0.0.0.0:*               LISTEN      1000       24726      2041/io.sainlogic.0
                                          tcp6       0      0 :::8087                 :::*                    LISTEN      1000       24774      2071/io.simple-api.
                                          tcp6       0      0 :::8082                 :::*                    LISTEN      1000       25743      2056/io.web.0
                                          tcp6       0      0 :::8081                 :::*                    LISTEN      1000       700429     12559/io.admin.0
                                          tcp6       0      0 :::22                   :::*                    LISTEN      0          16672      537/sshd: /usr/sbin
                                          tcp6       0      0 :::111                  :::*                    LISTEN      0          14368      1/init
                                          udp        0      0 0.0.0.0:20000           0.0.0.0:*                           65534      755        592/cannelloni
                                          udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          15690      387/dhclient
                                          udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          2001       1/init
                                          udp6       0      0 :::111                  :::*                                0          2478       1/init
                                          
                                          *** Log File - Last 25 Lines ***
                                          
                                                host: '192.168.178.100',
                                                protocol: 'http:',
                                                _redirectable: [Writable],
                                                [Symbol(kCapture)]: false,
                                                [Symbol(kBytesWritten)]: 0,
                                                [Symbol(kNeedDrain)]: false,
                                                [Symbol(corked)]: 0,
                                                [Symbol(kOutHeaders)]: [Object: null prototype],
                                                [Symbol(errored)]: null,
                                                [Symbol(kHighWaterMark)]: 16384,
                                                [Symbol(kRejectNonStandardBodyWrites)]: false,
                                                [Symbol(kUniqueHeaders)]: null
                                              },
                                              data: '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\n' +
                                                '<title>500 Internal Server Error</title>\n' +
                                                '<h1>Internal Server Error</h1>\n' +
                                                '<p>The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.</p>\n'
                                            },
                                            status: 500
                                          }
                                          2024-10-03 12:00:25.021  - info: host.VM-ioBroker instance system.adapter.luftdaten.0 in version "4.0.0" started with pid 23674
                                          2024-10-03 12:00:26.720  - info: luftdaten.0 (23674) starting. Version 4.0.0 in /opt/iobroker/node_modules/iobroker.luftdaten, node: v18.20.4, js-controller: 6.0.11
                                          2024-10-03 12:00:30.028  - info: luftdaten.0 (23674) [fillSensorData] error: connect EHOSTUNREACH 192.168.178.72:80
                                          2024-10-03 12:00:30.051  - info: luftdaten.0 (23674) Terminated (NO_ERROR): Without reason
                                          2024-10-03 12:00:30.580  - info: host.VM-ioBroker instance system.adapter.luftdaten.0 having pid 23674 terminated with code 0 (NO_ERROR)
                                          
                                          
                                          1 Reply Last reply Reply Quote 0
                                          • Thomas Braun
                                            Thomas Braun Most Active @RaspiUser last edited by Thomas Braun

                                            @raspiuser sagte in Test Adapter PSA v0.0.x Peugeot Opel Citroen:

                                            Was muss ich hier (als ahnungsloser Linux-User) tun nachdem ich den Adapter gelöscht hatte?

                                            Nix. Aber du solltest einen eigenen user verwenden. Der 'iobroker' ist als Systemuser vorgesehen und nicht als regulärer Login. Der user gehört dann auch in die Gruppe 'adm' rein.

                                            Boot Target: graphical.target

                                            sudo systemctl set-default multi-user.target
                                            

                                            HINT:

                                            Your zigbee.0 COM-Port is NOT matching 'by-id'. Please check your setting:

                                            /dev/ttyUSB0

                                            Stell das richtig ein.

                                            Bring nodejs auf v20.

                                            iob nodejs-update
                                            
                                            RaspiUser 1 Reply Last reply Reply Quote 1
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            550
                                            Online

                                            31.6k
                                            Users

                                            79.6k
                                            Topics

                                            1.3m
                                            Posts

                                            citroen corsa corsa-e e208 opel peugeot psa
                                            44
                                            334
                                            42465
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo