Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. Fronius Wattpilot Test 4.0.x

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    Fronius Wattpilot Test 4.0.x

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

      @tim2zg also an der Stelle einfach auch nochmal ein Dankeschön von mir! Klasse Adapter 👍

      T 1 Reply Last reply Reply Quote 0
      • T
        tom2tech @Pedder007 last edited by

        @tim2zg
        Vielen Dank auch von meiner Seite für den tollen Adapter.
        Das EInstellen des Ladestroms über 'amp', abhängig von einer gewünschten Ladeleistung, z. B. PV-Überschuss, funktioniert prima.
        Wenn ich es richtig verstehe, wird diser Wert immer nichtflüchtig im EEprom/Flash gespeichert. Nach einem Reboot des Wattpilot ist der zuletzt geschriebene Wert eingestellt. Ein zyklisches Schreiben zerstört aber wohl mit der Zeit diesen Speicher (ca. 100.000 Zyklen sind beim baugleichen go-e-Charger angeben). Bei ihm gibt es deshalb extra 2 Schreibvarianten: 'amp' für nichtflüchtig schreiben, 'amx' für flüchtig schreiben. Mit 'amx' findet kein Schreibvorgang auf das EEprom/Flash statt. Gibt es für den Wattpilot auch eine Möglichkeit den Ladestrom/-leistung, flüchtig gespeicht, einzustellen?
        Ich vermute, in Kombination mit einem Fronius-Wechselrichter stellt dieser den Ladestrom zyklisch und nur flüchtig ein.

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

          Vielen Dank auch von mir für den Adapter!

          Ich würde gerne folgendes Projekt umsetzen und bitte um Unterstützung:
          Also SPOT-Kunde (Floater) ermittle ich die günstigsten Ladestunden mittels eines Adapters via z.B. aWATTar (siehe z.B. hier: https://forum.iobroker.net/topic/61370/awattar-die-billigsten-strom-stunden-nutzen). Damit steuere ich div. Geräte an, wie auch die Haus-Batterie im Winter.

          Für die Ladung meines e-KFZ möchte ich die in der Fronius-APP (Solar-Wattpilot) unter Einstellungen, Kostenoptimierung, "Eco Mode Preis-Grenze" ansprechen und dort den jeweiligen günstigsten Tarif eintragen.

          Preisermittlung also kein Problem, mir fehlt allerdings das passende Objekt für den Wattpilot.

          Gibt es dieses Objekt im Fronius-Solarweb-Adapter oder habe ich was übersehen?

          H 1 Reply Last reply Reply Quote 0
          • H
            hub01 @mg99 last edited by

            @mg99
            hast du,
            => awp

            mg99 1 Reply Last reply Reply Quote 0
            • mg99
              mg99 @hub01 last edited by

              @hub01

              Bum, danke für die rasche Info.

              awp hab ich bei meinem neueren Wattpilot (22kW) gefunden.
              Dieser ist ca. 9 Monate alt.

              Bei meinem älterer Wattpilot (11kW) ca. 2 1/2 Jahre alt, fehlt mir dieses Objekt.

              Kann er das nicht oder muss ich den Adapter für dieses Gerät "neu" installieren?

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

                @mg99 sagte in Fronius Wattpilot Test 4.0.x:

                wp hab ich bei meinem neueren Wattpilot (22kW) gefunden.
                Dieser ist ca. 9 Monate alt.
                Bei meinem älterer Wattpilot (11kW) ca. 2 1/2 Jahre alt, fehlt mir dieses Objekt.
                Kann er das nicht oder muss ich den Adapter für dieses Gerät "neu" installieren?

                Nochmals Danke!
                Mein Problem ist gelöst, ich hatte ursprünglich im Adapter "only common data" angehackt und damit kommt das Objekt awp nicht in die Ansicht.

                Jetzt ist alles da.

                H 1 Reply Last reply Reply Quote 0
                • H
                  hub01 @mg99 last edited by

                  @mg99 sagte in Fronius Wattpilot Test 4.0.x:

                  "only common data"

                  auch in der Kurz-Version kannst du awp steuern, allerdings nicht zurücklesen

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

                    @hub01

                    Der awp Wert wird in den Objekten eingetragen, landet jedoch nicht in der App.

                    Egal ob ich steuere oder aktualisiere.
                    Auch die set_state aktualisierung "frc;0" bzw. 1 bringt nichts....

                    H 1 Reply Last reply Reply Quote 0
                    • H
                      hub01 @mg99 last edited by

                      @mg99
                      probier mal in der App:
                      -> aus dem Menü raus und wieder rein

                      mg99 1 Reply Last reply Reply Quote 0
                      • mg99
                        mg99 @hub01 last edited by mg99

                        @hub01

                        Das habe ich bereits vorher probiert, bin ausgestiegen - habe (Android) alles geschlossen und bin frisch eingestiegen, leider keine Änderung.
                        Umgekehrt, also aus Android in den iobroker funktioniert es.

                        Wenn ich direkt am Objekt den Wert ändere, geht es auch nicht (Wert steht im iobroker rot).
                        Auch die Änderung im Objekt direkt, auf Writeable bringt nichts - daher zurückgestellt.

                        H 1 Reply Last reply Reply Quote 0
                        • H
                          hub01 @mg99 last edited by

                          @mg99
                          du kannst nicht direkt am Objekt ändern, sondern nur mittels set_state-Befehl
                          z.B.:
                          awp;4 bei set_state eintragen

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

                            @hub01 ein Danke für den entscheidenden Hinweis, soweit funktioniert das jetzt, der Wert wird ins Objekt übernommen.
                            Allerdings werden "nur" ganzzahlige Werte eingelesen.
                            Kommawerte, egal ob mit Punkt oder Komma, sind abgeschnitten.

                            Liegt das am Adapter?

                            Wie es manchmal so ist, hatte Fronius zeitgleich ein Problem mit der Software.
                            Ärgerlich nur genau zu dem Zeitpunkt meiner Tests, daher die späte Rückmeldung.

                            H 1 Reply Last reply Reply Quote 0
                            • H
                              hub01 @mg99 last edited by

                              @mg99
                              ist bei mir auch so und scheint ein Fehler im Adapter zu sein.

                              Leider war der Entwickler schon lange nicht mehr hier.
                              Du kannst versuchen, das Problem bei Github einzustellen.

                              Im Übrigen geht inzwischen auch OCPP. Hab ich aber selbst noch nicht probiert. Vl. geht es damit.
                              Ansonsten bleibt nur, direkt in der App eintragen. Ist ja „nur“ ein Grenzwert.

                              mg99 1 Reply Last reply Reply Quote 0
                              • mg99
                                mg99 @hub01 last edited by mg99

                                @hub01 Irgendwie nervig ohne Kommastellen. 😉
                                Du hast mit OCPP begonnen, wie ich gesehen habe.

                                Mir fehlt das Wissen für die Anmeldung zum OCPP - Dienst.
                                Wie gehe ich da vor bzw. ist das überhaupt für einen Privaten gedacht?
                                Den OCPP-Schieberegler in der Fronius App auf "on" Stellen genügt nicht - was ist der Server dafür - gibt es eine Anleitung?
                                Fronius EMIL sagt mir zu wenig, außerdem erst ab 5 Ladestellen - das habe ich nicht.

                                Im Iobroker den OCPP-Adapter hab ich installiert, aber dann....

                                H 1 Reply Last reply Reply Quote 0
                                • H
                                  hub01 @mg99 last edited by

                                  @mg99
                                  kannst du dir eigentlich ersparen,
                                  bei mir funktioniert nur ein-/ausschalten, sonst nichts.

                                  Die Eco-Mode-Preisgrenze finde ich weder im Adapter noch in der Fronius Beschreibung.
                                  Für die Beschreibung suche mal nach „Fronius Wattpilot OCPP“.

                                  Die Kopplung ist kein Aufwand.
                                  Du gibst in der App die einzelnen Daten ein.
                                  Die Server-Adresse wird normalerweise autom. generiert.

                                  • Benutzername/Passwort (für OPCC-Kopplung) kannst du frei vergeben.
                                  • Host ist die IP von ioBroker inkl. Port aus Adapter, z.B. 192.168.10.123:9220
                                  • Pfad ist ein frei vergebbarer Name, der dann in ioB als Ordner bei den Datenpunkten auftaucht

                                  Im ioB OCPP-Adapter auch Benutzername, Passwort und Port eintragen.
                                  Fertig, viel Glück

                                  H 1 Reply Last reply Reply Quote 0
                                  • H
                                    hub01 @hub01 last edited by

                                    Ich bekomme ständig Fehlermeldungen vom Wattpilot(-Adapter) im Protokoll.
                                    Parallel werden keine Daten vom Wattpilot empfangen.
                                    Ping zum Wattpilot geht aber in der Zeit.

                                    Hatte über 1 Jahr keine Updates durchgeführt (System funktionierte perfekt).
                                    Vor ca. 3 Monaten habe ich das System und alle Adapter auf den neuesten Stand gebracht.
                                    Anscheinend/vermutlich sind seitdem die Fehler vorhanden.

                                    z.B.:

                                    2025-06-27 06:09:41.130 - info: fronius-wattpilot.0 (1893) Try to reconnect... Connection LOST!
                                    2025-06-27 06:09:47.200 - info: fronius-wattpilot.0 (1893) Connected!
                                    2025-06-27 06:19:41.132 - info: fronius-wattpilot.0 (1893) Try to reconnect... Connection LOST!
                                    2025-06-27 06:19:43.696 - info: fronius-wattpilot.0 (1893) Connected!
                                    2025-06-27 06:28:06.773 - error: fronius-wattpilot.0 (1893) Error after 69805877ms
                                    2025-06-27 06:28:06.773 - error: fronius-wattpilot.0 (1893) Please check your host! Seams like your host is Offline, attempt to reconnect in 2.5 minutes
                                    2025-06-27 06:32:11.134 - info: fronius-wattpilot.0 (1893) Try to reconnect... Connection LOST!
                                    2025-06-27 06:32:13.656 - info: fronius-wattpilot.0 (1893) Connected!
                                    2025-06-27 06:37:11.136 - info: fronius-wattpilot.0 (1893) Try to reconnect... Connection LOST!
                                    2025-06-27 06:37:12.496 - info: fronius-wattpilot.0 (1893) Connected!
                                    2025-06-27 06:44:41.137 - info: fronius-wattpilot.0 (1893) Try to reconnect... Connection LOST!
                                    2025-06-27 06:44:47.585 - info: fronius-wattpilot.0 (1893) Connected!
                                    2025-06-27 06:48:11.812 - error: fronius-wattpilot.0 (1893) Error after 71010916ms
                                    2025-06-27 06:48:11.813 - error: fronius-wattpilot.0 (1893) Please check your host! Seams like your host is Offline, attempt to reconnect in 2.5 minutes
                                    2025-06-27 06:52:11.138 - info: fronius-wattpilot.0 (1893) Try to reconnect... Connection LOST!
                                    2025-06-27 06:52:13.962 - info: fronius-wattpilot.0 (1893) Connected!
                                    2025-06-27 07:09:41.140 - info: fronius-wattpilot.0 (1893) Try to reconnect... Connection LOST!
                                    2025-06-27 07:09:42.600 - info: fronius-wattpilot.0 (1893) Connected!
                                    

                                    Habt Ihr diese Protokolleinträge und Fehler auch?

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

                                      @hub01 sagte in Fronius Wattpilot Test 4.0.x:

                                      Vor ca. 3 Monaten habe ich das System und alle Adapter auf den neuesten Stand gebracht.

                                      Und welcher Stand ist das nun?
                                      Gib mal die vollständige Ausgabe von

                                      iob diag
                                      

                                      zum Besten.

                                      H 1 Reply Last reply Reply Quote 0
                                      • H
                                        hub01 @Thomas Braun last edited by

                                        @thomas-braun

                                        
                                        ========== Start marking the full check here ===========
                                        
                                        ```bash
                                        Script v.2025-03-08
                                        
                                        *** BASE SYSTEM ***
                                         Static hostname: NUC-ioB
                                               Icon name: computer-desktop
                                                 Chassis: desktop 🖥️
                                        Operating System: Debian GNU/Linux 12 (bookworm)
                                                  Kernel: Linux 6.1.0-27-amd64
                                            Architecture: x86-64
                                         Hardware Vendor: Trigkey
                                          Hardware Model: Green G4
                                        Firmware Version: ADLNV105
                                        OS is similar to:
                                        
                                        model name      : Intel(R) N95
                                        Docker          : false
                                        Virtualization  : none
                                        Kernel          : x86_64
                                        Userland        : 64 bit
                                        
                                        Systemuptime and Load:
                                         10:09:33 up 23:06,  3 users,  load average: 0.24, 0.11, 0.10
                                        CPU threads: 4
                                        
                                        
                                        *** LIFE CYCLE STATUS ***
                                        Operating System is the current Debian stable version codenamed 'bookworm'!
                                        
                                        *** TIME AND TIMEZONES ***
                                                       Local time: Fri 2025-06-27 10:09:33 CEST
                                                   Universal time: Fri 2025-06-27 08:09:33 UTC
                                                         RTC time: Thu 2025-06-26 10:08:41
                                                        Time zone: Europe/Berlin (CEST, +0200)
                                        System clock synchronized: yes
                                                      NTP service: active
                                                  RTC in local TZ: yes
                                        
                                        Warning: The system is configured to read the RTC time in the local time zone.
                                                 This mode cannot be fully supported. It will create various problems
                                                 with time zone changes and daylight saving time adjustments. The RTC
                                                 time is never updated, it relies on external facilities to maintain it.
                                                 If at all possible, use RTC in UTC by calling
                                                 'timedatectl set-local-rtc 0'.
                                        
                                        *** Users and Groups ***
                                        User that called 'iob diag':
                                        hub
                                        HOME=/home/hub
                                        GROUPS=hub root cdrom floppy sudo audio dip video plugdev users netdev bluetooth lpadmin scanner iobroker
                                        
                                        User that is running 'js-controller':
                                        iobroker
                                        HOME=/home/iobroker
                                        GROUPS=iobroker tty dialout audio video plugdev bluetooth
                                        
                                        *** DISPLAY-SERVER SETUP ***
                                        Display-Server: true
                                        Desktop:
                                        Terminal:       tty
                                        
                                        System is booting into 'graphical.target'. Usually a server is running in 'multi-user.target'. Please set BootTarget to 'multi-user.target' or run 'iobroker fix'
                                        
                                        *** MEMORY ***
                                                       total        used        free      shared  buff/cache   available
                                        Mem:             16G        3.4G         10G        154M        2.7G         13G
                                        Swap:           1.0G          0B        1.0G
                                        Total:           17G        3.4G         11G
                                        
                                        Active iob-Instances:   17
                                        
                                                15770 M total memory
                                                 3196 M used memory
                                                  981 M active memory
                                                 3791 M inactive memory
                                                10447 M free memory
                                                  603 M buffer memory
                                                 1997 M swap cache
                                                  976 M total swap
                                                    0 M used swap
                                                  976 M free swap
                                        
                                        *** top - Table Of Processes  ***
                                        top - 10:09:33 up 23:06,  3 users,  load average: 0.24, 0.11, 0.10
                                        Tasks: 215 total,   1 running, 214 sleeping,   0 stopped,   0 zombie
                                        %Cpu(s):  0.0 us, 50.0 sy,  0.0 ni, 50.0 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
                                        MiB Mem :  15770.7 total,  10447.3 free,   3197.1 used,   2601.4 buff/cache
                                        MiB Swap:    977.0 total,    977.0 free,      0.0 used.  12573.7 avail Mem
                                        
                                        *** FAILED SERVICES ***
                                        
                                          UNIT LOAD ACTIVE SUB DESCRIPTION
                                        0 loaded units listed.
                                        
                                        
                                        *** DMESG CRITICAL ERRORS ***
                                        No critical errors detected
                                        
                                        *** FILESYSTEM ***
                                        Filesystem     Type      Size  Used Avail Use% Mounted on
                                        udev           devtmpfs  7.7G     0  7.7G   0% /dev
                                        tmpfs          tmpfs     1.6G  1.7M  1.6G   1% /run
                                        /dev/nvme0n1p6 ext4       95G   33G   58G  37% /
                                        tmpfs          tmpfs     7.8G  368K  7.8G   1% /dev/shm
                                        tmpfs          tmpfs     5.0M  8.0K  5.0M   1% /run/lock
                                        /dev/nvme0n1p1 vfat       96M   40M   57M  41% /boot/efi
                                        /dev/nvme0n1p4 fuseblk   147G  134M  147G   1% /mnt/LW_Daten
                                        tmpfs          tmpfs     1.6G   64K  1.6G   1% /run/user/1000
                                        
                                        Messages concerning ext4 filesystem in dmesg:
                                        
                                        Show mounted filesystems:
                                        TARGET               SOURCE         FSTYPE      OPTIONS
                                        /                    /dev/nvme0n1p6 ext4        rw,relatime,errors=remount-ro
                                        |-/run/user/1000/doc portal         fuse.portal rw,nosuid,nodev,relatime,user_id=1000,group_id=1000
                                        |-/boot/efi          /dev/nvme0n1p1 vfat        rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro
                                        `-/mnt/LW_Daten      /dev/nvme0n1p4 fuseblk     rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other,blksize=4096
                                        
                                        Files in neuralgic directories:
                                        
                                        /var:
                                        21G     /var/
                                        17G     /var/lib/influxdb/engine/data/fa93ac6301a26099/autogen
                                        17G     /var/lib/influxdb/engine/data/fa93ac6301a26099
                                        17G     /var/lib/influxdb/engine/data
                                        17G     /var/lib/influxdb/engine
                                        
                                        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 108.6M in the file system.
                                        
                                        /opt/iobroker/backups:
                                        39M     /opt/iobroker/backups/
                                        4.0K    /opt/iobroker/backups/node-red.0
                                        
                                        /opt/iobroker/iobroker-data:
                                        1.2G    /opt/iobroker/iobroker-data/
                                        1.1G    /opt/iobroker/iobroker-data/files
                                        617M    /opt/iobroker/iobroker-data/files/javascript.admin
                                        560M    /opt/iobroker/iobroker-data/files/javascript.admin/static
                                        558M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js
                                        
                                        The five largest files in iobroker-data are:
                                        35M     /opt/iobroker/iobroker-data/files/devices.admin/static/js/main.24f2bb56.js.map
                                        24M     /opt/iobroker/iobroker-data/files/echarts/static/js/main.2b7495c2.js.map
                                        24M     /opt/iobroker/iobroker-data/files/echarts.admin/chart/static/js/main.2b7495c2.js.map
                                        23M     /opt/iobroker/iobroker-data/files/echarts.admin/static/js/main.245b61c0.js.map
                                        22M     /opt/iobroker/iobroker-data/files/modbus.admin/static/js/main.18496c94.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':
                                        
                                        No Devices found 'by-id'
                                        
                                        Zigbee Network Settings on your coordinator/in nvbackup are:
                                        
                                        zigbee.X
                                        Extended Pan ID:
                                        *** MASKED ***
                                        Pan ID:
                                        *** MASKED ***
                                        Channel:
                                        *** MASKED ***
                                        Network Key:
                                        *** MASKED ***
                                        
                                        To unmask the settings run 'iob diag --unmask'
                                        
                                        
                                        *** NodeJS-Installation ***
                                        
                                        /usr/bin/nodejs         v20.18.0
                                        /usr/bin/node           v20.18.0
                                        /usr/bin/npm            10.8.2
                                        /usr/bin/npx            10.8.2
                                        /usr/bin/corepack       0.29.3
                                        
                                        nodejs:
                                          Installed: 20.18.0-1nodesource1
                                          Candidate: 20.19.3-1nodesource1
                                          Version table:
                                             20.19.3-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.19.2-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.19.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.19.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.18.3-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.18.2-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.18.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                         *** 20.18.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                100 /var/lib/dpkg/status
                                             20.17.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.16.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.15.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.15.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.14.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.13.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.13.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.12.2-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.12.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.12.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.11.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.11.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.10.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.9.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.8.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.8.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.7.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.6.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.6.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.5.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.5.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.4.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.3.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.3.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.2.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.1.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.0.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.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
                                        
                                        Temp directories causing deletion problem: 0
                                        No problems detected
                                        
                                        Errors in npm tree: 0
                                        No problems detected
                                        
                                        *** ioBroker-Installation ***
                                        
                                        ioBroker Status
                                        iobroker is running on this host.
                                        
                                        
                                        Objects type: jsonl
                                        States  type: jsonl
                                        
                                        Hosts:
                                        NUC-ioB             NUC-ioB (version: 7.0.6, hostname: NUC-ioB       , alive, uptime: 83148)
                                        
                                        Core adapters versions
                                        js-controller:  7.0.6
                                        admin:          7.6.3
                                        javascript:     8.8.3
                                        
                                        nodejs modules from github:     1
                                        +-- iobroker.cloudless-homeconnect@1.6.1 (git+ssh://git@github.com/eifel-tech/ioBroker.cloudless-homeconnect.git#83a0ac8907173081ff9366fe1ffa1d7705055402)
                                        
                                        Adapter State
                                        + system.adapter.admin.0                  : admin                 : NUC-ioB                                  -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                          system.adapter.backitup.0               : backitup              : NUC-ioB                                  - disabled
                                          system.adapter.bluelink.0               : bluelink              : NUC-ioB                                  - disabled
                                          system.adapter.cloudless-homeconnect.0  : cloudless-homeconnect : NUC-ioB                                  - disabled
                                          system.adapter.devices.0                : devices               : NUC-ioB                                  - disabled
                                          system.adapter.discovery.0              : discovery             : NUC-ioB                                  - disabled
                                        + system.adapter.echarts.0                : echarts               : NUC-ioB                                  -  enabled
                                        + system.adapter.ems-esp.0                : ems-esp               : NUC-ioB                                  -  enabled
                                        + system.adapter.fronius-wattpilot.0      : fronius-wattpilot     : NUC-ioB                                  -  enabled
                                          system.adapter.fronius-wattpilot.1      : fronius-wattpilot     : NUC-ioB                                  - disabled
                                          system.adapter.history.0                : history               : NUC-ioB                                  - disabled
                                        + system.adapter.influxdb.0               : influxdb              : NUC-ioB                                  -  enabled, port: 8086
                                          system.adapter.influxdb.1               : influxdb              : NUC-ioB                                  - disabled, port: 8086
                                        + system.adapter.influxdb.2               : influxdb              : NUC-ioB                                  -  enabled, port: 8086
                                        + system.adapter.influxdb.3               : influxdb              : NUC-ioB                                  -  enabled, port: 8086
                                          system.adapter.jarvis.0                 : jarvis                : NUC-ioB                                  - disabled
                                        + system.adapter.javascript.0             : javascript            : NUC-ioB                                  -  enabled
                                        + system.adapter.logparser.0              : logparser             : NUC-ioB                                  -  enabled
                                          system.adapter.modbus.0                 : modbus                : NUC-ioB                                  - disabled
                                        + system.adapter.mqtt.0                   : mqtt                  : NUC-ioB                                  -  enabled, port: 1883, bind: 0.0.0.0
                                        + system.adapter.node-red.0               : node-red              : NUC-ioB                                  -  enabled, port: 1880, bind: 0.0.0.0
                                          system.adapter.ocpp.0                   : ocpp                  : NUC-ioB                                  - disabled, port: 9220
                                        + system.adapter.shelly.0                 : shelly                : NUC-ioB                                  -  enabled, port: 1882, bind: 0.0.0.0
                                          system.adapter.shelly.1                 : shelly                : NUC-ioB                                  - disabled, port: 1882, bind: 0.0.0.0
                                        + system.adapter.simple-api.0             : simple-api            : NUC-ioB                                  -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                                        + system.adapter.socketio.0               : socketio              : NUC-ioB                                  -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
                                        + system.adapter.sun2000.0                : sun2000               : NUC-ioB                                  -  enabled, port: 6607
                                          system.adapter.vis-2.0                  : vis-2                 : NUC-ioB                                  - disabled
                                          system.adapter.vis-icontwo.0            : vis-icontwo           : NUC-ioB                                  - disabled
                                          system.adapter.vis-inventwo.0           : vis-inventwo          : NUC-ioB                                  - disabled
                                          system.adapter.vis-materialdesign.0     : vis-materialdesign    : NUC-ioB                                  - disabled
                                          system.adapter.vis.0                    : vis                   : NUC-ioB                                  -  enabled
                                        + system.adapter.web.0                    : web                   : NUC-ioB                                  -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                        
                                        + instance is alive
                                        
                                        Enabled adapters with bindings
                                        + system.adapter.admin.0                  : admin                 : NUC-ioB                                  -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                        + system.adapter.influxdb.0               : influxdb              : NUC-ioB                                  -  enabled, port: 8086
                                        + system.adapter.influxdb.2               : influxdb              : NUC-ioB                                  -  enabled, port: 8086
                                        + system.adapter.influxdb.3               : influxdb              : NUC-ioB                                  -  enabled, port: 8086
                                        + system.adapter.mqtt.0                   : mqtt                  : NUC-ioB                                  -  enabled, port: 1883, bind: 0.0.0.0
                                        + system.adapter.node-red.0               : node-red              : NUC-ioB                                  -  enabled, port: 1880, bind: 0.0.0.0
                                        + system.adapter.shelly.0                 : shelly                : NUC-ioB                                  -  enabled, port: 1882, bind: 0.0.0.0
                                        + system.adapter.simple-api.0             : simple-api            : NUC-ioB                                  -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                                        + system.adapter.socketio.0               : socketio              : NUC-ioB                                  -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
                                        + system.adapter.sun2000.0                : sun2000               : NUC-ioB                                  -  enabled, port: 6607
                                        + system.adapter.web.0                    : web                   : NUC-ioB                                  -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                        
                                        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-Adapters
                                        Used repository: stable
                                        Adapter    "admin"        : 7.6.17   , installed 7.6.3  [Updatable]
                                        Adapter    "backitup"     : 3.2.2    , installed 3.0.22 [Updatable]
                                        Adapter    "bluelink"     : 3.1.3    , installed 2.3.6  [Updatable]
                                        Adapter    "devices"      : 1.1.5    , installed 1.1.5
                                        Adapter    "discovery"    : 5.0.0    , installed 3.1.0  [Updatable]
                                        Adapter    "echarts"      : 1.9.2    , installed 1.7.2  [Updatable]
                                        Adapter    "ems-esp"      : 6.0.0    , installed 4.8.0  [Updatable]
                                        Adapter    "fronius-wattpilot": 4.6.3, installed 4.6.3
                                        Adapter    "history"      : 3.0.1    , installed 3.0.1
                                        Adapter    "influxdb"     : 4.0.2    , installed 4.0.2
                                        Adapter    "jarvis"       : 3.1.8    , installed 3.1.8
                                        Adapter    "javascript"   : 8.9.2    , installed 8.8.3  [Updatable]
                                        Controller "js-controller": 7.0.6    , installed 7.0.6
                                        Adapter    "logparser"    : 2.4.0    , installed 2.2.0  [Updatable]
                                        Adapter    "modbus"       : 6.3.2    , installed 6.2.3  [Updatable]
                                        Adapter    "mqtt"         : 6.1.2    , installed 5.2.0  [Updatable]
                                        Adapter    "node-red"     : 5.2.1    , installed 5.2.1
                                        Adapter    "ocpp"         : 0.12.5   , installed 0.12.5
                                        Adapter    "shelly"       : 9.5.1    , installed 7.0.0  [Updatable]
                                        Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                                        Adapter    "socketio"     : 6.7.1    , installed 6.7.1
                                        Adapter    "sun2000"      : 1.4.0    , installed 1.4.0
                                        Adapter    "vis"          : 1.5.6    , installed 1.5.6
                                        Adapter    "vis-2"        : 2.9.64   , installed 2.9.32 [Updatable]
                                        Adapter    "vis-icontwo"  : 1.11.0   , installed 0.96.0 [Updatable]
                                        Adapter    "vis-inventwo" : 3.3.5    , installed 3.3.3  [Updatable]
                                        Adapter    "vis-materialdesign": 0.5.9, installed 0.5.9
                                        Adapter    "web"          : 7.0.8    , installed 7.0.8
                                        Adapter    "ws"           : 2.6.2    , installed 2.6.2
                                        
                                        Objects and States
                                        Please stand by - This may take a while
                                        Objects:        2923
                                        States:         2451
                                        
                                        *** OS-Repositories and Updates ***
                                        Hit:1 http://deb.debian.org/debian bookworm InRelease
                                        Hit:2 http://security.debian.org/debian-security bookworm-security InRelease
                                        Hit:3 http://deb.debian.org/debian bookworm-updates InRelease
                                        Hit:4 https://repos.influxdata.com/debian stable InRelease
                                        Hit:5 https://deb.nodesource.com/node_20.x nodistro InRelease
                                        Reading package lists...
                                        Pending Updates: 239
                                        
                                        *** 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 0.0.0.0:7070            0.0.0.0:*               LISTEN      0          23829      728/anydesk
                                        tcp        0      0 0.0.0.0:1880            0.0.0.0:*               LISTEN      1001       25545      1654/node-red
                                        tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1001       26956      1749/io.mqtt.0
                                        tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       23415      1529/iobroker.js-co
                                        tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       26192      1529/iobroker.js-co
                                        tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          15887      1/init
                                        tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          24711      756/sshd: /usr/sbin
                                        tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      0          292792     11338/cupsd
                                        tcp6       0      0 :::8081                 :::*                    LISTEN      1001       26708      1565/io.admin.0
                                        tcp6       0      0 :::8082                 :::*                    LISTEN      1001       27144      1862/io.web.0
                                        tcp6       0      0 :::8084                 :::*                    LISTEN      1001       28907      1878/io.socketio.0
                                        tcp6       0      0 :::8087                 :::*                    LISTEN      1001       26613      1828/io.simple-api.
                                        tcp6       0      0 :::8086                 :::*                    LISTEN      999        25371      1470/influxd
                                        tcp6       0      0 :::7070                 :::*                    LISTEN      0          23830      728/anydesk
                                        tcp6       0      0 ::1:631                 :::*                    LISTEN      0          292791     11338/cupsd
                                        tcp6       0      0 :::3000                 :::*                    LISTEN      115        26187      1528/grafana
                                        tcp6       0      0 :::111                  :::*                    LISTEN      0          14708      1/init
                                        tcp6       0      0 :::22                   :::*                    LISTEN      0          24713      756/sshd: /usr/sbin
                                        udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          16735      1/init
                                        udp        0      0 0.0.0.0:50001           0.0.0.0:*                           0          25969      728/anydesk
                                        udp        0      0 0.0.0.0:51367           0.0.0.0:*                           105        18801      619/avahi-daemon: r
                                        udp        0      0 0.0.0.0:5353            0.0.0.0:*                           105        18799      619/avahi-daemon: r
                                        udp        0      0 0.0.0.0:5683            0.0.0.0:*                           1001       26981      1764/io.shelly.0
                                        udp6       0      0 :::111                  :::*                                0          16736      1/init
                                        udp6       0      0 fe80::ca5d:455f:a41:546 :::*                                0          484591     652/NetworkManager
                                        udp6       0      0 fe80::a2fe:1fbc:a31:546 :::*                                0          19405      652/NetworkManager
                                        udp6       0      0 :::52281                :::*                                105        18802      619/avahi-daemon: r
                                        udp6       0      0 :::5353                 :::*                                105        18800      619/avahi-daemon: r
                                        
                                        *** Log File - Last 25 Lines ***
                                        
                                        2025-06-27 08:20:26.775  - info: javascript.0 (1679) Stopping script script.js.HS_Test001.Test_setState
                                        2025-06-27 08:20:26.870  - info: javascript.0 (1679) Start JavaScript script.js.HS_Test001.Test_setState (Javascript/js)
                                        2025-06-27 08:20:26.895  - info: javascript.0 (1679) script.js.HS_Test001.Test_setState: registered 0 subscriptions, 0 schedules, 0 messages, 0 logs and 0 file subscriptions
                                        2025-06-27 08:22:22.803  - info: javascript.0 (1679) Stopping script script.js.HS_Test001.Test_setState
                                        2025-06-27 08:24:28.857  - info: admin.0 (1565) ==> Connected system.user.admin from ::ffff:192.168.0.182
                                        2025-06-27 08:46:35.477  - info: web.0 (1862) ==> Connected system.user.admin from ::ffff:192.168.0.182
                                        2025-06-27 08:46:35.840  - info: web.0 (1862) ==> Connected system.user.admin from ::ffff:192.168.0.182
                                        2025-06-27 08:49:05.477  - info: web.0 (1862) <== Disconnect system.user.admin from ::ffff:192.168.0.182
                                        2025-06-27 08:49:16.971  - info: web.0 (1862) <== Disconnect system.user.admin from ::ffff:192.168.0.182 vis.0
                                        2025-06-27 09:00:00.009  - info: javascript.0 (1679) script.js.HS_Skripte.PV_Werte: Energie zur vollen Stunde gesichert
                                        2025-06-27 09:17:11.152  - info: fronius-wattpilot.0 (1893) Try to reconnect... Connection LOST!
                                        2025-06-27 09:17:13.087  - info: fronius-wattpilot.0 (1893) Connected!
                                        2025-06-27 09:24:41.154  - info: fronius-wattpilot.0 (1893) Try to reconnect... Connection LOST!
                                        2025-06-27 09:24:44.043  - info: fronius-wattpilot.0 (1893) Connected!
                                        2025-06-27 09:28:33.683  - info: web.0 (1862) ==> Connected system.user.admin from ::ffff:192.168.0.182
                                        2025-06-27 09:28:34.309  - info: web.0 (1862) ==> Connected system.user.admin from ::ffff:192.168.0.182
                                        2025-06-27 09:31:03.683  - info: web.0 (1862) <== Disconnect system.user.admin from ::ffff:192.168.0.182
                                        2025-06-27 09:31:15.415  - info: web.0 (1862) <== Disconnect system.user.admin from ::ffff:192.168.0.182 vis.0
                                        2025-06-27 10:00:00.007  - info: javascript.0 (1679) script.js.HS_Skripte.PV_Werte: Energie zur vollen Stunde gesichert
                                        2025-06-27 10:02:35.858  - info: admin.0 (1565) ==> Connected system.user.admin from ::ffff:192.168.0.182
                                        2025-06-27 10:05:22.480  - info: javascript.0 (1679) Stopping script script.js.HS_Skripte.PV_Überschussladen
                                        2025-06-27 10:05:22.529  - info: javascript.0 (1679) Start JavaScript script.js.HS_Skripte.PV_Überschussladen (Javascript/js)
                                        2025-06-27 10:05:22.545  - info: javascript.0 (1679) script.js.HS_Skripte.PV_Überschussladen: registered 0 subscriptions, 0 schedules, 0 messages, 0 logs and 0 file subscriptions
                                        2025-06-27 10:07:51.541  - info: web.0 (1862) ==> Connected system.user.admin from ::ffff:192.168.0.182
                                        2025-06-27 10:07:52.536  - info: web.0 (1862) ==> Connected system.user.admin from ::ffff:192.168.0.182
                                        
                                        

                                        ============ Mark until here for C&P =============

                                        iob diag has finished.

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

                                          @hub01 sagte in Fronius Wattpilot Test 4.0.x:

                                          If at all possible, use RTC in UTC by calling 'timedatectl set-local-rtc 0'.

                                          Setz die Echtzeituhr auf die Nullzeit.

                                          Display-Server: true

                                          Schalt den Display-Server aus.

                                          Setz den User 'hub' in die Gruppe 'adm' rein. Im Gegenzug hat der in der Gruppe 'root' nix zu suchen.

                                          Pending Updates: 239

                                          Bring die Kiste auf den aktuellen Stand. Inkl. nodejs und der diversen ioB-Adapter.

                                          Hatte über 1 Jahr keine Updates durchgeführt (System funktionierte perfekt).

                                          'Never tatsch a running süstähm' ist ganz großer Schwachsinn.
                                          Halt den Kram permanent und regelmäßig aktuell.

                                          Ist da eine FritzBox im Spiel?

                                          H 4 Replies Last reply Reply Quote 0
                                          • H
                                            hub01 @Thomas Braun last edited by

                                            @thomas-braun
                                            Da muss ich mir ein wenig Zeit dazu nehmen (Backup, Updates).
                                            Bin auch mit Linux nicht so fit. Werde ich aber hinbekommen.

                                            @thomas-braun sagte in Fronius Wattpilot Test 4.0.x:

                                            Ist da eine FritzBox im Spiel?

                                            Ja, eine 4040 als IP-Client an einer Vodafone-Station.
                                            Die Endgeräte hängen alle an der Fritzbox.

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            895
                                            Online

                                            31.9k
                                            Users

                                            80.2k
                                            Topics

                                            1.3m
                                            Posts

                                            22
                                            181
                                            20285
                                            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