Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Hardware
    4. DCM230 und SDM230-Zähler arbeiten nicht am IOBroker Modbus

    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

    DCM230 und SDM230-Zähler arbeiten nicht am IOBroker Modbus

    This topic has been deleted. Only users with topic management privileges can see it.
    • H
      helmut1963 last edited by

      Hallo,
      heute stehe ich vor einem für mich unlösbaren Problem. Bin mit meinem Latein am Ende. Eins vorweg: Ich betreibe seit vielen Monaten problemlos einen SUNGROW Wechselrichter an dem Modbus-Adapter vom Iobroker.

      Nun wollte ich einen EASTRON AC und DC-Zähler (mit Modbus) wie angegeben implementieren. Leider kriege ich das nicht zum Laufen. Hat diese Teile schon jemand zum Laufen gebracht? Dann bitte ich um Infos.

      Konfiguration: Modbus-Instanz mit IP und an Port 502 als Master, ID= 1. RTU over TCP/IP.

      Zähler über Modbus (Waveshare RS485 / TCP) Adapter mit IP und gleichem Port 502, Adresse 001, als TCP-Client, 9,6kBaud, 1 Stopbit, 8 Datenbits , no Parity an beiden Geräten (Zähler u. Adapter) eingestellt. Zum Testen nur 1 Input Register eingetragen (30001 - Spannung), so ziemlich alle Datentypen mangels Wissen durchprobiert....

      Instanz verbindet kurz,
      Connected.jpg

      bricht dann wieder ab,
      Disonnected.jpg
      im Log steht:
      (192.xxx.xxx.241 ist der Umsetzer, 192.xxx.xxx.219 der Iobroker)

      Error-Log.jpg

      Versuchsaufbau aufm Labortisch, Bus ist max. 30 cm lang, auch mit 120 Ohm-Widerstand....
      Beide Zähler sind fabrikneu, aber tun es nicht...

      Hat irgendwer einen guten Tipp für mich?

      Gruß, Helmut

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

        @helmut1963 sagte in DCM230 und SDM230-Zähler arbeiten nicht am IOBroker Modbus:

        Hat irgendwer einen guten Tipp für mich?

        bitte keine Screenshots von Texten
        Log als Text in code-tags posten

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

          @homoran
          Ok. Sorry. Soll das so sein?

          
          modbus.1
          2023-04-14 20:56:46.976	info	starting. Version 3.4.17 in /opt/iobroker/node_modules/iobroker.modbus, node: v12.22.5, js-controller: 3.3.15
          host.iobroker-main-master
          2023-04-14 20:56:46.514	info	instance system.adapter.modbus.1 started with pid 3555546
          host.iobroker-main-master
          2023-04-14 20:56:45.469	info	Restart adapter system.adapter.modbus.1 because enabled
          host.iobroker-main-master
          2023-04-14 20:56:45.467	info	instance system.adapter.modbus.1 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
          
          modbus.1
          2023-04-14 20:56:44.889	info	Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
          
          modbus.1
          2023-04-14 20:56:44.888	error	Reconnect did not help, restart adapter
          
          modbus.1
          2023-04-14 20:56:44.887	warn	Poll error count: 13 code: {"err":"timeout","timeout":5000}
          
          modbus.1
          2023-04-14 20:56:44.887	error	Client in error state.
          
          modbus.1
          2023-04-14 20:56:44.886	error	Request timed out.
          
          modbus.1
          2023-04-14 20:56:44.885	warn	Error: undefined
          
          modbus.1
          2023-04-14 20:56:39.883	info	Connected to slave
          
          modbus.1
          2023-04-14 20:56:33.882	info	Disconnected from slave 192.168.10.241
          
          modbus.1
          2023-04-14 20:56:32.881	warn	Poll error count: 12 code: {"err":"timeout","timeout":5000}
          
          modbus.1
          2023-04-14 20:56:32.881	error	Client in error state.
          
          modbus.1
          2023-04-14 20:56:32.880	error	Request timed out.
          
          modbus.1
          2023-04-14 20:56:32.880	warn	Error: undefined
          
          modbus.1
          2023-04-14 20:56:27.907	error	Wrong CRC for frame: 1,4,4,49,0,2,58,8,1
          
          modbus.1
          2023-04-14 20:56:27.878	info	Connected to slave
          
          modbus.1
          2023-04-14 20:56:21.876	info	Disconnected from slave 192.168.10.241
          
          Homoran Glasfaser 3 Replies Last reply Reply Quote 0
          • Homoran
            Homoran Global Moderator Administrators @helmut1963 last edited by Homoran

            @helmut1963 sagte in DCM230 und SDM230-Zähler arbeiten nicht am IOBroker Modbus:

            Client in error state.

            hatten wir die Tage erst.
            Zähler vom Strom nehmen und neu verbinden

            welche sind es denn genau?
            habe mit SDM72 UND SDM630 keinerlei Probleme

            die 230er hab ich nicht. Beim DC hast du den Shunt angeschlossen?

            1 Reply Last reply Reply Quote 0
            • Glasfaser
              Glasfaser @helmut1963 last edited by

              @helmut1963 sagte in DCM230 und SDM230-Zähler arbeiten nicht am IOBroker Modbus:

              node: v12.22.5, js-controller: 3.3.15

              nur mal als Hinweis .. aktualisiere es mal !

              Ist schon sehr alt !

              1 Reply Last reply Reply Quote 0
              • Glasfaser
                Glasfaser @helmut1963 last edited by Glasfaser

                @helmut1963 sagte in DCM230 und SDM230-Zähler arbeiten nicht am IOBroker Modbus:

                MODBUS Version 3.4.17

                Upps ...

                da ist ja alles sehr alt !

                a0d407c3-3173-44b4-b6d2-2fc1e21cebfd-grafik.png

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

                  @glasfaser sagte in DCM230 und SDM230-Zähler arbeiten nicht am IOBroker Modbus:

                  da ist ja alles sehr alt !

                  deswegen gibt es wahrscheinlich auch kein diag

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

                    @homoran sagte in DCM230 und SDM230-Zähler arbeiten nicht am IOBroker Modbus:

                    deswegen gibt es wahrscheinlich auch kein diag

                    den hast du ja in diesem Thread ja noch nicht angefragt ... nur im neben Thread ( Vis ... Dateimanger ) 🙂

                    H 1 Reply Last reply Reply Quote 1
                    • H
                      helmut1963 @Glasfaser last edited by

                      @glasfaser

                      Ja, ich weiß, müsste alles mal aktualisiert werden. Aber alles andere läuft so schön stabil, wenn ich jetzt wieder in der Installation rumfummele, ist der Stress vorprogrammiert. 🙄

                      Der Gleichstromzähler mit 75 mV-Shunt-Eingang wird gerade mit Spannung 0-75mV zum Simulieren befeuert. Zeigt damit absolut korrekte Werte im Display an.... 20 echte Ampere sind schwerer zu simulieren....

                      Homoran Glasfaser Thomas Braun 3 Replies Last reply Reply Quote 0
                      • Homoran
                        Homoran Global Moderator Administrators @helmut1963 last edited by

                        @helmut1963 sagte in DCM230 und SDM230-Zähler arbeiten nicht am IOBroker Modbus:

                        Aber alles andere läuft so schön stabil

                        wirklich?
                        was sagt denn iob diag?
                        Bitte die Vollversion!

                        @helmut1963 sagte in DCM230 und SDM230-Zähler arbeiten nicht am IOBroker Modbus:

                        Der Gleichstromzähler mit 75 mV-Shunt-Eingang

                        was hängt denn alles am Bus?

                        im log ist ja der Zähler nicht zu identifizieren

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

                          @helmut1963 sagte in DCM230 und SDM230-Zähler arbeiten nicht am IOBroker Modbus:

                          Ja, ich weiß, müsste alles mal aktualisiert werden.

                          Aber alles andere läuft so schön stabil

                          den Gedanken würde ich mal langsam bei Seite legen ...
                          dein ioBroker ist wie schon erwähnt .. sehr alt .

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

                            @helmut1963 sagte in DCM230 und SDM230-Zähler arbeiten nicht am IOBroker Modbus:

                            Aber alles andere läuft so schön stabil, wenn ich jetzt wieder in der Installation rumfummele, ist der Stress vorprogrammiert.

                            Wenn du es nicht aktuell hältst gibt es auch Stress. Früher oder später. Und je größer die Kluft zwischen den Versionen wird umso größer wird auch dieser Stress werden.

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

                              @homoran

                              So, ich hab den Schritt gewagt und alles auf ich denke halbwegs aktuellen Stand gebracht, dabei Blut und Wasser geschwitzt... Zuerst lief das Log in orange und rot über.....Alle Datenpunkte des Wechselrichter-Modbus mussten überall neu verdrahtet werden....Ich hoffe nun ist alles erstmal in Reihe.

                              Das Ursprungsproblem löste dieses Aktion aber leider nicht....Die Einträge im Log für Instanz modbus.1 sind exact die gleichen....

                              Am Bus (verdrilltes Kabel, A+ / B+, 30 cm) nach dem Konverter hängt nur der Zähler (abwechselnd beide zum Testen) abgeschlossen mit 120 Ohm.

                              iob diag? Meinst Du damit dies: ? (Für mich das meiste Chinesisch.....)

                              Halt. Beim Einfügen des ellenlangen Textes sagt System: ERROR - Forbidden... Keine Ahnung warum. Ich versuchs morgen nochmal. Konzentration ist für heute dahin....
                              Gruß

                              H Thomas Braun Homoran 3 Replies Last reply Reply Quote 0
                              • H
                                helmut1963 @helmut1963 last edited by

                                ======== Start marking the full check here =========

                                Skript v.2023-04-02
                                
                                *** BASE SYSTEM ***
                                Architecture    : x86_64
                                Docker          : false
                                Virtualization  : lxc
                                Distributor ID: Debian
                                Description:    Debian GNU/Linux 10 (buster)
                                Release:        10
                                Codename:       buster
                                
                                PRETTY_NAME="Debian GNU/Linux 10 (buster)"
                                NAME="Debian GNU/Linux"
                                VERSION_ID="10"
                                VERSION="10 (buster)"
                                VERSION_CODENAME=buster
                                ID=debian
                                HOME_URL="https://www.debian.org/"
                                SUPPORT_URL="https://www.debian.org/support"
                                BUG_REPORT_URL="https://bugs.debian.org/"
                                
                                Systemuptime and Load:
                                 21:14:41 up 79 days, 13:59,  1 user,  load average: 0.73, 0.50, 0.48
                                CPU threads: 4
                                
                                *** Time and Time Zones ***
                                               Local time: Fri 2023-04-14 21:14:41 UTC
                                           Universal time: Fri 2023-04-14 21:14:41 UTC
                                                 RTC time: n/a
                                                Time zone: Etc/UTC (UTC, +0000)
                                System clock synchronized: yes
                                              NTP service: inactive
                                          RTC in local TZ: no
                                
                                *** User and Groups ***
                                root
                                /root
                                root
                                
                                *** X-Server-Setup ***
                                X-Server:       false
                                Desktop:
                                Terminal:       tty
                                Boot Target:    graphical.target
                                
                                *** MEMORY ***
                                              total        used        free      shared  buff/cache   available
                                Mem:           7.9G        1.2G        6.2G         23M        520M        6.7G
                                Swap:            0B          0B          0B
                                Total:         7.9G        1.2G        6.2G
                                
                                         7879 M total memory
                                         1172 M used memory
                                          357 M active memory
                                         1214 M inactive memory
                                         6186 M free memory
                                            0 M buffer memory
                                          520 M swap cache
                                            0 M total swap
                                            0 M used swap
                                            0 M free swap
                                
                                *** FILESYSTEM ***
                                Filesystem                       Type      Size  Used Avail Use% Mounted on
                                /dev/mapper/pve-vm--100--disk--1 ext4       24G   11G   13G  47% /
                                none                             tmpfs     492K  4.0K  488K   1% /dev
                                udev                             devtmpfs  3.9G     0  3.9G   0% /dev/tty
                                tmpfs                            tmpfs     3.9G     0  3.9G   0% /dev/shm
                                tmpfs                            tmpfs     3.9G   25M  3.9G   1% /run
                                tmpfs                            tmpfs     5.0M     0  5.0M   0% /run/lock
                                tmpfs                            tmpfs     788M     0  788M   0% /run/user/0
                                
                                Messages concerning ext4 filesystem in dmesg:
                                dmesg: read kernel buffer failed: Operation not permitted
                                
                                Show mounted filesystems (real ones only):
                                TARGET                           SOURCE                                FSTYPE     OPTIONS
                                /                                /dev/mapper/pve-vm--100--disk--1      ext4       rw,relatime,stripe=16
                                |-/proc/cpuinfo                  lxcfs[/proc/cpuinfo]                  fuse.lxcfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
                                |-/proc/diskstats                lxcfs[/proc/diskstats]                fuse.lxcfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
                                |-/proc/loadavg                  lxcfs[/proc/loadavg]                  fuse.lxcfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
                                |-/proc/meminfo                  lxcfs[/proc/meminfo]                  fuse.lxcfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
                                |-/proc/stat                     lxcfs[/proc/stat]                     fuse.lxcfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
                                |-/proc/swaps                    lxcfs[/proc/swaps]                    fuse.lxcfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
                                |-/proc/uptime                   lxcfs[/proc/uptime]                   fuse.lxcfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
                                `-/sys/devices/system/cpu/online lxcfs[/sys/devices/system/cpu/online] fuse.lxcfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
                                
                                Files in neuralgic directories:
                                
                                /var:
                                407M    /var/
                                207M    /var/cache
                                203M    /var/cache/apt
                                179M    /var/lib
                                141M    /var/cache/apt/archives
                                
                                /opt/iobroker/backups:
                                4.8G    /opt/iobroker/backups/
                                
                                /opt/iobroker/iobroker-data:
                                2.6G    /opt/iobroker/iobroker-data/
                                2.3G    /opt/iobroker/iobroker-data/history
                                197M    /opt/iobroker/iobroker-data/files
                                64M     /opt/iobroker/iobroker-data/backup-objects
                                53M     /opt/iobroker/iobroker-data/files/javascript.admin
                                
                                The five largest files in iobroker-data are:
                                20M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.becd2d7c.js.map
                                19M     /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.2975a411.js.map
                                14M     /opt/iobroker/iobroker-data/influxdata.json
                                13M     /opt/iobroker/iobroker-data/objects.jsonl
                                12M     /opt/iobroker/iobroker-data/objects.json.migrated
                                
                                *** NodeJS-Installation ***
                                
                                /usr/bin/nodejs         v14.21.3
                                /usr/bin/node           v14.21.3
                                /usr/bin/npm            6.14.18
                                /usr/bin/npx            6.14.18
                                
                                nodejs:
                                  Installed: 14.21.3-deb-1nodesource1
                                  Candidate: 14.21.3-deb-1nodesource1
                                  Version table:
                                 *** 14.21.3-deb-1nodesource1 500
                                        500 https://deb.nodesource.com/node_14.x buster/main amd64 Packages
                                        100 /var/lib/dpkg/status
                                     10.24.0~dfsg-1~deb10u3 500
                                        500 http://security.debian.org buster/updates/main amd64 Packages
                                     10.24.0~dfsg-1~deb10u1 500
                                        500 http://ftp.debian.org/debian buster/main amd64 Packages
                                
                                Temp directories causing npm8 problem: 0
                                No problems detected
                                
                                *** ioBroker-Installation ***
                                
                                ioBroker Status
                                iobroker is running on this host.
                                
                                
                                Objects type: jsonl
                                States  type: jsonl
                                
                                Core adapters versions
                                js-controller:  4.0.24
                                admin:          6.4.3
                                javascript:     7.0.3
                                
                                npm ERR! peer dep missing: buffer@>=6.0.3, required by crc@4.1.1
                                npm ERR! peer dep missing: onvif@^0.5.5, required by onvif-snapshot@1.0.3
                                Adapters from github:   3
                                
                                Adapter State
                                + system.adapter.admin.0                  : admin                 : iobroker-main-master                     -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                  system.adapter.alexa2.0                 : alexa2                : iobroker-main-master                     - disabled
                                + system.adapter.backitup.0               : backitup              : iobroker-main-master                     -  enabled
                                  system.adapter.daswetter.0              : daswetter             : iobroker-main-master                     -  enabled
                                + system.adapter.discovery.0              : discovery             : iobroker-main-master                     -  enabled
                                  system.adapter.dwd.0                    : dwd                   : iobroker-main-master                     -  enabled
                                  system.adapter.email.0                  : email                 : iobroker-main-master                     - disabled
                                  system.adapter.fb-checkpresence.0       : fb-checkpresence      : iobroker-main-master                     - disabled
                                  system.adapter.flot.0                   : flot                  : iobroker-main-master                     - disabled
                                + system.adapter.fritzbox.0               : fritzbox              : iobroker-main-master                     -  enabled
                                + system.adapter.history.0                : history               : iobroker-main-master                     -  enabled
                                + system.adapter.hm-rega.0                : hm-rega               : iobroker-main-master                     -  enabled
                                + system.adapter.hm-rega.1                : hm-rega               : iobroker-main-master                     -  enabled
                                + system.adapter.hm-rpc.0                 : hm-rpc                : iobroker-main-master                     -  enabled, port: 0
                                + system.adapter.hm-rpc.1                 : hm-rpc                : iobroker-main-master                     -  enabled, port: 0
                                + system.adapter.hm-rpc.2                 : hm-rpc                : iobroker-main-master                     -  enabled, port: 0
                                  system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : iobroker-main-master                     -  enabled
                                  system.adapter.influxdb.0               : influxdb              : iobroker-main-master                     - disabled, port: 8086
                                  system.adapter.iot.0                    : iot                   : iobroker-main-master                     - disabled
                                + system.adapter.javascript.0             : javascript            : iobroker-main-master                     -  enabled
                                  system.adapter.mbus.0                   : mbus                  : iobroker-main-master                     - disabled, port: 502
                                + system.adapter.modbus.0                 : modbus                : iobroker-main-master                     -  enabled
                                + system.adapter.modbus.1                 : modbus                : iobroker-main-master                     -  enabled
                                  system.adapter.nina.0                   : nina                  : iobroker-main-master                     - disabled
                                  system.adapter.nut.0                    : nut                   : iobroker-main-master                     - disabled
                                  system.adapter.odl.0                    : odl                   : iobroker-main-master                     - disabled
                                  system.adapter.onvif.0                  : onvif                 : iobroker-main-master                     - disabled
                                + system.adapter.proxmox.0                : proxmox               : iobroker-main-master                     -  enabled, port: 8006
                                  system.adapter.ring.0                   : ring                  : iobroker-main-master                     - disabled
                                + system.adapter.shelly.0                 : shelly                : iobroker-main-master                     -  enabled, port: 1882, bind: 0.0.0.0
                                + system.adapter.socketio.0               : socketio              : iobroker-main-master                     -  enabled, port: 8084, bind: 192.168.10.219, run as: admin
                                + system.adapter.telegram.0               : telegram              : iobroker-main-master                     -  enabled, port: 8443, bind: 0.0.0.0
                                  system.adapter.tr-064.0                 : tr-064                : iobroker-main-master                     - disabled
                                  system.adapter.tradfri.0                : tradfri               : iobroker-main-master                     - disabled
                                  system.adapter.trashschedule.0          : trashschedule         : iobroker-main-master                     - disabled
                                  system.adapter.unifi-protect.0          : unifi-protect         : iobroker-main-master                     - disabled
                                  system.adapter.vis-history.0            : vis-history           : iobroker-main-master                     - disabled
                                  system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : iobroker-main-master                     - disabled
                                  system.adapter.vis-timeandweather.0     : vis-timeandweather    : iobroker-main-master                     - disabled
                                  system.adapter.vis.0                    : vis                   : iobroker-main-master                     -  enabled
                                + system.adapter.web.0                    : web                   : iobroker-main-master                     -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                
                                + instance is alive
                                
                                Enabled adapters with bindings
                                + system.adapter.admin.0                  : admin                 : iobroker-main-master                     -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                + system.adapter.hm-rpc.0                 : hm-rpc                : iobroker-main-master                     -  enabled, port: 0
                                + system.adapter.hm-rpc.1                 : hm-rpc                : iobroker-main-master                     -  enabled, port: 0
                                + system.adapter.hm-rpc.2                 : hm-rpc                : iobroker-main-master                     -  enabled, port: 0
                                + system.adapter.proxmox.0                : proxmox               : iobroker-main-master                     -  enabled, port: 8006
                                + system.adapter.shelly.0                 : shelly                : iobroker-main-master                     -  enabled, port: 1882, bind: 0.0.0.0
                                + system.adapter.socketio.0               : socketio              : iobroker-main-master                     -  enabled, port: 8084, bind: 192.168.10.219, run as: admin
                                + system.adapter.telegram.0               : telegram              : iobroker-main-master                     -  enabled, port: 8443, bind: 0.0.0.0
                                + system.adapter.web.0                    : web                   : iobroker-main-master                     -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                
                                ioBroker-Repositories
                                stable        : http://download.iobroker.net/sources-dist.json
                                beta          : http://download.iobroker.net/sources-dist-latest.json
                                
                                Active repo(s): beta
                                
                                Installed ioBroker-Instances
                                Used repository: beta
                                Adapter    "admin"        : 6.4.3    , installed 6.4.3
                                Adapter    "alexa2"       : 3.23.2   , installed 3.3.1  [Updatable]
                                Adapter    "backitup"     : 2.6.17   , installed 2.6.17
                                Adapter    "daswetter"    : 3.1.8    , installed 3.0.1  [Updatable]
                                Adapter    "discovery"    : 3.1.0    , installed 2.7.0  [Updatable]
                                Adapter    "dwd"          : 2.8.3    , installed 2.8.3
                                Adapter    "email"        : 1.1.4    , installed 1.0.7  [Updatable]
                                Adapter    "fb-checkpresence": 1.1.26, installed 1.1.26
                                Adapter    "flot"         : 1.12.0   , installed 1.12.0
                                Adapter    "fritzbox"     : 0.5.0    , installed 0.5.0
                                Adapter    "history"      : 2.2.4    , installed 2.2.4
                                Adapter    "hm-rega"      : 3.0.46   , installed 3.0.46
                                Adapter    "hm-rpc"       : 1.15.16  , installed 1.15.16
                                Adapter    "icons-mfd-svg": 1.1.0    , installed 1.1.0
                                Adapter    "influxdb"     : 3.2.0    , installed 3.2.0
                                Adapter    "iot"          : 1.14.5   , installed 1.14.5
                                Adapter    "javascript"   : 7.0.3    , installed 7.0.3
                                Controller "js-controller": 4.0.24   , installed 4.0.24
                                Adapter    "mbus"         : 2.4.0    , installed 2.4.0
                                Adapter    "modbus"       : 5.0.11   , installed 5.0.11
                                Adapter    "nina"         : 0.0.25   , installed 0.0.22 [Updatable]
                                Adapter    "nut"          : 1.6.0    , installed 1.6.0
                                Adapter    "odl"          : 2.0.5    , installed 1.0.5  [Updatable]
                                Adapter    "onvif"        : 1.0.5    , installed 0.0.2  [Updatable]
                                Adapter    "proxmox"      : 1.3.5    , installed 1.3.5
                                Adapter    "ring"         : 3.3.0    , installed 1.1.3  [Updatable]
                                Adapter    "shelly"       : 6.4.0    , installed 4.0.8  [Updatable]
                                Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                                Adapter    "socketio"     : 6.3.5    , installed 6.3.5
                                Adapter    "telegram"     : 1.15.6   , installed 1.15.6
                                Adapter    "tr-064"       : 4.2.18   , installed 4.2.18
                                Adapter    "tradfri"      : 3.1.3    , installed 3.1.2  [Updatable]
                                Adapter    "trashschedule": 2.2.0    , installed 0.0.11 [Updatable]
                                Adapter    "unifi-protect": 0.0.13   , installed 0.0.11 [Updatable]
                                Adapter    "vis"          : 1.4.16   , installed 1.4.16
                                Adapter    "vis-history"  : 1.0.0    , installed 1.0.0
                                Adapter    "vis-hqwidgets": 1.3.1    , installed 1.3.1
                                Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                                Adapter    "web"          : 5.5.3    , installed 5.5.3
                                Adapter    "ws"           : 2.3.6    , installed 2.3.6
                                
                                Objects and States
                                Please stand by - This may take a while
                                Objects:        8857
                                States:         7354
                                
                                *** OS-Repositories and Updates ***
                                Hit:1 http://security.debian.org buster/updates InRelease
                                Hit:2 http://ftp.debian.org/debian buster InRelease
                                Hit:3 http://ftp.debian.org/debian buster-updates InRelease
                                Hit:4 https://deb.nodesource.com/node_14.x buster 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:9000          0.0.0.0:*               LISTEN      1000       199270240  3585075/iobroker.js
                                tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1000       199270233  3585075/iobroker.js
                                tcp        0      0 0.0.0.0:5355            0.0.0.0:*               LISTEN      105        199235807  3575373/systemd-res
                                tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          30286      1/systemd
                                tcp        0      0 192.168.10.219:2000     0.0.0.0:*               LISTEN      1000       199274100  3585209/io.hm-rpc.1
                                tcp        0      0 192.168.10.219:2001     0.0.0.0:*               LISTEN      1000       199272164  3585194/io.hm-rpc.0
                                tcp        0      0 192.168.10.219:2002     0.0.0.0:*               LISTEN      1000       199274194  3585239/io.hm-rpc.2
                                tcp        0      0 192.168.10.219:8084     0.0.0.0:*               LISTEN      1000       199276621  3585359/io.socketio
                                tcp        0      0 127.0.0.53:53           0.0.0.0:*               LISTEN      105        199235813  3575373/systemd-res
                                tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN      0          199238426  3577902/master
                                tcp6       0      0 :::5355                 :::*                    LISTEN      105        199235810  3575373/systemd-res
                                tcp6       0      0 :::111                  :::*                    LISTEN      0          30288      1/systemd
                                tcp6       0      0 :::8081                 :::*                    LISTEN      1000       199270313  3585096/io.admin.0
                                tcp6       0      0 :::8082                 :::*                    LISTEN      1000       199276671  3585374/io.web.0
                                tcp6       0      0 :::22                   :::*                    LISTEN      0          30464      1/systemd
                                tcp6       0      0 ::1:25                  :::*                    LISTEN      0          199238427  3577902/master
                                udp        0      0 127.0.0.53:53           0.0.0.0:*                           105        199235812  3575373/systemd-res
                                udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          30287      1/systemd
                                udp        0      0 0.0.0.0:5355            0.0.0.0:*                           105        199235806  3575373/systemd-res
                                udp        0      0 0.0.0.0:5683            0.0.0.0:*                           1000       199273427  3585329/io.shelly.0
                                udp6       0      0 :::111                  :::*                                0          30289      1/systemd
                                udp6       0      0 :::5355                 :::*                                105        199235809  3575373/systemd-res
                                
                                *** Log File - Last 25 Lines ***
                                
                                2023-04-14 21:14:30.976  - info: modbus.1 (3589548) Disconnected from slave 192.168.10.241
                                2023-04-14 21:14:36.978  - info: modbus.1 (3589548) Connected to slave
                                2023-04-14 21:14:41.980  - warn: modbus.1 (3589548) Error: undefined
                                2023-04-14 21:14:41.981  - error: modbus.1 (3589548) Request timed out.
                                2023-04-14 21:14:41.981  - error: modbus.1 (3589548) Client in error state.
                                2023-04-14 21:14:41.981  - warn: modbus.1 (3589548) Poll error count: 9 code: {"err":"timeout","timeout":5000}
                                2023-04-14 21:14:42.981  - info: modbus.1 (3589548) Disconnected from slave 192.168.10.241
                                2023-04-14 21:14:48.982  - info: modbus.1 (3589548) Connected to slave
                                2023-04-14 21:14:49.010  - error: modbus.1 (3589548) Wrong CRC for frame: 1,4,4,49,0,2,58,8,1
                                2023-04-14 21:14:53.983  - warn: modbus.1 (3589548) Error: undefined
                                2023-04-14 21:14:53.984  - error: modbus.1 (3589548) Request timed out.
                                2023-04-14 21:14:53.984  - error: modbus.1 (3589548) Client in error state.
                                2023-04-14 21:14:53.985  - warn: modbus.1 (3589548) Poll error count: 10 code: {"err":"timeout","timeout":5000}
                                2023-04-14 21:14:54.984  - info: modbus.1 (3589548) Disconnected from slave 192.168.10.241
                                2023-04-14 21:15:00.030  - info: host.iobroker-main-master instance system.adapter.dwd.0 started with pid 3589829
                                2023-04-14 21:15:00.640  - info: dwd.0 (3589829) starting. Version 2.8.3 in /opt/iobroker/node_modules/iobroker.dwd, node: v14.21.3, js-controller: 4.0.24
                                2023-04-14 21:15:00.665  - warn: dwd.0 (3589829) No geo coordinates found in iobroker system configuration. Disable Rain Radar.
                                2023-04-14 21:15:00.986  - info: modbus.1 (3589548) Connected to slave
                                2023-04-14 21:15:01.058  - info: dwd.0 (3589829) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                2023-04-14 21:15:01.585  - info: host.iobroker-main-master instance system.adapter.dwd.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                2023-04-14 21:15:04.043  - info: host.iobroker-main-master instance system.adapter.daswetter.0 started with pid 3590135
                                2023-04-14 21:15:04.652  - info: daswetter.0 (3590135) starting. Version 3.0.1 in /opt/iobroker/node_modules/iobroker.daswetter, node: v14.21.3, js-controller: 4.0.24
                                2023-04-14 21:15:04.668  - info: daswetter.0 (3590135) Terminated (NO_ERROR): Without reason
                                2023-04-14 21:15:05.175  - info: daswetter.0 (3590135) cleaned everything up...
                                2023-04-14 21:15:05.180  - info: host.iobroker-main-master instance system.adapter.daswetter.0 terminated with code 0 (NO_ERROR)
                                
                                

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

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

                                  @helmut1963 sagte in DCM230 und SDM230-Zähler arbeiten nicht am IOBroker Modbus:

                                  ERROR - Forbidden...

                                  F5 drücken, dann geht es.

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

                                    @thomas-braun

                                    ...habs gerade gemerkt und nachgeschoben.

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

                                      @helmut1963 sagte in DCM230 und SDM230-Zähler arbeiten nicht am IOBroker Modbus:

                                      buster

                                      Ist nicht mehr aktuell, das wäre 'bullseye'.

                                      Time zone: Etc/UTC (UTC, +0000)

                                      Keine Zeitzone gesetzt.

                                      root

                                      Nicht als root herumkaspern, man verwendet einen Standarduser.

                                      nodejs v14.21.3

                                      Zwar richtig installiert, die empfohlene Version wäre allerdings v18.

                                      npm ERR! peer dep missing

                                      Dürfte sich auch mit nodejs v18 ergeben.

                                      Bring die ganzen Adapter auf Stand. Ich würde dir allerdings vom Beta-Repository abraten und stable empfehlen. Da muss man auch weniger Updates einspielen.

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

                                        @helmut1963 sagte in DCM230 und SDM230-Zähler arbeiten nicht am IOBroker Modbus:

                                        Die Einträge im Log für Instanz modbus.1 sind exact die gleichen....

                                        @helmut1963 sagte in DCM230 und SDM230-Zähler arbeiten nicht am IOBroker Modbus:

                                        nach dem Konverter hängt nur der Zähler

                                        und den hast du mal vollständig stromlos gemacht?

                                        @helmut1963 sagte in DCM230 und SDM230-Zähler arbeiten nicht am IOBroker Modbus:

                                        abwechselnd beide zum Testen) abgeschlossen mit 120 Ohm.

                                        nimm mal nur den SDM und lass den Widerstand weg.

                                        @helmut1963 sagte in DCM230 und SDM230-Zähler arbeiten nicht am IOBroker Modbus:

                                        Waveshare RS485 / TCP) Adapter mit IP

                                        den kenn ich nicht. weiss nicht was da zu konfigurieren ist.

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

                                          @homoran

                                          So Leute, an alle die mitgeholfen haben: Vielen Dank !

                                          Nach einer halb schlaflosen Nacht, den ganzen Updates und viel Herumprobiererei spricht zumindest mal der AC-Zähler auf einem Datenpunkt mit mir, Dh. der Iobroker hält nun die Verbindung und fragt in den eingestellten Abständen den Zähler ab und liefert sogar den richtigen Wert.... ("Spannung_DC-Panel" stammt noch vom Probieren, wird noch geändert...)

                                          Register.jpg

                                          Das Datenformat ist übrigens "Float (Big Endian)...

                                          Da ich keinen anderen Grund erkennen kann, bleibt als Ursache tatsächlich nur die veraltete Installation.
                                          Danke für`s Anstacheln, das Update endlich anzupacken. Liegt mir schon lange auf dem Magen.

                                          Ich denke da wird die endgültige Installation in der Backup-PV-Anlage mit den restlichen Datenpunkten schon irgendwie funktionieren. Ansonsten hört Ihr wieder von mir 😉

                                          Wen`s interessiert: https://www.qrz.com/db/DL1HJA und ein bisschen runterscrollen bis zum PV-Beitrag.

                                          Grüße, Helmut

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

                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          944
                                          Online

                                          31.9k
                                          Users

                                          80.1k
                                          Topics

                                          1.3m
                                          Posts

                                          4
                                          19
                                          951
                                          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