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 Android App 2023

NEWS

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

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

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

ioBroker Android App 2023

Geplant Angeheftet Gesperrt Verschoben Tester
204 Beiträge 25 Kommentatoren 43.2k Aufrufe 31 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

    @sigi234 könnt ihr mir zeigen wie die url ausschaut für die Adapter?

    David G.D Offline
    David G.D Offline
    David G.
    schrieb am zuletzt editiert von
    #26

    @foxriver76

    Bei lovelace ist es

    http://192.168.99.33:8091/
    

    Nach der Eingabe lande ich auf

    http://192.168.99.33:8091/lovelace/garage
    

    garage ist meine default view.

    Der Port und ssl lässt sich in den Settings einstellen.

    Zeigt eure Lovelace-Visualisierung klick
    (Auch ideal um sich Anregungen zu holen)

    Meine Tabellen für eure Visualisierung klick

    1 Antwort Letzte Antwort
    0
    • foxriver76F foxriver76

      @sigi234 könnt ihr mir zeigen wie die url ausschaut für die Adapter?

      sigi234S Online
      sigi234S Online
      sigi234
      Forum Testing Most Active
      schrieb am zuletzt editiert von
      #27

      @foxriver76 sagte in ioBroker Android App 2023:

      @sigi234 könnt ihr mir zeigen wie die url ausschaut für die Adapter?

      http://localhost:8082/jarvis/index.html#/0/0559b5e5-1c56-4ea4-8211-d51226417202

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

      1 Antwort Letzte Antwort
      0
      • foxriver76F foxriver76

        @sigi234 könnt ihr mir zeigen wie die url ausschaut für die Adapter?

        BBTownB Offline
        BBTownB Offline
        BBTown
        schrieb am zuletzt editiert von BBTown
        #28

        @foxriver76 iQontrol wäre prima
        http://192.168.xx.xx:8082/iqontrol/index.html?namespace=iqontrol.0

        Anmerkung
        Bisheriges Verhalten: Beim Versuch diese Angaben direkt als Aufruf im HOST Eintrag einzustellen, scheint zwar zunächst iQontrol aufzurufen, die Seite bleibt aber im "reload Status" hängen und baut sich nicht auf.

        ioBroker auf NUC (VM debian v13 (Trixie ), node v22.21.0 npm v10.9.4, js-controller v7.0.7 jsonl/jsonl / HomeMatic CCU-2 (Wired und Funk) / Philips HUE / echo.DOT / Broadlink RM pro / SONOS

        1 Antwort Letzte Antwort
        0
        • foxriver76F foxriver76

          Hallo zusammen,

          ich habe in der letzten Woche intensiv an einer neuen ioBroker App gearbeitet. Die App wird grundsätzlich sowohl auf iOS als auch auf Android lauffähig sein, da es allerdings komplizierter ist Apple Apps zum Testen raus zu geben, möchte ich gerne Feedback für die Android Version einholen.

          Die App ist zum Testen vorerst als apk installierbar. Hierfür müsst ihr die Installation unbekannter Apps erlauben.

          Die apk ist unter folgendem Link downloadbar:

          https://easyupload.io/0jwabg

          Ü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

          Pro

          • 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

          • 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

          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
          • Status bar settings are also applied to the settings screen, but only after changing to runtime and back or reopening app
          • Dark mode in settings is not updating instantly, updated in same fashion as status bar
          • 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

          Ich freue mich auf euer Feedback.

          beste Grüße

          fox

          BBTownB Offline
          BBTownB Offline
          BBTown
          schrieb am zuletzt editiert von
          #29

          @foxriver76 zunächst einmal, vielen Dank für die neue APP.
          Was mir als erstes aufgefallen ist, dass ich schmerzlich so etwas wie eine "zurück zur vorherigen Seite" Funktion vermisse.

          Meine VIS` haben zwar Sprünge zu anderen Seiten, jedoch keine Navigationen wie eben "zurück", da dies über den verwendeten Browser ging.

          ioBroker auf NUC (VM debian v13 (Trixie ), node v22.21.0 npm v10.9.4, js-controller v7.0.7 jsonl/jsonl / HomeMatic CCU-2 (Wired und Funk) / Philips HUE / echo.DOT / Broadlink RM pro / SONOS

          1 Antwort Letzte Antwort
          0
          • foxriver76F foxriver76

            Hallo zusammen,

            ich habe in der letzten Woche intensiv an einer neuen ioBroker App gearbeitet. Die App wird grundsätzlich sowohl auf iOS als auch auf Android lauffähig sein, da es allerdings komplizierter ist Apple Apps zum Testen raus zu geben, möchte ich gerne Feedback für die Android Version einholen.

            Die App ist zum Testen vorerst als apk installierbar. Hierfür müsst ihr die Installation unbekannter Apps erlauben.

            Die apk ist unter folgendem Link downloadbar:

            https://easyupload.io/0jwabg

            Ü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

            Pro

            • 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

            • 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

            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
            • Status bar settings are also applied to the settings screen, but only after changing to runtime and back or reopening app
            • Dark mode in settings is not updating instantly, updated in same fashion as status bar
            • 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

            Ich freue mich auf euer Feedback.

            beste Grüße

            fox

            B Nicht stören
            B Nicht stören
            bommel_030
            schrieb am zuletzt editiert von
            #30

            @foxriver76
            Erstmal Danke für die neue App.
            Ich nutze die VIS eigentlich über einen ReverseProxy, daher https und kein Pro.
            Gebe ich unter lokal: https://192.168.xxx.xxx:8081 ein kommt die Error landing page mit

            Domain: undefined
            Error Code: 2
            Description: SSL error: Hostname mismatch
            

            Hostname mismatch soweit klar da das Zertifikat für die URL und nicht für die IP ist. Ich hätte da also gerne die Option Zertifikate Fehler ignorieren.

            Gebe ich unter lokal meinen Reverseproxy (https://meinevis.meinedomain.de) ein kommt

            Basic Autentication has been aborted. You have to reload the page.
            

            Wie ich in der App die Seite aktualisiere hab ich noch nicht herausgefunden. Gebe ich https://tippfehler.meindomain.de ein kommt die Errorpage von meinem ReverseProxy, die Verbindung scheint also grundsätzlich zu klappen.

            foxriver76F 1 Antwort Letzte Antwort
            0
            • B bommel_030

              @foxriver76
              Erstmal Danke für die neue App.
              Ich nutze die VIS eigentlich über einen ReverseProxy, daher https und kein Pro.
              Gebe ich unter lokal: https://192.168.xxx.xxx:8081 ein kommt die Error landing page mit

              Domain: undefined
              Error Code: 2
              Description: SSL error: Hostname mismatch
              

              Hostname mismatch soweit klar da das Zertifikat für die URL und nicht für die IP ist. Ich hätte da also gerne die Option Zertifikate Fehler ignorieren.

              Gebe ich unter lokal meinen Reverseproxy (https://meinevis.meinedomain.de) ein kommt

              Basic Autentication has been aborted. You have to reload the page.
              

              Wie ich in der App die Seite aktualisiere hab ich noch nicht herausgefunden. Gebe ich https://tippfehler.meindomain.de ein kommt die Errorpage von meinem ReverseProxy, die Verbindung scheint also grundsätzlich zu klappen.

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

              @bommel_030 die Fehlermeldung basic auth aborted weisst darauf hin dass du basic auth Haken gesetzt hast, entweder die latest web version nutzen und basic auth. deaktivieren, dann kann der Adapter einloggen. Oder deine zertifizierte Url so nutzen wie es gedacht ist für die Basic auth Funktion. Host https://username:password@example.com und username password leer lassen in Der App

              Videotutorials & mehr

              Hier könnt ihr mich unterstützen.

              B 1 Antwort Letzte Antwort
              1
              • foxriver76F foxriver76

                Hallo zusammen,

                ich habe in der letzten Woche intensiv an einer neuen ioBroker App gearbeitet. Die App wird grundsätzlich sowohl auf iOS als auch auf Android lauffähig sein, da es allerdings komplizierter ist Apple Apps zum Testen raus zu geben, möchte ich gerne Feedback für die Android Version einholen.

                Die App ist zum Testen vorerst als apk installierbar. Hierfür müsst ihr die Installation unbekannter Apps erlauben.

                Die apk ist unter folgendem Link downloadbar:

                https://easyupload.io/0jwabg

                Ü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

                Pro

                • 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

                • 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

                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
                • Status bar settings are also applied to the settings screen, but only after changing to runtime and back or reopening app
                • Dark mode in settings is not updating instantly, updated in same fashion as status bar
                • 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

                Ich freue mich auf euer Feedback.

                beste Grüße

                fox

                sigi234S Online
                sigi234S Online
                sigi234
                Forum Testing Most Active
                schrieb am zuletzt editiert von sigi234
                #32

                @foxriver76

                Hallo, wenn ich nur Pro nutze kann ich local leer lassen?
                Kann man das Pro schon ausblenden?

                cloud.0
                2023-02-16 08:27:49.704	info	User disconnected from cloud: xxxxxxxxxxALm1
                
                cloud.0
                2023-02-16 08:27:41.210	error	Cannot request web pages "http://127.0.0.1:8082/vis/adapter/rssfeed/words.js": File adapter/rssfeed/words.js not found: {}
                
                cloud.0
                2023-02-16 08:27:36.218	error	Cannot request web pages "http://127.0.0.1:8082/vis/adapter/template/words.js": File adapter/template/words.js not found: {}
                
                cloud.0
                2023-02-16 08:27:34.553	error	Received unknown command 1: name
                
                cloud.0
                2023-02-16 08:27:34.392	info	User accessed from cloud: xxxxxxxxxxxLm1
                
                cloud.0
                2023-02-16 08:26:07.584	info	User disconnected from cloud: xxxxxxxxxxjALmC
                

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

                BluefoxB 1 Antwort Letzte Antwort
                0
                • foxriver76F foxriver76

                  @bommel_030 die Fehlermeldung basic auth aborted weisst darauf hin dass du basic auth Haken gesetzt hast, entweder die latest web version nutzen und basic auth. deaktivieren, dann kann der Adapter einloggen. Oder deine zertifizierte Url so nutzen wie es gedacht ist für die Basic auth Funktion. Host https://username:password@example.com und username password leer lassen in Der App

                  B Nicht stören
                  B Nicht stören
                  bommel_030
                  schrieb am zuletzt editiert von
                  #33

                  @foxriver76
                  Haken rausgenommen und die VIS lädt im heimischen WLAN und übers Mobilfunknetz, danke!

                  1 Antwort Letzte Antwort
                  0
                  • foxriver76F foxriver76

                    Hallo zusammen,

                    ich habe in der letzten Woche intensiv an einer neuen ioBroker App gearbeitet. Die App wird grundsätzlich sowohl auf iOS als auch auf Android lauffähig sein, da es allerdings komplizierter ist Apple Apps zum Testen raus zu geben, möchte ich gerne Feedback für die Android Version einholen.

                    Die App ist zum Testen vorerst als apk installierbar. Hierfür müsst ihr die Installation unbekannter Apps erlauben.

                    Die apk ist unter folgendem Link downloadbar:

                    https://easyupload.io/0jwabg

                    Ü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

                    Pro

                    • 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

                    • 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

                    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
                    • Status bar settings are also applied to the settings screen, but only after changing to runtime and back or reopening app
                    • Dark mode in settings is not updating instantly, updated in same fashion as status bar
                    • 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

                    Ich freue mich auf euer Feedback.

                    beste Grüße

                    fox

                    F Offline
                    F Offline
                    fL4sH 0
                    schrieb am zuletzt editiert von
                    #34

                    @foxriver76

                    Sehr cool!

                    Installation und VIS funktionieren bis jetzt einwandfrei.
                    Android-Version 13

                    1 Antwort Letzte Antwort
                    0
                    • foxriver76F Offline
                      foxriver76F Offline
                      foxriver76
                      Developer
                      schrieb am zuletzt editiert von foxriver76
                      #35

                      Hallo zusammen,

                      ich hoffe ihr habt einen schönen Tag.

                      Erster Beitrag mit den aktualisierten Settings und neuem Download-Link.

                      Grob die Changes:

                      • Bugfix: Wenn loakle Login Daten nicht stimmen, gehe zurück zu Settings mit Meldung, dass Daten überprüft werden sollen
                      • Neue Option: Zoom Hochformat Faktor 0 - 5
                      • Neue Option: Zoom Querformat Faktor 0 - 5
                      • Neue Option: Neuladen bei Ausrichtungswechsel (sollte man aktivieren wenn man live zwischen den Formaten wechselt mit unterschiedlichen Zoom-Faktoren)
                      • Neue Option: Pro Logo anzeigen (deaktivieren damit bei Pro Verbindung der Indikator oben rechts nicht angezeigt wird)
                      • Neue Geste: 2x Double Tap zum Neuladen

                      Videotutorials & mehr

                      Hier könnt ihr mich unterstützen.

                      F M 3 Antworten Letzte Antwort
                      0
                      • foxriver76F foxriver76

                        Hallo zusammen,

                        ich hoffe ihr habt einen schönen Tag.

                        Erster Beitrag mit den aktualisierten Settings und neuem Download-Link.

                        Grob die Changes:

                        • Bugfix: Wenn loakle Login Daten nicht stimmen, gehe zurück zu Settings mit Meldung, dass Daten überprüft werden sollen
                        • Neue Option: Zoom Hochformat Faktor 0 - 5
                        • Neue Option: Zoom Querformat Faktor 0 - 5
                        • Neue Option: Neuladen bei Ausrichtungswechsel (sollte man aktivieren wenn man live zwischen den Formaten wechselt mit unterschiedlichen Zoom-Faktoren)
                        • Neue Option: Pro Logo anzeigen (deaktivieren damit bei Pro Verbindung der Indikator oben rechts nicht angezeigt wird)
                        • Neue Geste: 2x Double Tap zum Neuladen
                        F Offline
                        F Offline
                        fL4sH 0
                        schrieb am zuletzt editiert von fL4sH 0
                        #36

                        @foxriver76

                        Screenshot_20230216_122407_ioBroker.jpg

                        Sieht sehr gut aus.

                        1 Antwort Letzte Antwort
                        0
                        • foxriver76F foxriver76

                          Hallo zusammen,

                          ich hoffe ihr habt einen schönen Tag.

                          Erster Beitrag mit den aktualisierten Settings und neuem Download-Link.

                          Grob die Changes:

                          • Bugfix: Wenn loakle Login Daten nicht stimmen, gehe zurück zu Settings mit Meldung, dass Daten überprüft werden sollen
                          • Neue Option: Zoom Hochformat Faktor 0 - 5
                          • Neue Option: Zoom Querformat Faktor 0 - 5
                          • Neue Option: Neuladen bei Ausrichtungswechsel (sollte man aktivieren wenn man live zwischen den Formaten wechselt mit unterschiedlichen Zoom-Faktoren)
                          • Neue Option: Pro Logo anzeigen (deaktivieren damit bei Pro Verbindung der Indikator oben rechts nicht angezeigt wird)
                          • Neue Geste: 2x Double Tap zum Neuladen
                          M Offline
                          M Offline
                          ManfredHi
                          schrieb am zuletzt editiert von ManfredHi
                          #37

                          @foxriver76 sagte in ioBroker Android App 2023:

                          Neue Option: Zoom Hochformat Faktor 0 - 5

                          Die Anwendung funktioniert schon echt gut und großen Dank für deine Arbeit. !!!

                          Ich habe jedoch noch etwas probleme mit der Zoomfunktion.
                          Wenn der Wert auf 1 steht wird alles zu groß dargestellt und ich muss verkleinern. Ziehe ich das Bild mit beiden Fingen wie üblich zusammen geht das genauso weit bis alles in der Breite sichtbar ist.
                          Stelle ich den Zoom-Wert für mein Smartphone auf 0.48 ein, dann wird zwar beim Öffnen gleich alles in der Breite dargestellt, zoome ich jedoch wo hinein und dann wieder hinaus habe ich ein weitaus verkleinertes Bild mit einem 2cm zusätzlichen Rand rechts. Es ist also dann nur schwer möglich manuell wieder auf die volle Breite zu zoomen, ohne diesen Rand zu haben. Durch diesen Rand ist die ansicht natürlich verschiebbar, was nicht optimal ist.

                          Hoffe du verstehst was ich genau meine.

                          Ergänzung:
                          Wenn man in ein Feld klickt und die Tastatur öffnet sich, wird der zoom zurückgesetzt. Auch wenn die Tastatur wieder ausgeblendet ist wird nicht mehr auf die ursprüngliche Größe verkleinert.

                          1 Antwort Letzte Antwort
                          0
                          • Jey CeeJ Online
                            Jey CeeJ Online
                            Jey Cee
                            Developer
                            schrieb am zuletzt editiert von
                            #38

                            Ich hätte da einen Wunsch, gleich nachdem du iQontrol und Lovlace integriert hast 😉, push Benachrichtigungen.

                            Telegram funktioniert zwar aber nur für Benachrichtigungen könnte man es sich dann sparen und es wäre kein externer Dienst mehr beteiligt solange man im WLAN ist.

                            Persönlicher Support
                            Spenden -> paypal.me/J3YC33

                            1 Antwort Letzte Antwort
                            0
                            • foxriver76F foxriver76

                              Hallo zusammen,

                              ich hoffe ihr habt einen schönen Tag.

                              Erster Beitrag mit den aktualisierten Settings und neuem Download-Link.

                              Grob die Changes:

                              • Bugfix: Wenn loakle Login Daten nicht stimmen, gehe zurück zu Settings mit Meldung, dass Daten überprüft werden sollen
                              • Neue Option: Zoom Hochformat Faktor 0 - 5
                              • Neue Option: Zoom Querformat Faktor 0 - 5
                              • Neue Option: Neuladen bei Ausrichtungswechsel (sollte man aktivieren wenn man live zwischen den Formaten wechselt mit unterschiedlichen Zoom-Faktoren)
                              • Neue Option: Pro Logo anzeigen (deaktivieren damit bei Pro Verbindung der Indikator oben rechts nicht angezeigt wird)
                              • Neue Geste: 2x Double Tap zum Neuladen
                              M Offline
                              M Offline
                              ManfredHi
                              schrieb am zuletzt editiert von ManfredHi
                              #39

                              @foxriver76

                              Mir ist noch aufgefallen, dass bei meinem Smartphone (Huawei p30pro) der Schalter für das Neuladen bei Ausrichtungswechsel nicht angezeigt wird. Ist aber nur im Hochformat. Bei Querformat ist diese sichtbar.

                              a6336b8f-8d97-475f-8d4a-fe2e7712ac73-image.png

                              1 Antwort Letzte Antwort
                              0
                              • foxriver76F Offline
                                foxriver76F Offline
                                foxriver76
                                Developer
                                schrieb am zuletzt editiert von
                                #40

                                Erster Beitrag nochmal aktualisiert

                                Änderungen:

                                • Minmal-Support: jarvis, Lovelace, iQontrol
                                • Neue Option: Auto Zoom
                                • Neue Option: Erzwinge Fullscreen
                                • Langer Text sollte nun verkleinert werden auf schmalen Devices, so dass die Einstellungen weiterhin erreichbar sind

                                @ManfredH1 Bitte testen ob eine der neuen Optionen dein Problem behebt.

                                Videotutorials & mehr

                                Hier könnt ihr mich unterstützen.

                                bahnuhrB M BluefoxB David G.D Samson71S 5 Antworten Letzte Antwort
                                2
                                • foxriver76F foxriver76

                                  Erster Beitrag nochmal aktualisiert

                                  Änderungen:

                                  • Minmal-Support: jarvis, Lovelace, iQontrol
                                  • Neue Option: Auto Zoom
                                  • Neue Option: Erzwinge Fullscreen
                                  • Langer Text sollte nun verkleinert werden auf schmalen Devices, so dass die Einstellungen weiterhin erreichbar sind

                                  @ManfredH1 Bitte testen ob eine der neuen Optionen dein Problem behebt.

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

                                  @foxriver76

                                  Im Quermodus ist mit 1 immer noch zu groß.
                                  Kann man dort bei 0 anfangen.

                                  3 Finger-Modus klappt momentan nicht.
                                  Bei der alten Version gestern hat dies einwandfrei geklappt.


                                  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 Antwort Letzte Antwort
                                  0
                                  • bahnuhrB bahnuhr

                                    @foxriver76

                                    Im Quermodus ist mit 1 immer noch zu groß.
                                    Kann man dort bei 0 anfangen.

                                    3 Finger-Modus klappt momentan nicht.
                                    Bei der alten Version gestern hat dies einwandfrei geklappt.

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

                                    @bahnuhr Wie der Zoom beginnt, kannst du in den Settings einstellen, jedem kann man es hier nicht recht machen. Natürlich blöd, wenn die Einstellungen bei dir gerade nicht aufrufbar sind. Wobei das auf meinem Testgerät einwandfrei funktioniert. Nimmt er irgendwelche Gesten (2 Finger Doppeltap -> Reload, 3 Finger Single Tap -> Einstellungen)?

                                    Videotutorials & mehr

                                    Hier könnt ihr mich unterstützen.

                                    M 1 Antwort Letzte Antwort
                                    0
                                    • foxriver76F foxriver76

                                      Erster Beitrag nochmal aktualisiert

                                      Änderungen:

                                      • Minmal-Support: jarvis, Lovelace, iQontrol
                                      • Neue Option: Auto Zoom
                                      • Neue Option: Erzwinge Fullscreen
                                      • Langer Text sollte nun verkleinert werden auf schmalen Devices, so dass die Einstellungen weiterhin erreichbar sind

                                      @ManfredH1 Bitte testen ob eine der neuen Optionen dein Problem behebt.

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

                                      @foxriver76 sagte in ioBroker Android App 2023:

                                      Bitte testen ob eine der neuen Optionen dein Problem behebt.

                                      Wowhh... wahnsinn wie schnell du bist.

                                      Also Zoom funktioniert bei mir jetzt einwandfrei (der rechte 2cm Bereich ist jetzt weg), wenn ich einen Wert von unter 1 eingestellt habe. Auch beim Aufzoomen und anschließendem manuellen zurückzoomen kommt man nur bis zum eingestellten Zoombereich. Perfekt.
                                      Einzig wenn man in einem Feld eine Eingabe macht muss man manuell zurückzoomen, aber das stört mich nicht sonderlich.

                                      3-Finger-Tap funktioniert bei mir einwandfrei, genauso wie der 2-Finger-Tap für den Reload.
                                      Der fehlende Schalter in denEinstellungen im Hochformat ist nun auch vorhanden.

                                      Toll !!!!!! DANKE !

                                      1 Antwort Letzte Antwort
                                      0
                                      • foxriver76F foxriver76

                                        @bahnuhr Wie der Zoom beginnt, kannst du in den Settings einstellen, jedem kann man es hier nicht recht machen. Natürlich blöd, wenn die Einstellungen bei dir gerade nicht aufrufbar sind. Wobei das auf meinem Testgerät einwandfrei funktioniert. Nimmt er irgendwelche Gesten (2 Finger Doppeltap -> Reload, 3 Finger Single Tap -> Einstellungen)?

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

                                        @foxriver76

                                        Es gibt die Einstellung dass das Display nicht abgeschaltet werden soll.
                                        Das ist praktisch bei den Wandtablets tagsüber. Allerdings in der Nacht könnte sich das Display ruhig ausschalten.

                                        Wäre es deshalb möglich das ein- und ausschalten des Displays über einen Datenpunkt (z.B. in vis.0 wo auch der Batteriestand liegt) zu machen? Dann könnte man das von iobroker aus für die verschiedenen Geräte unterschiedlich und variabel definieren.
                                        einmal wann das Tablet ausgehen soll und einmal wann es wieder auf dauer gehen soll.
                                        Wenn es in der Zeit wo es normalerweise ausgeschaltet ist, dann manuell eingeschaltet wird, sollte es automatisch nach einiger Zeit wieder ausschalten.

                                        Nur ein Vorschlag ob das eventuell möglich wäre.

                                        foxriver76F 1 Antwort Letzte Antwort
                                        1
                                        • M ManfredHi

                                          @foxriver76

                                          Es gibt die Einstellung dass das Display nicht abgeschaltet werden soll.
                                          Das ist praktisch bei den Wandtablets tagsüber. Allerdings in der Nacht könnte sich das Display ruhig ausschalten.

                                          Wäre es deshalb möglich das ein- und ausschalten des Displays über einen Datenpunkt (z.B. in vis.0 wo auch der Batteriestand liegt) zu machen? Dann könnte man das von iobroker aus für die verschiedenen Geräte unterschiedlich und variabel definieren.
                                          einmal wann das Tablet ausgehen soll und einmal wann es wieder auf dauer gehen soll.
                                          Wenn es in der Zeit wo es normalerweise ausgeschaltet ist, dann manuell eingeschaltet wird, sollte es automatisch nach einiger Zeit wieder ausschalten.

                                          Nur ein Vorschlag ob das eventuell möglich wäre.

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

                                          @manfredh1 Ich sammle die Ideen gerne, auch das von Jey Cee, allerdings ist aktuell noch keine "Background" Kommunikation geplant. Alles was kommuniziert wird, funktioniert aktuell nur bei geöffneter vis runtime.

                                          Videotutorials & mehr

                                          Hier könnt ihr mich unterstützen.

                                          M 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

                                          913

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          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