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

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

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

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.0k

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.7k 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.
  • 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

    sigi234S Online
    sigi234S Online
    sigi234
    Forum Testing Most Active
    wrote on last edited by
    #2

    @foxriver76

    Wirklich eine Tolle Arbeit! 👍

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

    1 Reply Last reply
    0
    • 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

      lobomauL Offline
      lobomauL Offline
      lobomau
      wrote on last edited by
      #3

      @foxriver76 im Android play store finde ich kein ioBroker Visu. Ich finde iobroker.vis (beta) von Denis Haev. Ist das deine App?

      Host: NUC8i3 mit Proxmox:

      • ioBroker CT Debian 13, npm 10.9.3, nodejs 22.20.0
      • Slave: Pi4
      foxriver76F 1 Reply Last reply
      0
      • lobomauL lobomau

        @foxriver76 im Android play store finde ich kein ioBroker Visu. Ich finde iobroker.vis (beta) von Denis Haev. Ist das deine App?

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

        @lobomau Klick mal im Store auf Denis' Account, dann siehst du alle Apps.

        https://play.google.com/store/apps/details?id=com.iobroker.visu

        Ist erst seit knapp 1 h im Store, vermutlich noch nicht so gut auffindbar.

        Videotutorials & mehr

        Hier könnt ihr mich unterstützen.

        1 Reply Last reply
        1
        • ice987I Offline
          ice987I Offline
          ice987
          wrote on last edited by ice987
          #5

          @foxriver76

          Tolle Arbeit, vielen herzlichen Dank für die neue App!
          ich habe soeben die iPhone-Version installiert und bin begeistert!

          folgende Fragen:

          • ich kriege bei jedem öffnen der App die Meldung WLAN SSID Erkennung ist deaktiviert .... Wie kann dies deaktiviert werden?
          • gibts die Möglichkeit den Text Connecting to Server... Loading values... zu zentrieren? (Schönheitsfehler, nichts tragisches)
          • wo kann ich die installierte Version der App sehen? unter Einstellungen taucht die App nirgends auf, im App Store hab' ich such nichts gefunden

          1FCA5986-DC16-4E2D-BAEA-BFA70155F3F2.jpeg

          husqvarna-automower, meteoblue, wiserbyfeller, spritmonitor

          foxriver76F 1 Reply Last reply
          0
          • ice987I ice987

            @foxriver76

            Tolle Arbeit, vielen herzlichen Dank für die neue App!
            ich habe soeben die iPhone-Version installiert und bin begeistert!

            folgende Fragen:

            • ich kriege bei jedem öffnen der App die Meldung WLAN SSID Erkennung ist deaktiviert .... Wie kann dies deaktiviert werden?
            • gibts die Möglichkeit den Text Connecting to Server... Loading values... zu zentrieren? (Schönheitsfehler, nichts tragisches)
            • wo kann ich die installierte Version der App sehen? unter Einstellungen taucht die App nirgends auf, im App Store hab' ich such nichts gefunden

            1FCA5986-DC16-4E2D-BAEA-BFA70155F3F2.jpeg

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

            @ice987 Beim erstmaligen Start, sollte er dich nach der Erlaubnis fragen, ansonsten in iOS Einstellungen den Standort freigeben. Ohne Standortfreigabe, darf die App keine WLAN SSIDs lesen.

            Die Versionsnummer fehlt - stimmt. Kommt mit in die nächste Version, vermutlich Fußzeile der Settings.

            Videotutorials & mehr

            Hier könnt ihr mich unterstützen.

            ice987I 1 Reply Last reply
            0
            • foxriver76F foxriver76

              @ice987 Beim erstmaligen Start, sollte er dich nach der Erlaubnis fragen, ansonsten in iOS Einstellungen den Standort freigeben. Ohne Standortfreigabe, darf die App keine WLAN SSIDs lesen.

              Die Versionsnummer fehlt - stimmt. Kommt mit in die nächste Version, vermutlich Fußzeile der Settings.

              ice987I Offline
              ice987I Offline
              ice987
              wrote on last edited by
              #7

              @foxriver76

              Korrekt. Wenn die Ortungsdienste an sind kommt die Meldung nicht. Da ich diesen Dienst nicht brauche (nur lokal) sind diese immer AUS.

              husqvarna-automower, meteoblue, wiserbyfeller, spritmonitor

              foxriver76F 1 Reply Last reply
              0
              • wendy2702W Online
                wendy2702W Online
                wendy2702
                wrote on last edited by
                #8

                Welches IOS ist mindestens erforderlich?

                Bitte keine Fragen per PN, die gehören ins Forum!

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

                foxriver76F 1 Reply Last reply
                0
                • wendy2702W wendy2702

                  Welches IOS ist mindestens erforderlich?

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

                  @wendy2702 13

                  Videotutorials & mehr

                  Hier könnt ihr mich unterstützen.

                  1 Reply Last reply
                  1
                  • ice987I ice987

                    @foxriver76

                    Korrekt. Wenn die Ortungsdienste an sind kommt die Meldung nicht. Da ich diesen Dienst nicht brauche (nur lokal) sind diese immer AUS.

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

                    @ice987 ich werde es so machen, dass wenn local url gegeben und pro nicht und nicht orte zu vis syncen an ist, die meldung nicht mehr kommt

                    Videotutorials & mehr

                    Hier könnt ihr mich unterstützen.

                    cashC 1 Reply Last reply
                    1
                    • foxriver76F foxriver76

                      @ice987 ich werde es so machen, dass wenn local url gegeben und pro nicht und nicht orte zu vis syncen an ist, die meldung nicht mehr kommt

                      cashC Offline
                      cashC Offline
                      cash
                      Most Active
                      wrote on last edited by
                      #11

                      @foxriver76 welche Restriktionen gibt es denn von apple wegen vpn? Ich nutze z. B. pocket control die app baut auch eine vpn auf ohne Probleme? Bei mir wird leider bei langen Seiten die Hintergrundfarbe nicht komplett umgesetzt (unten bleibt es weiß). Ist bei der alten App nicht so.

                      foxriver76F 1 Reply Last reply
                      0
                      • cashC cash

                        @foxriver76 welche Restriktionen gibt es denn von apple wegen vpn? Ich nutze z. B. pocket control die app baut auch eine vpn auf ohne Probleme? Bei mir wird leider bei langen Seiten die Hintergrundfarbe nicht komplett umgesetzt (unten bleibt es weiß). Ist bei der alten App nicht so.

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

                        @cash Apple setzt keine Restriktionen (sie könnten allerdings Automationen erlauben -> wenn App startet, dann user gewählter VPN an), die App ist in RN geschrieben und da gibt es aktuell keine Bibliothek die VPN Verbindungen ordentlich unterstützt.

                        Bzgl. weißen Stellen etc pp schau mal in den alten Test Thread oben verlinkt.

                        Videotutorials & mehr

                        Hier könnt ihr mich unterstützen.

                        cashC 1 Reply Last reply
                        0
                        • foxriver76F foxriver76

                          @cash Apple setzt keine Restriktionen (sie könnten allerdings Automationen erlauben -> wenn App startet, dann user gewählter VPN an), die App ist in RN geschrieben und da gibt es aktuell keine Bibliothek die VPN Verbindungen ordentlich unterstützt.

                          Bzgl. weißen Stellen etc pp schau mal in den alten Test Thread oben verlinkt.

                          cashC Offline
                          cashC Offline
                          cash
                          Most Active
                          wrote on last edited by
                          #13

                          @foxriver76 Danke mache ich. Was ist RN?

                          foxriver76F 1 Reply Last reply
                          0
                          • cashC cash

                            @foxriver76 Danke mache ich. Was ist RN?

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

                            @cash React Native

                            Videotutorials & mehr

                            Hier könnt ihr mich unterstützen.

                            1 Reply Last reply
                            1
                            • david83D Offline
                              david83D Offline
                              david83
                              wrote on last edited by
                              #15

                              Hallo, erstmal danke für deine neue App.
                              Ich nutze Android und bekomme nach dem Einrichten folgende Bildschirme angezeigt:

                              Screenshot_2023-02-24-13-41-42-66_dac8faec8549a890230a8f698d4f648a.jpg

                              Screenshot_2023-02-24-13-41-49-82_dac8faec8549a890230a8f698d4f648a.jpg

                              Kann ich die Ssl Zertifikat überprüfung abschalten?

                              Mfg
                              David

                              foxriver76F 1 Reply Last reply
                              0
                              • david83D david83

                                Hallo, erstmal danke für deine neue App.
                                Ich nutze Android und bekomme nach dem Einrichten folgende Bildschirme angezeigt:

                                Screenshot_2023-02-24-13-41-42-66_dac8faec8549a890230a8f698d4f648a.jpg

                                Screenshot_2023-02-24-13-41-49-82_dac8faec8549a890230a8f698d4f648a.jpg

                                Kann ich die Ssl Zertifikat überprüfung abschalten?

                                Mfg
                                David

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

                                @david83 Wie in den vorherigen Apps, self-signed Certificates werden voraussichtlich leider nicht funktionieren.

                                Videotutorials & mehr

                                Hier könnt ihr mich unterstützen.

                                david83D 2 Replies Last reply
                                0
                                • foxriver76F foxriver76

                                  @david83 Wie in den vorherigen Apps, self-signed Certificates werden voraussichtlich leider nicht funktionieren.

                                  david83D Offline
                                  david83D Offline
                                  david83
                                  wrote on last edited by
                                  #17

                                  @foxriver76

                                  Das ist sehr schade, da ich nur selbst erstellte Ssl Zertifikate im Heimnetz nutzen kann. Pro Account werde ich nicht nutzen da ich mit Wireguard arbeite.

                                  1 Reply Last reply
                                  0
                                  • foxriver76F foxriver76

                                    @david83 Wie in den vorherigen Apps, self-signed Certificates werden voraussichtlich leider nicht funktionieren.

                                    david83D Offline
                                    david83D Offline
                                    david83
                                    wrote on last edited by
                                    #18

                                    @foxriver76

                                    In der Iobroker.vis App waren selbst signierte Zertifikate erlaubt. Es gab ein extra Button dafür...

                                    Screenshot_2023-02-24-14-04-25-00_9fb449c391ea3275a90fcae20628d8bc.jpg

                                    1 Reply Last reply
                                    0
                                    • M Offline
                                      M Offline
                                      michihorn
                                      wrote on last edited by michihorn
                                      #19

                                      Herzlichen Dank für die APP. Ist ja TOP geworden. 👍
                                      Allerdings möchte ich folgendes Anmerken:
                                      Bild 1 ist im lokalen Netz:
                                      Screenshot_20230226_201635_ioBroker Visu.jpg

                                      Bild2 ist über die Cloud:
                                      Screenshot 2023-02-27 091444.png
                                      hier fehlende die Widgets von materialdesign sowie die Inhalte vom iFrame8, die auch werden auch nicht dargestellt.
                                      Beim Zoom wäre es toll wenn 0.00 also zwei Stellen nachdem Komma möglich wären
                                      Gruß
                                      Michael

                                      M 1 Reply Last reply
                                      0
                                      • 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

                                        GarfonsoG Offline
                                        GarfonsoG Offline
                                        Garfonso
                                        Developer
                                        wrote on last edited by
                                        #20

                                        @foxriver76
                                        Tolle app. 🙂 Vielen Dank auch, dass sie mit Lovelace funktioniert. Super Ergebnis. 🙂

                                        Ultimativer Lovelace Leitfaden: https://forum.iobroker.net/topic/35937/der-ultimative-iobroker-lovelace-leitfaden-dokumentation

                                        Lovelace UI Beispiele: https://forum.iobroker.net/topic/35950/zeigt-her-eure-lovelace-visualisierung

                                        1 Reply Last reply
                                        0
                                        • M Offline
                                          M Offline
                                          Marcus007
                                          wrote on last edited by
                                          #21

                                          @foxriver76

                                          Hi, ich hänge nach dem Login in diesem Bildschirm fest:
                                          Screenshot_20230224_175809_ioBroker Visu.jpg

                                          Viele Grüße
                                          Marcus

                                          foxriver76F E sigi234S 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

                                          561

                                          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