Skip to content
  • Home
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. pivccu ip ändern

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    16
    1
    309

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    17
    1
    4.7k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.3k

pivccu ip ändern

Scheduled Pinned Locked Moved ioBroker Allgemein
32 Posts 3 Posters 764 Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • fabian k 0F Offline
    fabian k 0F Offline
    fabian k 0
    wrote on last edited by Homoran
    #16

    Beim auslesen zeigt er mir eth0 an

    pi@tinkerboard:~$ sudo ip link show | cut -d' ' -f2 | cut -d: -f1 | grep -e '^e.                                                                             *'
    eth0
    pi@tinkerboard:~$
    

    MOD-EDIT: Code in code-tags gesetzt!

    HomoranH 1 Reply Last reply
    0
    • fabian k 0F fabian k 0

      Beim auslesen zeigt er mir eth0 an

      pi@tinkerboard:~$ sudo ip link show | cut -d' ' -f2 | cut -d: -f1 | grep -e '^e.                                                                             *'
      eth0
      pi@tinkerboard:~$
      

      MOD-EDIT: Code in code-tags gesetzt!

      HomoranH Do not disturb
      HomoranH Do not disturb
      Homoran
      Global Moderator Administrators
      wrote on last edited by
      #17

      @fabian-k-0 bitte auch die Ausgabe des Befehls von @Thomas-Braun
      diesmal in code-tags

      kein Support per PN! - Fragen im Forum stellen -
      Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
      Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton im Header. Danke!
      der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

      1 Reply Last reply
      0
      • fabian k 0F Offline
        fabian k 0F Offline
        fabian k 0
        wrote on last edited by
        #18
        root@tinkerboard:~# ifconfig
        eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
                inet 192.168.199.2  netmask 255.255.255.0  broadcast 192.168.199.255
                inet6 2003:c0:470f:6f00:da8d:e395:4607:6c70  prefixlen 64  scopeid 0x0<global>
                inet6 fe80::6e47:e5df:b33f:47b3  prefixlen 64  scopeid 0x20<link>
                ether 0c:9d:92:0c:7e:e1  txqueuelen 1000  (Ethernet)
                RX packets 19085  bytes 3415577 (3.2 MiB)
                RX errors 0  dropped 1860  overruns 0  frame 0
                TX packets 20882  bytes 5191395 (4.9 MiB)
                TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
                device interrupt 81
        
        lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
                inet 127.0.0.1  netmask 255.0.0.0
                loop  txqueuelen 1000  (Local Loopback)
                RX packets 637169  bytes 282007454 (268.9 MiB)
                RX errors 0  dropped 0  overruns 0  frame 0
                TX packets 637169  bytes 282007454 (268.9 MiB)
                TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
        
        lxcbr0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
                inet 10.0.3.1  netmask 255.255.255.0  broadcast 10.0.3.255
                ether 00:16:3e:00:00:00  txqueuelen 1000  (Ethernet)
                RX packets 0  bytes 0 (0.0 B)
                RX errors 0  dropped 0  overruns 0  frame 0
                TX packets 0  bytes 0 (0.0 B)
                TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
        
        vethpivccu: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
                ether fe:8e:b8:1c:4e:de  txqueuelen 1000  (Ethernet)
                RX packets 566  bytes 190191 (185.7 KiB)
                RX errors 0  dropped 0  overruns 0  frame 0
                TX packets 0  bytes 0 (0.0 B)
                TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
        
        wlan0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
                ether 80:c5:f2:fe:52:c7  txqueuelen 1000  (Ethernet)
                RX packets 0  bytes 0 (0.0 B)
                RX errors 0  dropped 0  overruns 0  frame 0
                TX packets 0  bytes 0 (0.0 B)
                TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
        
        root@tinkerboard:~#
        
        1 Reply Last reply
        0
        • fabian k 0F Offline
          fabian k 0F Offline
          fabian k 0
          wrote on last edited by
          #19
          root@tinkerboard:~# sudo ip link show | cut -d' ' -f2 | cut -d: -f1 | grep -e '^e.*'
          eth0
          

          für ifconfig musste ich in root.

          HomoranH 1 Reply Last reply
          0
          • fabian k 0F fabian k 0
            root@tinkerboard:~# sudo ip link show | cut -d' ' -f2 | cut -d: -f1 | grep -e '^e.*'
            eth0
            

            für ifconfig musste ich in root.

            HomoranH Do not disturb
            HomoranH Do not disturb
            Homoran
            Global Moderator Administrators
            wrote on last edited by
            #20

            @fabian-k-0 sagte in pivccu ip ändern:

            für ifconfig musste ich in root.

            nein, sudo hätte gereicht.

            kein Support per PN! - Fragen im Forum stellen -
            Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
            Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton im Header. Danke!
            der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

            1 Reply Last reply
            0
            • fabian k 0F Offline
              fabian k 0F Offline
              fabian k 0
              wrote on last edited by
              #21

              @Homoran ah okay. gut zu wissen.
              Kannst du anhand der codes den Fehler erkennen?

              HomoranH 1 Reply Last reply
              0
              • fabian k 0F fabian k 0

                @Homoran ah okay. gut zu wissen.
                Kannst du anhand der codes den Fehler erkennen?

                HomoranH Do not disturb
                HomoranH Do not disturb
                Homoran
                Global Moderator Administrators
                wrote on last edited by
                #22

                @fabian-k-0 sagte in pivccu ip ändern:

                Kannst du anhand der codes den Fehler erkennen?

                nein, kenne mich damit nicht aus.
                allerd7ngs sehe ich außer bei eth0 keine IP-Adressen

                kein Support per PN! - Fragen im Forum stellen -
                Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton im Header. Danke!
                der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                1 Reply Last reply
                0
                • fabian k 0F Offline
                  fabian k 0F Offline
                  fabian k 0
                  wrote on last edited by
                  #23

                  @Homoran stimmt nur in eth0 steht eine ip.
                  @Thomas-Braun kannst du mir vielleicht helfen?

                  Thomas BraunT 1 Reply Last reply
                  0
                  • fabian k 0F fabian k 0

                    @Homoran stimmt nur in eth0 steht eine ip.
                    @Thomas-Braun kannst du mir vielleicht helfen?

                    Thomas BraunT Online
                    Thomas BraunT Online
                    Thomas Braun
                    Most Active
                    wrote on last edited by Thomas Braun
                    #24

                    @fabian-k-0

                    eth0 ist das Standardinterface.
                    Was da noch warum mit virtuellen Interfaces gezaubert wird weiß ich nicht. Musst du dich bei piVCCU einlesen, das kommt wohl von dort.

                    Aber ich kann dir noch sagen, das man nie als root herumhampelt.

                    Linux-Werkzeugkasten:
                    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                    NodeJS Fixer Skript:
                    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                    HomoranH 1 Reply Last reply
                    0
                    • Thomas BraunT Thomas Braun

                      @fabian-k-0

                      eth0 ist das Standardinterface.
                      Was da noch warum mit virtuellen Interfaces gezaubert wird weiß ich nicht. Musst du dich bei piVCCU einlesen, das kommt wohl von dort.

                      Aber ich kann dir noch sagen, das man nie als root herumhampelt.

                      HomoranH Do not disturb
                      HomoranH Do not disturb
                      Homoran
                      Global Moderator Administrators
                      wrote on last edited by
                      #25

                      @thomas-braun sagte in pivccu ip ändern:

                      Was da noch warum mit virtuellen Interfaces gezaubert wird weiß ich nicht.

                      piVCCU läuft im Container um dort das Homematic Betriebssystem laufen zu lassen

                      kein Support per PN! - Fragen im Forum stellen -
                      Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                      Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton im Header. Danke!
                      der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                      1 Reply Last reply
                      0
                      • fabian k 0F Offline
                        fabian k 0F Offline
                        fabian k 0
                        wrote on last edited by
                        #26

                        @Thomas-Braun alles klar. Ist für die zukunft gemerkt ;)

                        1 Reply Last reply
                        0
                        • fabian k 0F Offline
                          fabian k 0F Offline
                          fabian k 0
                          wrote on last edited by
                          #27

                          Hat jemand noch eine Idee, wie ich mein Problem lösen kann ?

                          HomoranH 1 Reply Last reply
                          0
                          • fabian k 0F fabian k 0

                            Hat jemand noch eine Idee, wie ich mein Problem lösen kann ?

                            HomoranH Do not disturb
                            HomoranH Do not disturb
                            Homoran
                            Global Moderator Administrators
                            wrote on last edited by
                            #28

                            @fabian-k-0 sagte in pivccu ip ändern:

                            Hat jemand noch eine Idee, wie ich mein Problem lösen kann ?

                            neu installieren!
                            ohne root

                            kein Support per PN! - Fragen im Forum stellen -
                            Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                            Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton im Header. Danke!
                            der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                            1 Reply Last reply
                            0
                            • fabian k 0F Offline
                              fabian k 0F Offline
                              fabian k 0
                              wrote on last edited by
                              #29

                              @Homoran alles klar, ich installiere es neu.
                              Wie bekomme ich das alte pivccu deinstalliert?

                              HomoranH 1 Reply Last reply
                              0
                              • fabian k 0F fabian k 0

                                @Homoran alles klar, ich installiere es neu.
                                Wie bekomme ich das alte pivccu deinstalliert?

                                HomoranH Do not disturb
                                HomoranH Do not disturb
                                Homoran
                                Global Moderator Administrators
                                wrote on last edited by Homoran
                                #30

                                @fabian-k-0 ich würde eine komplette Neuinstallation machen
                                Armbian - piVCCU - ioBroker

                                hast du das berücksichtigt?

                                Asus Tinkerboard running Armbian with Mainline kernel

                                kein Support per PN! - Fragen im Forum stellen -
                                Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                                Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton im Header. Danke!
                                der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                1 Reply Last reply
                                0
                                • fabian k 0F Offline
                                  fabian k 0F Offline
                                  fabian k 0
                                  wrote on last edited by
                                  #31

                                  @Homoran ja Armibian war mit Mainline Kernel.
                                  Kann mir einer vielleicht eine Anleitung mit der Reihenfolge schreiben?
                                  Vielen Dank für die Mühe.

                                  HomoranH 1 Reply Last reply
                                  0
                                  • fabian k 0F fabian k 0

                                    @Homoran ja Armibian war mit Mainline Kernel.
                                    Kann mir einer vielleicht eine Anleitung mit der Reihenfolge schreiben?
                                    Vielen Dank für die Mühe.

                                    HomoranH Do not disturb
                                    HomoranH Do not disturb
                                    Homoran
                                    Global Moderator Administrators
                                    wrote on last edited by
                                    #32

                                    @fabian-k-0 sagte in pivccu ip ändern:

                                    Kann mir einer vielleicht eine Anleitung mit der Reihenfolge schreiben?

                                    das hat Alex doch wirklich gut beschrieben!
                                    https://github.com/alexreinert/piVCCU/blob/master/docs/setup/armbian.md

                                    kein Support per PN! - Fragen im Forum stellen -
                                    Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                                    Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton im Header. Danke!
                                    der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                    1 Reply Last reply
                                    0
                                    Reply
                                    • Reply as topic
                                    Log in to reply
                                    • Oldest to Newest
                                    • Newest to Oldest
                                    • Most Votes


                                    Support us

                                    ioBroker
                                    Community Adapters
                                    Donate
                                    FAQ Cloud / IOT
                                    HowTo: Node.js-Update
                                    HowTo: Backup/Restore
                                    Downloads
                                    BLOG

                                    583

                                    Online

                                    32.7k

                                    Users

                                    82.5k

                                    Topics

                                    1.3m

                                    Posts
                                    Community
                                    Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                    ioBroker Community 2014-2025
                                    logo
                                    • Login

                                    • Don't have an account? Register

                                    • Login or register to search.
                                    • First post
                                      Last post
                                    0
                                    • Home
                                    • Recent
                                    • Tags
                                    • Unread 0
                                    • Categories
                                    • Unreplied
                                    • Popular
                                    • GitHub
                                    • Docu
                                    • Hilfe