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
    259

  • 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

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

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

    Send battery to vis.0: If true, battery level and state are sent to vis.0 via JS injection using servConn

    Hallo,

    kann man den Level schon nach vis-2 senden? ( und Standort)

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

    JB_SullivanJ foxriver76F 2 Replies Last reply
    0
    • sigi234S sigi234

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

      Send battery to vis.0: If true, battery level and state are sent to vis.0 via JS injection using servConn

      Hallo,

      kann man den Level schon nach vis-2 senden? ( und Standort)

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

      Hallo ich weiß nicht ob es schon bekannt ist, aber meine App ( Android) stürzt immer ab, wenn ich versuche über die Geo Bubble mein Geo Koordinaten abzufragen.

      Ich vermute, das die Geo Bubble in der App dafür bestimmt ist seine aktuelle Position abrufen zu können - oder?

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

      O 1 Reply Last reply
      0
      • JB_SullivanJ JB_Sullivan

        Hallo ich weiß nicht ob es schon bekannt ist, aber meine App ( Android) stürzt immer ab, wenn ich versuche über die Geo Bubble mein Geo Koordinaten abzufragen.

        Ich vermute, das die Geo Bubble in der App dafür bestimmt ist seine aktuelle Position abrufen zu können - oder?

        O Away
        O Away
        oFbEQnpoLKKl6mbY5e13
        wrote on last edited by oFbEQnpoLKKl6mbY5e13
        #781

        @jb_sullivan

        Ist bekannt und tritt mit 1.1.0 nur unter Android auf. Mit 1.1.1 soll das behoben sein. Kann man aber nicht prüfen, weil es sie zumindest bis gestern nicht im Play Store in der Version gab.

        JB_SullivanJ 1 Reply Last reply
        1
        • O oFbEQnpoLKKl6mbY5e13

          @jb_sullivan

          Ist bekannt und tritt mit 1.1.0 nur unter Android auf. Mit 1.1.1 soll das behoben sein. Kann man aber nicht prüfen, weil es sie zumindest bis gestern nicht im Play Store in der Version gab.

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

          @ofbeqnpolkkl6mby5e13 Danke für die Info 👍👍

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

          1 Reply Last reply
          0
          • sigi234S sigi234

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

            Send battery to vis.0: If true, battery level and state are sent to vis.0 via JS injection using servConn

            Hallo,

            kann man den Level schon nach vis-2 senden? ( und Standort)

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

            @sigi234 Nein - bzw., ich weiß nicht ob es mit vis-2 funktioniert, würde aber wenn dann nach wie vor in vis.0 angelegt werden. Langfristig ist die Idee wie bei der neuen Geofence Funktion die Daten per iot Adapter zu senden, so dass wir nicht auf spezielle Funktionen im WebView angewiesen sind. Hätte dann den Vorteil dass die Daten völlig unabhängig von der verwendeten Visu synchronisiert werden können und auch wenn die App im Hintergrund läuft synchronisiert werden können. Standort wird vermute ich sowieso überflüssig "wenn" Geofence dann auch unter Android läuft.

            Videotutorials & mehr

            Hier könnt ihr mich unterstützen.

            1 Reply Last reply
            1
            • P Offline
              P Offline
              peterbonge
              wrote on last edited by
              #784

              Seit der Version 1.1.0 habe ich Probleme mit der Anzeige der Status Bar auf meinem Pixel 6. Sie ist auf schwarz mit hellem Text eingestellt. Nach dem Start ist da oben aber alles schwarz. Lediglich beim Wechseln der Seiten sieht man da ganz kurz etwas.

              foxriver76F 1 Reply Last reply
              0
              • P peterbonge

                Seit der Version 1.1.0 habe ich Probleme mit der Anzeige der Status Bar auf meinem Pixel 6. Sie ist auf schwarz mit hellem Text eingestellt. Nach dem Start ist da oben aber alles schwarz. Lediglich beim Wechseln der Seiten sieht man da ganz kurz etwas.

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

                @peterbonge Hast du Status Bar anzeigen angehakt? Bei meinem Pixel 4a nimmt er die Farben korrekt an.

                Videotutorials & mehr

                Hier könnt ihr mich unterstützen.

                P 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

                  B Offline
                  B Offline
                  biker1602
                  wrote on last edited by
                  #786

                  @foxriver76
                  Sehr schöne App und funktioniert auch Super. Ich habe allerdings eine Frage gibt es die Möglichkeit auch mit vis2 den Batteriestatus anzuzeigen?

                  foxriver76F sigi234S 2 Replies Last reply
                  0
                  • B biker1602

                    @foxriver76
                    Sehr schöne App und funktioniert auch Super. Ich habe allerdings eine Frage gibt es die Möglichkeit auch mit vis2 den Batteriestatus anzuzeigen?

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

                    @biker1602 Lies mal 2-3 Posts drüber..^

                    Videotutorials & mehr

                    Hier könnt ihr mich unterstützen.

                    sigi234S 1 Reply Last reply
                    0
                    • B biker1602

                      @foxriver76
                      Sehr schöne App und funktioniert auch Super. Ich habe allerdings eine Frage gibt es die Möglichkeit auch mit vis2 den Batteriestatus anzuzeigen?

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

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

                      @foxriver76
                      Sehr schöne App und funktioniert auch Super. Ich habe allerdings eine Frage gibt es die Möglichkeit auch mit vis2 den Batteriestatus anzuzeigen?

                      Lese mal ein paar Beiträge unten....

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

                      1 Reply Last reply
                      0
                      • foxriver76F foxriver76

                        @biker1602 Lies mal 2-3 Posts drüber..^

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

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

                        @biker1602 Lies mal 2-3 Posts drüber..^

                        Gleichzeitig im ms Bereich 😀

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

                        1 Reply Last reply
                        1
                        • R Offline
                          R Offline
                          Ritschy2000
                          wrote on last edited by
                          #790

                          @foxriver76 super App, vielen vielen Dank.
                          Ich bin gerade dabei meine 4 Android Tablets an der Wand von der alten auf die neue App
                          umzustellen, habe allerdings das Problem, dass die neue App auf 2 Tablets alle 6-8 Stunden
                          "hängen" bleibt und nur noch einen schwarzen Hintergrund mit Iobroker Symbol anzeigt.

                          Da meine Tablets nicht gerootet sind, gibt es leider keine richtige Möglichkeit,
                          die App per Tasker zu beendet ( und danach neu zu starten).

                          Deshalb meine Frage: kannst du eventuell noch ein "KILL_APP" Intent integrieren bzw.
                          falls es schon integriert ist: kannst du mir die genaue Package Bezeichnung nennen.

                          Vielen vielen Dank.

                          1 Reply Last reply
                          0
                          • M Offline
                            M Offline
                            ManfredHi
                            wrote on last edited by
                            #791

                            @foxriver76 Ein ähnliches Problem wie @Ritschy2000 hab ich auch:
                            Und zwar bleibt bei mir das Tablet zwar nicht schwarz (weil Bildschrim nicht abschalten eingeschaltet ist), jedoch reagiert es nach längerer Zeit nicht mehr richtig. Wenn man wo draufklickt um auf eine andere View zu kommen dann dauert das ziemlich lange. Auch kann es sein, dass man dann zwar in diese View gelangt, aber die Werte nicht richtig angezeigt werden. Erst wann man den zwei-Finger-Tap macht und alles neu geladen wird, dann passt es wieder.
                            Die Netzwerkverbindung ist immer da, wird nicht unterbrochen und das Tablet geht nicht in den Ruhezustand.

                            1 Reply Last reply
                            0
                            • foxriver76F foxriver76

                              @peterbonge Hast du Status Bar anzeigen angehakt? Bei meinem Pixel 4a nimmt er die Farben korrekt an.

                              P Offline
                              P Offline
                              peterbonge
                              wrote on last edited by
                              #792

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

                              @peterbonge Hast du Status Bar anzeigen angehakt? Bei meinem Pixel 4a nimmt er die Farben korrekt an.

                              Jupp, habe ich. Anbei Screenshots von der Visualisierung und von den Einstellungen.
                              Screenshot_20240420-095743.png Screenshot_20240420-095752.png

                              foxriver76F 2 Replies Last reply
                              0
                              • P peterbonge

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

                                @peterbonge Hast du Status Bar anzeigen angehakt? Bei meinem Pixel 4a nimmt er die Farben korrekt an.

                                Jupp, habe ich. Anbei Screenshots von der Visualisierung und von den Einstellungen.
                                Screenshot_20240420-095743.png Screenshot_20240420-095752.png

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

                                @peterbonge Da steht aber Status Bar Farbe #000 (Hex für Schwarz)

                                Videotutorials & mehr

                                Hier könnt ihr mich unterstützen.

                                foxriver76F 1 Reply Last reply
                                0
                                • foxriver76F foxriver76

                                  @peterbonge Da steht aber Status Bar Farbe #000 (Hex für Schwarz)

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

                                  @foxriver76 Ah Schwarz mit hellem Text - sorry hatte es am Anfang überlesen, das kann ich nochmal checken.

                                  Videotutorials & mehr

                                  Hier könnt ihr mich unterstützen.

                                  1 Reply Last reply
                                  0
                                  • P peterbonge

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

                                    @peterbonge Hast du Status Bar anzeigen angehakt? Bei meinem Pixel 4a nimmt er die Farben korrekt an.

                                    Jupp, habe ich. Anbei Screenshots von der Visualisierung und von den Einstellungen.
                                    Screenshot_20240420-095743.png Screenshot_20240420-095752.png

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

                                    @peterbonge konnte das Problem schon beheben, neue Version verzögert sich allerdings etwas da wir aktuell auf Google warten da ihnen die Datenschutzerklärung nicht passt. 😕

                                    Videotutorials & mehr

                                    Hier könnt ihr mich unterstützen.

                                    sigi234S 1 Reply Last reply
                                    1
                                    • foxriver76F foxriver76

                                      @peterbonge konnte das Problem schon beheben, neue Version verzögert sich allerdings etwas da wir aktuell auf Google warten da ihnen die Datenschutzerklärung nicht passt. 😕

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

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

                                      @peterbonge konnte das Problem schon beheben, neue Version verzögert sich allerdings etwas da wir aktuell auf Google warten da ihnen die Datenschutzerklärung nicht passt. 😕

                                      Diese Sch..... DSGVO 😠

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

                                      foxriver76F 1 Reply Last reply
                                      1
                                      • sigi234S sigi234

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

                                        @peterbonge konnte das Problem schon beheben, neue Version verzögert sich allerdings etwas da wir aktuell auf Google warten da ihnen die Datenschutzerklärung nicht passt. 😕

                                        Diese Sch..... DSGVO 😠

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

                                        @sigi234 Puh naja wenn sich jemand aus der Community gut auskennt auch gerne sagen wo wir zu doof sind:

                                        9bd2be26-0aca-41a8-9ab4-2c77dcf0dabc-grafik.png

                                        in Bezug auf https://iobroker.net/www/policy

                                        (verlinkt ist alles, es liegt wohl explizit am Content der Seite)

                                        Videotutorials & mehr

                                        Hier könnt ihr mich unterstützen.

                                        HiltexH 1 Reply Last reply
                                        0
                                        • foxriver76F foxriver76

                                          @sigi234 Puh naja wenn sich jemand aus der Community gut auskennt auch gerne sagen wo wir zu doof sind:

                                          9bd2be26-0aca-41a8-9ab4-2c77dcf0dabc-grafik.png

                                          in Bezug auf https://iobroker.net/www/policy

                                          (verlinkt ist alles, es liegt wohl explizit am Content der Seite)

                                          HiltexH Offline
                                          HiltexH Offline
                                          Hiltex
                                          wrote on last edited by
                                          #798

                                          @foxriver76 wenn man sich eure Datenschutzerklärung mal kritisch durchliest, dann erkennt man schon ein paar Lücken, bzw. Fehler.

                                          Da steht zum Beispiel

                                          1. Datensammlung: Die ioBroker Visu App sammelt keine Daten von ihren Benutzern.
                                          

                                          Was genau soll denn „Datensammlung“ eigentlich heißen? Wenn, dann werden Daten doch gespeichert, und das geschieht ja auch. Ich gebe zumindest eine Adresse, Benutzername und Passwort ein, die von der App gespeichert werden. Aus eurer Erklärung geht nicht explizit hervor, wozu diese Daten notwendig sind, wo sie gespeichert werden, was im weiteren Verlauf damit geschieht und ob so vielleicht irgendwohin übertragen werden.

                                          Mir persönlich, und vermutlich auch den meisten anderen hier, ist schon klar, was das bedeutet, aber jemand, der ioBroker nicht kennt, wird das vermutlich nicht verstehen.

                                          Wo ich auch Lücken sehe ist, dass die einzelnen Dienste (cloud, iot, pro) zwar irgendwie aufgezählt werden, aber was die machen, welche Daten übertragen werden, und wie lange die Daten gespeichert bleiben, geht nicht so wirklich und zweifelsfrei daraus hervor.

                                          Ich bin jetzt kein Experte, aber meiner Ansicht nach muss die gesamte Seite einmal überarbeitet werden. Ein Stück weit ist das ja auch wichtig, damit ihr selbst geschützt seid. Nicht dass nachher noch irgendein dahergelaufener Anwalt um die Ecke kommt, dem Datenschutz eigentlich völlig egal ist, und euch abmahnt, nur um die Kohle zu kassieren.

                                          Blog: indibit.de

                                          foxriver76F 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

                                          135

                                          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