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
    12
    2
    254

  • 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.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.
  • 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
    wrote on last edited by
    #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 Reply Last reply
    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
      wrote on last edited by
      #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 Reply Last reply
      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
        wrote on last edited by
        #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 Replies Last reply
        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
          wrote on last edited by 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 Reply Last reply
          0
          • foxriver76F foxriver76

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

            bahnuhrB Offline
            bahnuhrB Offline
            bahnuhr
            Forum Testing Most Active
            wrote on last edited by
            #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 Reply Last reply
            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
              wrote on last edited by 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 Reply Last reply
              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
                wrote on last edited by
                #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 Reply Last reply
                0
                • M ManfredHi

                  @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 Offline
                  foxriver76F Offline
                  foxriver76
                  Developer
                  wrote on last edited by
                  #208

                  @manfredhi ist deine vis/der web adapter per Login geschützt?

                  Videotutorials & mehr

                  Hier könnt ihr mich unterstützen.

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

                    Da es langsam schwierig wird für mich den Überblick über Probleme je nach Plattform etc zu behalten, habe ich einen Issue Tracker für das Projekt angelegt (auch im ersten Beitrag verlinkt):

                    https://github.com/foxriver76/ioBroker-Visu-App/issues

                    Videotutorials & mehr

                    Hier könnt ihr mich unterstützen.

                    da_WoodyD 1 Reply Last reply
                    0
                    • foxriver76F foxriver76

                      @manfredhi ist deine vis/der web adapter per Login geschützt?

                      M Offline
                      M Offline
                      ManfredHi
                      wrote on last edited by
                      #210

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

                      ist deine vis/der web adapter per Login geschützt?

                      nein, da ich es nur im lokalen netz oder von unterwegs per vpn nutze, hab ich kein login.

                      1 Reply Last reply
                      0
                      • foxriver76F foxriver76

                        Da es langsam schwierig wird für mich den Überblick über Probleme je nach Plattform etc zu behalten, habe ich einen Issue Tracker für das Projekt angelegt (auch im ersten Beitrag verlinkt):

                        https://github.com/foxriver76/ioBroker-Visu-App/issues

                        da_WoodyD Online
                        da_WoodyD Online
                        da_Woody
                        wrote on last edited by
                        #211

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

                        Da es langsam schwierig wird für mich den Überblick über Probleme je nach Plattform etc zu behalten, habe ich einen Issue Tracker für das Projekt angelegt (auch im ersten Beitrag verlinkt):

                        https://github.com/foxriver76/ioBroker-Visu-App/issues

                        hehe, versteh ich. mit github haben da einige ein problem... 😉
                        darum gibts auch für einige adapter schon verschiedene treads. entwickler, support und sonstiges...
                        bei dir ists halt auch noch die plattform.

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

                        1 Reply Last reply
                        0
                        • foxriver76F foxriver76

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

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

                          @foxriver76

                          Hallo fox,
                          ich greife auf meine cam Bilder mit fester ip zu.

                          Folgende Szenarien:

                          1. zuhause im wlan
                            feste ip wird logischerweise korrekt aufgerufen

                          2. auswärts (wlan aus)
                            pro wird aktiviert und Verbindung zur vis steht.
                            Aber cam Bilder mit fester ip wird korrekt nicht angezeigt.

                          3. auswärts mit vpn Verbindung
                            Hier wird auch pro aufgerufen. Bilder werden nicht angezeigt.

                          Frage:
                          Könnte man bei 2) und 3) eine Prüfung einbauen ob eine vpn Verbindung aktiv ist. Dann würde nicht pro aktiviert.
                          Und die cam Bilder würden korrekt angezeigt.

                          Ist dies irgendwie möglich ?

                          mfg
                          Dieter


                          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

                          foxriver76F M 2 Replies Last reply
                          0
                          • bahnuhrB bahnuhr

                            @foxriver76

                            Hallo fox,
                            ich greife auf meine cam Bilder mit fester ip zu.

                            Folgende Szenarien:

                            1. zuhause im wlan
                              feste ip wird logischerweise korrekt aufgerufen

                            2. auswärts (wlan aus)
                              pro wird aktiviert und Verbindung zur vis steht.
                              Aber cam Bilder mit fester ip wird korrekt nicht angezeigt.

                            3. auswärts mit vpn Verbindung
                              Hier wird auch pro aufgerufen. Bilder werden nicht angezeigt.

                            Frage:
                            Könnte man bei 2) und 3) eine Prüfung einbauen ob eine vpn Verbindung aktiv ist. Dann würde nicht pro aktiviert.
                            Und die cam Bilder würden korrekt angezeigt.

                            Ist dies irgendwie möglich ?

                            mfg
                            Dieter

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

                            @bahnuhr Habe ich schon auf der TODO Liste 😉
                            https://github.com/foxriver76/ioBroker-Visu-App/issues/4

                            foxriver76 created this issue in foxriver76/ioBroker-Visu-App

                            closed [FEATURE] Detect if a VPN is running and ask for local access #4

                            Videotutorials & mehr

                            Hier könnt ihr mich unterstützen.

                            bahnuhrB 2 Replies Last reply
                            1
                            • foxriver76F foxriver76

                              @bahnuhr Habe ich schon auf der TODO Liste 😉
                              https://github.com/foxriver76/ioBroker-Visu-App/issues/4

                              foxriver76 created this issue in foxriver76/ioBroker-Visu-App

                              closed [FEATURE] Detect if a VPN is running and ask for local access #4

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

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

                              Habe ich schon auf der TODO

                              Super, Danke für die Info.


                              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
                              • foxriver76F foxriver76

                                @bahnuhr Habe ich schon auf der TODO Liste 😉
                                https://github.com/foxriver76/ioBroker-Visu-App/issues/4

                                foxriver76 created this issue in foxriver76/ioBroker-Visu-App

                                closed [FEATURE] Detect if a VPN is running and ask for local access #4

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

                                @foxriver76

                                Konntest du bei meinem anderen Fehler (Doppel-Ausführung eines Widgets) noch ne Idee entwickeln.
                                Oder liegt es tatsächlich am handy.


                                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

                                foxriver76F 1 Reply Last reply
                                0
                                • bahnuhrB bahnuhr

                                  @foxriver76

                                  Konntest du bei meinem anderen Fehler (Doppel-Ausführung eines Widgets) noch ne Idee entwickeln.
                                  Oder liegt es tatsächlich am handy.

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

                                  @bahnuhr ich habe bislang nicht probiert es nachzustellen, habe allerdings auch gar keine Ahnung woran es liegen könnte. Du kannst gerne ein issue anlegen dann gehts nicht unter.

                                  Videotutorials & mehr

                                  Hier könnt ihr mich unterstützen.

                                  bahnuhrB 1 Reply Last reply
                                  0
                                  • foxriver76F foxriver76

                                    @bahnuhr ich habe bislang nicht probiert es nachzustellen, habe allerdings auch gar keine Ahnung woran es liegen könnte. Du kannst gerne ein issue anlegen dann gehts nicht unter.

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

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

                                    issue anlegen

                                    erledigt

                                    https://github.com/foxriver76/ioBroker-Visu-App/issues/5

                                    bahnuhr created this issue in foxriver76/ioBroker-Visu-App

                                    open Widget "basic-bool html" wird 2 x ausgeführt #5


                                    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
                                    • bahnuhrB bahnuhr

                                      @foxriver76

                                      Hallo fox,
                                      ich greife auf meine cam Bilder mit fester ip zu.

                                      Folgende Szenarien:

                                      1. zuhause im wlan
                                        feste ip wird logischerweise korrekt aufgerufen

                                      2. auswärts (wlan aus)
                                        pro wird aktiviert und Verbindung zur vis steht.
                                        Aber cam Bilder mit fester ip wird korrekt nicht angezeigt.

                                      3. auswärts mit vpn Verbindung
                                        Hier wird auch pro aufgerufen. Bilder werden nicht angezeigt.

                                      Frage:
                                      Könnte man bei 2) und 3) eine Prüfung einbauen ob eine vpn Verbindung aktiv ist. Dann würde nicht pro aktiviert.
                                      Und die cam Bilder würden korrekt angezeigt.

                                      Ist dies irgendwie möglich ?

                                      mfg
                                      Dieter

                                      M Offline
                                      M Offline
                                      ManfredHi
                                      wrote on last edited by
                                      #218

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

                                      auswärts mit vpn Verbindung
                                      Hier wird auch pro aufgerufen. Bilder werden nicht angezeigt.

                                      ist bei mir auch so, wenn ich über pro zugreife und eine VPN-Verbindung hab, wird bei mr auch die Webcam nicht angezeigt. Alles andere (Grafana, Energiemesser usw.) funktioniert jedoch.

                                      bahnuhrB 1 Reply Last reply
                                      0
                                      • M ManfredHi

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

                                        auswärts mit vpn Verbindung
                                        Hier wird auch pro aufgerufen. Bilder werden nicht angezeigt.

                                        ist bei mir auch so, wenn ich über pro zugreife und eine VPN-Verbindung hab, wird bei mr auch die Webcam nicht angezeigt. Alles andere (Grafana, Energiemesser usw.) funktioniert jedoch.

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

                                        @manfredhi

                                        Ja, ist ja auch logisch.
                                        Deshalb ja auch das issue.


                                        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

                                        M 1 Reply Last reply
                                        0
                                        • bahnuhrB bahnuhr

                                          @manfredhi

                                          Ja, ist ja auch logisch.
                                          Deshalb ja auch das issue.

                                          M Offline
                                          M Offline
                                          ManfredHi
                                          wrote on last edited by
                                          #220

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

                                          Ja, ist ja auch logisch.

                                          Naja logisch ist es für mich nicht ganz, warum grad die Webcam nicht geht. denn meine webcam wird über die interne IP-Adresse eingebunden, genauso wie meine Grafana Auswertungen, wo ebenfalls der IP-Adresse des Grafana-Servers eingetragen ist.

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


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          114

                                          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