Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • 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

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  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.6k

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

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

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

Geplant Angeheftet Gesperrt Verschoben Tester
appiobroker visujarvislovelacematerialvis
938 Beiträge 103 Kommentatoren 289.5k Aufrufe 88 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • 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

    da_WoodyD Online
    da_WoodyD Online
    da_Woody
    schrieb am zuletzt editiert von da_Woody
    #188

    @foxriver76 gerade erst entdeckt. geiles teil! erstmal nur lokal eingerichtet. VPN muss ich mir noch anschauen. hab ja in meinem synology router einen eigenen VPN-server...
    durch die zoom möglichkeit kann ich endlich auch am handy die daten vom energiefluß-adapter entziffern... :D

    gruß vom Woody
    HAPPINESS is not a DESTINATION, it's a WAY of LIFE!

    1 Antwort Letzte Antwort
    0
    • foxriver76F foxriver76

      1.0.9 eben eingereicht

      Bitte Prüfen ob man jetzt im Nachhinein in den Einstellungen bei Apple die Berechtigungen ändern kann wenn man sie initial abgelehnt hat @ice987 @qqolli
      @ManfredHi Bitte Feedback geben ob es unter Android noch zu den Problemen kommt

      ice987I Offline
      ice987I Offline
      ice987
      schrieb am zuletzt editiert von ice987
      #189

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

      1.0.9 eben eingereicht

      Bitte Prüfen ob man jetzt im Nachhinein in den Einstellungen bei Apple die Berechtigungen ändern kann wenn man sie initial abgelehnt hat

      Auf dem iPhone erscheint nun

      02BBD861-7D78-4361-89B2-56F90FAC158E.jpeg

      Auf dem iPad erscheint die app unter Einstellungen nicht

      V1.0.9

      husqvarna-automower, meteoblue, wiserbyfeller, spritmonitor

      foxriver76F 1 Antwort Letzte Antwort
      0
      • ice987I ice987

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

        1.0.9 eben eingereicht

        Bitte Prüfen ob man jetzt im Nachhinein in den Einstellungen bei Apple die Berechtigungen ändern kann wenn man sie initial abgelehnt hat

        Auf dem iPhone erscheint nun

        02BBD861-7D78-4361-89B2-56F90FAC158E.jpeg

        Auf dem iPad erscheint die app unter Einstellungen nicht

        V1.0.9

        foxriver76F Offline
        foxriver76F Offline
        foxriver76
        Developer
        schrieb am zuletzt editiert von
        #190

        @ice987 interessant, Standort ist bei dir global deaktiviert oder warum ist das ausgegraut?

        Videotutorials & mehr

        Hier könnt ihr mich unterstützen.

        ice987I 1 Antwort Letzte Antwort
        0
        • foxriver76F foxriver76

          @ice987 interessant, Standort ist bei dir global deaktiviert oder warum ist das ausgegraut?

          ice987I Offline
          ice987I Offline
          ice987
          schrieb am zuletzt editiert von ice987
          #191

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

          @ice987 interessant, Standort ist bei dir global deaktiviert oder warum ist das ausgegraut?

          Standort ist deaktiviert -> soweit alles i.O.

          husqvarna-automower, meteoblue, wiserbyfeller, spritmonitor

          foxriver76F 1 Antwort Letzte Antwort
          0
          • ice987I ice987

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

            @ice987 interessant, Standort ist bei dir global deaktiviert oder warum ist das ausgegraut?

            Standort ist deaktiviert -> soweit alles i.O.

            foxriver76F Offline
            foxriver76F Offline
            foxriver76
            Developer
            schrieb am zuletzt editiert von
            #192

            @ice987 nur um das auszuschließen iPad aktuell? Und ggf. mal Neustarten nicht dass es einfach an Apple liegt 😬

            Videotutorials & mehr

            Hier könnt ihr mich unterstützen.

            ice987I 1 Antwort Letzte Antwort
            0
            • foxriver76F foxriver76

              @ice987 nur um das auszuschließen iPad aktuell? Und ggf. mal Neustarten nicht dass es einfach an Apple liegt 😬

              ice987I Offline
              ice987I Offline
              ice987
              schrieb am zuletzt editiert von
              #193

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

              @ice987 nur um das auszuschließen iPad aktuell? Und ggf. mal Neustarten nicht dass es einfach an Apple liegt 😬

              iPad Neustart bringt keine Änderung, iobroker vis app wird unter Einstellungen nicht angezeigt.

              iPadOS: 16.3.1
              ioBroker visu: 1.0.9

              husqvarna-automower, meteoblue, wiserbyfeller, spritmonitor

              foxriver76F 1 Antwort Letzte Antwort
              0
              • ice987I ice987

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

                @ice987 nur um das auszuschließen iPad aktuell? Und ggf. mal Neustarten nicht dass es einfach an Apple liegt 😬

                iPad Neustart bringt keine Änderung, iobroker vis app wird unter Einstellungen nicht angezeigt.

                iPadOS: 16.3.1
                ioBroker visu: 1.0.9

                foxriver76F Offline
                foxriver76F Offline
                foxriver76
                Developer
                schrieb am zuletzt editiert von foxriver76
                #194

                @ice987 und so ist die vermutlich auch nicht da? https://support.apple.com/en-us/HT207092

                Und hast du seit dem Update schon Location abgelehnt oder angenommen, falls er nochmals gefragt hatte? https://github.com/facebook/react-native/issues/28006#issuecomment-922913070

                Videotutorials & mehr

                Hier könnt ihr mich unterstützen.

                ice987I 1 Antwort Letzte Antwort
                0
                • foxriver76F foxriver76

                  @ice987 und so ist die vermutlich auch nicht da? https://support.apple.com/en-us/HT207092

                  Und hast du seit dem Update schon Location abgelehnt oder angenommen, falls er nochmals gefragt hatte? https://github.com/facebook/react-native/issues/28006#issuecomment-922913070

                  ice987I Offline
                  ice987I Offline
                  ice987
                  schrieb am zuletzt editiert von ice987
                  #195

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

                  @ice987 und so ist die vermutlich auch nicht da? https://support.apple.com/en-us/HT207092

                  Und hast du seit dem Update schon Location abgelehnt oder angenommen, falls er nochmals gefragt hatte? https://github.com/facebook/react-native/issues/28006#issuecomment-922913070

                  die Frage auf dem iPad kam bislang nie somit war der Ortungsdienst nie aktiv. Ich hab nun den Ordnungsdienst aktiviert, beim Starten der App kam die Frage, habe Ordnungsdienste akzeptiert. Unter Einstellungen erscheint die App aber nach wie vor nicht. Aber nur auf dem iPad, auf dem iPhone ist alles i.O.

                  unter Ordnungsdienste erscheint die App jedoch (auf dem iPad)

                  husqvarna-automower, meteoblue, wiserbyfeller, spritmonitor

                  1 Antwort Letzte Antwort
                  0
                  • HiltexH Offline
                    HiltexH Offline
                    Hiltex
                    schrieb am zuletzt editiert von
                    #196

                    Vielen Dank für die neue App.
                    Wie funktioniert das mit der Helligkeit unter iOS?
                    Wenn ich die Helligkeit am iPad einstelle wird der Wert sofort in ioBroker aktualisiert. Wenn ich einen Wert in ioBroker setze, dann bleibt der unbestätigt und das iPad reagiert auch nicht darauf.

                    Ist das steuern der Helligkeit nicht vorgesehen?

                    Blog: indibit.de

                    foxriver76F 1 Antwort Letzte Antwort
                    0
                    • HiltexH Hiltex

                      Vielen Dank für die neue App.
                      Wie funktioniert das mit der Helligkeit unter iOS?
                      Wenn ich die Helligkeit am iPad einstelle wird der Wert sofort in ioBroker aktualisiert. Wenn ich einen Wert in ioBroker setze, dann bleibt der unbestätigt und das iPad reagiert auch nicht darauf.

                      Ist das steuern der Helligkeit nicht vorgesehen?

                      foxriver76F Offline
                      foxriver76F Offline
                      foxriver76
                      Developer
                      schrieb am zuletzt editiert von
                      #197

                      @hiltex welchen visualisierungsadapter hast du eingestellt?

                      Videotutorials & mehr

                      Hier könnt ihr mich unterstützen.

                      HiltexH 1 Antwort Letzte Antwort
                      0
                      • foxriver76F foxriver76

                        @hiltex welchen visualisierungsadapter hast du eingestellt?

                        HiltexH Offline
                        HiltexH Offline
                        Hiltex
                        schrieb am zuletzt editiert von
                        #198

                        @foxriver76 vis 1.x (die aktuelle Version)

                        Blog: indibit.de

                        foxriver76F 1 Antwort Letzte Antwort
                        0
                        • HiltexH Hiltex

                          @foxriver76 vis 1.x (die aktuelle Version)

                          foxriver76F Offline
                          foxriver76F Offline
                          foxriver76
                          Developer
                          schrieb am zuletzt editiert von
                          #199

                          @hiltex hab’s nur unter Android getestet aber sollte gehen zumindest ist es so gedacht, ich schau’s mir mal an.

                          Videotutorials & mehr

                          Hier könnt ihr mich unterstützen.

                          HiltexH bahnuhrB 2 Antworten Letzte Antwort
                          0
                          • foxriver76F foxriver76

                            @hiltex hab’s nur unter Android getestet aber sollte gehen zumindest ist es so gedacht, ich schau’s mir mal an.

                            HiltexH Offline
                            HiltexH Offline
                            Hiltex
                            schrieb am zuletzt editiert von
                            #200

                            @foxriver76 ich habe das auf zwei iPads probiert, funktioniert leider auf beiden nicht.
                            iPad 2017 mit iPad OS 15.6
                            iPad Pro mit iPad OS 16.x

                            Blog: indibit.de

                            foxriver76F 1 Antwort Letzte Antwort
                            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

                              da_WoodyD Online
                              da_WoodyD Online
                              da_Woody
                              schrieb am zuletzt editiert von
                              #201

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

                              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

                              hab heute noch versucht über url meinen vpn einzutragen über dns:port bekomm da aber nur
                              211f3ab8-04ed-44a3-8476-70e61f05ca50-grafik.png
                              bin ich da falsch abgebogen, oder funktioniert das so nicht?

                              gruß vom Woody
                              HAPPINESS is not a DESTINATION, it's a WAY of LIFE!

                              foxriver76F 1 Antwort Letzte Antwort
                              0
                              • HiltexH Hiltex

                                @foxriver76 ich habe das auf zwei iPads probiert, funktioniert leider auf beiden nicht.
                                iPad 2017 mit iPad OS 15.6
                                iPad Pro mit iPad OS 16.x

                                foxriver76F Offline
                                foxriver76F Offline
                                foxriver76
                                Developer
                                schrieb am zuletzt editiert von
                                #202

                                @hiltex ich denke ich muss Berechtigungen anfordern für iOS ich probiere das morgen mal aus.

                                Videotutorials & mehr

                                Hier könnt ihr mich unterstützen.

                                1 Antwort Letzte Antwort
                                0
                                • da_WoodyD da_Woody

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

                                  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

                                  hab heute noch versucht über url meinen vpn einzutragen über dns:port bekomm da aber nur
                                  211f3ab8-04ed-44a3-8476-70e61f05ca50-grafik.png
                                  bin ich da falsch abgebogen, oder funktioniert das so nicht?

                                  foxriver76F Offline
                                  foxriver76F Offline
                                  foxriver76
                                  Developer
                                  schrieb am zuletzt editiert von
                                  #203

                                  @da_woody wie meinst du VPN? Die App kann aktuell keine VPN Konfig hinzufügen/aktivieren.

                                  Videotutorials & mehr

                                  Hier könnt ihr mich unterstützen.

                                  da_WoodyD bahnuhrB 2 Antworten Letzte Antwort
                                  0
                                  • foxriver76F foxriver76

                                    @da_woody wie meinst du VPN? Die App kann aktuell keine VPN Konfig hinzufügen/aktivieren.

                                    da_WoodyD Online
                                    da_WoodyD Online
                                    da_Woody
                                    schrieb am zuletzt editiert von da_Woody
                                    #204

                                    @foxriver76 ich dachte über extern/url kann ich mein VPN aufrufen...
                                    xxx.xxx.xx:444, ID, Passwort

                                    gruß vom Woody
                                    HAPPINESS is not a DESTINATION, it's a WAY of LIFE!

                                    1 Antwort Letzte Antwort
                                    0
                                    • foxriver76F foxriver76

                                      @da_woody wie meinst du VPN? Die App kann aktuell keine VPN Konfig hinzufügen/aktivieren.

                                      bahnuhrB Online
                                      bahnuhrB Online
                                      bahnuhr
                                      Forum Testing Most Active
                                      schrieb am zuletzt editiert von
                                      #205

                                      @foxriver76

                                      Ich bekomme ne ähnliche Fehlermeldung.

                                      Ablauf:
                                      wlan aus und vpn Verbindung mit dem Handy hergestellt.
                                      app aufgerufen; Verbindung wird über pro hergestellt.
                                      Soweit, sogut.

                                      Dann bekanntes wlan eingeschaltet und vpn aus.
                                      Im Hintergrund wird die Verbindung neu aufgebaut und es kommt folgende Fehlermeldung:
                                      ebbac671-80dc-43a8-96f8-16a59ffcde1a-image.png
                                      ok drücken und alles funktioniert.

                                      Aber warum kommt die Meldung ?


                                      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

                                      da_WoodyD 1 Antwort Letzte Antwort
                                      0
                                      • bahnuhrB bahnuhr

                                        @foxriver76

                                        Ich bekomme ne ähnliche Fehlermeldung.

                                        Ablauf:
                                        wlan aus und vpn Verbindung mit dem Handy hergestellt.
                                        app aufgerufen; Verbindung wird über pro hergestellt.
                                        Soweit, sogut.

                                        Dann bekanntes wlan eingeschaltet und vpn aus.
                                        Im Hintergrund wird die Verbindung neu aufgebaut und es kommt folgende Fehlermeldung:
                                        ebbac671-80dc-43a8-96f8-16a59ffcde1a-image.png
                                        ok drücken und alles funktioniert.

                                        Aber warum kommt die Meldung ?

                                        da_WoodyD Online
                                        da_WoodyD Online
                                        da_Woody
                                        schrieb am zuletzt editiert von da_Woody
                                        #206

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

                                        Ablauf:
                                        wlan aus und vpn Verbindung mit dem Handy hergestellt.
                                        app aufgerufen; Verbindung wird über pro hergestellt.
                                        Soweit, sogut.

                                        Mit dem Unterschied, ich kann mich auch mit einem fremd WLAN ins VPN verbinden. Dann wird ja übers VPN direkt ins Lan verbunden.
                                        Ich dachte halt, ich kann mir die App sparen und direkt meine VPN Daten über URL eintragen.
                                        Mit meinem DNS Namen und Port.

                                        gruß vom Woody
                                        HAPPINESS is not a DESTINATION, it's a WAY of LIFE!

                                        1 Antwort Letzte Antwort
                                        0
                                        • foxriver76F foxriver76

                                          1.0.9 eben eingereicht

                                          Bitte Prüfen ob man jetzt im Nachhinein in den Einstellungen bei Apple die Berechtigungen ändern kann wenn man sie initial abgelehnt hat @ice987 @qqolli
                                          @ManfredHi Bitte Feedback geben ob es unter Android noch zu den Problemen kommt

                                          M Offline
                                          M Offline
                                          ManfredHi
                                          schrieb am zuletzt editiert von
                                          #207

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

                                          Bitte Feedback geben ob es unter Android noch zu den Problemen kommt

                                          Hallo.
                                          Also ich hab nach wie vor die Probleme, dass ich wenn die App im hintergrund offen ist aber nicht benützt wird (entweder mache ich in der Zeit etwas anderes am Smartphone oder das SmartCover ist zu), dass dann wenn man die App aufruft wieder der weiße Screen kommt. Mit 2-Finger-Doppeltap aktualisiert er dann, aber eben nicht immer. manchmal muss man in die Einstellungen und diese Verlassen damit neu geladen wird.
                                          Ist aber wie gesagt total unregelmässig. Manchmal klappts, manchmal nicht. Hab die letzten Tage allerdings nur im eigenen Wlan testen können, allerdings ändert sich da auch manchmal der Zugangspunkt, da ich im Keller ein anderes Wlan habe als im EG.

                                          foxriver76F 1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          651

                                          Online

                                          32.4k

                                          Benutzer

                                          81.5k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe