NEWS
Fully Kiosk Browser
-
@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
-
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
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 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.
-
@liv-in-sky Das muss ich mir mal in Ruhe anschauen
-
@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. -
@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. -
@chaot Ich behalte die Lösung mal im Auge. Danke für die Erklärung
-
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....
-
@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
-
@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
-
@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
-
@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
statustextSolange ich dafür keine Lösung hab isses doof
-
@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 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
-
@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 -
@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
-
@merlin123 sagemal.... 2.0.14 im ernst
auf GIT ist die 2.1.1
-
@arteck sagte in Fully Kiosk Browser:
@merlin123 sagemal.... 2.0.14 im ernst
auf GIT ist die 2.1.1
Dann mach ich das Upgrade. Aber wieso ist die neue Version nicht im Beta Repository von ioBroker? Dann wäre ich auf der neusten Version.
EDIT:
Ich bin nicht der GIT Profi. Ich sehe zwar in den Dateien und im Changelog was von 2.1.1, aber die "normale" Installation liefert nur die 2.0.14. Ich hab keine Ahnung, wie ich die 2.1.1 installieren kann -
Dann musst Du es über die Katze installieren (wird aber nicht empfohlen).
-
@meister-mopper Danke! Hat geklappt...
Leider hat es nichts geändert.Unter "Info" habe ich immer nur noch "Status" und "Statustext"
Hier das Debuglog:
fullybrowser.0 2022-04-01 19:11:38.902 info Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason fullybrowser.0 2022-04-01 19:11:38.900 info terminating fullybrowser.0 2022-04-01 19:11:38.898 info cleaned everything up... fullybrowser.0 2022-04-01 19:11:38.896 info Got terminate signal TERMINATE_YOURSELF fullybrowser.0 2022-04-01 19:11:16.963 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-04-01 19:11:16.954 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-04-01 19:11:16.947 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-04-01 19:11:16.941 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-04-01 19:11:16.935 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-04-01 19:11:16.929 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-04-01 19:11:16.923 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-04-01 19:11:16.913 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-04-01 19:11:16.880 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-04-01 19:11:16.872 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-04-01 19:11:16.865 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-04-01 19:11:16.858 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-04-01 19:11:16.851 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-04-01 19:11:16.845 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-04-01 19:11:16.838 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-04-01 19:11:16.831 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-04-01 19:11:16.824 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-04-01 19:11:16.817 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-04-01 19:11:16.810 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-04-01 19:11:16.804 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-04-01 19:11:16.798 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-04-01 19:11:16.788 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-04-01 19:11:16.780 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-04-01 19:11:16.770 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-04-01 19:11:16.761 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-04-01 19:11:16.754 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-04-01 19:11:16.741 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-04-01 19:11:16.731 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-04-01 19:11:16.722 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-04-01 19:11:16.716 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-04-01 19:11:16.709 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-04-01 19:11:16.695 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-04-01 19:11:16.688 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-04-01 19:11:16.676 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-04-01 19:11:16.668 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-04-01 19:11:16.659 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-04-01 19:11:16.650 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-04-01 19:11:16.640 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-04-01 19:11:16.634 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-04-01 19:11:16.628 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-04-01 19:11:16.616 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-04-01 19:11:16.604 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-04-01 19:11:16.595 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-04-01 19:11:16.586 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-04-01 19:11:16.575 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-04-01 19:11:16.567 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-04-01 19:11:16.558 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-04-01 19:11:16.551 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-04-01 19:11:16.543 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-04-01 19:11:16.533 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-04-01 19:11:16.521 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-04-01 19:11:16.514 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-04-01 19:11:16.506 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-04-01 19:11:16.499 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-04-01 19:11:16.492 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-04-01 19:11:16.484 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-04-01 19:11:16.477 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-04-01 19:11:16.460 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-04-01 19:11:16.446 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-04-01 19:11:16.325 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-04-01 19:11:16.163 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-04-01 19:11:16.055 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-04-01 19:11:16.044 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-04-01 19:11:16.006 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-04-01 19:11:15.990 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-04-01 19:11:15.900 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-04-01 19:11:15.852 debug get Information fullybrowser.0 2022-04-01 19:11:15.243 info Start with IP : 192.168.0.244 fullybrowser.0 2022-04-01 19:11:15.242 debug create state fullybrowser.0 2022-04-01 19:11:15.240 info timeout is 2000 fullybrowser.0 2022-04-01 19:11:15.179 info starting. Version 2.1.1 (non-npm: arteck/ioBroker.fullybrowser) in /opt/iobroker/node_modules/iobroker.fullybrowser, node: v14.19.1, js-controller: 4.0.21