Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Error/Bug
    4. [gelöst] Sonoff-Adapter: updatet IP nicht nach Netz-Umzug

    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

    [gelöst] Sonoff-Adapter: updatet IP nicht nach Netz-Umzug

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

      Moin,
      ich bin dabei mein Netz aufzuteilen. Bisher waren alle Geräte im 192.168.1.0/24 Netz unterwegs.
      Nun habe ich ein weiteres Netz 192.168.30.0/24 (vlan30) hinzugefügt. Zwei sonoffs basic habe ich testweise umziehen lassen. Die beiden sonoffs funktionieren einwandfrei weiter: ich kann direkt über deren IP auf die zugreifen und hier steht auch alles richtig.

      e239540a-0e33-4858-a07c-f745b3a94992-image.png

      Auch über ioBroker und den sonoff-Adapter funktioniert alles, also alive und schalten. Aber eine Info wird nicht aktualisiert und bleibt beim alten, die IPAddress:

      69670060-07d3-42f2-9753-680a3ec8dfe4-image.png

      Kennt jemand den Grund?
      Das Netzwerk besteht aus Unifi: USG -> switch 24 -> AP-Pro

      1 Reply Last reply Reply Quote 0
      • H
        homecineplexx last edited by

        @lobomau
        hast den gesamten Datenpunkt schon mal gelöscht?

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

          @homecineplexx nein. Aber jetzt ausprobiert. Datenpunkt für IPAddress habe ich gelöscht, auch bei einem der richtig anzeigt. Bei allen kommt der Datenpunkt nicht wieder zurück wenn ich den sonoff-Adapter neustarte.
          Da habe ich wohl irgendwo anders ein Problem!? Jetzt spielt natürlich ein Script verrückt, dem der Datenpunkt fehlt.
          Aber auch error wird ausgeworfen. Vielleicht ist das eine Ursache?

          2021-03-10 08:43:11.751 - warn: javascript.0 (21611) at Immediate._onImmediate (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5555:41)
          2021-03-10 08:43:11.752 - warn: javascript.0 (21611) at processImmediate (internal/timers.js:461:21)
          2021-03-10 08:43:43.854 - info: smartcontrol.0 (11319) Trigger [BM EG Flur] Timer 'Motion', target(s) 'Licht.EG.Flur': - Turned off per 120s timer.
          2021-03-10 08:43:51.131 - info: host.ioBrokerCT stopInstance system.adapter.sonoff.0 (force=false, process=true)
          2021-03-10 08:43:51.143 - info: host.ioBrokerCT stopInstance system.adapter.sonoff.0 send kill signal
          2021-03-10 08:43:52.148 - info: host.ioBrokerCT stopInstance system.adapter.sonoff.0 killing pid 1820
          2021-03-10 08:43:52.161 - warn: sonoff.0 (1820) get state error: Connection is closed.
          2021-03-10 08:43:52.167 - warn: sonoff.0 (1820) get state error: Connection is closed.
          2021-03-10 08:43:52.170 - error: sonoff.0 (1820) Cannot check object existence of "sonoff.0.sonoff_pow_01.ENERGY_TotalStartTime": Connection is closed.
          2021-03-10 08:43:52.171 - warn: sonoff.0 (1820) Could not check object existence of state sonoff.0.sonoff_pow_01.ENERGY_TotalStartTime: Cannot check object existence of "sonoff.0.sonoff_pow_01.ENERGY_TotalStartTime": Connection is closed.
          2021-03-10 08:43:52.172 - warn: sonoff.0 (1820) get state error: Connection is closed.
          2021-03-10 08:43:52.176 - error: sonoff.0 (1820) Cannot check object existence of "sonoff.0.sonoff_pow_01.ENERGY_Total": Connection is closed.
          2021-03-10 08:43:52.177 - warn: sonoff.0 (1820) Could not check object existence of state sonoff.0.sonoff_pow_01.ENERGY_Total: Cannot check object existence of "sonoff.0.sonoff_pow_01.ENERGY_Total": Connection is closed.
          2021-03-10 08:43:52.177 - warn: sonoff.0 (1820) get state error: Connection is closed.
          2021-03-10 08:43:52.449 - info: host.ioBrokerCT instance system.adapter.sonoff.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
          2021-03-10 08:43:54.733 - info: host.ioBrokerCT instance system.adapter.sonoff.0 started with pid 1945
          2021-03-10 08:44:00.043 - warn: javascript.0 (21611) getState "sonoff.0.SHP5-WaschMa.INFO.IPAddress" not found (3)
          2021-03-10 08:44:00.045 - warn: javascript.0 (21611) at script.js.common.Tabellen.Sonoffs:469:17
          2021-03-10 08:44:00.046 - warn: javascript.0 (21611) at Object.result.each (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:800:29)
          2021-03-10 08:44:00.046 - warn: javascript.0 (21611) at writeHTML (script.js.common.Tabellen.Sonoffs:458:30)
          
          H 1 Reply Last reply Reply Quote 0
          • H
            homecineplexx @lobomau last edited by

            @lobomau said in Sonoff-Adapter: updatet IP nicht nach Umzug in anderes Netz:

            @homecineplexx nein. Aber jetzt ausprobiert. Datenpunkt für IPAddress habe ich gelöscht, auch bei einem der richtig anzeigt. Bei allen kommt der Datenpunkt nicht wieder zurück wenn ich den sonoff-Adapter neustarte.
            Da habe ich wohl irgendwo anders ein Problem!? Jetzt spielt natürlich ein Script verrückt, dem der Datenpunkt fehlt.
            Aber auch error wird ausgeworfen. Vielleicht ist das eine Ursache?

            2021-03-10 08:43:11.751 - warn: javascript.0 (21611) at Immediate._onImmediate (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5555:41)
            2021-03-10 08:43:11.752 - warn: javascript.0 (21611) at processImmediate (internal/timers.js:461:21)
            2021-03-10 08:43:43.854 - info: smartcontrol.0 (11319) Trigger [BM EG Flur] Timer 'Motion', target(s) 'Licht.EG.Flur': - Turned off per 120s timer.
            2021-03-10 08:43:51.131 - info: host.ioBrokerCT stopInstance system.adapter.sonoff.0 (force=false, process=true)
            2021-03-10 08:43:51.143 - info: host.ioBrokerCT stopInstance system.adapter.sonoff.0 send kill signal
            2021-03-10 08:43:52.148 - info: host.ioBrokerCT stopInstance system.adapter.sonoff.0 killing pid 1820
            2021-03-10 08:43:52.161 - warn: sonoff.0 (1820) get state error: Connection is closed.
            2021-03-10 08:43:52.167 - warn: sonoff.0 (1820) get state error: Connection is closed.
            2021-03-10 08:43:52.170 - error: sonoff.0 (1820) Cannot check object existence of "sonoff.0.sonoff_pow_01.ENERGY_TotalStartTime": Connection is closed.
            2021-03-10 08:43:52.171 - warn: sonoff.0 (1820) Could not check object existence of state sonoff.0.sonoff_pow_01.ENERGY_TotalStartTime: Cannot check object existence of "sonoff.0.sonoff_pow_01.ENERGY_TotalStartTime": Connection is closed.
            2021-03-10 08:43:52.172 - warn: sonoff.0 (1820) get state error: Connection is closed.
            2021-03-10 08:43:52.176 - error: sonoff.0 (1820) Cannot check object existence of "sonoff.0.sonoff_pow_01.ENERGY_Total": Connection is closed.
            2021-03-10 08:43:52.177 - warn: sonoff.0 (1820) Could not check object existence of state sonoff.0.sonoff_pow_01.ENERGY_Total: Cannot check object existence of "sonoff.0.sonoff_pow_01.ENERGY_Total": Connection is closed.
            2021-03-10 08:43:52.177 - warn: sonoff.0 (1820) get state error: Connection is closed.
            2021-03-10 08:43:52.449 - info: host.ioBrokerCT instance system.adapter.sonoff.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
            2021-03-10 08:43:54.733 - info: host.ioBrokerCT instance system.adapter.sonoff.0 started with pid 1945
            2021-03-10 08:44:00.043 - warn: javascript.0 (21611) getState "sonoff.0.SHP5-WaschMa.INFO.IPAddress" not found (3)
            2021-03-10 08:44:00.045 - warn: javascript.0 (21611) at script.js.common.Tabellen.Sonoffs:469:17
            2021-03-10 08:44:00.046 - warn: javascript.0 (21611) at Object.result.each (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:800:29)
            2021-03-10 08:44:00.046 - warn: javascript.0 (21611) at writeHTML (script.js.common.Tabellen.Sonoffs:458:30)
            

            nein, du hättest nicht den IP-Datenpunkt, sondern das ganze Device löschen sollen.
            das kommt wieder zurück!

            lobomau 1 Reply Last reply Reply Quote 0
            • lobomau
              lobomau @homecineplexx last edited by

              @homecineplexx ok, Daten kommen wieder... bis auf den Info-Ordner wo die IP drin sitzt. Ich werde mal Adapter stoppen, alle Objekte löschen und den Haken setzen bei Objektbaum erstellen:
              257b09c0-bc01-40e5-b4d0-a7adb51f12ec-image.png

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

                @lobomau said in Sonoff-Adapter: updatet IP nicht nach Umzug in anderes Netz:

                @homecineplexx ok, Daten kommen wieder... bis auf den Info-Ordner wo die IP drin sitzt. Ich werde mal Adapter stoppen, alle Objekte löschen und den Haken setzen bei Objektbaum erstellen:
                257b09c0-bc01-40e5-b4d0-a7adb51f12ec-image.png

                nein..mach einen neustart von deinem Sonoff Device
                auch der Ordner kommt wieder

                lobomau 1 Reply Last reply Reply Quote 0
                • lobomau
                  lobomau @homecineplexx last edited by

                  @homecineplexx Danke, das war ja einfach 🙂
                  Einfach gesamten Datenpunkt löschen und Gerät neustarten. Oder vielleicht hätte Gerät neustarten gereicht.

                  H 1 Reply Last reply Reply Quote 1
                  • H
                    homecineplexx @lobomau last edited by

                    @lobomau said in [gelöst] Sonoff-Adapter: updatet IP nicht nach Netz-Umzug:

                    @homecineplexx Danke, das war ja einfach 🙂
                    Einfach gesamten Datenpunkt löschen und Gerät neustarten. Oder vielleicht hätte Gerät neustarten gereicht.

                    Device Neustart und zuvor den gesamten Datenpunkt löschen...das hilft

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

                    Support us

                    ioBroker
                    Community Adapters
                    Donate

                    821
                    Online

                    31.9k
                    Users

                    80.1k
                    Topics

                    1.3m
                    Posts

                    ip adresse sonoff unifi
                    2
                    8
                    324
                    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