Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Visualisierung
    4. Fully Kiosk Browser

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    Fully Kiosk Browser

    This topic has been deleted. Only users with topic management privileges can see it.
    • H
      Hansi1234 @Merlin123 last edited by

      @merlin123 extra Vis?

      Merlin123 1 Reply Last reply Reply Quote 0
      • Merlin123
        Merlin123 @Hansi1234 last edited by

        @hansi1234 Naja. Wäre natürlich machbar. Aber ein riesiger Aufwand alles doppelt zu pflegen, wenn 95% gleich sind 😞

        H 1 Reply Last reply Reply Quote 0
        • H
          Hansi1234 @Merlin123 last edited by

          @merlin123 hm nur das eine Tab anders? Zb hometabletessen und hometabletschlafen ?

          Merlin123 1 Reply Last reply Reply Quote 0
          • Merlin123
            Merlin123 @Hansi1234 last edited by Merlin123

            @hansi1234 Die Idee ist, das beide Tablets das Gleiche anzeigen sollen und das gleiche machen sollen.Ich müsste dann ja auch die ganze Navigation zwischen den Views anders machen, sonst springt der ja in die "verkehrte" Ansicht

            liv-in-sky Chaot 2 Replies Last reply Reply Quote 0
            • liv-in-sky
              liv-in-sky @Merlin123 last edited by

              @merlin123

              quick and dirty 🙂

              pro tablet eine eigene web-adapter-instanz - pro app ein html-widget

              dann diesen teil in ein html-widget

              • du musst deine ports und datenpunkte und app und ein passendes bild eintragen

              widget -mit bild

              [{"tpl":"tplHtml","data":{"g_fixed":false,"g_visibility":false,"g_css_font_text":false,"g_css_background":true,"g_css_shadow_padding":false,"g_css_border":false,"g_gestures":false,"g_signals":false,"g_last_change":false,"visibility-cond":"==","visibility-val":1,"visibility-groups-action":"hide","refreshInterval":"0","signals-cond-0":"==","signals-val-0":true,"signals-icon-0":"/vis/signals/lowbattery.png","signals-icon-size-0":0,"signals-blink-0":false,"signals-horz-0":0,"signals-vert-0":0,"signals-hide-edit-0":false,"signals-cond-1":"==","signals-val-1":true,"signals-icon-1":"/vis/signals/lowbattery.png","signals-icon-size-1":0,"signals-blink-1":false,"signals-horz-1":0,"signals-vert-1":0,"signals-hide-edit-1":false,"signals-cond-2":"==","signals-val-2":true,"signals-icon-2":"/vis/signals/lowbattery.png","signals-icon-size-2":0,"signals-blink-2":false,"signals-horz-2":0,"signals-vert-2":0,"signals-hide-edit-2":false,"lc-type":"last-change","lc-is-interval":true,"lc-is-moment":false,"lc-format":"","lc-position-vert":"top","lc-position-horz":"right","lc-offset-vert":0,"lc-offset-horz":0,"lc-font-size":"12px","lc-font-family":"","lc-font-style":"","lc-bkg-color":"","lc-color":"","lc-border-width":"0","lc-border-style":"","lc-border-color":"","lc-border-radius":10,"lc-zindex":0,"html":"\n    \n    <script>\n    \n    function openmystuff(){\n      var myTabPort1=8072  ;\n      var myTabPort2=8082 ;\n      console.log(location.port)\n      if ( location.port==myTabPort1){\n     vis.setValue('fullybrowser.0.192_168_178_44.Commands.startApplication','com.google.android.youtube');\n      }\n      if ( location.port==myTabPort2){console.log(\"dadadadada\")\n     vis.setValue('fullybrowser.0.192_168_178_42.Commands.startApplication','com.google.android.youtube');\n     }   \n    }  \n        \n        \n    </script>\n    \n\n    \n    <img src=\"/vis.0/armin/img/youtube1.png\" onclick=\"openmystuff()\">"},"style":{"left":"448px","top":"732px","background-color":"#b60c0c","width":"164px","height":"116px"},"widgetSet":"basic"}]
              

              der inhalt (ist schon im widget drin):

                  
                  <script>
                  
                  function openmystuff(){
                    var myTabPort1=8072  ;
                    var myTabPort2=8082 ;
                    console.log(location.port)
                    if ( location.port==myTabPort1){
                   vis.setValue('fullybrowser.0.192_168_178_44.Commands.startApplication','com.google.android.youtube');
                    }
                    if ( location.port==myTabPort2){console.log("dadadadada")
                   vis.setValue('fullybrowser.0.192_168_178_42.Commands.startApplication','com.google.android.youtube');
                   }   
                  }  
                      
                      
                  </script>
                  
              
                  
                  <img src="/vis.0/armin/img/youtube1.png" onclick="openmystuff()">
              

              das machst du dann für jede app

              Merlin123 1 Reply Last reply Reply Quote 0
              • Chaot
                Chaot @Merlin123 last edited by

                @merlin123 Warum? Ich habe bei mir das komplette Projekt 1:1 kopiert und lasse das auf zwei verschiedenen Geräten laufen. Aus dieser Basis heraus habe ich mir dann aber noch die individuellen Änderungen für den jeweiligen Standort mit eingebaut.

                So oft finden Änderungen am Design ja nicht statt das man das ständig doppelt ran müsste. Und falls doch, dann wird eben wieder das neu erstellte Design dupliziert und individualisiert.

                Bei zwei verschieden Projekten ändert sich ja auch die Navigation innerhalb der Views. Also der springt nicht beim navigieren von View 1 auf eine Unterseite von View 2.

                Merlin123 1 Reply Last reply Reply Quote 0
                • Merlin123
                  Merlin123 @liv-in-sky last edited by

                  @liv-in-sky Das muss ich mir mal in Ruhe anschauen 😄

                  1 Reply Last reply Reply Quote 0
                  • Merlin123
                    Merlin123 @Chaot last edited by

                    @chaot Ich bastel aktuell noch sehr oft an der Vis. Irgendwie doof, dass es da keine "einfache" Lösung zu geben scheint.
                    Muss mir mal überlegen, wie ich das mache.

                    Chaot 1 Reply Last reply Reply Quote 0
                    • Chaot
                      Chaot @Merlin123 last edited by

                      @merlin123
                      Ein komplettes Projekt ist blitzschnell kopiert.
                      Wenn ich meine Optik verändere erstelle ich mir ein Projekt und arbeite das dann aus. Dann werden aus den alten Projekten die Sonderfälle exportiert (Meist spezielle Widgets), das neue Projekt dupliziert und die beiden finalen Projekte erstellt.
                      Dann werden die umbenannt auf die alten Namen und fertig.
                      Das dauert keine Stunde und ich habe die beiden Projekte geändert. Natürlich ohne die Zeit gerechnet das Projekt zu erstellen.

                      Der Vorteil bei mir ist, das ich immer ein Projekt zum spielen und experimentieren habe. Das wird für Neuentwicklungen genutzt. Damit sieht die View auf den Geräten nicht jeden Tag anders aus, sondern wird dann nur umgestellt wenn ich wirklich was deutlich verändert habe.
                      Ich persönlich finde das sogar sehr einfach, weil ich dadurch immer sauber die Übersicht habe was welches Tablet darf oder kann und trotzdem sehen beide auf den ersten Blick gleich aus.
                      Was meine Sonderfälle angeht ist beispielsweise das ein Tablet den Stundenplan und den Vertretungsplan anzeigen kann. Das benötige ich in der Küche auf dem zweiten Gerät nicht. Dafür ist dort eine View mit zufälligen Rezeptvorschlägen eingebaut.

                      Merlin123 1 Reply Last reply Reply Quote 0
                      • Merlin123
                        Merlin123 @Chaot last edited by

                        @chaot Ich behalte die Lösung mal im Auge. Danke für die Erklärung 🙂

                        1 Reply Last reply Reply Quote 0
                        • Merlin123
                          Merlin123 last edited by Merlin123

                          Weil es so schön ist noch ein Problem:
                          Samsung Tab 8 Android 11:
                          Ich krieg da absolut gar nichts gesteuert. Fully startet mit "startApplication" keine Apps, screenOff/sreenOn geht nicht.
                          Keine Ahnung.
                          Hab Fully auf dem Tablet alle Rechte gegeben und es ist Geräteadmin, in Fully müsste ich auch alles mögliche aktiviert haben. Sieht eigentlich aus wie auf meinem Lenovotab... Fully Lizenz hab ich natürlich.

                          Was auch nicht geht: Er zeigt mir den Ladestand des Akkus nicht an. den DP gibt es bei dem Tablet nicht.
                          mit dem Fully-tablet-control Adapter sehe ich zumindest den Akkustand.

                          Bin grad "leicht" angenervt....

                          arteck 1 Reply Last reply Reply Quote 0
                          • arteck
                            arteck Developer Most Active @Merlin123 last edited by

                            @merlin123 und ich soll jetzt meine Glaskugel aus dem Keller holen um dir zu sagen was du falsch machst oder wie...

                            adapter auf debug und LOG posten

                            Merlin123 1 Reply Last reply Reply Quote 0
                            • Merlin123
                              Merlin123 @arteck last edited by Merlin123

                              @arteck hab jetzt mal ein "startApplication" versucht:

                              
                              fullybrowser.0
                              2022-03-29 11:09:13.387	warn	State "fullybrowser.0.192,168,0,244.lastInfoUpdate" has no existing object, this might lead to an error in future versions
                              
                              fullybrowser.0
                              2022-03-29 11:09:13.372	warn	State "fullybrowser.0.192,168,0,244.isFullyAlive" has no existing object, this might lead to an error in future versions
                              
                              fullybrowser.0
                              2022-03-29 11:09:13.362	warn	updateDeviceERROR 192,168,0,244
                              
                              fullybrowser.0
                              2022-03-29 11:08:40.443	warn	State "fullybrowser.0.192,168,0,244.lastInfoUpdate" has no existing object, this might lead to an error in future versions
                              
                              fullybrowser.0
                              2022-03-29 11:08:40.425	warn	State "fullybrowser.0.192,168,0,244.isFullyAlive" has no existing object, this might lead to an error in future versions
                              
                              fullybrowser.0
                              2022-03-29 11:08:40.415	warn	updateDeviceERROR 192,168,0,244
                              
                              fullybrowser.0
                              2022-03-29 11:08:37.877	warn	Used invalid characters: fullybrowser.0.192,168,0,244.Commands.screenBrightness changed to fullybrowser.0.192_168_0_244.Commands.screenBrightness
                              
                              fullybrowser.0
                              2022-03-29 11:08:37.876	warn	This object will not be created in future versions. Please report this to the developer.
                              
                              fullybrowser.0
                              2022-03-29 11:08:37.875	warn	Object 192,168,0,244.Commands.screenBrightness is invalid: Default value has to be type "number" but received type "string"
                              
                              fullybrowser.0
                              2022-03-29 11:08:37.816	warn	Used invalid characters: fullybrowser.0.192,168,0,244.Commands.setStringSetting changed to fullybrowser.0.192_168_0_244.Commands.setStringSetting
                              
                              fullybrowser.0
                              2022-03-29 11:08:37.795	warn	Used invalid characters: fullybrowser.0.192,168,0,244.Commands.textToSpeech changed to fullybrowser.0.192_168_0_244.Commands.textToSpeech
                              
                              fullybrowser.0
                              2022-03-29 11:08:37.712	warn	Used invalid characters: fullybrowser.0.192,168,0,244.Commands.setAudioVolume changed to fullybrowser.0.192_168_0_244.Commands.setAudioVolume
                              
                              fullybrowser.0
                              2022-03-29 11:08:37.692	warn	Used invalid characters: fullybrowser.0.192,168,0,244.Commands.loadURL changed to fullybrowser.0.192_168_0_244.Commands.loadURL
                              
                              fullybrowser.0
                              2022-03-29 11:08:37.658	warn	Used invalid characters: fullybrowser.0.192,168,0,244.Commands.startApplication changed to fullybrowser.0.192_168_0_244.Commands.startApplication
                              
                              fullybrowser.0
                              2022-03-29 11:08:37.637	warn	Used invalid characters: fullybrowser.0.192,168,0,244.Commands.disableLockedMode changed to fullybrowser.0.192_168_0_244.Commands.disableLockedMode
                              
                              fullybrowser.0
                              2022-03-29 11:08:37.586	warn	Used invalid characters: fullybrowser.0.192,168,0,244.Commands.enableLockedMode changed to fullybrowser.0.192_168_0_244.Commands.enableLockedMode
                              
                              fullybrowser.0
                              2022-03-29 11:08:37.570	warn	Used invalid characters: fullybrowser.0.192,168,0,244.Commands.popFragment changed to fullybrowser.0.192_168_0_244.Commands.popFragment
                              
                              fullybrowser.0
                              2022-03-29 11:08:37.516	warn	Used invalid characters: fullybrowser.0.192,168,0,244.Commands.toForeground changed to fullybrowser.0.192_168_0_244.Commands.toForeground
                              
                              fullybrowser.0
                              2022-03-29 11:08:37.498	warn	Used invalid characters: fullybrowser.0.192,168,0,244.Commands.stopDaydream changed to fullybrowser.0.192_168_0_244.Commands.stopDaydream
                              
                              fullybrowser.0
                              2022-03-29 11:08:37.480	warn	Used invalid characters: fullybrowser.0.192,168,0,244.Commands.startDaydream changed to fullybrowser.0.192_168_0_244.Commands.startDaydream
                              
                              fullybrowser.0
                              2022-03-29 11:08:37.152	warn	Used invalid characters: fullybrowser.0.192,168,0,244.Commands.stopScreensaver changed to fullybrowser.0.192_168_0_244.Commands.stopScreensaver
                              
                              fullybrowser.0
                              2022-03-29 11:08:37.106	warn	Used invalid characters: fullybrowser.0.192,168,0,244.Commands.startScreensaver changed to fullybrowser.0.192_168_0_244.Commands.startScreensaver
                              
                              fullybrowser.0
                              2022-03-29 11:08:37.088	warn	Used invalid characters: fullybrowser.0.192,168,0,244.Commands.triggerMotion changed to fullybrowser.0.192_168_0_244.Commands.triggerMotion
                              
                              fullybrowser.0
                              2022-03-29 11:08:37.070	warn	Used invalid characters: fullybrowser.0.192,168,0,244.Commands.forceSleep changed to fullybrowser.0.192_168_0_244.Commands.forceSleep
                              
                              fullybrowser.0
                              2022-03-29 11:08:37.040	warn	Used invalid characters: fullybrowser.0.192,168,0,244.Commands.screenOff changed to fullybrowser.0.192_168_0_244.Commands.screenOff
                              
                              fullybrowser.0
                              2022-03-29 11:08:37.023	warn	Used invalid characters: fullybrowser.0.192,168,0,244.Commands.screenOn changed to fullybrowser.0.192_168_0_244.Commands.screenOn
                              
                              fullybrowser.0
                              2022-03-29 11:08:36.962	warn	Used invalid characters: fullybrowser.0.192,168,0,244.Commands.exitApp changed to fullybrowser.0.192_168_0_244.Commands.exitApp
                              
                              fullybrowser.0
                              2022-03-29 11:08:36.943	warn	Used invalid characters: fullybrowser.0.192,168,0,244.Commands.restartApp changed to fullybrowser.0.192_168_0_244.Commands.restartApp
                              
                              fullybrowser.0
                              2022-03-29 11:08:36.918	warn	Used invalid characters: fullybrowser.0.192,168,0,244.Commands.clearCookies changed to fullybrowser.0.192_168_0_244.Commands.clearCookies
                              
                              fullybrowser.0
                              2022-03-29 11:08:36.884	warn	Used invalid characters: fullybrowser.0.192,168,0,244.Commands.clearWebstorage changed to fullybrowser.0.192_168_0_244.Commands.clearWebstorage
                              
                              fullybrowser.0
                              2022-03-29 11:08:36.857	warn	Used invalid characters: fullybrowser.0.192,168,0,244.Commands.clearCache changed to fullybrowser.0.192_168_0_244.Commands.clearCache
                              
                              fullybrowser.0
                              2022-03-29 11:08:36.817	warn	Used invalid characters: fullybrowser.0.192,168,0,244.Commands.loadStartURL changed to fullybrowser.0.192_168_0_244.Commands.loadStartURL
                              
                              fullybrowser.0
                              2022-03-29 11:08:36.812	warn	Generate State problem 192,168,0,244 {"message":"timeout of 2000ms exceeded","name":"Error","stack":"Error: timeout of 2000ms exceeded\n at createError (/opt/iobroker/node_modules/iobroker.fullybrowser/node_modules/axios/lib/core/createError.js:16:15)\n at RedirectableRequest.handleRequestTimeout (/opt/iobroker/node_modules/iobroker.fullybrowser/node_modules/axios/lib/adapters/http.js:328:16)\n at RedirectableRequest.emit (events.js:400:28)\n at Timeout.<anonymous> (/opt/iobroker/node_modules/follow-redirects/index.js:164:12)\n at listOnTimeout (internal/timers.js:557:17)\n at processTimers (internal/timers.js:500:7)","config":{"transitional":{"silentJSONParsing":true,"forcedJSONParsing":true,"clarifyTimeoutError":false},"transformRequest":[null],"transformResponse":[null],"timeout":2000,"xsrfCookieName":"XSRF-TOKEN","xsrfHeaderName":"X-XSRF-TOKEN","maxContentLength":-1,"maxBodyLength":-1,"headers":{"Accept":"application/json, text/plain, */*","User-Agent":"axios/0.23.0"},"method":"get","url":"http://192,168,0,244:2323/?cmd=deviceInfo&type=json&password=XXXXXXX"},"code":"ECONNABORTED","status":null}
                              
                              fullybrowser.0
                              2022-03-29 11:08:34.773	warn	Used invalid characters: fullybrowser.0.192,168,0,244.isFullyAlive changed to fullybrowser.0.192_168_0_244.isFullyAlive
                              
                              fullybrowser.0
                              2022-03-29 11:08:34.758	warn	Used invalid characters: fullybrowser.0.192,168,0,244.lastInfoUpdate changed to fullybrowser.0.192_168_0_244.lastInfoUpdate
                              
                              fullybrowser.0
                              2022-03-29 11:08:34.696	warn	This object will not be created in future versions. Please report this to the developer.
                              
                              fullybrowser.0
                              2022-03-29 11:08:34.695	warn	Object 192_168_0_160.Commands.screenBrightness is invalid: Default value has to be type "number" but received type "string"
                              

                              Versuche ich das wiederholt kommt immer nur der Teil neu im Log

                              
                              fullybrowser.0
                              2022-03-29 11:10:51.843	warn	State "fullybrowser.0.192,168,0,244.lastInfoUpdate" has no existing object, this might lead to an error in future versions
                              
                              fullybrowser.0
                              2022-03-29 11:10:51.828	warn	State "fullybrowser.0.192,168,0,244.isFullyAlive" has no existing object, this might lead to an error in future versions
                              
                              fullybrowser.0
                              2022-03-29 11:10:51.820	warn	updateDeviceERROR 192,168,0,244
                              
                              K 1 Reply Last reply Reply Quote 0
                              • K
                                klaus88 @Merlin123 last edited by

                                @merlin123 : Nur eine Vermutung - kann aber falsch liegen: Hast du statt eines "." Punktes in der IP Adresse einen "," Beistrich gesetzt?

                                Also unter Instanzen/ Fully Browser /Adresse für Monitoring

                                screen1.jpg

                                Merlin123 1 Reply Last reply Reply Quote 0
                                • Merlin123
                                  Merlin123 @klaus88 last edited by Merlin123

                                  @klaus88 Das war auch meine erste Vermutung, als ich das Log gesehen hab. Sah aber richtig aus..

                                  jo.. Eben einen Screenshot für Dich gemacht und was musste ich feststellen? Ich war blind.... Boah.... peinlich...

                                  Danke für den Hinweis. Gleich mal ändern und testen.

                                  Also... Die Kommandos führt er jetzt aus, aber ne Batterieinfo krieg ich darüber nicht.
                                  Unter Info hab ich nur
                                  status
                                  statustext

                                  Solange ich dafür keine Lösung hab isses doof 😞

                                  K arteck 2 Replies Last reply Reply Quote 0
                                  • K
                                    klaus88 @Merlin123 last edited by klaus88

                                    @merlin123
                                    Frage: Wenn du dein Pad mal direkt per Web ansprichst - also IPAdresse und den Port den du eingegeben hast (Standard ist 2323). Dann Passwort - dann gleich in der Übersichtseite. Bekommst du hier die Daten unter Device Info - Battery Level?

                                    und noch ein Hinweis: Wenn du die IP jetzt geändert hast - müsstest du eigentlich in den Objects ein neues Gerät haben - ist dort auch kein "batterylevel"?

                                    Merlin123 1 Reply Last reply Reply Quote 0
                                    • arteck
                                      arteck Developer Most Active @Merlin123 last edited by

                                      @merlin123 augen auf... demnächst... und ich such mir eine doofen.... soviel zu LOG.. IMMER POSTEN

                                      auch jetzt.. wo der Battery status nicht kommt.. und die object liste auch ..bitte

                                      Merlin123 1 Reply Last reply Reply Quote 0
                                      • Merlin123
                                        Merlin123 @klaus88 last edited by

                                        @klaus88 sagte in Fully Kiosk Browser:

                                        @merlin123
                                        Frage: Wenn du dein Pad mal direkt per Web ansprichst - also IPAdresse und den Port den du eingegeben hast (Standard ist 2323). Dann Passwort - dann gleich in der Übersichtseite. Bekommst du hier die Daten unter Device Info - Battery Level?

                                        und noch ein Hinweis: Wenn du die IP jetzt geändert hast - müsstest du eigentlich in den Objects ein neues Gerät haben - ist dort auch kein "batterylevel"?

                                        Also.. Wenn ich das direkt anspreche seh ich den Batterylevel.
                                        Es wurde kein neues Gerät angelegt, ich habe auch versucht den Objektbaum zu löschen und neu anlegen zu lassen. Keine Änderung

                                        1 Reply Last reply Reply Quote 0
                                        • Merlin123
                                          Merlin123 @arteck last edited by

                                          @arteck sagte in Fully Kiosk Browser:

                                          @merlin123 augen auf... demnächst... und ich such mir eine doofen.... soviel zu LOG.. IMMER POSTEN

                                          auch jetzt.. wo der Battery status nicht kommt.. und die object liste auch ..bitte

                                          Sorry wegen den Kommas, ich hatte es im iobroker echt nicht gesehen.
                                          Ich hab jetzt den kompletten Objektbaum gelöscht, nur das betroffene Tablet aktiviert im Monitoring und die Instanz gestartet.

                                          Hier das Log

                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:51.795	warn	State "fullybrowser.0.192_168_0_244.Info.lastAppStart" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:51.786	warn	State "fullybrowser.0.192_168_0_244.Info.currentPage" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:51.779	warn	State "fullybrowser.0.192_168_0_244.Info.foregroundApp" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:51.770	warn	State "fullybrowser.0.192_168_0_244.Info.deviceManufacturer" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:51.764	warn	State "fullybrowser.0.192_168_0_244.Info.deviceModel" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:51.756	warn	State "fullybrowser.0.192_168_0_244.Info.androidSdk" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:51.744	warn	State "fullybrowser.0.192_168_0_244.Info.appVersionName" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:51.736	warn	State "fullybrowser.0.192_168_0_244.Info.appVersionCode" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:51.724	warn	State "fullybrowser.0.192_168_0_244.Info.locationLongitude" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:51.717	warn	State "fullybrowser.0.192_168_0_244.Info.locationLatitude" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:51.710	warn	State "fullybrowser.0.192_168_0_244.Info.deviceID" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:51.695	warn	State "fullybrowser.0.192_168_0_244.Info.currentTabIndex" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:51.672	warn	State "fullybrowser.0.192_168_0_244.Info.startUrl" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:51.661	warn	State "fullybrowser.0.192_168_0_244.Info.kioskMode" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:51.654	warn	State "fullybrowser.0.192_168_0_244.Info.maintenanceMode" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:51.619	warn	State "fullybrowser.0.192_168_0_244.Info.isInForcedSleep" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:51.608	warn	State "fullybrowser.0.192_168_0_244.Info.kioskLocked" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:51.597	warn	State "fullybrowser.0.192_168_0_244.Info.isInScreensaver" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:51.589	warn	State "fullybrowser.0.192_168_0_244.Info.isLicensed" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:51.577	warn	State "fullybrowser.0.192_168_0_244.Info.isRooted" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:51.570	warn	State "fullybrowser.0.192_168_0_244.Info.isInDaydream" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:51.564	warn	State "fullybrowser.0.192_168_0_244.Info.topFragmentTag" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:51.551	warn	State "fullybrowser.0.192_168_0_244.Info.isMenuOpen" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:51.533	warn	State "fullybrowser.0.192_168_0_244.Info.displayWidthPixels" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:51.523	warn	State "fullybrowser.0.192_168_0_244.Info.displayHeightPixels" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:51.518	warn	State "fullybrowser.0.192_168_0_244.Info.scopedStorage" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:51.511	warn	State "fullybrowser.0.192_168_0_244.Info.timestamp" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:51.501	warn	State "fullybrowser.0.192_168_0_244.Info.appTotalMemory" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:51.495	warn	State "fullybrowser.0.192_168_0_244.Info.appFreeMemory" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:51.489	warn	State "fullybrowser.0.192_168_0_244.Info.appUsedMemory" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:51.481	warn	State "fullybrowser.0.192_168_0_244.Info.ramTotalMemory" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:51.461	warn	State "fullybrowser.0.192_168_0_244.Info.ramFreeMemory" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:51.447	warn	State "fullybrowser.0.192_168_0_244.Info.ramUsedMemory" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:51.405	warn	State "fullybrowser.0.192_168_0_244.Info.internalStorageTotalSpace" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:51.395	warn	State "fullybrowser.0.192_168_0_244.Info.internalStorageFreeSpace" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:51.382	warn	State "fullybrowser.0.192_168_0_244.Info.isDeviceOwner" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:51.377	warn	State "fullybrowser.0.192_168_0_244.Info.isDeviceAdmin" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:51.372	warn	State "fullybrowser.0.192_168_0_244.Info.motionDetectorStatus" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:51.335	warn	State "fullybrowser.0.192_168_0_244.Info.foregroundActivity" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:51.323	warn	State "fullybrowser.0.192_168_0_244.Info.webviewUA" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:51.317	warn	State "fullybrowser.0.192_168_0_244.Info.androidVersion" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:51.306	warn	State "fullybrowser.0.192_168_0_244.Info.build" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:51.298	warn	State "fullybrowser.0.192_168_0_244.Info.serial" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:51.290	warn	State "fullybrowser.0.192_168_0_244.Info.locale" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:51.283	warn	State "fullybrowser.0.192_168_0_244.Info.keyguardLocked" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:51.275	warn	State "fullybrowser.0.192_168_0_244.Info.plugged" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:51.267	warn	State "fullybrowser.0.192_168_0_244.Info.batteryTemperature" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:51.250	warn	State "fullybrowser.0.192_168_0_244.Info.screenOn" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:51.184	warn	State "fullybrowser.0.192_168_0_244.Info.screenLocked" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:51.168	warn	State "fullybrowser.0.192_168_0_244.Info.screenBrightness" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:51.154	warn	State "fullybrowser.0.192_168_0_244.Info.screenOrientation" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:51.148	warn	State "fullybrowser.0.192_168_0_244.Info.isMobileDataEnabled" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:51.141	warn	State "fullybrowser.0.192_168_0_244.Info.wifiSignalLevel" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:51.133	warn	State "fullybrowser.0.192_168_0_244.Info.hostname6" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:51.128	warn	State "fullybrowser.0.192_168_0_244.Info.hostname4" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:51.119	warn	State "fullybrowser.0.192_168_0_244.Info.ip6" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:51.110	warn	State "fullybrowser.0.192_168_0_244.Info.ip4" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:51.091	warn	State "fullybrowser.0.192_168_0_244.Info.Mac" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:51.086	warn	State "fullybrowser.0.192_168_0_244.Info.BSSID" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:51.073	warn	State "fullybrowser.0.192_168_0_244.Info.SSID" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:51.064	warn	State "fullybrowser.0.192_168_0_244.Info.isPlugged" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:51.054	warn	State "fullybrowser.0.192_168_0_244.Info.batteryLevel" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:51.047	warn	State "fullybrowser.0.192_168_0_244.Info.locationProvide" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:51.039	warn	State "fullybrowser.0.192_168_0_244.Info.altitude" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:51.033	warn	State "fullybrowser.0.192_168_0_244.Info.packageName" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:51.022	warn	State "fullybrowser.0.192_168_0_244.Info.deviceName" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:50.591	warn	State "fullybrowser.0.192_168_0_160.isFullyAlive" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:50.579	debug	get Information
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:20.548	warn	State "fullybrowser.0.192_168_0_244.Info.lastAppStart" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:20.541	warn	State "fullybrowser.0.192_168_0_244.Info.currentPage" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:20.533	warn	State "fullybrowser.0.192_168_0_244.Info.foregroundApp" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:20.524	warn	State "fullybrowser.0.192_168_0_244.Info.deviceManufacturer" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:20.517	warn	State "fullybrowser.0.192_168_0_244.Info.deviceModel" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:20.508	warn	State "fullybrowser.0.192_168_0_244.Info.androidSdk" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:20.503	warn	State "fullybrowser.0.192_168_0_244.Info.appVersionName" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:20.493	warn	State "fullybrowser.0.192_168_0_244.Info.appVersionCode" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:20.484	warn	State "fullybrowser.0.192_168_0_244.Info.locationLongitude" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:20.477	warn	State "fullybrowser.0.192_168_0_244.Info.locationLatitude" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:20.469	warn	State "fullybrowser.0.192_168_0_244.Info.deviceID" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:20.462	warn	State "fullybrowser.0.192_168_0_244.Info.currentTabIndex" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:20.454	warn	State "fullybrowser.0.192_168_0_244.Info.startUrl" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:20.447	warn	State "fullybrowser.0.192_168_0_244.Info.kioskMode" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:20.439	warn	State "fullybrowser.0.192_168_0_244.Info.maintenanceMode" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:20.432	warn	State "fullybrowser.0.192_168_0_244.Info.isInForcedSleep" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:20.424	warn	State "fullybrowser.0.192_168_0_244.Info.kioskLocked" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:20.417	warn	State "fullybrowser.0.192_168_0_244.Info.isInScreensaver" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:20.409	warn	State "fullybrowser.0.192_168_0_244.Info.isLicensed" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:20.402	warn	State "fullybrowser.0.192_168_0_244.Info.isRooted" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:20.390	warn	State "fullybrowser.0.192_168_0_244.Info.isInDaydream" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:20.380	warn	State "fullybrowser.0.192_168_0_244.Info.topFragmentTag" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:20.368	warn	State "fullybrowser.0.192_168_0_244.Info.isMenuOpen" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:20.352	warn	State "fullybrowser.0.192_168_0_244.Info.displayWidthPixels" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:20.344	warn	State "fullybrowser.0.192_168_0_244.Info.displayHeightPixels" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:20.330	warn	State "fullybrowser.0.192_168_0_244.Info.scopedStorage" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:20.322	warn	State "fullybrowser.0.192_168_0_244.Info.timestamp" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:20.310	warn	State "fullybrowser.0.192_168_0_244.Info.appTotalMemory" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:20.296	warn	State "fullybrowser.0.192_168_0_244.Info.appFreeMemory" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:20.289	warn	State "fullybrowser.0.192_168_0_244.Info.appUsedMemory" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:20.278	warn	State "fullybrowser.0.192_168_0_244.Info.ramTotalMemory" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:20.269	warn	State "fullybrowser.0.192_168_0_244.Info.ramFreeMemory" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:20.257	warn	State "fullybrowser.0.192_168_0_244.Info.ramUsedMemory" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:20.246	warn	State "fullybrowser.0.192_168_0_244.Info.internalStorageTotalSpace" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:20.236	warn	State "fullybrowser.0.192_168_0_244.Info.internalStorageFreeSpace" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:20.228	warn	State "fullybrowser.0.192_168_0_244.Info.isDeviceOwner" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:20.219	warn	State "fullybrowser.0.192_168_0_244.Info.isDeviceAdmin" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:20.206	warn	State "fullybrowser.0.192_168_0_244.Info.motionDetectorStatus" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:20.200	warn	State "fullybrowser.0.192_168_0_244.Info.foregroundActivity" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:20.193	warn	State "fullybrowser.0.192_168_0_244.Info.webviewUA" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:20.182	warn	State "fullybrowser.0.192_168_0_244.Info.androidVersion" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:20.175	warn	State "fullybrowser.0.192_168_0_244.Info.build" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:20.163	warn	State "fullybrowser.0.192_168_0_244.Info.serial" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:20.154	warn	State "fullybrowser.0.192_168_0_244.Info.locale" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:20.139	warn	State "fullybrowser.0.192_168_0_244.Info.keyguardLocked" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:20.130	warn	State "fullybrowser.0.192_168_0_244.Info.plugged" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:20.111	warn	State "fullybrowser.0.192_168_0_244.Info.batteryTemperature" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:20.102	warn	State "fullybrowser.0.192_168_0_244.Info.screenOn" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:20.091	warn	State "fullybrowser.0.192_168_0_244.Info.screenLocked" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:20.082	warn	State "fullybrowser.0.192_168_0_244.Info.screenBrightness" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:20.072	warn	State "fullybrowser.0.192_168_0_244.Info.screenOrientation" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:20.063	warn	State "fullybrowser.0.192_168_0_244.Info.isMobileDataEnabled" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:20.048	warn	State "fullybrowser.0.192_168_0_244.Info.wifiSignalLevel" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:20.039	warn	State "fullybrowser.0.192_168_0_244.Info.hostname6" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:19.965	warn	State "fullybrowser.0.192_168_0_244.Info.hostname4" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:19.922	warn	State "fullybrowser.0.192_168_0_244.Info.ip6" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:19.911	warn	State "fullybrowser.0.192_168_0_244.Info.ip4" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:19.903	warn	State "fullybrowser.0.192_168_0_244.Info.Mac" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:19.896	warn	State "fullybrowser.0.192_168_0_244.Info.BSSID" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:19.888	warn	State "fullybrowser.0.192_168_0_244.Info.SSID" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:19.878	warn	State "fullybrowser.0.192_168_0_244.Info.isPlugged" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:19.870	warn	State "fullybrowser.0.192_168_0_244.Info.batteryLevel" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:19.860	warn	State "fullybrowser.0.192_168_0_244.Info.locationProvide" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:19.849	warn	State "fullybrowser.0.192_168_0_244.Info.altitude" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:19.836	warn	State "fullybrowser.0.192_168_0_244.Info.packageName" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:19.821	warn	State "fullybrowser.0.192_168_0_244.Info.deviceName" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:19.683	warn	State "fullybrowser.0.192_168_0_160.isFullyAlive" has no existing object, this might lead to an error in future versions
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:19.678	debug	get Information
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:19.661	info	State value to set for "fullybrowser.0.192_168_0_244.Commands.screenBrightness" has to be type "number" but received type "string"
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:19.604	warn	This object will not be created in future versions. Please report this to the developer.
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:19.603	warn	Object fullybrowser.0.192_168_0_244.Commands.screenBrightness is invalid: Default value has to be type "number" but received type "string"
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:19.597	warn	This object will not be created in future versions. Please report this to the developer.
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:19.596	warn	Object 192_168_0_244.Commands.screenBrightness is invalid: Default value has to be type "number" but received type "string"
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:17.980	info	Start with IP : 192.168.0.244
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:17.979	debug	create state
                                          
                                          fullybrowser.0
                                          2022-03-31 17:09:17.926	info	starting. Version 2.0.14 in /opt/iobroker/node_modules/iobroker.fullybrowser, node: v14.19.1, js-controller: 4.0.21
                                          

                                          2022-03-31_17-13-12.png

                                          2022-03-31_17-14-08.png 2022-03-31_17-14-49.png

                                          arteck 1 Reply Last reply Reply Quote 0
                                          • arteck
                                            arteck Developer Most Active @Merlin123 last edited by

                                            @merlin123 sagemal.... 2.0.14 im ernst

                                            auf GIT ist die 2.1.1

                                            Merlin123 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            404
                                            Online

                                            31.8k
                                            Users

                                            79.9k
                                            Topics

                                            1.3m
                                            Posts

                                            96
                                            508
                                            111304
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo