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

ioBroker Android App 2023

Geplant Angeheftet Gesperrt Verschoben Tester
204 Beiträge 25 Kommentatoren 43.1k 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.
  • bahnuhrB bahnuhr

    @foxriver76

    Installation klappt.

    Eingabe bei host.ip:port: 192.168.243.10:8082
    Projekt: 192.168.243.10:8082/vis/index.html#Titel
    VIS fängt an zu laden und dann kommt: view existiert nicht

    Eingabe bei host.ip:port: 192.168.243.10:20002
    Projekt: 192.168.243.10:20002/vis/index.html#Titel
    VIS fängt an zu laden und dann kommt: view existiert nicht

    web.0 mit 8082: ws aktiviert
    web.1 mit 20002: ws nicht aktiviert
    (die alte app funktioniert mit 20002)

    mfg
    Dieter

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

    @bahnuhr bei Projekt bitte keine url nur projektname, im Zweifel leer lassen. Wir schauen, dass wir noch die Projekte abholen und nur anzeigen welche existieren um das zu vereinfachen wie bei der alten Android App.

    Videotutorials & mehr

    Hier könnt ihr mich unterstützen.

    bahnuhrB 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

      N Offline
      N Offline
      Nordischerjung
      schrieb am zuletzt editiert von
      #4

      @foxriver76 Moin,

      Installation klappte sofort, bei mir kommt auch "VIS fängt an zu laden und dann kommt: view existiert nicht" wie bei @bahnuhr

      Eingabe bei Host IP: 192.168.170.35:8082
      bei Projekt verschiedenes versucht: ist es Richtig nur alles hinter index.html einzugeben?
      Meine VIS Adresse sieht so aus "192.168.170.35:8082/vis/index.html?VIS_New#_pagestart" (mit http davor)
      gebe ich jetzt VIS_New#_pagestart ein? Ich habe natürlich mehrere Sachen versucht

      Gruß Nordischerjung

      sonnige Grüße von der Ostsee

      foxriver76F 1 Antwort Letzte Antwort
      0
      • foxriver76F foxriver76

        @bahnuhr bei Projekt bitte keine url nur projektname, im Zweifel leer lassen. Wir schauen, dass wir noch die Projekte abholen und nur anzeigen welche existieren um das zu vereinfachen wie bei der alten Android App.

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

        @foxriver76 sagte in ioBroker Android App 2023:

        bei Projekt bitte keine url nur projektname, im Zweifel leer lassen.

        o.g. Text ist verwirrend.
        Habe jetzt leer gelassen
        main wird geladen.

        wäre schön wenn man den zoom Faktor noch vorgeben könnte (sowohl hoch als auch quer)
        (wie in der alten app)


        Wenn ich helfen konnte, dann Daumen hoch (Pfeil nach oben)!
        Danke.
        gute Forenbeiträge: https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge
        ScreenToGif :https://www.screentogif.com/downloads.html

        1 Antwort Letzte Antwort
        0
        • bahnuhrB Online
          bahnuhrB Online
          bahnuhr
          Forum Testing Most Active
          schrieb am zuletzt editiert von
          #6

          Nachtrag:
          vis wird auch mit pro dargestellt

          Dann erscheint oben rechts ein Symbol ".pro"

          Könnte man dies weglassen?


          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
          • N Nordischerjung

            @foxriver76 Moin,

            Installation klappte sofort, bei mir kommt auch "VIS fängt an zu laden und dann kommt: view existiert nicht" wie bei @bahnuhr

            Eingabe bei Host IP: 192.168.170.35:8082
            bei Projekt verschiedenes versucht: ist es Richtig nur alles hinter index.html einzugeben?
            Meine VIS Adresse sieht so aus "192.168.170.35:8082/vis/index.html?VIS_New#_pagestart" (mit http davor)
            gebe ich jetzt VIS_New#_pagestart ein? Ich habe natürlich mehrere Sachen versucht

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

            @nordischerjung

            Url wird so zusammengebaut aktuell

            `${this.props.activeUrl}/${this.props.application}/index.html#${this.props.project}`
            

            also

            192.168.178.123:8082/vis/index.html#main

            vermutlich liegt der Fehler bei mir und es müsste ? statt # sein.

            Videotutorials & mehr

            Hier könnt ihr mich unterstützen.

            bahnuhrB N 3 Antworten Letzte Antwort
            0
            • foxriver76F foxriver76

              @nordischerjung

              Url wird so zusammengebaut aktuell

              `${this.props.activeUrl}/${this.props.application}/index.html#${this.props.project}`
              

              also

              192.168.178.123:8082/vis/index.html#main

              vermutlich liegt der Fehler bei mir und es müsste ? statt # sein.

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

              @foxriver76 sagte in ioBroker Android App 2023:

              vermutlich liegt der Fehler bei mir und es müsste ? statt # sein.

              Nein,
              "#" ist schon richtig

              Bei einem Projekt (ohne main) kommt dahinter ja auch der Projekt Name
              Nur bei main halt nicht.


              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

                Nachtrag:
                vis wird auch mit pro dargestellt

                Dann erscheint oben rechts ein Symbol ".pro"

                Könnte man dies weglassen?

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

                @bahnuhr Ja, hehe. Ich kann es per Option ausschalten lassen.

                • Zoom je nach Orientierung kann ich auch einbauen die Tage

                Videotutorials & mehr

                Hier könnt ihr mich unterstützen.

                bahnuhrB 1 Antwort Letzte Antwort
                0
                • bahnuhrB bahnuhr

                  @foxriver76 sagte in ioBroker Android App 2023:

                  vermutlich liegt der Fehler bei mir und es müsste ? statt # sein.

                  Nein,
                  "#" ist schon richtig

                  Bei einem Projekt (ohne main) kommt dahinter ja auch der Projekt Name
                  Nur bei main halt nicht.

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

                  @bahnuhr Hast du zufällig ein nicht-main Projekt und kannst es testen ob es mit App geht, bzw mir zeigen wie die URL aussieht.

                  Videotutorials & mehr

                  Hier könnt ihr mich unterstützen.

                  bahnuhrB 1 Antwort Letzte Antwort
                  0
                  • foxriver76F foxriver76

                    @nordischerjung

                    Url wird so zusammengebaut aktuell

                    `${this.props.activeUrl}/${this.props.application}/index.html#${this.props.project}`
                    

                    also

                    192.168.178.123:8082/vis/index.html#main

                    vermutlich liegt der Fehler bei mir und es müsste ? statt # sein.

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

                    @foxriver76 sagte in ioBroker Android App 2023:

                    vermutlich liegt der Fehler bei mir und es müsste ? statt # sein.

                    Hast doch recht.
                    Ein selbst angelegtes Projekt heißt:
                    .../index.html?Urlaub#map

                    Also doch, hinter ? kommt das Projekt


                    Wenn ich helfen konnte, dann Daumen hoch (Pfeil nach oben)!
                    Danke.
                    gute Forenbeiträge: https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge
                    ScreenToGif :https://www.screentogif.com/downloads.html

                    1 Antwort Letzte Antwort
                    0
                    • foxriver76F foxriver76

                      @bahnuhr Hast du zufällig ein nicht-main Projekt und kannst es testen ob es mit App geht, bzw mir zeigen wie die URL aussieht.

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

                      @foxriver76 sagte in ioBroker Android App 2023:

                      Hast du zufällig ein nicht-main Projekt

                      Habe Urlaub eingegeben.
                      -> fängt an zu laden und dann: view existiert nicht.

                      Habe Urlaub#map eingegeben.
                      -> fängt an zu laden und dann: view existiert nicht.

                      Fazit:
                      eigenes Projekt klappt noch nicht.


                      Wenn ich helfen konnte, dann Daumen hoch (Pfeil nach oben)!
                      Danke.
                      gute Forenbeiträge: https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge
                      ScreenToGif :https://www.screentogif.com/downloads.html

                      1 Antwort Letzte Antwort
                      0
                      • bahnuhrB Online
                        bahnuhrB Online
                        bahnuhr
                        Forum Testing Most Active
                        schrieb am zuletzt editiert von
                        #13

                        Nachtrag zu zoom:
                        Der Zoom im quer modus geht nicht weit genug nach unten.
                        (müsste also weiter verkleinerbar sein).


                        Wenn ich helfen konnte, dann Daumen hoch (Pfeil nach oben)!
                        Danke.
                        gute Forenbeiträge: https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge
                        ScreenToGif :https://www.screentogif.com/downloads.html

                        1 Antwort Letzte Antwort
                        0
                        • foxriver76F foxriver76

                          @bahnuhr Ja, hehe. Ich kann es per Option ausschalten lassen.

                          • Zoom je nach Orientierung kann ich auch einbauen die Tage
                          bahnuhrB Online
                          bahnuhrB Online
                          bahnuhr
                          Forum Testing Most Active
                          schrieb am zuletzt editiert von
                          #14

                          @foxriver76 sagte in ioBroker Android App 2023:

                          @bahnuhr Ja, hehe. Ich kann es per Option ausschalten lassen.

                          • Zoom je nach Orientierung kann ich auch einbauen die Tage

                          Wunsch:
                          je nach Orientierung per xx% einstellen.
                          Und die Möglichkeit, dass man das zoomen dann ausschalten kann.


                          Wenn ich helfen konnte, dann Daumen hoch (Pfeil nach oben)!
                          Danke.
                          gute Forenbeiträge: https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge
                          ScreenToGif :https://www.screentogif.com/downloads.html

                          1 Antwort Letzte Antwort
                          0
                          • foxriver76F foxriver76

                            @nordischerjung

                            Url wird so zusammengebaut aktuell

                            `${this.props.activeUrl}/${this.props.application}/index.html#${this.props.project}`
                            

                            also

                            192.168.178.123:8082/vis/index.html#main

                            vermutlich liegt der Fehler bei mir und es müsste ? statt # sein.

                            N Offline
                            N Offline
                            Nordischerjung
                            schrieb am zuletzt editiert von
                            #15

                            @foxriver76 sagte in ioBroker Android App 2023:

                            also

                            192.168.178.123:8082/vis/index.html#main

                            vermutlich liegt der Fehler bei mir und es müsste ? statt # sein.

                            Ja da lag meine Vermutung, deshalb hatte ich dir die URL gezeigt

                            Gruß Nordischerjung

                            sonnige Grüße von der Ostsee

                            1 Antwort Letzte Antwort
                            0
                            • bahnuhrB Online
                              bahnuhrB Online
                              bahnuhr
                              Forum Testing Most Active
                              schrieb am zuletzt editiert von
                              #16

                              Nachtrag:
                              Übertragung der Handy Daten (battery und state) an vis.0 klappt auch.


                              Wenn ich helfen konnte, dann Daumen hoch (Pfeil nach oben)!
                              Danke.
                              gute Forenbeiträge: https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge
                              ScreenToGif :https://www.screentogif.com/downloads.html

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

                                Ich habe den Download Link aktualisiert, es sollten jetzt die Angabe der Projekte funktionieren, so dass auch Leute mit nicht main Projekten testen können.

                                Videotutorials & mehr

                                Hier könnt ihr mich unterstützen.

                                N bahnuhrB S 3 Antworten Letzte Antwort
                                0
                                • foxriver76F foxriver76

                                  Ich habe den Download Link aktualisiert, es sollten jetzt die Angabe der Projekte funktionieren, so dass auch Leute mit nicht main Projekten testen können.

                                  N Offline
                                  N Offline
                                  Nordischerjung
                                  schrieb am zuletzt editiert von
                                  #18

                                  @foxriver76 Jupp funktioniert

                                  Gruß Nordischerjung

                                  sonnige Grüße von der Ostsee

                                  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

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

                                    @foxriver76

                                    Läuft bei mir, ich teste weiter. :+1:

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

                                    1 Antwort Letzte Antwort
                                    0
                                    • M Offline
                                      M Offline
                                      ManfredHi
                                      schrieb am zuletzt editiert von
                                      #20

                                      @foxriver76
                                      Installation hat geklappt. Allerdings kann ich nicht ganz so weit zoomen, dass alles auf einer Displaybreite sichtbar ist. Da fehlt ein bischen was, so dass ich hin- und herscrollen muss.
                                      Aufgefallen ist mir auch, dass bei jedem Neustart wieder der zoom zurückgesetzt ist. Es wäre super hier die eigene Einstellung speichern zu können.
                                      Wenn ein Netzwerkwechsel erfolgt kommt, wie üblich immer das Fenster wo von 9 heruntergezählt wird. Das dauert dann bis zu einer Minute bis die VIS dann überhaupt neu geladen wird (ist auch im Fullybrowser so).
                                      Allerdings wäre es super, wenn man die aktualisierung manuell anstossen könnte, sodass man nicht so lange warten muss (z.B. durch klick mit zwei Fingern gleichzeitig).
                                      Ansonsten top.

                                      1 Antwort Letzte Antwort
                                      0
                                      • foxriver76F foxriver76

                                        Ich habe den Download Link aktualisiert, es sollten jetzt die Angabe der Projekte funktionieren, so dass auch Leute mit nicht main Projekten testen können.

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

                                        @foxriver76 sagte in ioBroker Android App 2023:

                                        Ich habe den Download Link aktualisiert, es sollten jetzt die Angabe der Projekte funktionieren, so dass auch Leute mit nicht main Projekten testen können.

                                        Ja, läuft jetzt mit eigenen Projekten.


                                        Wenn ich helfen konnte, dann Daumen hoch (Pfeil nach oben)!
                                        Danke.
                                        gute Forenbeiträge: https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge
                                        ScreenToGif :https://www.screentogif.com/downloads.html

                                        1 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

                                          David G.D Online
                                          David G.D Online
                                          David G.
                                          schrieb am zuletzt editiert von
                                          #22

                                          @foxriver76 sagte in ioBroker Android App 2023:

                                          Application: choose between vis and material adapter, just changes the uri of the WebView

                                          Sind auch andere Visualisierungen geplant?

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

                                          Meine Tabellen für eure Visualisierung klick

                                          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

                                          651

                                          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