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

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

  • MonatsrĂŒckblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.9k

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

ioBroker Android App 2023

Geplant Angeheftet Gesperrt Verschoben Tester
204 BeitrÀge 25 Kommentatoren 43.0k 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

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

                                      @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.

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

                                      @foxriver76 sagte in ioBroker Android App 2023:

                                      Alles was kommuniziert wird, funktioniert aktuell nur bei geöffneter vis runtime.

                                      ok. kein Problem. ich dachte nur das wĂŒrde auch so gehen, denn wenn ich das display manuell ausschalte, wird trotzdem der ladestand und der status ob geladen wird in vis.0 aktualisiert (natĂŒrlich ist dabei im hintergrund die app geöffnet). hab sie von den stromspareinstellungen des huaweis ausgenommen, damit diese nicht automatisch geschlossen wird.

                                      foxriver76F 1 Antwort Letzte Antwort
                                      0
                                      • M ManfredHi

                                        @foxriver76 sagte in ioBroker Android App 2023:

                                        Alles was kommuniziert wird, funktioniert aktuell nur bei geöffneter vis runtime.

                                        ok. kein Problem. ich dachte nur das wĂŒrde auch so gehen, denn wenn ich das display manuell ausschalte, wird trotzdem der ladestand und der status ob geladen wird in vis.0 aktualisiert (natĂŒrlich ist dabei im hintergrund die app geöffnet). hab sie von den stromspareinstellungen des huaweis ausgenommen, damit diese nicht automatisch geschlossen wird.

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

                                        @manfredh1 Was ich vermutlich anbieten kann, ist die Helligkeit zu setzen wenn man die vis anlÀsst. Man könnte dann nachts die Helligkeit auf minimal stellen.

                                        Puh.. bei Abschaltung.. ich bin mir nicht 100 % sicher, ob er dann weiter kommuniziert. (ob der WebView quasi geöffnet bleibt)

                                        Videotutorials & mehr

                                        Hier könnt ihr mich unterstĂŒtzen.

                                        M 1 Antwort Letzte Antwort
                                        0
                                        • sigi234S sigi234

                                          @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
                                          
                                          BluefoxB Offline
                                          BluefoxB Offline
                                          Bluefox
                                          schrieb am zuletzt editiert von
                                          #48

                                          @sigi234 sagte in ioBroker Android App 2023:

                                          Hallo, wenn ich nur Pro nutze kann ich local leer lassen?

                                          Ich wĂŒrde immer bitten, wenn möglich lokal zu benutzen. Immer die Daten ĂŒber "pro" zu "schleusern" ist gegenĂŒber anderen pro-Nutzer nicht so gut.

                                          sigi234S 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

                                          646

                                          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