Skip to content
  • 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
Logo
  1. ioBroker Community Home
  2. Deutsch
  3. Tester
  4. ioBroker App 2023 [Android & iOS] - jetzt erhältlich

NEWS

  • Wartung am 15.11. – Forum ab 22:00 Uhr nicht erreichbar
    BluefoxB
    Bluefox
    11
    2
    214

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    7.9k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.7k

ioBroker App 2023 [Android & iOS] - jetzt erhältlich

ioBroker App 2023 [Android & iOS] - jetzt erhältlich

Scheduled Pinned Locked Moved Tester
appiobroker visujarvislovelacematerialvis
938 Posts 103 Posters 286.6k Views 88 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.
  • M Offline
    M Offline
    manuel35i
    wrote on last edited by
    #532

    Guten Morgen.
    Ich hätte 2 Anregungen und zwar,
    wäre es denn möglich das die App automatisch die Wireguard VPN Verbindung öffnet sobald man nicht im Heimnetzwerk ist?
    Es wäre auch noch schön wenn beim laden des VIS nicht diese obligatorischen 10 Sekunden ablaufen würden bevor er das VIS Ladet.

    Ansonsten eine echt tolle App. Ach ja mein System ist Android somit beziehen sich meine Anregungen auf dieses System.

    1 Reply Last reply
    2
    • foxriver76F foxriver76

      Hallo zusammen,

      ich wünsche euch einen schönen Start ins Wochenende.

      Es gibt ab sofort eine neue App für iOS & Android, diese ist als eigenständige App auf beiden Plattformen unter ioBroker Visu im Store zu finden.

      icon.png

      Für die Android App haben wir schon einige Testiterationen hinter uns gebracht in https://forum.iobroker.net/topic/63026/iobroker-android-app-2023/202 - vielen lieben Dank an alle Tester. Die iOS App ist zwar inhaltlich zu großen Teilen identisch, allerdings kann es durchaus sein, dass sich im Detail das Verhalten unterscheidet. Hier bin ich auf euer Feedback angewiesen.

      Überblick der Funktionen:

      Settings

      Local

      • Host IP:PORT: Specify the local vis url + port e.g. 192.168.144.4:8082 (you can also add https:// prefix here)
      • Username: Local username if specified login is performed
      • Password: Password to corresponding username

      External

      • Type: Choose how you want to connect if outside of given WLAN SSIDs, if you choose url, you can provide same information as
        under Local
      • Username: The ioBroker Pro username, often an E-Mail address, if given, the App connects to the Pro Cloud if not
        connected with a SSID listed under General
      • Password: The corresponding password
      • WLAN SSIDs: allows to set Wi-Fi SSID (comma-separated), if the current connected SSID is equal to one listed here, we use the local vis

      General

      • Application: choose between vis, material and other adapters, just changes the uri of the WebView
      • Project: Value will be added behind url:port/vis/index.html# (only for vis)
      • Instance ID: used to e.g. change vis views or detect active views on device via vis.0.control
        (it will be synchronized to vis.0 if at least one sync option is active)

      Functionalities & Appearance

      • Multi-Project Support: You can set up multiple projects (current limit is 2), these can be launched via Quick Actions.
        Starting the App without Quick Action will always launch the default project. When a specific project is launched,
        the app cannot change to another project until restarted. Long press on the app icon to launch a Quick Action.
      • Allow Zoom: If false, Zoom is deactivated in the WebView
      • Allow Scrolling: If false, Scrolling is deactivated in the WebView
      • Send battery to vis.0: If true, battery level and state are sent to vis.0 via JS injection using servConn
      • Keep display awake: If true, screen will never go to sleep on WebView
      • Status Bar Active: If true, the status bar is shown
      • Light Status Bar Text: If true, white color is used for status bar text
      • Status bar color: Specify the color of the status bar as css color property
      • Orientation: Force orientation of screen
      • Zoom (Portrait): Initial Zoom for Portrait mode (0 - 5)
      • Zoom (Landscape): Initial Zoom for Landscape mode (0 - 5)
      • Reload on orientation change: should be activated if problems on orientation change occur
      • Show Pro Logo: If true, a pro logo will be used in the upper right corner to indicate a pro connection
      • Auto Zoom: Sets width=device-width to meta.content
      • Force Fullscreen: Sets viewport-fit=cover to meta.content
      • Location to vis.0: The Location object will be sent to vis
      • Synchronize Brightness to vis.0: The brightness of the device will be set in vis.0 changing the state will change the brightness (only works with vis)
      • Device name: Device name used for states in vis.0
      • Show Navigation Bar (Android only) if true, the Navigation bar is permanently shown, else immersive
      • Dim after seconds: Dim display after x seconds of inactivity (no tap) set 0 to disable
      • Dim to level: Value in % to dim to if Dim after seconds triggers. On next tap, it is dimmed up to previous value
      • Reload if app gets active: Forces a hard reload if app goes from background to foreground (default: true on iOS, false on Android)
      • URL Postfix: this text will be appended to the URL, e.g. to specify a start view #customStartView
      • Back to start page after X seconds: The app navigates back to the start page after X seconds of inactivity (0 to disable)
      • Protect app start: The first app start will be protected by devices biometric authentication (affects all projects)
      • Protect settings: Every call to settings will be protected by devices biometric authentication (affects all projects)

      Known behaviors

      • Settings can be opened via a triple tap (3 fingers touching the screen at the same time)
      • Force reload via 2 finger double tap on screen on Android and Pull to refresh on iOS (on Android the Component is remounted)
      • Status bar settings are also applied to the settings screen, but only after changing to runtime and back or reopening app
      • Reconnection Handling for vis: It is known, that vis has problems reconnecting to the socket, thus the App detects
        socket disconnection of vis and if it is not reconnected after 30 seconds, it will reload the page
      • If on page load an error occurs, a popup is shown where you can reload or go to settings
      • If app goes from background to foreground, the NavBar on Android is ensured to be in the right state and for
        vis and material a socket reconnect is triggered, to avoid 10 seconds timeout screen (android detects background more than 1 second as being in background)
      • If the "Keep screen awake" functionality is deactivated via vis, you should not change the view afterwards, else it is activated again
      • Whenever the user is not in a Wi-Fi and using a VPN and has an external connection configured, he can decide if he wants to access local url or external

      Wermutstropfen: Bzgl. der VPN Option, welche in der vorherigen iOS App besteht, ist aktuell aufgrund von technischen Limitationen keine Option geplant, insgeheim hoffe ich hier, dass Apple mal in die Pötte kommt und VPN Steuerung per Automation zulässt. Wer darauf angewiesen ist, ist für mobile Zwecke mit der aktuellen App evtl. besser beraten, ansonsten bietet sich von unterwegs natürlich der Pro Zugang an.

      Issues und Feature Requests bitte hier anlegen.

      Ich freue mich auf euer Feedback.

      beste Grüße

      fox

      svenomattS Offline
      svenomattS Offline
      svenomatt
      wrote on last edited by
      #533

      @foxriver76

      Moin, würde gerne die App auch ausprobieren, benutze aktuell ein Huawei Madpad 10 ohne Google play store ist es möglich die apk als Download anzubieten.

      Gruß Sven

      svenomattS 1 Reply Last reply
      0
      • X Xilence2Play

        Hallo zusammen,

        ich habe da auch ein Problem mit der neuen IOS App "ioBroker-Visu". Sobald ich im Web.0 Adapter die Authentication aktiviere und die Zugangsdaten in der App hinterlege bekomme ich nur noch einen weißen Screen.
        Dies gilt auch wenn ich den Admin Benutzer eintrage.

        Im Browser (Am iPhone) läufts. Ohne Authentication in der neuen App auch.
        IOBroker, Adapter sind aktuell.
        "Alte" IOBroker App läuft mit aktiver Authentication.
        Habe auch schon ein neues Projekt erstellt, selbiges Ergebnis.

        Jemand schon gehabt? Ideen?

        Vielen Dank!

        X Offline
        X Offline
        Xilence2Play
        wrote on last edited by
        #534

        Ich sollte evtl noch erwähnen dass ich Lets Encrypt mit HAproxy benutze.

        1 Reply Last reply
        0
        • svenomattS svenomatt

          @foxriver76

          Moin, würde gerne die App auch ausprobieren, benutze aktuell ein Huawei Madpad 10 ohne Google play store ist es möglich die apk als Download anzubieten.

          Gruß Sven

          svenomattS Offline
          svenomattS Offline
          svenomatt
          wrote on last edited by
          #535

          @svenomatt sagte in ioBroker App 2023 [Android & iOS] - jetzt erhältlich:

          @foxriver76

          Moin, würde gerne die App auch ausprobieren, benutze aktuell ein Huawei Madpad 10 ohne Google play store ist es möglich die apk als Download anzubieten.

          Gruß Sven

          Hallo ich habe die App (apk) nun über einen Alternativstore herunterladen können. Leider bleibt die app ab dem Logo iobroker hängen. Auf einem anderen Tablet mit Android bzw. Playstore lief die App (mit der gleichen apk). Werden noch andere apk
          aufgrund von Abhängigkeit benötigt.

          Auf dem Huawei matepad t10s in harmonyOs drauf

          1 Reply Last reply
          0
          • JoJo58J Offline
            JoJo58J Offline
            JoJo58
            wrote on last edited by
            #536

            Guten Morgen,

            ich nutze auf meinem iPad auch die neue IoBroker Visu App und es läuft auch. Ich finde auch die Bedienung und Reaktionen über die App sind sehr schnell. Auch verschiedene Charts werden sofort angezeigt. Finde die App also echt gut 👍
            Mein Problem ist die Verbindung über den Pro Account. Wie auch schon vorher im Thread geschrieben wurde, werden darüber die Material-Design-Widgets nicht angezeigt. Und davon habe ich einige...
            Nutze ich die App im lokalen Netzt, oder über Wireguard-VPN ist alles super. Es wäre aber schöner und einfacher wenn es auch ohne VPN gehen würde, daher meine Frage: Wird das Problem noch behoben, oder muss ich mich einfach an VPN gewöhnen?

            Gruß Johannes

            Intel NUC i7 64GB 1TB SSD - Proxmox - Raspi 4 8GB 500 GB SSD - Raspi 4 4GB 500GB SSD - Qnap 16TB - CCU3 - Fritz 6591 Cable - Green Cell USV 1500VA
            Sonoff CC2652P - HUE Bridge - Broadlink RM4 pro u. RM3 mini - 5 x Echo - 1 x Samsung STab 8 - 54 x HM und HMIP - 32 x Zigbee - 2 x Shelly 3EM.
            Einfach ein tolles Hobby :-)

            1 Reply Last reply
            0
            • foxriver76F Offline
              foxriver76F Offline
              foxriver76
              Developer
              wrote on last edited by
              #537

              Neue App Version 1.0.21 ist auf dem Weg:

              • Android: Sicherheitsproblem in Webview behoben
              • externe Links werden nun im Browser geöffnet (https://github.com/foxriver76/ioBroker-Visu-App/issues/15)
              foxriver76 created this issue in foxriver76/ioBroker-Visu-App

              closed [FEATURE] Open target `_blank` links in browser #15

              Videotutorials & mehr

              Hier könnt ihr mich unterstützen.

              1 Reply Last reply
              2
              • foxriver76F Offline
                foxriver76F Offline
                foxriver76
                Developer
                wrote on last edited by
                #538

                Leider lässt mich Google keine App mehr veröffentlichen, welche untrusted SSL Zertifikate zulässt, somit wird leider lokal https nicht mehr funktionieren. Apple hat da bislang nichts gegen gesagt, da sollte es weiterhin gehen.

                Habe sehr viel Zeit da rein gesteckt, das irgendwie so zu bauen, dass es Ihnen passt - allerdings keine Chance leider.

                Videotutorials & mehr

                Hier könnt ihr mich unterstützen.

                JB_SullivanJ 1 Reply Last reply
                2
                • foxriver76F foxriver76

                  Leider lässt mich Google keine App mehr veröffentlichen, welche untrusted SSL Zertifikate zulässt, somit wird leider lokal https nicht mehr funktionieren. Apple hat da bislang nichts gegen gesagt, da sollte es weiterhin gehen.

                  Habe sehr viel Zeit da rein gesteckt, das irgendwie so zu bauen, dass es Ihnen passt - allerdings keine Chance leider.

                  JB_SullivanJ Offline
                  JB_SullivanJ Offline
                  JB_Sullivan
                  wrote on last edited by
                  #539

                  @foxriver76 Besteht die Möglichkeit den Landing Screen "Conneting to Server / Loading values" farblich den Systemeinstellungen des Smartphone anzupassen?

                  Derzeit ist er ja immer grell weiß, was gerade bei schwachem Umgebungslicht, dem Blick in eine Taschenlampe gleich kommt - das ist leider nicht sehr Augenfreundlich.

                  Wäre schön, wenn er auch die (dunklen) Systemeinstellungen des Smartphone annehmen könnte.

                  ioBroker auf Intel Core i3-5005U NUC und Windwos10 Pro

                  MichaelScM A 2 Replies Last reply
                  0
                  • S Offline
                    S Offline
                    Spawnsen
                    wrote on last edited by
                    #540

                    Servus,

                    erstmal großen Dank an @foxriver76 für die tolle Arbeit. 🤙

                    Ich habe mit der VIS2-beta ein Problem, das ich vom internen Netzwerk ohne Probleme zugreifen kann, allerdings via iobroker.pro nicht.
                    Wenn ich die Einstellungen auf VIS1 änder, klappt es auch von extern, mit VIS2-beta leider nicht.

                    Zuerst erscheint das IoBroker Ladebild und dann kommt der Ladescreen wo am oberen Rand der blaue Balken wandert....
                    Bei dem Bild mit dem blauen Ladebalken bleibt es dann auch. Im Log erscheint folgendes:

                    cloud.0 // 2023-08-04 10:07:29.088 // error // Admin instance not defined. Please specify the lovelace instance in settings
                    cloud.0 // 2023-08-04 10:07:26.355 // info // User accessed from cloud: xxxxxxxxxxxxxxxxx
                    

                    Jemand eine Idee, wo ich noch weiter nach dem Fehler suchen kann? Bin aktuell Fraglos 🙄

                    sigi234S foxriver76F 2 Replies Last reply
                    0
                    • S Spawnsen

                      Servus,

                      erstmal großen Dank an @foxriver76 für die tolle Arbeit. 🤙

                      Ich habe mit der VIS2-beta ein Problem, das ich vom internen Netzwerk ohne Probleme zugreifen kann, allerdings via iobroker.pro nicht.
                      Wenn ich die Einstellungen auf VIS1 änder, klappt es auch von extern, mit VIS2-beta leider nicht.

                      Zuerst erscheint das IoBroker Ladebild und dann kommt der Ladescreen wo am oberen Rand der blaue Balken wandert....
                      Bei dem Bild mit dem blauen Ladebalken bleibt es dann auch. Im Log erscheint folgendes:

                      cloud.0 // 2023-08-04 10:07:29.088 // error // Admin instance not defined. Please specify the lovelace instance in settings
                      cloud.0 // 2023-08-04 10:07:26.355 // info // User accessed from cloud: xxxxxxxxxxxxxxxxx
                      

                      Jemand eine Idee, wo ich noch weiter nach dem Fehler suchen kann? Bin aktuell Fraglos 🙄

                      sigi234S Offline
                      sigi234S Offline
                      sigi234
                      Forum Testing Most Active
                      wrote on last edited by
                      #541

                      @spawnsen
                      Vis2 ist noch Beta, und muss erst wenn sie stable ist in die Cloud integriert werden.

                      Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                      Immer Daten sichern!

                      bahnuhrB 1 Reply Last reply
                      0
                      • sigi234S sigi234

                        @spawnsen
                        Vis2 ist noch Beta, und muss erst wenn sie stable ist in die Cloud integriert werden.

                        bahnuhrB Offline
                        bahnuhrB Offline
                        bahnuhr
                        Forum Testing Most Active
                        wrote on last edited by
                        #542

                        @sigi234 sagte in ioBroker App 2023 [Android & iOS] - jetzt erhältlich:

                        Vis2 ist noch Beta

                        ist schon beta?
                        Ich dachte noch alpha


                        Wenn ich helfen konnte, dann Daumen hoch (Pfeil nach oben)!
                        Danke.
                        gute Forenbeiträge: https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge
                        ScreenToGif :https://www.screentogif.com/downloads.html

                        1 Reply Last reply
                        0
                        • JB_SullivanJ JB_Sullivan

                          @foxriver76 Besteht die Möglichkeit den Landing Screen "Conneting to Server / Loading values" farblich den Systemeinstellungen des Smartphone anzupassen?

                          Derzeit ist er ja immer grell weiß, was gerade bei schwachem Umgebungslicht, dem Blick in eine Taschenlampe gleich kommt - das ist leider nicht sehr Augenfreundlich.

                          Wäre schön, wenn er auch die (dunklen) Systemeinstellungen des Smartphone annehmen könnte.

                          MichaelScM Offline
                          MichaelScM Offline
                          MichaelSc
                          wrote on last edited by MichaelSc
                          #543

                          @jb_sullivan said in ioBroker App 2023 [Android & iOS] - jetzt erhältlich:

                          Besteht die Möglichkeit den Landing Screen "Conneting to Server / Loading values" farblich den Systemeinstellungen des Smartphone anzupassen?

                          @jb_sullivan @foxriver76 : Das ist auch bei uns seeeehr störend, auf allen Geräten, auch auf den sechst Kiosk-iPads an der Wand - diese "grelle Taschenlampe" ist unschön. Am liebsten wäre es, wenn man einen Farbparameter irgendwo in den Projekteinstellungen mitgeben könnte.

                          iOBroker (and the other stuff) on a Proxmox Installation on an Intel NUC10.
                          IoT: Discarded Zigbee-System and all the hardware related to Zigbee; replaced with HomeMatic IP - very reliable.

                          foxriver76F 1 Reply Last reply
                          0
                          • MichaelScM MichaelSc

                            @jb_sullivan said in ioBroker App 2023 [Android & iOS] - jetzt erhältlich:

                            Besteht die Möglichkeit den Landing Screen "Conneting to Server / Loading values" farblich den Systemeinstellungen des Smartphone anzupassen?

                            @jb_sullivan @foxriver76 : Das ist auch bei uns seeeehr störend, auf allen Geräten, auch auf den sechst Kiosk-iPads an der Wand - diese "grelle Taschenlampe" ist unschön. Am liebsten wäre es, wenn man einen Farbparameter irgendwo in den Projekteinstellungen mitgeben könnte.

                            foxriver76F Offline
                            foxriver76F Offline
                            foxriver76
                            Developer
                            wrote on last edited by
                            #544

                            @michaelsc ja gerne issue für vis machen, glaube existiert schon - sehe ich eher dort.

                            Videotutorials & mehr

                            Hier könnt ihr mich unterstützen.

                            1 Reply Last reply
                            0
                            • S Spawnsen

                              Servus,

                              erstmal großen Dank an @foxriver76 für die tolle Arbeit. 🤙

                              Ich habe mit der VIS2-beta ein Problem, das ich vom internen Netzwerk ohne Probleme zugreifen kann, allerdings via iobroker.pro nicht.
                              Wenn ich die Einstellungen auf VIS1 änder, klappt es auch von extern, mit VIS2-beta leider nicht.

                              Zuerst erscheint das IoBroker Ladebild und dann kommt der Ladescreen wo am oberen Rand der blaue Balken wandert....
                              Bei dem Bild mit dem blauen Ladebalken bleibt es dann auch. Im Log erscheint folgendes:

                              cloud.0 // 2023-08-04 10:07:29.088 // error // Admin instance not defined. Please specify the lovelace instance in settings
                              cloud.0 // 2023-08-04 10:07:26.355 // info // User accessed from cloud: xxxxxxxxxxxxxxxxx
                              

                              Jemand eine Idee, wo ich noch weiter nach dem Fehler suchen kann? Bin aktuell Fraglos 🙄

                              foxriver76F Offline
                              foxriver76F Offline
                              foxriver76
                              Developer
                              wrote on last edited by
                              #545

                              @spawnsen Kannst du auf pro vis-2-beta auswählen? Ansonsten kann die app da auch nicht drauf zugreifen, fehlt vermutlich noch in der pro cloud

                              Videotutorials & mehr

                              Hier könnt ihr mich unterstützen.

                              S 1 Reply Last reply
                              0
                              • foxriver76F foxriver76

                                @spawnsen Kannst du auf pro vis-2-beta auswählen? Ansonsten kann die app da auch nicht drauf zugreifen, fehlt vermutlich noch in der pro cloud

                                S Offline
                                S Offline
                                Spawnsen
                                wrote on last edited by
                                #546

                                @foxriver76 Ich kann die VIS2 Editor Instanz per Cloud aufrufen... Die VIS2 Runtime lädt darüber allerdings auch nicht.
                                7b6422a7-5706-4eb8-9d62-8f7adadb8a61-image.png

                                Ich habe mal die Runtime lokal und per cloud geöffnet. In der Konsole erscheint in der Cloud eine 404 Fehlermeldung...
                                bc5af2f7-11fa-4f82-aed9-ccfbfd19a7e0-image.png
                                Diese Datei lässt sich lokal problemlos öffnen und in der Cloud nicht. Eventuell liegt es also an der Cloud und gar nicht an der App.

                                1 Reply Last reply
                                0
                                • GarganoG Offline
                                  GarganoG Offline
                                  Gargano
                                  wrote on last edited by
                                  #547

                                  Funktioniert eigentlich die neue App mit der Net-Cloud ?
                                  Ich habe nur die beiden Einstellungen Pro und Url gesehen.
                                  Url mit den Einstellungen z.B.: https://iobroker.net/vis/index.html#aHome geht nicht. (Funktioniert unter Chrome)
                                  Da wird die Meldung angezeigt : Anmeldedaten nicht korrekt

                                  Ansonsten ein großer Schritt, meine Anerkennung zu der neuen App.
                                  Lädt viel schneller als die alte App.

                                  HomoranH 1 Reply Last reply
                                  0
                                  • GarganoG Gargano

                                    Funktioniert eigentlich die neue App mit der Net-Cloud ?
                                    Ich habe nur die beiden Einstellungen Pro und Url gesehen.
                                    Url mit den Einstellungen z.B.: https://iobroker.net/vis/index.html#aHome geht nicht. (Funktioniert unter Chrome)
                                    Da wird die Meldung angezeigt : Anmeldedaten nicht korrekt

                                    Ansonsten ein großer Schritt, meine Anerkennung zu der neuen App.
                                    Lädt viel schneller als die alte App.

                                    HomoranH Offline
                                    HomoranH Offline
                                    Homoran
                                    Global Moderator Administrators
                                    wrote on last edited by
                                    #548

                                    @gargano was ist die net-cloud?

                                    kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                                    Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                                    der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                    GarganoG 1 Reply Last reply
                                    0
                                    • HomoranH Homoran

                                      @gargano was ist die net-cloud?

                                      GarganoG Offline
                                      GarganoG Offline
                                      Gargano
                                      wrote on last edited by
                                      #549

                                      @homoran Die kostenlose cloud

                                      HomoranH 1 Reply Last reply
                                      0
                                      • GarganoG Gargano

                                        @homoran Die kostenlose cloud

                                        HomoranH Offline
                                        HomoranH Offline
                                        Homoran
                                        Global Moderator Administrators
                                        wrote on last edited by
                                        #550

                                        @gargano hast du die Zugangsdaten eingetragen?

                                        iobroker vis App bedingte allerdings einen iobroker.pro account

                                        kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                                        Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                                        der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                        GarganoG 1 Reply Last reply
                                        0
                                        • HomoranH Homoran

                                          @gargano hast du die Zugangsdaten eingetragen?

                                          iobroker vis App bedingte allerdings einen iobroker.pro account

                                          GarganoG Offline
                                          GarganoG Offline
                                          Gargano
                                          wrote on last edited by
                                          #551

                                          @homoran Ich habe ja keinen Pro Account, nur einen (kostenlosen) Net Account. Bis jetzt habe ich über den Browser (Chrome) gemacht.
                                          Brauche ich ja nur im Urlaub. Deshalb meine Frage, ob das mit der neuen App jetzt auch mit der kostenlosen Net-Cloud geht.
                                          Falls nicht, ist auch nicht weiter tragisch.

                                          HomoranH DJMarc75D M 3 Replies 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

                                          65

                                          Online

                                          32.4k

                                          Users

                                          81.3k

                                          Topics

                                          1.3m

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

                                          • Don't have an account? Register

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