ioBroker / ioBroker.admin

user interface for configuration and administration
https://iobroker.net
MIT License
273 stars 78 forks source link

TAB-Auswahl fehlt bei Direktaufruf http://192.168.178.XXX:8081/#tab-objects #1444

Closed mcuiobroker closed 2 years ago

mcuiobroker commented 2 years ago

Ruft man im Browser die tab-objects-Seite direkt auf http://192.168.178.XX:8081/#tab-objects fehlt die TAB-Auswahl links:

image

image image

GermanBluefox commented 2 years ago

Ich kann das nicht reproduzieren. Gibt es anderen Fehler? in browser Konsole?

mcuiobroker commented 2 years ago

Jetzt gerade beim Wechseln auf den TAB objects: image und image F12 DOM: image Nach Aktualisierung F5: image und das: image

GermanBluefox commented 2 years ago

Deine Verbindung ist weg. Wie viele Objekte hast du? Ist vielleicht dein System zu langsam? Sieht man was in ioBroker log bezüglich admin? Z.B. Restart wegen irgendwas?

mcuiobroker commented 2 years ago

Wie viele Objekte hast du?

s.o. 32000

Ist vielleicht dein System zu langsam?

War ja sonst auch ok. Komischerweise hab ich gerade festgestellt, dass wenn den Admin auf debug stelle, ist die Anzeige sofort in dem Objects -TAB da (ohne das ich den TAB aktualisiert habe). image Aktualisiere ich dann mit F5, wird es wieder nicht angezeigt. Schalte ich dann den Admin wieder zurück auf Info, wird es wieder angezeigt (ist dann nach dem nächsten F5 wieder weg).

LOG vom debug Einschalten und ausschalten:

2022-05-24 10:41:47.901 - debug: admin.0 (32044) Redis Objects: Use Redis connection: 0.0.0.0:9001
--
2022-05-24 10:41:48.573 - debug: admin.0 (32044) Objects client ready ... initialize now
2022-05-24 10:41:48.714 - debug: admin.0 (32044) Objects create System PubSub Client
2022-05-24 10:41:48.716 - debug: admin.0 (32044) Objects create User PubSub Client
2022-05-24 10:41:48.962 - debug: admin.0 (32044) Objects client initialize lua scripts
2022-05-24 10:41:48.971 - debug: admin.0 (32044) Objects connected to redis: 0.0.0.0:9001
2022-05-24 10:41:49.074 - debug: admin.0 (32044) Redis States: Use Redis connection: 0.0.0.0:9000
2022-05-24 10:41:49.188 - debug: admin.0 (32044) States create System PubSub Client
2022-05-24 10:41:49.190 - debug: admin.0 (32044) States create User PubSub Client
2022-05-24 10:41:49.407 - debug: admin.0 (32044) States connected to redis: 0.0.0.0:9000
2022-05-24 10:41:50.048 - debug: admin.0 (32044) Plugin sentry Initialize Plugin (enabled=true)
2022-05-24 10:41:51.041 - info: admin.0 (32044) starting. Version 5.4.9 in /opt/iobroker/node_modules/iobroker.admin, node: v14.19.3, js-controller: 4.0.21
2022-05-24 10:41:51.140 - info: admin.0 (32044) requesting all states
2022-05-24 10:41:51.141 - info: admin.0 (32044) requesting all objects
2022-05-24 10:41:58.065 - info: admin.0 (32044) received all objects
2022-05-24 10:41:58.201 - debug: admin.0 (32044) Using http createServer
2022-05-24 10:41:58.615 - info: admin.0 (32044) Request actual repository...
2022-05-24 10:41:58.712 - info: admin.0 (32044) http server listening on port 8081
2022-05-24 10:41:58.713 - info: admin.0 (32044) Use link "http://localhost:8081" to configure.
2022-05-24 10:41:58.724 - info: admin.0 (32044) socket.io server listening on port 8081
2022-05-24 10:41:59.132 - info: admin.0 (32044) ==> Connected system.user.admin from ::ffff:192.168.178.34
2022-05-24 10:41:59.155 - info: admin.0 (32044) ==> Connected system.user.admin from ::ffff:192.168.178.34
2022-05-24 10:41:59.181 - debug: admin.0 (32044) Subscribes: dummy
2022-05-24 10:41:59.187 - debug: admin.0 (32044) Subscribes: dummy
2022-05-24 10:41:59.193 - debug: admin.0 (32044) Subscribes: system.host.raspberryPROD.alive
2022-05-24 10:41:59.197 - debug: admin.0 (32044) Subscribes: system.host.raspberryPROD.alive
2022-05-24 10:41:59.200 - debug: admin.0 (32044) Subscribes: system.host.raspberryPROD.alive, system.adapter.discovery.0.alive
2022-05-24 10:41:59.224 - debug: admin.0 (32044) Subscribes: system.host.raspberryPROD.alive, system.adapter.discovery.0.alive
2022-05-24 10:41:59.228 - debug: admin.0 (32044) Subscribes: system.host.raspberryPROD.alive, system.adapter.discovery.0.alive, system.host.*.alive
2022-05-24 10:41:59.231 - debug: admin.0 (32044) Subscribes: system.host.raspberryPROD.alive, system.adapter.discovery.0.alive, system.host.*.alive
2022-05-24 10:41:59.234 - debug: admin.0 (32044) Subscribes: system.host.raspberryPROD.alive, system.adapter.discovery.0.alive, system.host.*.alive, system.host.*.notifications.*
2022-05-24 10:41:59.237 - debug: admin.0 (32044) Subscribes: system.host.raspberryPROD.alive, system.adapter.discovery.0.alive, system.host.*.alive, system.host.*.notifications.*
2022-05-24 10:41:59.240 - debug: admin.0 (32044) Subscribes: system.host.raspberryPROD.alive, system.adapter.discovery.0.alive, system.host.*.alive, system.host.*.notifications.*, admin.0.info.newsFeed
2022-05-24 10:41:59.244 - debug: admin.0 (32044) Subscribes: system.host.raspberryPROD.alive, system.adapter.discovery.0.alive, system.host.*.alive, system.host.*.notifications.*, admin.0.info.newsFeed
2022-05-24 10:41:59.247 - debug: admin.0 (32044) Subscribes: system.host.raspberryPROD.alive, system.adapter.discovery.0.alive, system.host.*.alive, system.host.*.notifications.*, admin.0.info.newsFeed, dwd.0.numberOfWarnings
2022-05-24 10:41:59.251 - debug: admin.0 (32044) Subscribes: system.host.raspberryPROD.alive, system.adapter.discovery.0.alive, system.host.*.alive, system.host.*.notifications.*, admin.0.info.newsFeed, dwd.0.numberOfWarnings
2022-05-24 10:41:59.254 - debug: admin.0 (32044) Subscribes: system.host.raspberryPROD.alive, system.adapter.discovery.0.alive, system.host.*.alive, system.host.*.notifications.*, admin.0.info.newsFeed, dwd.0.numberOfWarnings, dwd.0.numberofwarnings
2022-05-24 10:41:59.258 - debug: admin.0 (32044) Subscribes: system.host.raspberryPROD.alive, system.adapter.discovery.0.alive, system.host.*.alive, system.host.*.notifications.*, admin.0.info.newsFeed, dwd.0.numberOfWarnings, dwd.0.numberofwarnings
2022-05-24 10:42:03.086 - info: admin.0 (32044) ==> Connected system.user.admin from ::ffff:192.168.178.34
2022-05-24 10:42:03.217 - info: host.raspberryPROD Updating repository "Beta (latest)" under "http://download.iobroker.net/sources-dist-latest.json"
2022-05-24 10:42:03.403 - debug: admin.0 (32044) Search can't be optimized because wildcard not at the end, fallback to keys!: function(doc) { if (doc.type === 'state') emit(doc._id, doc) }
2022-05-24 10:42:03.405 - debug: admin.0 (32044) Search can't be optimized because wildcard not at the end, fallback to keys!: function(doc) { if (doc.type === 'state') emit(doc._id, doc) }
2022-05-24 10:42:04.158 - debug: admin.0 (32044) Please add to "system.adapter.alexa2" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.160 - debug: admin.0 (32044) Please add to "system.adapter.broadlink2" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.161 - debug: admin.0 (32044) Please add to "system.adapter.chromecast" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.161 - debug: admin.0 (32044) Please add to "system.adapter.coronavirus-statistics" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.162 - debug: admin.0 (32044) Please add to "system.adapter.devices" common.adminUI={"config":"none","tab":"html"}
2022-05-24 10:42:04.163 - debug: admin.0 (32044) Please add to "system.adapter.discovery" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.164 - debug: admin.0 (32044) Please add to "system.adapter.email" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.165 - debug: admin.0 (32044) Please add to "system.adapter.email" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.165 - debug: admin.0 (32044) Please add to "system.adapter.flot" common.adminUI={"config":"none"}
2022-05-24 10:42:04.166 - debug: admin.0 (32044) Please add to "system.adapter.fritzdect" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.167 - debug: admin.0 (32044) Please add to "system.adapter.fullybrowser" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.167 - debug: admin.0 (32044) Please add to "system.adapter.google-sharedlocations" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.168 - debug: admin.0 (32044) Please add to "system.adapter.hue-extended" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.169 - debug: admin.0 (32044) Please add to "system.adapter.info" common.adminUI={"config":"materialize","tab":"materialize"}
2022-05-24 10:42:04.169 - debug: admin.0 (32044) Please add to "system.adapter.iot" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.170 - debug: admin.0 (32044) Please add to "system.adapter.jarvis" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.170 - debug: admin.0 (32044) Please add to "system.adapter.jarvis" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.171 - debug: admin.0 (32044) Please add to "system.adapter.javascript" common.adminUI={"config":"materialize","tab":"html"}
2022-05-24 10:42:04.172 - debug: admin.0 (32044) Please add to "system.adapter.kodi" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.172 - debug: admin.0 (32044) Please add to "system.adapter.meross" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.173 - debug: admin.0 (32044) Please add to "system.adapter.openweathermap" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.173 - debug: admin.0 (32044) Please add to "system.adapter.ping" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.185 - debug: admin.0 (32044) Please add to "system.adapter.pollenflug" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.185 - debug: admin.0 (32044) Please add to "system.adapter.scenes" common.adminUI={"config":"none","tab":"html"}
2022-05-24 10:42:04.186 - debug: admin.0 (32044) Please add to "system.adapter.simple-api" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.187 - debug: admin.0 (32044) Please add to "system.adapter.sonoff" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.187 - debug: admin.0 (32044) Please add to "system.adapter.tankerkoenig" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.188 - debug: admin.0 (32044) Please add to "system.adapter.tr-064" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.189 - debug: admin.0 (32044) Please add to "system.adapter.tvprogram" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.189 - debug: admin.0 (32044) Please add to "system.adapter.tvspielfilm" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.194 - debug: admin.0 (32044) Please add to "system.adapter.twinkly" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.195 - debug: admin.0 (32044) Please add to "system.adapter.vis-bars" common.adminUI={"config":"html"}
2022-05-24 10:42:04.196 - debug: admin.0 (32044) Please add to "system.adapter.vis-canvas-gauges" common.adminUI={"config":"none"}
2022-05-24 10:42:04.196 - debug: admin.0 (32044) Please add to "system.adapter.vis-colorpicker" common.adminUI={"config":"none"}
2022-05-24 10:42:04.197 - debug: admin.0 (32044) Please add to "system.adapter.vis-fancyswitch" common.adminUI={"config":"none"}
2022-05-24 10:42:04.197 - debug: admin.0 (32044) Please add to "system.adapter.vis-inventwo" common.adminUI={"config":"materialize","tab":"materialize"}
2022-05-24 10:42:04.198 - debug: admin.0 (32044) Please add to "system.adapter.vis-players" common.adminUI={"config":"none"}
2022-05-24 10:42:04.198 - debug: admin.0 (32044) Please add to "system.adapter.vis-timeandweather" common.adminUI={"config":"none"}
2022-05-24 10:42:04.198 - debug: admin.0 (32044) Please add to "system.adapter.vis-weather" common.adminUI={"config":"none"}
2022-05-24 10:42:04.199 - debug: admin.0 (32044) Please add to "system.adapter.web-speedy" common.adminUI={"config":"none"}
2022-05-24 10:42:04.199 - debug: admin.0 (32044) Please add to "system.adapter.web" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.200 - debug: admin.0 (32044) Please add to "system.adapter.wifilight" common.adminUI={"config":"html"}
2022-05-24 10:42:04.200 - debug: admin.0 (32044) Please add to "system.adapter.wled" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.201 - debug: admin.0 (32044) Please add to "system.adapter.zigbee" common.adminUI={"config":"materialize","tab":"materialize"}
2022-05-24 10:42:04.201 - debug: admin.0 (32044) Please add to "system.adapter.logparser" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.216 - debug: admin.0 (32044) Please add to "system.adapter.sourceanalytix" common.adminUI={"config":"materialize","custom":"json"}
2022-05-24 10:42:04.216 - debug: admin.0 (32044) Please add to "system.adapter.rpi2" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.217 - debug: admin.0 (32044) Please add to "system.adapter.echarts" common.adminUI={"config":"none","tab":"html"}
2022-05-24 10:42:04.217 - debug: admin.0 (32044) Please add to "system.adapter.snmp" common.adminUI={"config":"html"}
2022-05-24 10:42:04.218 - debug: admin.0 (32044) Please add to "system.adapter.terminal" common.adminUI={"config":"html","tab":"html"}
2022-05-24 10:42:04.450 - debug: admin.0 (32044) Please add to "system.adapter.alexa2" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.451 - debug: admin.0 (32044) Please add to "system.adapter.broadlink2" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.451 - debug: admin.0 (32044) Please add to "system.adapter.chromecast" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.452 - debug: admin.0 (32044) Please add to "system.adapter.coronavirus-statistics" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.453 - debug: admin.0 (32044) Please add to "system.adapter.devices" common.adminUI={"config":"none","tab":"html"}
2022-05-24 10:42:04.454 - debug: admin.0 (32044) Please add to "system.adapter.discovery" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.454 - debug: admin.0 (32044) Please add to "system.adapter.email" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.455 - debug: admin.0 (32044) Please add to "system.adapter.email" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.456 - debug: admin.0 (32044) Please add to "system.adapter.flot" common.adminUI={"config":"none"}
2022-05-24 10:42:04.457 - debug: admin.0 (32044) Please add to "system.adapter.fritzdect" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.457 - debug: admin.0 (32044) Please add to "system.adapter.fullybrowser" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.458 - debug: admin.0 (32044) Please add to "system.adapter.google-sharedlocations" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.459 - debug: admin.0 (32044) Please add to "system.adapter.hue-extended" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.459 - debug: admin.0 (32044) Please add to "system.adapter.info" common.adminUI={"config":"materialize","tab":"materialize"}
2022-05-24 10:42:04.460 - debug: admin.0 (32044) Please add to "system.adapter.iot" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.461 - debug: admin.0 (32044) Please add to "system.adapter.jarvis" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.461 - debug: admin.0 (32044) Please add to "system.adapter.jarvis" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.462 - debug: admin.0 (32044) Please add to "system.adapter.javascript" common.adminUI={"config":"materialize","tab":"html"}
2022-05-24 10:42:04.463 - debug: admin.0 (32044) Please add to "system.adapter.kodi" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.464 - debug: admin.0 (32044) Please add to "system.adapter.meross" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.464 - debug: admin.0 (32044) Please add to "system.adapter.openweathermap" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.465 - debug: admin.0 (32044) Please add to "system.adapter.ping" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.466 - debug: admin.0 (32044) Please add to "system.adapter.pollenflug" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.466 - debug: admin.0 (32044) Please add to "system.adapter.scenes" common.adminUI={"config":"none","tab":"html"}
2022-05-24 10:42:04.467 - debug: admin.0 (32044) Please add to "system.adapter.simple-api" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.467 - debug: admin.0 (32044) Please add to "system.adapter.sonoff" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.467 - debug: admin.0 (32044) Please add to "system.adapter.tankerkoenig" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.468 - debug: admin.0 (32044) Please add to "system.adapter.tr-064" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.468 - debug: admin.0 (32044) Please add to "system.adapter.tvprogram" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.469 - debug: admin.0 (32044) Please add to "system.adapter.tvspielfilm" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.469 - debug: admin.0 (32044) Please add to "system.adapter.twinkly" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.471 - debug: admin.0 (32044) Please add to "system.adapter.vis-bars" common.adminUI={"config":"html"}
2022-05-24 10:42:04.472 - debug: admin.0 (32044) Please add to "system.adapter.vis-canvas-gauges" common.adminUI={"config":"none"}
2022-05-24 10:42:04.472 - debug: admin.0 (32044) Please add to "system.adapter.vis-colorpicker" common.adminUI={"config":"none"}
2022-05-24 10:42:04.473 - debug: admin.0 (32044) Please add to "system.adapter.vis-fancyswitch" common.adminUI={"config":"none"}
2022-05-24 10:42:04.473 - debug: admin.0 (32044) Please add to "system.adapter.vis-inventwo" common.adminUI={"config":"materialize","tab":"materialize"}
2022-05-24 10:42:04.474 - debug: admin.0 (32044) Please add to "system.adapter.vis-players" common.adminUI={"config":"none"}
2022-05-24 10:42:04.475 - debug: admin.0 (32044) Please add to "system.adapter.vis-timeandweather" common.adminUI={"config":"none"}
2022-05-24 10:42:04.475 - debug: admin.0 (32044) Please add to "system.adapter.vis-weather" common.adminUI={"config":"none"}
2022-05-24 10:42:04.476 - debug: admin.0 (32044) Please add to "system.adapter.web-speedy" common.adminUI={"config":"none"}
2022-05-24 10:42:04.477 - debug: admin.0 (32044) Please add to "system.adapter.web" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.477 - debug: admin.0 (32044) Please add to "system.adapter.wifilight" common.adminUI={"config":"html"}
2022-05-24 10:42:04.478 - debug: admin.0 (32044) Please add to "system.adapter.wled" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.478 - debug: admin.0 (32044) Please add to "system.adapter.zigbee" common.adminUI={"config":"materialize","tab":"materialize"}
2022-05-24 10:42:04.479 - debug: admin.0 (32044) Please add to "system.adapter.logparser" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.479 - debug: admin.0 (32044) Please add to "system.adapter.sourceanalytix" common.adminUI={"config":"materialize","custom":"json"}
2022-05-24 10:42:04.480 - debug: admin.0 (32044) Please add to "system.adapter.rpi2" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.481 - debug: admin.0 (32044) Please add to "system.adapter.echarts" common.adminUI={"config":"none","tab":"html"}
2022-05-24 10:42:04.482 - debug: admin.0 (32044) Please add to "system.adapter.snmp" common.adminUI={"config":"html"}
2022-05-24 10:42:04.483 - debug: admin.0 (32044) Please add to "system.adapter.terminal" common.adminUI={"config":"html","tab":"html"}
2022-05-24 10:42:04.500 - debug: admin.0 (32044) Please add to "system.adapter.alexa2" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.501 - debug: admin.0 (32044) Please add to "system.adapter.asterisk" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.502 - debug: admin.0 (32044) Please add to "system.adapter.ble" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.503 - debug: admin.0 (32044) Please add to "system.adapter.broadlink2" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.504 - debug: admin.0 (32044) Please add to "system.adapter.chromecast" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.505 - debug: admin.0 (32044) Please add to "system.adapter.coronavirus-statistics" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.506 - debug: admin.0 (32044) Please add to "system.adapter.devices" common.adminUI={"config":"none","tab":"html"}
2022-05-24 10:42:04.506 - debug: admin.0 (32044) Please add to "system.adapter.discovery" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.507 - debug: admin.0 (32044) Please add to "system.adapter.email" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.508 - debug: admin.0 (32044) Please add to "system.adapter.fahrplan" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.509 - debug: admin.0 (32044) Please add to "system.adapter.firetv" common.adminUI={"config":"html"}
2022-05-24 10:42:04.510 - debug: admin.0 (32044) Please add to "system.adapter.flot" common.adminUI={"config":"none"}
2022-05-24 10:42:04.511 - debug: admin.0 (32044) Please add to "system.adapter.fritzdect" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.511 - debug: admin.0 (32044) Please add to "system.adapter.fullybrowser" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.512 - debug: admin.0 (32044) Please add to "system.adapter.google-sharedlocations" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.513 - debug: admin.0 (32044) Please add to "system.adapter.habpanel" common.adminUI={"config":"none"}
2022-05-24 10:42:04.514 - debug: admin.0 (32044) Please add to "system.adapter.hue" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.514 - debug: admin.0 (32044) Please add to "system.adapter.hue-extended" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.515 - debug: admin.0 (32044) Please add to "system.adapter.info" common.adminUI={"config":"materialize","tab":"materialize"}
2022-05-24 10:42:04.516 - debug: admin.0 (32044) Please add to "system.adapter.iot" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.517 - debug: admin.0 (32044) Please add to "system.adapter.iqontrol" common.adminUI={"config":"materialize","custom":"json","tab":"materialize"}
2022-05-24 10:42:04.518 - debug: admin.0 (32044) Please add to "system.adapter.jarvis" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.518 - debug: admin.0 (32044) Please add to "system.adapter.javascript" common.adminUI={"config":"materialize","tab":"html"}
2022-05-24 10:42:04.519 - debug: admin.0 (32044) Please add to "system.adapter.kodi" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.520 - debug: admin.0 (32044) Please add to "system.adapter.logparser" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.521 - debug: admin.0 (32044) Please add to "system.adapter.lovelace" common.adminUI={"config":"materialize","custom":"json"}
2022-05-24 10:42:04.522 - debug: admin.0 (32044) Please add to "system.adapter.mclighting" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.523 - debug: admin.0 (32044) Please add to "system.adapter.meross" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.523 - debug: admin.0 (32044) Please add to "system.adapter.node-red" common.adminUI={"config":"materialize","tab":"html"}
2022-05-24 10:42:04.524 - debug: admin.0 (32044) Please add to "system.adapter.onvif" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.525 - debug: admin.0 (32044) Please add to "system.adapter.openweathermap" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.526 - debug: admin.0 (32044) Please add to "system.adapter.owntracks" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.527 - debug: admin.0 (32044) Please add to "system.adapter.parser" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.527 - debug: admin.0 (32044) Please add to "system.adapter.ping" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.528 - debug: admin.0 (32044) Please add to "system.adapter.pollenflug" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.529 - debug: admin.0 (32044) Please add to "system.adapter.proxy" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.530 - debug: admin.0 (32044) Please add to "system.adapter.ring" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.530 - debug: admin.0 (32044) Please add to "system.adapter.scenes" common.adminUI={"config":"none","tab":"html"}
2022-05-24 10:42:04.531 - debug: admin.0 (32044) Please add to "system.adapter.simple-api" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.532 - debug: admin.0 (32044) Please add to "system.adapter.smartcontrol" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.533 - debug: admin.0 (32044) Please add to "system.adapter.snmp" common.adminUI={"config":"html"}
2022-05-24 10:42:04.534 - debug: admin.0 (32044) Please add to "system.adapter.sonoff" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.534 - debug: admin.0 (32044) Please add to "system.adapter.tankerkoenig" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.535 - debug: admin.0 (32044) Please add to "system.adapter.tr-064" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.536 - debug: admin.0 (32044) Please add to "system.adapter.tuya" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.537 - debug: admin.0 (32044) Please add to "system.adapter.tvprogram" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.538 - debug: admin.0 (32044) Please add to "system.adapter.tvspielfilm" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.539 - debug: admin.0 (32044) Please add to "system.adapter.twinkly" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.540 - debug: admin.0 (32044) Please add to "system.adapter.vis-bars" common.adminUI={"config":"html"}
2022-05-24 10:42:04.540 - debug: admin.0 (32044) Please add to "system.adapter.vis-canvas-gauges" common.adminUI={"config":"none"}
2022-05-24 10:42:04.541 - debug: admin.0 (32044) Please add to "system.adapter.vis-colorpicker" common.adminUI={"config":"none"}
2022-05-24 10:42:04.542 - debug: admin.0 (32044) Please add to "system.adapter.vis-fancyswitch" common.adminUI={"config":"none"}
2022-05-24 10:42:04.543 - debug: admin.0 (32044) Please add to "system.adapter.vis-inventwo" common.adminUI={"config":"materialize","tab":"materialize"}
2022-05-24 10:42:04.544 - debug: admin.0 (32044) Please add to "system.adapter.vis-material-advanced" common.adminUI={"config":"none"}
2022-05-24 10:42:04.545 - debug: admin.0 (32044) Please add to "system.adapter.vis-materialdesign" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.546 - debug: admin.0 (32044) Please add to "system.adapter.vis-players" common.adminUI={"config":"none"}
2022-05-24 10:42:04.547 - debug: admin.0 (32044) Please add to "system.adapter.vis-timeandweather" common.adminUI={"config":"none"}
2022-05-24 10:42:04.547 - debug: admin.0 (32044) Please add to "system.adapter.vis-weather" common.adminUI={"config":"none"}
2022-05-24 10:42:04.548 - debug: admin.0 (32044) Please add to "system.adapter.web" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.549 - debug: admin.0 (32044) Please add to "system.adapter.web-speedy" common.adminUI={"config":"none"}
2022-05-24 10:42:04.550 - debug: admin.0 (32044) Please add to "system.adapter.wifilight" common.adminUI={"config":"html"}
2022-05-24 10:42:04.550 - debug: admin.0 (32044) Please add to "system.adapter.wled" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.551 - debug: admin.0 (32044) Please add to "system.adapter.zigbee" common.adminUI={"config":"materialize","tab":"materialize"}
2022-05-24 10:42:04.552 - debug: admin.0 (32044) Please add to "system.adapter.sourceanalytix" common.adminUI={"config":"materialize","custom":"json"}
2022-05-24 10:42:04.553 - debug: admin.0 (32044) Please add to "system.adapter.rpi2" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.554 - debug: admin.0 (32044) Please add to "system.adapter.echarts" common.adminUI={"config":"none","tab":"html"}
2022-05-24 10:42:04.555 - debug: admin.0 (32044) Please add to "system.adapter.terminal" common.adminUI={"config":"html","tab":"html"}
2022-05-24 10:42:04.568 - debug: admin.0 (32044) Please add to "system.adapter.alexa2" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.569 - debug: admin.0 (32044) Please add to "system.adapter.asterisk" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.569 - debug: admin.0 (32044) Please add to "system.adapter.ble" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.570 - debug: admin.0 (32044) Please add to "system.adapter.broadlink2" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.571 - debug: admin.0 (32044) Please add to "system.adapter.chromecast" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.572 - debug: admin.0 (32044) Please add to "system.adapter.coronavirus-statistics" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.572 - debug: admin.0 (32044) Please add to "system.adapter.devices" common.adminUI={"config":"none","tab":"html"}
2022-05-24 10:42:04.574 - debug: admin.0 (32044) Please add to "system.adapter.discovery" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.575 - debug: admin.0 (32044) Please add to "system.adapter.email" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.575 - debug: admin.0 (32044) Please add to "system.adapter.fahrplan" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.576 - debug: admin.0 (32044) Please add to "system.adapter.firetv" common.adminUI={"config":"html"}
2022-05-24 10:42:04.577 - debug: admin.0 (32044) Please add to "system.adapter.flot" common.adminUI={"config":"none"}
2022-05-24 10:42:04.577 - debug: admin.0 (32044) Please add to "system.adapter.fritzdect" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.578 - debug: admin.0 (32044) Please add to "system.adapter.fullybrowser" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.578 - debug: admin.0 (32044) Please add to "system.adapter.google-sharedlocations" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.579 - debug: admin.0 (32044) Please add to "system.adapter.habpanel" common.adminUI={"config":"none"}
2022-05-24 10:42:04.579 - debug: admin.0 (32044) Please add to "system.adapter.hue" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.580 - debug: admin.0 (32044) Please add to "system.adapter.hue-extended" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.580 - debug: admin.0 (32044) Please add to "system.adapter.info" common.adminUI={"config":"materialize","tab":"materialize"}
2022-05-24 10:42:04.581 - debug: admin.0 (32044) Please add to "system.adapter.iot" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.582 - debug: admin.0 (32044) Please add to "system.adapter.iqontrol" common.adminUI={"config":"materialize","custom":"json","tab":"materialize"}
2022-05-24 10:42:04.583 - debug: admin.0 (32044) Please add to "system.adapter.jarvis" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.584 - debug: admin.0 (32044) Please add to "system.adapter.javascript" common.adminUI={"config":"materialize","tab":"html"}
2022-05-24 10:42:04.585 - debug: admin.0 (32044) Please add to "system.adapter.kodi" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.585 - debug: admin.0 (32044) Please add to "system.adapter.logparser" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.586 - debug: admin.0 (32044) Please add to "system.adapter.lovelace" common.adminUI={"config":"materialize","custom":"json"}
2022-05-24 10:42:04.587 - debug: admin.0 (32044) Please add to "system.adapter.mclighting" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.588 - debug: admin.0 (32044) Please add to "system.adapter.meross" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.589 - debug: admin.0 (32044) Please add to "system.adapter.node-red" common.adminUI={"config":"materialize","tab":"html"}
2022-05-24 10:42:04.589 - debug: admin.0 (32044) Please add to "system.adapter.onvif" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.590 - debug: admin.0 (32044) Please add to "system.adapter.openweathermap" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.591 - debug: admin.0 (32044) Please add to "system.adapter.owntracks" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.592 - debug: admin.0 (32044) Please add to "system.adapter.parser" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.592 - debug: admin.0 (32044) Please add to "system.adapter.ping" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.593 - debug: admin.0 (32044) Please add to "system.adapter.pollenflug" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.594 - debug: admin.0 (32044) Please add to "system.adapter.proxy" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.594 - debug: admin.0 (32044) Please add to "system.adapter.ring" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.595 - debug: admin.0 (32044) Please add to "system.adapter.scenes" common.adminUI={"config":"none","tab":"html"}
2022-05-24 10:42:04.596 - debug: admin.0 (32044) Please add to "system.adapter.simple-api" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.597 - debug: admin.0 (32044) Please add to "system.adapter.smartcontrol" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.597 - debug: admin.0 (32044) Please add to "system.adapter.snmp" common.adminUI={"config":"html"}
2022-05-24 10:42:04.598 - debug: admin.0 (32044) Please add to "system.adapter.sonoff" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.599 - debug: admin.0 (32044) Please add to "system.adapter.tankerkoenig" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.599 - debug: admin.0 (32044) Please add to "system.adapter.tr-064" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.600 - debug: admin.0 (32044) Please add to "system.adapter.tuya" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.601 - debug: admin.0 (32044) Please add to "system.adapter.tvprogram" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.601 - debug: admin.0 (32044) Please add to "system.adapter.tvspielfilm" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.602 - debug: admin.0 (32044) Please add to "system.adapter.twinkly" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.603 - debug: admin.0 (32044) Please add to "system.adapter.vis-bars" common.adminUI={"config":"html"}
2022-05-24 10:42:04.604 - debug: admin.0 (32044) Please add to "system.adapter.vis-canvas-gauges" common.adminUI={"config":"none"}
2022-05-24 10:42:04.604 - debug: admin.0 (32044) Please add to "system.adapter.vis-colorpicker" common.adminUI={"config":"none"}
2022-05-24 10:42:04.605 - debug: admin.0 (32044) Please add to "system.adapter.vis-fancyswitch" common.adminUI={"config":"none"}
2022-05-24 10:42:04.606 - debug: admin.0 (32044) Please add to "system.adapter.vis-inventwo" common.adminUI={"config":"materialize","tab":"materialize"}
2022-05-24 10:42:04.606 - debug: admin.0 (32044) Please add to "system.adapter.vis-material-advanced" common.adminUI={"config":"none"}
2022-05-24 10:42:04.607 - debug: admin.0 (32044) Please add to "system.adapter.vis-materialdesign" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.608 - debug: admin.0 (32044) Please add to "system.adapter.vis-players" common.adminUI={"config":"none"}
2022-05-24 10:42:04.608 - debug: admin.0 (32044) Please add to "system.adapter.vis-timeandweather" common.adminUI={"config":"none"}
2022-05-24 10:42:04.609 - debug: admin.0 (32044) Please add to "system.adapter.vis-weather" common.adminUI={"config":"none"}
2022-05-24 10:42:04.610 - debug: admin.0 (32044) Please add to "system.adapter.web" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.610 - debug: admin.0 (32044) Please add to "system.adapter.web-speedy" common.adminUI={"config":"none"}
2022-05-24 10:42:04.611 - debug: admin.0 (32044) Please add to "system.adapter.wifilight" common.adminUI={"config":"html"}
2022-05-24 10:42:04.612 - debug: admin.0 (32044) Please add to "system.adapter.wled" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.612 - debug: admin.0 (32044) Please add to "system.adapter.zigbee" common.adminUI={"config":"materialize","tab":"materialize"}
2022-05-24 10:42:04.613 - debug: admin.0 (32044) Please add to "system.adapter.sourceanalytix" common.adminUI={"config":"materialize","custom":"json"}
2022-05-24 10:42:04.614 - debug: admin.0 (32044) Please add to "system.adapter.rpi2" common.adminUI={"config":"materialize"}
2022-05-24 10:42:04.615 - debug: admin.0 (32044) Please add to "system.adapter.echarts" common.adminUI={"config":"none","tab":"html"}
2022-05-24 10:42:04.615 - debug: admin.0 (32044) Please add to "system.adapter.terminal" common.adminUI={"config":"html","tab":"html"}
2022-05-24 10:42:04.851 - debug: admin.0 (32044) Subscribes: dummy
2022-05-24 10:42:04.854 - debug: admin.0 (32044) Subscribes: system.host.raspberryPROD.alive
2022-05-24 10:42:04.858 - debug: admin.0 (32044) Subscribes: system.host.raspberryPROD.alive, system.adapter.discovery.0.alive
2022-05-24 10:42:04.861 - debug: admin.0 (32044) Subscribes: system.host.raspberryPROD.alive, system.adapter.discovery.0.alive, system.host.*.alive
2022-05-24 10:42:04.865 - debug: admin.0 (32044) Subscribes: system.host.raspberryPROD.alive, system.adapter.discovery.0.alive, system.host.*.alive, system.host.*.notifications.*
2022-05-24 10:42:04.868 - debug: admin.0 (32044) Subscribes: system.host.raspberryPROD.alive, system.adapter.discovery.0.alive, system.host.*.alive, system.host.*.notifications.*, admin.0.info.newsFeed
2022-05-24 10:42:06.217 - debug: admin.0 (32044) Search can't be optimized because wildcard not at the end, fallback to keys!: function(doc) { if (doc.type === 'state') emit(doc._id, doc) }
2022-05-24 10:42:07.064 - debug: admin.0 (32044) Please add to "system.adapter.alexa2" common.adminUI={"config":"materialize"}
2022-05-24 10:42:07.065 - debug: admin.0 (32044) Please add to "system.adapter.broadlink2" common.adminUI={"config":"materialize"}
2022-05-24 10:42:07.067 - debug: admin.0 (32044) Please add to "system.adapter.chromecast" common.adminUI={"config":"materialize"}
2022-05-24 10:42:07.068 - debug: admin.0 (32044) Please add to "system.adapter.coronavirus-statistics" common.adminUI={"config":"materialize"}
2022-05-24 10:42:07.069 - debug: admin.0 (32044) Please add to "system.adapter.devices" common.adminUI={"config":"none","tab":"html"}
2022-05-24 10:42:07.071 - debug: admin.0 (32044) Please add to "system.adapter.discovery" common.adminUI={"config":"materialize"}
2022-05-24 10:42:07.072 - debug: admin.0 (32044) Please add to "system.adapter.email" common.adminUI={"config":"materialize"}
2022-05-24 10:42:07.074 - debug: admin.0 (32044) Please add to "system.adapter.email" common.adminUI={"config":"materialize"}
2022-05-24 10:42:07.075 - debug: admin.0 (32044) Please add to "system.adapter.flot" common.adminUI={"config":"none"}
2022-05-24 10:42:07.075 - debug: admin.0 (32044) Please add to "system.adapter.fritzdect" common.adminUI={"config":"materialize"}
2022-05-24 10:42:07.077 - debug: admin.0 (32044) Please add to "system.adapter.fullybrowser" common.adminUI={"config":"materialize"}
2022-05-24 10:42:07.078 - debug: admin.0 (32044) Please add to "system.adapter.google-sharedlocations" common.adminUI={"config":"materialize"}
2022-05-24 10:42:07.079 - debug: admin.0 (32044) Please add to "system.adapter.hue-extended" common.adminUI={"config":"materialize"}
2022-05-24 10:42:07.079 - debug: admin.0 (32044) Please add to "system.adapter.info" common.adminUI={"config":"materialize","tab":"materialize"}
2022-05-24 10:42:07.081 - debug: admin.0 (32044) Please add to "system.adapter.iot" common.adminUI={"config":"materialize"}
2022-05-24 10:42:07.082 - debug: admin.0 (32044) Please add to "system.adapter.jarvis" common.adminUI={"config":"materialize"}
2022-05-24 10:42:07.082 - debug: admin.0 (32044) Please add to "system.adapter.jarvis" common.adminUI={"config":"materialize"}
2022-05-24 10:42:07.083 - debug: admin.0 (32044) Please add to "system.adapter.javascript" common.adminUI={"config":"materialize","tab":"html"}
2022-05-24 10:42:07.084 - debug: admin.0 (32044) Please add to "system.adapter.kodi" common.adminUI={"config":"materialize"}
2022-05-24 10:42:07.085 - debug: admin.0 (32044) Please add to "system.adapter.meross" common.adminUI={"config":"materialize"}
2022-05-24 10:42:07.086 - debug: admin.0 (32044) Please add to "system.adapter.openweathermap" common.adminUI={"config":"materialize"}
2022-05-24 10:42:07.086 - debug: admin.0 (32044) Please add to "system.adapter.ping" common.adminUI={"config":"materialize"}
2022-05-24 10:42:07.089 - debug: admin.0 (32044) Please add to "system.adapter.pollenflug" common.adminUI={"config":"materialize"}
2022-05-24 10:42:07.089 - debug: admin.0 (32044) Please add to "system.adapter.scenes" common.adminUI={"config":"none","tab":"html"}
2022-05-24 10:42:07.093 - debug: admin.0 (32044) Please add to "system.adapter.simple-api" common.adminUI={"config":"materialize"}
2022-05-24 10:42:07.093 - debug: admin.0 (32044) Please add to "system.adapter.sonoff" common.adminUI={"config":"materialize"}
2022-05-24 10:42:07.096 - debug: admin.0 (32044) Please add to "system.adapter.tankerkoenig" common.adminUI={"config":"materialize"}
2022-05-24 10:42:07.097 - debug: admin.0 (32044) Please add to "system.adapter.tr-064" common.adminUI={"config":"materialize"}
2022-05-24 10:42:07.099 - debug: admin.0 (32044) Please add to "system.adapter.tvprogram" common.adminUI={"config":"materialize"}
2022-05-24 10:42:07.100 - debug: admin.0 (32044) Please add to "system.adapter.tvspielfilm" common.adminUI={"config":"materialize"}
2022-05-24 10:42:07.100 - debug: admin.0 (32044) Please add to "system.adapter.twinkly" common.adminUI={"config":"materialize"}
2022-05-24 10:42:07.102 - debug: admin.0 (32044) Please add to "system.adapter.vis-bars" common.adminUI={"config":"html"}
2022-05-24 10:42:07.103 - debug: admin.0 (32044) Please add to "system.adapter.vis-canvas-gauges" common.adminUI={"config":"none"}
2022-05-24 10:42:07.105 - debug: admin.0 (32044) Please add to "system.adapter.vis-colorpicker" common.adminUI={"config":"none"}
2022-05-24 10:42:07.105 - debug: admin.0 (32044) Please add to "system.adapter.vis-fancyswitch" common.adminUI={"config":"none"}
2022-05-24 10:42:07.106 - debug: admin.0 (32044) Please add to "system.adapter.vis-inventwo" common.adminUI={"config":"materialize","tab":"materialize"}
2022-05-24 10:42:07.108 - debug: admin.0 (32044) Please add to "system.adapter.vis-players" common.adminUI={"config":"none"}
2022-05-24 10:42:07.109 - debug: admin.0 (32044) Please add to "system.adapter.vis-timeandweather" common.adminUI={"config":"none"}
2022-05-24 10:42:07.110 - debug: admin.0 (32044) Please add to "system.adapter.vis-weather" common.adminUI={"config":"none"}
2022-05-24 10:42:07.110 - debug: admin.0 (32044) Please add to "system.adapter.web-speedy" common.adminUI={"config":"none"}
2022-05-24 10:42:07.112 - debug: admin.0 (32044) Please add to "system.adapter.web" common.adminUI={"config":"materialize"}
2022-05-24 10:42:07.112 - debug: admin.0 (32044) Please add to "system.adapter.wifilight" common.adminUI={"config":"html"}
2022-05-24 10:42:07.113 - debug: admin.0 (32044) Please add to "system.adapter.wled" common.adminUI={"config":"materialize"}
2022-05-24 10:42:07.114 - debug: admin.0 (32044) Please add to "system.adapter.zigbee" common.adminUI={"config":"materialize","tab":"materialize"}
2022-05-24 10:42:07.115 - debug: admin.0 (32044) Please add to "system.adapter.logparser" common.adminUI={"config":"materialize"}
2022-05-24 10:42:07.116 - debug: admin.0 (32044) Please add to "system.adapter.sourceanalytix" common.adminUI={"config":"materialize","custom":"json"}
2022-05-24 10:42:07.117 - debug: admin.0 (32044) Please add to "system.adapter.rpi2" common.adminUI={"config":"materialize"}
2022-05-24 10:42:07.118 - debug: admin.0 (32044) Please add to "system.adapter.echarts" common.adminUI={"config":"none","tab":"html"}
2022-05-24 10:42:07.119 - debug: admin.0 (32044) Please add to "system.adapter.snmp" common.adminUI={"config":"html"}
2022-05-24 10:42:07.119 - debug: admin.0 (32044) Please add to "system.adapter.terminal" common.adminUI={"config":"html","tab":"html"}
2022-05-24 10:42:07.153 - debug: admin.0 (32044) Please add to "system.adapter.alexa2" common.adminUI={"config":"materialize"}
2022-05-24 10:42:07.155 - debug: admin.0 (32044) Please add to "system.adapter.asterisk" common.adminUI={"config":"materialize"}
2022-05-24 10:42:07.156 - debug: admin.0 (32044) Please add to "system.adapter.ble" common.adminUI={"config":"materialize"}
2022-05-24 10:42:07.157 - debug: admin.0 (32044) Please add to "system.adapter.broadlink2" common.adminUI={"config":"materialize"}
2022-05-24 10:42:07.158 - debug: admin.0 (32044) Please add to "system.adapter.chromecast" common.adminUI={"config":"materialize"}
2022-05-24 10:42:07.159 - debug: admin.0 (32044) Please add to "system.adapter.coronavirus-statistics" common.adminUI={"config":"materialize"}
2022-05-24 10:42:07.161 - debug: admin.0 (32044) Please add to "system.adapter.devices" common.adminUI={"config":"none","tab":"html"}
2022-05-24 10:42:07.162 - debug: admin.0 (32044) Please add to "system.adapter.discovery" common.adminUI={"config":"materialize"}
2022-05-24 10:42:07.163 - debug: admin.0 (32044) Please add to "system.adapter.email" common.adminUI={"config":"materialize"}
2022-05-24 10:42:07.165 - debug: admin.0 (32044) Please add to "system.adapter.fahrplan" common.adminUI={"config":"materialize"}
2022-05-24 10:42:07.165 - debug: admin.0 (32044) Please add to "system.adapter.firetv" common.adminUI={"config":"html"}
2022-05-24 10:42:07.167 - debug: admin.0 (32044) Please add to "system.adapter.flot" common.adminUI={"config":"none"}
2022-05-24 10:42:07.167 - debug: admin.0 (32044) Please add to "system.adapter.fritzdect" common.adminUI={"config":"materialize"}
2022-05-24 10:42:07.169 - debug: admin.0 (32044) Please add to "system.adapter.fullybrowser" common.adminUI={"config":"materialize"}
2022-05-24 10:42:07.170 - debug: admin.0 (32044) Please add to "system.adapter.google-sharedlocations" common.adminUI={"config":"materialize"}
2022-05-24 10:42:07.171 - debug: admin.0 (32044) Please add to "system.adapter.habpanel" common.adminUI={"config":"none"}
2022-05-24 10:42:07.173 - debug: admin.0 (32044) Please add to "system.adapter.hue" common.adminUI={"config":"materialize"}
2022-05-24 10:42:07.174 - debug: admin.0 (32044) Please add to "system.adapter.hue-extended" common.adminUI={"config":"materialize"}
2022-05-24 10:42:07.175 - debug: admin.0 (32044) Please add to "system.adapter.info" common.adminUI={"config":"materialize","tab":"materialize"}
2022-05-24 10:42:07.177 - debug: admin.0 (32044) Please add to "system.adapter.iot" common.adminUI={"config":"materialize"}
2022-05-24 10:42:07.178 - debug: admin.0 (32044) Please add to "system.adapter.iqontrol" common.adminUI={"config":"materialize","custom":"json","tab":"materialize"}
2022-05-24 10:42:07.179 - debug: admin.0 (32044) Please add to "system.adapter.jarvis" common.adminUI={"config":"materialize"}
2022-05-24 10:42:07.180 - debug: admin.0 (32044) Please add to "system.adapter.javascript" common.adminUI={"config":"materialize","tab":"html"}
2022-05-24 10:42:07.182 - debug: admin.0 (32044) Please add to "system.adapter.kodi" common.adminUI={"config":"materialize"}
2022-05-24 10:42:07.183 - debug: admin.0 (32044) Please add to "system.adapter.logparser" common.adminUI={"config":"materialize"}
2022-05-24 10:42:07.184 - debug: admin.0 (32044) Please add to "system.adapter.lovelace" common.adminUI={"config":"materialize","custom":"json"}
2022-05-24 10:42:07.186 - debug: admin.0 (32044) Please add to "system.adapter.mclighting" common.adminUI={"config":"materialize"}
2022-05-24 10:42:07.187 - debug: admin.0 (32044) Please add to "system.adapter.meross" common.adminUI={"config":"materialize"}
2022-05-24 10:42:07.189 - debug: admin.0 (32044) Please add to "system.adapter.node-red" common.adminUI={"config":"materialize","tab":"html"}
2022-05-24 10:42:07.190 - debug: admin.0 (32044) Please add to "system.adapter.onvif" common.adminUI={"config":"materialize"}
2022-05-24 10:42:07.191 - debug: admin.0 (32044) Please add to "system.adapter.openweathermap" common.adminUI={"config":"materialize"}
2022-05-24 10:42:07.193 - debug: admin.0 (32044) Please add to "system.adapter.owntracks" common.adminUI={"config":"materialize"}
2022-05-24 10:42:07.193 - debug: admin.0 (32044) Please add to "system.adapter.parser" common.adminUI={"config":"materialize"}
2022-05-24 10:42:07.194 - debug: admin.0 (32044) Please add to "system.adapter.ping" common.adminUI={"config":"materialize"}
2022-05-24 10:42:07.195 - debug: admin.0 (32044) Please add to "system.adapter.pollenflug" common.adminUI={"config":"materialize"}
2022-05-24 10:42:07.196 - debug: admin.0 (32044) Please add to "system.adapter.proxy" common.adminUI={"config":"materialize"}
2022-05-24 10:42:07.197 - debug: admin.0 (32044) Please add to "system.adapter.ring" common.adminUI={"config":"materialize"}
2022-05-24 10:42:07.198 - debug: admin.0 (32044) Please add to "system.adapter.scenes" common.adminUI={"config":"none","tab":"html"}
2022-05-24 10:42:07.199 - debug: admin.0 (32044) Please add to "system.adapter.simple-api" common.adminUI={"config":"materialize"}
2022-05-24 10:42:07.200 - debug: admin.0 (32044) Please add to "system.adapter.smartcontrol" common.adminUI={"config":"materialize"}
2022-05-24 10:42:07.201 - debug: admin.0 (32044) Please add to "system.adapter.snmp" common.adminUI={"config":"html"}
2022-05-24 10:42:07.201 - debug: admin.0 (32044) Please add to "system.adapter.sonoff" common.adminUI={"config":"materialize"}
2022-05-24 10:42:07.203 - debug: admin.0 (32044) Please add to "system.adapter.tankerkoenig" common.adminUI={"config":"materialize"}
2022-05-24 10:42:07.203 - debug: admin.0 (32044) Please add to "system.adapter.tr-064" common.adminUI={"config":"materialize"}
2022-05-24 10:42:07.204 - debug: admin.0 (32044) Please add to "system.adapter.tuya" common.adminUI={"config":"materialize"}
2022-05-24 10:42:07.205 - debug: admin.0 (32044) Please add to "system.adapter.tvprogram" common.adminUI={"config":"materialize"}
2022-05-24 10:42:07.206 - debug: admin.0 (32044) Please add to "system.adapter.tvspielfilm" common.adminUI={"config":"materialize"}
2022-05-24 10:42:07.207 - debug: admin.0 (32044) Please add to "system.adapter.twinkly" common.adminUI={"config":"materialize"}
2022-05-24 10:42:07.207 - debug: admin.0 (32044) Please add to "system.adapter.vis-bars" common.adminUI={"config":"html"}
2022-05-24 10:42:07.209 - debug: admin.0 (32044) Please add to "system.adapter.vis-canvas-gauges" common.adminUI={"config":"none"}
2022-05-24 10:42:07.210 - debug: admin.0 (32044) Please add to "system.adapter.vis-colorpicker" common.adminUI={"config":"none"}
2022-05-24 10:42:07.210 - debug: admin.0 (32044) Please add to "system.adapter.vis-fancyswitch" common.adminUI={"config":"none"}
2022-05-24 10:42:07.212 - debug: admin.0 (32044) Please add to "system.adapter.vis-inventwo" common.adminUI={"config":"materialize","tab":"materialize"}
2022-05-24 10:42:07.212 - debug: admin.0 (32044) Please add to "system.adapter.vis-material-advanced" common.adminUI={"config":"none"}
2022-05-24 10:42:07.213 - debug: admin.0 (32044) Please add to "system.adapter.vis-materialdesign" common.adminUI={"config":"materialize"}
2022-05-24 10:42:07.214 - debug: admin.0 (32044) Please add to "system.adapter.vis-players" common.adminUI={"config":"none"}
2022-05-24 10:42:07.215 - debug: admin.0 (32044) Please add to "system.adapter.vis-timeandweather" common.adminUI={"config":"none"}
2022-05-24 10:42:07.216 - debug: admin.0 (32044) Please add to "system.adapter.vis-weather" common.adminUI={"config":"none"}
2022-05-24 10:42:07.217 - debug: admin.0 (32044) Please add to "system.adapter.web" common.adminUI={"config":"materialize"}
2022-05-24 10:42:07.217 - debug: admin.0 (32044) Please add to "system.adapter.web-speedy" common.adminUI={"config":"none"}
2022-05-24 10:42:07.219 - debug: admin.0 (32044) Please add to "system.adapter.wifilight" common.adminUI={"config":"html"}
2022-05-24 10:42:07.219 - debug: admin.0 (32044) Please add to "system.adapter.wled" common.adminUI={"config":"materialize"}
2022-05-24 10:42:07.220 - debug: admin.0 (32044) Please add to "system.adapter.zigbee" common.adminUI={"config":"materialize","tab":"materialize"}
2022-05-24 10:42:07.221 - debug: admin.0 (32044) Please add to "system.adapter.sourceanalytix" common.adminUI={"config":"materialize","custom":"json"}
2022-05-24 10:42:07.222 - debug: admin.0 (32044) Please add to "system.adapter.rpi2" common.adminUI={"config":"materialize"}
2022-05-24 10:42:07.222 - debug: admin.0 (32044) Please add to "system.adapter.echarts" common.adminUI={"config":"none","tab":"html"}
2022-05-24 10:42:07.223 - debug: admin.0 (32044) Please add to "system.adapter.terminal" common.adminUI={"config":"html","tab":"html"}
2022-05-24 10:42:11.532 - debug: admin.0 (32044) Disable logging, because no one socket connected
2022-05-24 10:42:11.534 - info: admin.0 (32044) <== Disconnect system.user.admin from ::ffff:192.168.178.34 admin
2022-05-24 10:42:12.111 - info: admin.0 (32044) ==> Connected system.user.admin from ::ffff:192.168.178.34
2022-05-24 10:42:12.132 - debug: admin.0 (32044) 2022-05-24T08:42:12.132Z Request authenticate [system.user.admin]
2022-05-24 10:42:12.180 - debug: admin.0 (32044) Subscribes: dummy
2022-05-24 10:42:22.850 - info: admin.0 (32044) Repository received successfully.
2022-05-24 10:42:22.955 - debug: admin.0 (32044) Next repo update on 25.5.2022, 10:42:22
2022-05-24 10:42:26.351 - info: admin.0 (32044) ==> Connected system.user.admin from ::ffff:192.168.178.34
2022-05-24 10:42:26.368 - info: admin.0 (32044) ==> Connected system.user.admin from ::ffff:192.168.178.34
2022-05-24 10:42:26.433 - debug: admin.0 (32044) Subscribes: dummy
2022-05-24 10:42:26.437 - debug: admin.0 (32044) Subscribes: system.adapter.javascript.0.alive
2022-05-24 10:42:26.468 - debug: admin.0 (32044) Subscribes: dummy
2022-05-24 10:42:26.474 - debug: admin.0 (32044) Subscribes: system.host.raspberryPROD.alive
2022-05-24 10:42:26.477 - debug: admin.0 (32044) Subscribes: system.host.raspberryPROD.alive, system.adapter.discovery.0.alive
2022-05-24 10:42:26.481 - debug: admin.0 (32044) Subscribes: system.host.raspberryPROD.alive, system.adapter.discovery.0.alive, system.host.*.alive
2022-05-24 10:42:26.485 - debug: admin.0 (32044) Subscribes: system.host.raspberryPROD.alive, system.adapter.discovery.0.alive, system.host.*.alive, system.host.*.notifications.*
2022-05-24 10:42:26.488 - debug: admin.0 (32044) Subscribes: system.host.raspberryPROD.alive, system.adapter.discovery.0.alive, system.host.*.alive, system.host.*.notifications.*, admin.0.info.newsFeed
2022-05-24 10:42:27.467 - debug: admin.0 (32044) Search can't be optimized because wildcard not at the end, fallback to keys!: function(doc) { if (doc.type === 'state') emit(doc._id, doc) }
2022-05-24 10:42:29.140 - debug: admin.0 (32044) Please add to "system.adapter.alexa2" common.adminUI={"config":"materialize"}
2022-05-24 10:42:29.142 - debug: admin.0 (32044) Please add to "system.adapter.broadlink2" common.adminUI={"config":"materialize"}
2022-05-24 10:42:29.143 - debug: admin.0 (32044) Please add to "system.adapter.chromecast" common.adminUI={"config":"materialize"}
2022-05-24 10:42:29.144 - debug: admin.0 (32044) Please add to "system.adapter.coronavirus-statistics" common.adminUI={"config":"materialize"}
2022-05-24 10:42:29.144 - debug: admin.0 (32044) Please add to "system.adapter.devices" common.adminUI={"config":"none","tab":"html"}
2022-05-24 10:42:29.145 - debug: admin.0 (32044) Please add to "system.adapter.discovery" common.adminUI={"config":"materialize"}
2022-05-24 10:42:29.146 - debug: admin.0 (32044) Please add to "system.adapter.email" common.adminUI={"config":"materialize"}
2022-05-24 10:42:29.147 - debug: admin.0 (32044) Please add to "system.adapter.email" common.adminUI={"config":"materialize"}
2022-05-24 10:42:29.148 - debug: admin.0 (32044) Please add to "system.adapter.flot" common.adminUI={"config":"none"}
2022-05-24 10:42:29.148 - debug: admin.0 (32044) Please add to "system.adapter.fritzdect" common.adminUI={"config":"materialize"}
2022-05-24 10:42:29.149 - debug: admin.0 (32044) Please add to "system.adapter.fullybrowser" common.adminUI={"config":"materialize"}
2022-05-24 10:42:29.151 - debug: admin.0 (32044) Please add to "system.adapter.google-sharedlocations" common.adminUI={"config":"materialize"}
2022-05-24 10:42:29.151 - debug: admin.0 (32044) Please add to "system.adapter.hue-extended" common.adminUI={"config":"materialize"}
2022-05-24 10:42:29.152 - debug: admin.0 (32044) Please add to "system.adapter.info" common.adminUI={"config":"materialize","tab":"materialize"}
2022-05-24 10:42:29.153 - debug: admin.0 (32044) Please add to "system.adapter.iot" common.adminUI={"config":"materialize"}
2022-05-24 10:42:29.154 - debug: admin.0 (32044) Please add to "system.adapter.jarvis" common.adminUI={"config":"materialize"}
2022-05-24 10:42:29.155 - debug: admin.0 (32044) Please add to "system.adapter.jarvis" common.adminUI={"config":"materialize"}
2022-05-24 10:42:29.156 - debug: admin.0 (32044) Please add to "system.adapter.javascript" common.adminUI={"config":"materialize","tab":"html"}
2022-05-24 10:42:29.157 - debug: admin.0 (32044) Please add to "system.adapter.kodi" common.adminUI={"config":"materialize"}
2022-05-24 10:42:29.157 - debug: admin.0 (32044) Please add to "system.adapter.meross" common.adminUI={"config":"materialize"}
2022-05-24 10:42:29.158 - debug: admin.0 (32044) Please add to "system.adapter.openweathermap" common.adminUI={"config":"materialize"}
2022-05-24 10:42:29.160 - debug: admin.0 (32044) Please add to "system.adapter.ping" common.adminUI={"config":"materialize"}
2022-05-24 10:42:29.160 - debug: admin.0 (32044) Please add to "system.adapter.pollenflug" common.adminUI={"config":"materialize"}
2022-05-24 10:42:29.161 - debug: admin.0 (32044) Please add to "system.adapter.scenes" common.adminUI={"config":"none","tab":"html"}
2022-05-24 10:42:29.162 - debug: admin.0 (32044) Please add to "system.adapter.simple-api" common.adminUI={"config":"materialize"}
2022-05-24 10:42:29.163 - debug: admin.0 (32044) Please add to "system.adapter.sonoff" common.adminUI={"config":"materialize"}
2022-05-24 10:42:29.164 - debug: admin.0 (32044) Please add to "system.adapter.tankerkoenig" common.adminUI={"config":"materialize"}
2022-05-24 10:42:29.165 - debug: admin.0 (32044) Please add to "system.adapter.tr-064" common.adminUI={"config":"materialize"}
2022-05-24 10:42:29.166 - debug: admin.0 (32044) Please add to "system.adapter.tvprogram" common.adminUI={"config":"materialize"}
2022-05-24 10:42:29.167 - debug: admin.0 (32044) Please add to "system.adapter.tvspielfilm" common.adminUI={"config":"materialize"}
2022-05-24 10:42:29.168 - debug: admin.0 (32044) Please add to "system.adapter.twinkly" common.adminUI={"config":"materialize"}
2022-05-24 10:42:29.169 - debug: admin.0 (32044) Please add to "system.adapter.vis-bars" common.adminUI={"config":"html"}
2022-05-24 10:42:29.171 - debug: admin.0 (32044) Please add to "system.adapter.vis-canvas-gauges" common.adminUI={"config":"none"}
2022-05-24 10:42:29.171 - debug: admin.0 (32044) Please add to "system.adapter.vis-colorpicker" common.adminUI={"config":"none"}
2022-05-24 10:42:29.172 - debug: admin.0 (32044) Please add to "system.adapter.vis-fancyswitch" common.adminUI={"config":"none"}
2022-05-24 10:42:29.173 - debug: admin.0 (32044) Please add to "system.adapter.vis-inventwo" common.adminUI={"config":"materialize","tab":"materialize"}
2022-05-24 10:42:29.176 - debug: admin.0 (32044) Please add to "system.adapter.vis-players" common.adminUI={"config":"none"}
2022-05-24 10:42:29.178 - debug: admin.0 (32044) Please add to "system.adapter.vis-timeandweather" common.adminUI={"config":"none"}
2022-05-24 10:42:29.178 - debug: admin.0 (32044) Please add to "system.adapter.vis-weather" common.adminUI={"config":"none"}
2022-05-24 10:42:29.179 - debug: admin.0 (32044) Please add to "system.adapter.web-speedy" common.adminUI={"config":"none"}
2022-05-24 10:42:29.180 - debug: admin.0 (32044) Please add to "system.adapter.web" common.adminUI={"config":"materialize"}
2022-05-24 10:42:29.180 - debug: admin.0 (32044) Please add to "system.adapter.wifilight" common.adminUI={"config":"html"}
2022-05-24 10:42:29.181 - debug: admin.0 (32044) Please add to "system.adapter.wled" common.adminUI={"config":"materialize"}
2022-05-24 10:42:29.181 - debug: admin.0 (32044) Please add to "system.adapter.zigbee" common.adminUI={"config":"materialize","tab":"materialize"}
2022-05-24 10:42:29.182 - debug: admin.0 (32044) Please add to "system.adapter.logparser" common.adminUI={"config":"materialize"}
2022-05-24 10:42:29.182 - debug: admin.0 (32044) Please add to "system.adapter.sourceanalytix" common.adminUI={"config":"materialize","custom":"json"}
2022-05-24 10:42:29.183 - debug: admin.0 (32044) Please add to "system.adapter.rpi2" common.adminUI={"config":"materialize"}
2022-05-24 10:42:29.183 - debug: admin.0 (32044) Please add to "system.adapter.echarts" common.adminUI={"config":"none","tab":"html"}
2022-05-24 10:42:29.184 - debug: admin.0 (32044) Please add to "system.adapter.snmp" common.adminUI={"config":"html"}
2022-05-24 10:42:29.184 - debug: admin.0 (32044) Please add to "system.adapter.terminal" common.adminUI={"config":"html","tab":"html"}
2022-05-24 10:42:29.201 - debug: admin.0 (32044) Please add to "system.adapter.alexa2" common.adminUI={"config":"materialize"}
2022-05-24 10:42:29.202 - debug: admin.0 (32044) Please add to "system.adapter.asterisk" common.adminUI={"config":"materialize"}
2022-05-24 10:42:29.202 - debug: admin.0 (32044) Please add to "system.adapter.ble" common.adminUI={"config":"materialize"}
2022-05-24 10:42:29.203 - debug: admin.0 (32044) Please add to "system.adapter.broadlink2" common.adminUI={"config":"materialize"}
2022-05-24 10:42:29.203 - debug: admin.0 (32044) Please add to "system.adapter.chromecast" common.adminUI={"config":"materialize"}
2022-05-24 10:42:29.204 - debug: admin.0 (32044) Please add to "system.adapter.coronavirus-statistics" common.adminUI={"config":"materialize"}
2022-05-24 10:42:29.204 - debug: admin.0 (32044) Please add to "system.adapter.devices" common.adminUI={"config":"none","tab":"html"}
2022-05-24 10:42:29.205 - debug: admin.0 (32044) Please add to "system.adapter.discovery" common.adminUI={"config":"materialize"}
2022-05-24 10:42:29.205 - debug: admin.0 (32044) Please add to "system.adapter.email" common.adminUI={"config":"materialize"}
2022-05-24 10:42:29.206 - debug: admin.0 (32044) Please add to "system.adapter.fahrplan" common.adminUI={"config":"materialize"}
2022-05-24 10:42:29.206 - debug: admin.0 (32044) Please add to "system.adapter.firetv" common.adminUI={"config":"html"}
2022-05-24 10:42:29.206 - debug: admin.0 (32044) Please add to "system.adapter.flot" common.adminUI={"config":"none"}
2022-05-24 10:42:29.207 - debug: admin.0 (32044) Please add to "system.adapter.fritzdect" common.adminUI={"config":"materialize"}
2022-05-24 10:42:29.207 - debug: admin.0 (32044) Please add to "system.adapter.fullybrowser" common.adminUI={"config":"materialize"}
2022-05-24 10:42:29.208 - debug: admin.0 (32044) Please add to "system.adapter.google-sharedlocations" common.adminUI={"config":"materialize"}
2022-05-24 10:42:29.208 - debug: admin.0 (32044) Please add to "system.adapter.habpanel" common.adminUI={"config":"none"}
2022-05-24 10:42:29.208 - debug: admin.0 (32044) Please add to "system.adapter.hue" common.adminUI={"config":"materialize"}
2022-05-24 10:42:29.209 - debug: admin.0 (32044) Please add to "system.adapter.hue-extended" common.adminUI={"config":"materialize"}
2022-05-24 10:42:29.209 - debug: admin.0 (32044) Please add to "system.adapter.info" common.adminUI={"config":"materialize","tab":"materialize"}
2022-05-24 10:42:29.210 - debug: admin.0 (32044) Please add to "system.adapter.iot" common.adminUI={"config":"materialize"}
2022-05-24 10:42:29.210 - debug: admin.0 (32044) Please add to "system.adapter.iqontrol" common.adminUI={"config":"materialize","custom":"json","tab":"materialize"}
2022-05-24 10:42:29.211 - debug: admin.0 (32044) Please add to "system.adapter.jarvis" common.adminUI={"config":"materialize"}
2022-05-24 10:42:29.211 - debug: admin.0 (32044) Please add to "system.adapter.javascript" common.adminUI={"config":"materialize","tab":"html"}
2022-05-24 10:42:29.211 - debug: admin.0 (32044) Please add to "system.adapter.kodi" common.adminUI={"config":"materialize"}
2022-05-24 10:42:29.212 - debug: admin.0 (32044) Please add to "system.adapter.logparser" common.adminUI={"config":"materialize"}
2022-05-24 10:42:29.212 - debug: admin.0 (32044) Please add to "system.adapter.lovelace" common.adminUI={"config":"materialize","custom":"json"}
2022-05-24 10:42:29.213 - debug: admin.0 (32044) Please add to "system.adapter.mclighting" common.adminUI={"config":"materialize"}
2022-05-24 10:42:29.213 - debug: admin.0 (32044) Please add to "system.adapter.meross" common.adminUI={"config":"materialize"}
2022-05-24 10:42:29.213 - debug: admin.0 (32044) Please add to "system.adapter.node-red" common.adminUI={"config":"materialize","tab":"html"}
2022-05-24 10:42:29.214 - debug: admin.0 (32044) Please add to "system.adapter.onvif" common.adminUI={"config":"materialize"}
2022-05-24 10:42:29.215 - debug: admin.0 (32044) Please add to "system.adapter.openweathermap" common.adminUI={"config":"materialize"}
2022-05-24 10:42:29.215 - debug: admin.0 (32044) Please add to "system.adapter.owntracks" common.adminUI={"config":"materialize"}
2022-05-24 10:42:29.217 - debug: admin.0 (32044) Please add to "system.adapter.parser" common.adminUI={"config":"materialize"}
2022-05-24 10:42:29.218 - debug: admin.0 (32044) Please add to "system.adapter.ping" common.adminUI={"config":"materialize"}
2022-05-24 10:42:29.219 - debug: admin.0 (32044) Please add to "system.adapter.pollenflug" common.adminUI={"config":"materialize"}
2022-05-24 10:42:29.219 - debug: admin.0 (32044) Please add to "system.adapter.proxy" common.adminUI={"config":"materialize"}
2022-05-24 10:42:29.221 - debug: admin.0 (32044) Please add to "system.adapter.ring" common.adminUI={"config":"materialize"}
2022-05-24 10:42:29.222 - debug: admin.0 (32044) Please add to "system.adapter.scenes" common.adminUI={"config":"none","tab":"html"}
2022-05-24 10:42:29.223 - debug: admin.0 (32044) Please add to "system.adapter.simple-api" common.adminUI={"config":"materialize"}
2022-05-24 10:42:29.225 - debug: admin.0 (32044) Please add to "system.adapter.smartcontrol" common.adminUI={"config":"materialize"}
2022-05-24 10:42:29.225 - debug: admin.0 (32044) Please add to "system.adapter.snmp" common.adminUI={"config":"html"}
2022-05-24 10:42:29.226 - debug: admin.0 (32044) Please add to "system.adapter.sonoff" common.adminUI={"config":"materialize"}
2022-05-24 10:42:29.227 - debug: admin.0 (32044) Please add to "system.adapter.tankerkoenig" common.adminUI={"config":"materialize"}
2022-05-24 10:42:29.227 - debug: admin.0 (32044) Please add to "system.adapter.tr-064" common.adminUI={"config":"materialize"}
2022-05-24 10:42:29.228 - debug: admin.0 (32044) Please add to "system.adapter.tuya" common.adminUI={"config":"materialize"}
2022-05-24 10:42:29.229 - debug: admin.0 (32044) Please add to "system.adapter.tvprogram" common.adminUI={"config":"materialize"}
2022-05-24 10:42:29.230 - debug: admin.0 (32044) Please add to "system.adapter.tvspielfilm" common.adminUI={"config":"materialize"}
2022-05-24 10:42:29.231 - debug: admin.0 (32044) Please add to "system.adapter.twinkly" common.adminUI={"config":"materialize"}
2022-05-24 10:42:29.232 - debug: admin.0 (32044) Please add to "system.adapter.vis-bars" common.adminUI={"config":"html"}
2022-05-24 10:42:29.233 - debug: admin.0 (32044) Please add to "system.adapter.vis-canvas-gauges" common.adminUI={"config":"none"}
2022-05-24 10:42:29.233 - debug: admin.0 (32044) Please add to "system.adapter.vis-colorpicker" common.adminUI={"config":"none"}
2022-05-24 10:42:29.235 - debug: admin.0 (32044) Please add to "system.adapter.vis-fancyswitch" common.adminUI={"config":"none"}
2022-05-24 10:42:29.236 - debug: admin.0 (32044) Please add to "system.adapter.vis-inventwo" common.adminUI={"config":"materialize","tab":"materialize"}
2022-05-24 10:42:29.236 - debug: admin.0 (32044) Please add to "system.adapter.vis-material-advanced" common.adminUI={"config":"none"}
2022-05-24 10:42:29.237 - debug: admin.0 (32044) Please add to "system.adapter.vis-materialdesign" common.adminUI={"config":"materialize"}
2022-05-24 10:42:29.238 - debug: admin.0 (32044) Please add to "system.adapter.vis-players" common.adminUI={"config":"none"}
2022-05-24 10:42:29.238 - debug: admin.0 (32044) Please add to "system.adapter.vis-timeandweather" common.adminUI={"config":"none"}
2022-05-24 10:42:29.240 - debug: admin.0 (32044) Please add to "system.adapter.vis-weather" common.adminUI={"config":"none"}
2022-05-24 10:42:29.241 - debug: admin.0 (32044) Please add to "system.adapter.web" common.adminUI={"config":"materialize"}
2022-05-24 10:42:29.242 - debug: admin.0 (32044) Please add to "system.adapter.web-speedy" common.adminUI={"config":"none"}
2022-05-24 10:42:29.244 - debug: admin.0 (32044) Please add to "system.adapter.wifilight" common.adminUI={"config":"html"}
2022-05-24 10:42:29.245 - debug: admin.0 (32044) Please add to "system.adapter.wled" common.adminUI={"config":"materialize"}
2022-05-24 10:42:29.245 - debug: admin.0 (32044) Please add to "system.adapter.zigbee" common.adminUI={"config":"materialize","tab":"materialize"}
2022-05-24 10:42:29.249 - debug: admin.0 (32044) Please add to "system.adapter.sourceanalytix" common.adminUI={"config":"materialize","custom":"json"}
2022-05-24 10:42:29.250 - debug: admin.0 (32044) Please add to "system.adapter.rpi2" common.adminUI={"config":"materialize"}
2022-05-24 10:42:29.250 - debug: admin.0 (32044) Please add to "system.adapter.echarts" common.adminUI={"config":"none","tab":"html"}
2022-05-24 10:42:29.251 - debug: admin.0 (32044) Please add to "system.adapter.terminal" common.adminUI={"config":"html","tab":"html"}
2022-05-24 10:42:30.596 - info: admin.0 (32044) ==> Connected system.user.admin from ::ffff:192.168.178.34
2022-05-24 10:42:30.605 - debug: admin.0 (32044) Subscribes: dummy
2022-05-24 10:42:30.608 - debug: admin.0 (32044) Subscribes: system.host.raspberryPROD.alive
2022-05-24 10:42:30.611 - debug: admin.0 (32044) Subscribes: system.host.raspberryPROD.alive, system.adapter.discovery.0.alive
2022-05-24 10:42:30.613 - debug: admin.0 (32044) Subscribes: system.host.raspberryPROD.alive, system.adapter.discovery.0.alive, system.host.*.alive
2022-05-24 10:42:30.616 - debug: admin.0 (32044) Subscribes: system.host.raspberryPROD.alive, system.adapter.discovery.0.alive, system.host.*.alive, system.host.*.notifications.*
2022-05-24 10:42:30.618 - debug: admin.0 (32044) Subscribes: system.host.raspberryPROD.alive, system.adapter.discovery.0.alive, system.host.*.alive, system.host.*.notifications.*, system.adapter.*.alive
2022-05-24 10:42:30.621 - debug: admin.0 (32044) Subscribes: system.host.raspberryPROD.alive, system.adapter.discovery.0.alive, system.host.*.alive, system.host.*.notifications.*, system.adapter.*.alive, system.adapter.*.connected
2022-05-24 10:42:30.624 - debug: admin.0 (32044) Subscribes: system.host.raspberryPROD.alive, system.adapter.discovery.0.alive, system.host.*.alive, system.host.*.notifications.*, system.adapter.*.alive, system.adapter.*.connected, system.adapter.*.inputCount
2022-05-24 10:42:30.627 - debug: admin.0 (32044) Subscribes: system.host.raspberryPROD.alive, system.adapter.discovery.0.alive, system.host.*.alive, system.host.*.notifications.*, system.adapter.*.alive, system.adapter.*.connected, system.adapter.*.inputCount, system.adapter.*.memRss
2022-05-24 10:42:30.630 - debug: admin.0 (32044) Subscribes: system.host.raspberryPROD.alive, system.adapter.discovery.0.alive, system.host.*.alive, system.host.*.notifications.*, system.adapter.*.alive, system.adapter.*.connected, system.adapter.*.inputCount, system.adapter.*.memRss, system.adapter.*.outputCount
2022-05-24 10:42:30.633 - debug: admin.0 (32044) Subscribes: system.host.raspberryPROD.alive, system.adapter.discovery.0.alive, system.host.*.alive, system.host.*.notifications.*, system.adapter.*.alive, system.adapter.*.connected, system.adapter.*.inputCount, system.adapter.*.memRss, system.adapter.*.outputCount, system.adapter.*.logLevel
2022-05-24 10:42:30.636 - debug: admin.0 (32044) Subscribes: system.host.raspberryPROD.alive, system.adapter.discovery.0.alive, system.host.*.alive, system.host.*.notifications.*, system.adapter.*.alive, system.adapter.*.connected, system.adapter.*.inputCount, system.adapter.*.memRss, system.adapter.*.outputCount, system.adapter.*.logLevel, system.host.*.diskFree
2022-05-24 10:42:30.640 - debug: admin.0 (32044) Subscribes: system.host.raspberryPROD.alive, system.adapter.discovery.0.alive, system.host.*.alive, system.host.*.notifications.*, system.adapter.*.alive, system.adapter.*.connected, system.adapter.*.inputCount, system.adapter.*.memRss, system.adapter.*.outputCount, system.adapter.*.logLevel, system.host.*.diskFree, system.host.*.diskSize
2022-05-24 10:42:30.643 - debug: admin.0 (32044) Subscribes: system.host.raspberryPROD.alive, system.adapter.discovery.0.alive, system.host.*.alive, system.host.*.notifications.*, system.adapter.*.alive, system.adapter.*.connected, system.adapter.*.inputCount, system.adapter.*.memRss, system.adapter.*.outputCount, system.adapter.*.logLevel, system.host.*.diskFree, system.host.*.diskSize, system.host.*.diskWarning
2022-05-24 10:42:30.646 - debug: admin.0 (32044) Subscribes: system.host.raspberryPROD.alive, system.adapter.discovery.0.alive, system.host.*.alive, system.host.*.notifications.*, system.adapter.*.alive, system.adapter.*.connected, system.adapter.*.inputCount, system.adapter.*.memRss, system.adapter.*.outputCount, system.adapter.*.logLevel, system.host.*.diskFree, system.host.*.diskSize, system.host.*.diskWarning, system.host.*.freemem
2022-05-24 10:42:30.650 - debug: admin.0 (32044) Subscribes: system.host.raspberryPROD.alive, system.adapter.discovery.0.alive, system.host.*.alive, system.host.*.notifications.*, system.adapter.*.alive, system.adapter.*.connected, system.adapter.*.inputCount, system.adapter.*.memRss, system.adapter.*.outputCount, system.adapter.*.logLevel, system.host.*.diskFree, system.host.*.diskSize, system.host.*.diskWarning, system.host.*.freemem, *.info.connection
2022-05-24 10:42:30.653 - debug: admin.0 (32044) Subscribes: system.host.raspberryPROD.alive, system.adapter.discovery.0.alive, system.host.*.alive, system.host.*.notifications.*, system.adapter.*.alive, system.adapter.*.connected, system.adapter.*.inputCount, system.adapter.*.memRss, system.adapter.*.outputCount, system.adapter.*.logLevel, system.host.*.diskFree, system.host.*.diskSize, system.host.*.diskWarning, system.host.*.freemem, *.info.connection, *.info.extension
2022-05-24 10:42:30.656 - debug: admin.0 (32044) Subscribes: system.host.raspberryPROD.alive, system.adapter.discovery.0.alive, system.host.*.alive, system.host.*.notifications.*, system.adapter.*.alive, system.adapter.*.connected, system.adapter.*.inputCount, system.adapter.*.memRss, system.adapter.*.outputCount, system.adapter.*.logLevel, system.host.*.diskFree, system.host.*.diskSize, system.host.*.diskWarning, system.host.*.freemem, *.info.connection, *.info.extension, admin.0.info.newsFeed
2022-05-24 10:42:30.659 - debug: admin.0 (32044) Subscribes: system.host.raspberryPROD.alive, system.adapter.discovery.0.alive, system.host.*.alive, system.host.*.notifications.*, system.adapter.*.alive, system.adapter.*.connected, system.adapter.*.inputCount, system.adapter.*.memRss, system.adapter.*.outputCount, system.adapter.*.logLevel, system.host.*.diskFree, system.host.*.diskSize, system.host.*.diskWarning, system.host.*.freemem, *.info.connection, *.info.extension, admin.0.info.newsFeed, system.adapter.dwd.0.alive
2022-05-24 10:42:31.720 - debug: admin.0 (32044) Search can't be optimized because wildcard not at the end, fallback to keys!: function(doc) { if (doc.type === 'state') emit(doc._id, doc) }
2022-05-24 10:42:32.657 - debug: admin.0 (32044) Please add to "system.adapter.alexa2" common.adminUI={"config":"materialize"}
2022-05-24 10:42:32.659 - debug: admin.0 (32044) Please add to "system.adapter.broadlink2" common.adminUI={"config":"materialize"}
2022-05-24 10:42:32.660 - debug: admin.0 (32044) Please add to "system.adapter.chromecast" common.adminUI={"config":"materialize"}
2022-05-24 10:42:32.661 - debug: admin.0 (32044) Please add to "system.adapter.coronavirus-statistics" common.adminUI={"config":"materialize"}
2022-05-24 10:42:32.663 - debug: admin.0 (32044) Please add to "system.adapter.devices" common.adminUI={"config":"none","tab":"html"}
2022-05-24 10:42:32.663 - debug: admin.0 (32044) Please add to "system.adapter.discovery" common.adminUI={"config":"materialize"}
2022-05-24 10:42:32.664 - debug: admin.0 (32044) Please add to "system.adapter.email" common.adminUI={"config":"materialize"}
2022-05-24 10:42:32.665 - debug: admin.0 (32044) Please add to "system.adapter.email" common.adminUI={"config":"materialize"}
2022-05-24 10:42:32.666 - debug: admin.0 (32044) Please add to "system.adapter.flot" common.adminUI={"config":"none"}
2022-05-24 10:42:32.667 - debug: admin.0 (32044) Please add to "system.adapter.fritzdect" common.adminUI={"config":"materialize"}
2022-05-24 10:42:32.668 - debug: admin.0 (32044) Please add to "system.adapter.fullybrowser" common.adminUI={"config":"materialize"}
2022-05-24 10:42:32.669 - debug: admin.0 (32044) Please add to "system.adapter.google-sharedlocations" common.adminUI={"config":"materialize"}
2022-05-24 10:42:32.670 - debug: admin.0 (32044) Please add to "system.adapter.hue-extended" common.adminUI={"config":"materialize"}
2022-05-24 10:42:32.671 - debug: admin.0 (32044) Please add to "system.adapter.info" common.adminUI={"config":"materialize","tab":"materialize"}
2022-05-24 10:42:32.672 - debug: admin.0 (32044) Please add to "system.adapter.iot" common.adminUI={"config":"materialize"}
2022-05-24 10:42:32.672 - debug: admin.0 (32044) Please add to "system.adapter.jarvis" common.adminUI={"config":"materialize"}
2022-05-24 10:42:32.674 - debug: admin.0 (32044) Please add to "system.adapter.jarvis" common.adminUI={"config":"materialize"}
2022-05-24 10:42:32.675 - debug: admin.0 (32044) Please add to "system.adapter.javascript" common.adminUI={"config":"materialize","tab":"html"}
2022-05-24 10:42:32.676 - debug: admin.0 (32044) Please add to "system.adapter.kodi" common.adminUI={"config":"materialize"}
2022-05-24 10:42:32.678 - debug: admin.0 (32044) Please add to "system.adapter.meross" common.adminUI={"config":"materialize"}
2022-05-24 10:42:32.679 - debug: admin.0 (32044) Please add to "system.adapter.openweathermap" common.adminUI={"config":"materialize"}
2022-05-24 10:42:32.679 - debug: admin.0 (32044) Please add to "system.adapter.ping" common.adminUI={"config":"materialize"}
2022-05-24 10:42:32.681 - debug: admin.0 (32044) Please add to "system.adapter.pollenflug" common.adminUI={"config":"materialize"}
2022-05-24 10:42:32.682 - debug: admin.0 (32044) Please add to "system.adapter.scenes" common.adminUI={"config":"none","tab":"html"}
2022-05-24 10:42:32.682 - debug: admin.0 (32044) Please add to "system.adapter.simple-api" common.adminUI={"config":"materialize"}
2022-05-24 10:42:32.683 - debug: admin.0 (32044) Please add to "system.adapter.sonoff" common.adminUI={"config":"materialize"}
2022-05-24 10:42:32.685 - debug: admin.0 (32044) Please add to "system.adapter.tankerkoenig" common.adminUI={"config":"materialize"}
2022-05-24 10:42:32.686 - debug: admin.0 (32044) Please add to "system.adapter.tr-064" common.adminUI={"config":"materialize"}
2022-05-24 10:42:32.686 - debug: admin.0 (32044) Please add to "system.adapter.tvprogram" common.adminUI={"config":"materialize"}
2022-05-24 10:42:32.687 - debug: admin.0 (32044) Please add to "system.adapter.tvspielfilm" common.adminUI={"config":"materialize"}
2022-05-24 10:42:32.689 - debug: admin.0 (32044) Please add to "system.adapter.twinkly" common.adminUI={"config":"materialize"}
2022-05-24 10:42:32.690 - debug: admin.0 (32044) Please add to "system.adapter.vis-bars" common.adminUI={"config":"html"}
2022-05-24 10:42:32.690 - debug: admin.0 (32044) Please add to "system.adapter.vis-canvas-gauges" common.adminUI={"config":"none"}
2022-05-24 10:42:32.691 - debug: admin.0 (32044) Please add to "system.adapter.vis-colorpicker" common.adminUI={"config":"none"}
2022-05-24 10:42:32.693 - debug: admin.0 (32044) Please add to "system.adapter.vis-fancyswitch" common.adminUI={"config":"none"}
2022-05-24 10:42:32.694 - debug: admin.0 (32044) Please add to "system.adapter.vis-inventwo" common.adminUI={"config":"materialize","tab":"materialize"}
2022-05-24 10:42:32.694 - debug: admin.0 (32044) Please add to "system.adapter.vis-players" common.adminUI={"config":"none"}
2022-05-24 10:42:32.696 - debug: admin.0 (32044) Please add to "system.adapter.vis-timeandweather" common.adminUI={"config":"none"}
2022-05-24 10:42:32.697 - debug: admin.0 (32044) Please add to "system.adapter.vis-weather" common.adminUI={"config":"none"}
2022-05-24 10:42:32.698 - debug: admin.0 (32044) Please add to "system.adapter.web-speedy" common.adminUI={"config":"none"}
2022-05-24 10:42:32.698 - debug: admin.0 (32044) Please add to "system.adapter.web" common.adminUI={"config":"materialize"}
2022-05-24 10:42:32.700 - debug: admin.0 (32044) Please add to "system.adapter.wifilight" common.adminUI={"config":"html"}
2022-05-24 10:42:32.701 - debug: admin.0 (32044) Please add to "system.adapter.wled" common.adminUI={"config":"materialize"}
2022-05-24 10:42:32.702 - debug: admin.0 (32044) Please add to "system.adapter.zigbee" common.adminUI={"config":"materialize","tab":"materialize"}
2022-05-24 10:42:32.703 - debug: admin.0 (32044) Please add to "system.adapter.logparser" common.adminUI={"config":"materialize"}
2022-05-24 10:42:32.704 - debug: admin.0 (32044) Please add to "system.adapter.sourceanalytix" common.adminUI={"config":"materialize","custom":"json"}
2022-05-24 10:42:32.705 - debug: admin.0 (32044) Please add to "system.adapter.rpi2" common.adminUI={"config":"materialize"}
2022-05-24 10:42:32.706 - debug: admin.0 (32044) Please add to "system.adapter.echarts" common.adminUI={"config":"none","tab":"html"}
2022-05-24 10:42:32.708 - debug: admin.0 (32044) Please add to "system.adapter.snmp" common.adminUI={"config":"html"}
2022-05-24 10:42:32.708 - debug: admin.0 (32044) Please add to "system.adapter.terminal" common.adminUI={"config":"html","tab":"html"}
2022-05-24 10:42:32.938 - debug: admin.0 (32044) Please add to "system.adapter.alexa2" common.adminUI={"config":"materialize"}
2022-05-24 10:42:32.939 - debug: admin.0 (32044) Please add to "system.adapter.asterisk" common.adminUI={"config":"materialize"}
2022-05-24 10:42:32.940 - debug: admin.0 (32044) Please add to "system.adapter.ble" common.adminUI={"config":"materialize"}
2022-05-24 10:42:32.940 - debug: admin.0 (32044) Please add to "system.adapter.broadlink2" common.adminUI={"config":"materialize"}
2022-05-24 10:42:32.941 - debug: admin.0 (32044) Please add to "system.adapter.chromecast" common.adminUI={"config":"materialize"}
2022-05-24 10:42:32.942 - debug: admin.0 (32044) Please add to "system.adapter.coronavirus-statistics" common.adminUI={"config":"materialize"}
2022-05-24 10:42:32.942 - debug: admin.0 (32044) Please add to "system.adapter.devices" common.adminUI={"config":"none","tab":"html"}
2022-05-24 10:42:32.943 - debug: admin.0 (32044) Please add to "system.adapter.discovery" common.adminUI={"config":"materialize"}
2022-05-24 10:42:32.944 - debug: admin.0 (32044) Please add to "system.adapter.email" common.adminUI={"config":"materialize"}
2022-05-24 10:42:32.945 - debug: admin.0 (32044) Please add to "system.adapter.fahrplan" common.adminUI={"config":"materialize"}
2022-05-24 10:42:32.945 - debug: admin.0 (32044) Please add to "system.adapter.firetv" common.adminUI={"config":"html"}
2022-05-24 10:42:32.948 - debug: admin.0 (32044) Please add to "system.adapter.flot" common.adminUI={"config":"none"}
2022-05-24 10:42:32.949 - debug: admin.0 (32044) Please add to "system.adapter.fritzdect" common.adminUI={"config":"materialize"}
2022-05-24 10:42:32.950 - debug: admin.0 (32044) Please add to "system.adapter.fullybrowser" common.adminUI={"config":"materialize"}
2022-05-24 10:42:32.950 - debug: admin.0 (32044) Please add to "system.adapter.google-sharedlocations" common.adminUI={"config":"materialize"}
2022-05-24 10:42:32.951 - debug: admin.0 (32044) Please add to "system.adapter.habpanel" common.adminUI={"config":"none"}
2022-05-24 10:42:32.952 - debug: admin.0 (32044) Please add to "system.adapter.hue" common.adminUI={"config":"materialize"}
2022-05-24 10:42:32.953 - debug: admin.0 (32044) Please add to "system.adapter.hue-extended" common.adminUI={"config":"materialize"}
2022-05-24 10:42:32.954 - debug: admin.0 (32044) Please add to "system.adapter.info" common.adminUI={"config":"materialize","tab":"materialize"}
2022-05-24 10:42:32.955 - debug: admin.0 (32044) Please add to "system.adapter.iot" common.adminUI={"config":"materialize"}
2022-05-24 10:42:32.956 - debug: admin.0 (32044) Please add to "system.adapter.iqontrol" common.adminUI={"config":"materialize","custom":"json","tab":"materialize"}
2022-05-24 10:42:32.956 - debug: admin.0 (32044) Please add to "system.adapter.jarvis" common.adminUI={"config":"materialize"}
2022-05-24 10:42:32.957 - debug: admin.0 (32044) Please add to "system.adapter.javascript" common.adminUI={"config":"materialize","tab":"html"}
2022-05-24 10:42:32.958 - debug: admin.0 (32044) Please add to "system.adapter.kodi" common.adminUI={"config":"materialize"}
2022-05-24 10:42:32.958 - debug: admin.0 (32044) Please add to "system.adapter.logparser" common.adminUI={"config":"materialize"}
2022-05-24 10:42:32.959 - debug: admin.0 (32044) Please add to "system.adapter.lovelace" common.adminUI={"config":"materialize","custom":"json"}
2022-05-24 10:42:32.960 - debug: admin.0 (32044) Please add to "system.adapter.mclighting" common.adminUI={"config":"materialize"}
2022-05-24 10:42:32.961 - debug: admin.0 (32044) Please add to "system.adapter.meross" common.adminUI={"config":"materialize"}
2022-05-24 10:42:32.961 - debug: admin.0 (32044) Please add to "system.adapter.node-red" common.adminUI={"config":"materialize","tab":"html"}
2022-05-24 10:42:32.962 - debug: admin.0 (32044) Please add to "system.adapter.onvif" common.adminUI={"config":"materialize"}
2022-05-24 10:42:32.963 - debug: admin.0 (32044) Please add to "system.adapter.openweathermap" common.adminUI={"config":"materialize"}
2022-05-24 10:42:32.964 - debug: admin.0 (32044) Please add to "system.adapter.owntracks" common.adminUI={"config":"materialize"}
2022-05-24 10:42:32.964 - debug: admin.0 (32044) Please add to "system.adapter.parser" common.adminUI={"config":"materialize"}
2022-05-24 10:42:32.965 - debug: admin.0 (32044) Please add to "system.adapter.ping" common.adminUI={"config":"materialize"}
2022-05-24 10:42:32.966 - debug: admin.0 (32044) Please add to "system.adapter.pollenflug" common.adminUI={"config":"materialize"}
2022-05-24 10:42:32.966 - debug: admin.0 (32044) Please add to "system.adapter.proxy" common.adminUI={"config":"materialize"}
2022-05-24 10:42:32.967 - debug: admin.0 (32044) Please add to "system.adapter.ring" common.adminUI={"config":"materialize"}
2022-05-24 10:42:32.968 - debug: admin.0 (32044) Please add to "system.adapter.scenes" common.adminUI={"config":"none","tab":"html"}
2022-05-24 10:42:32.969 - debug: admin.0 (32044) Please add to "system.adapter.simple-api" common.adminUI={"config":"materialize"}
2022-05-24 10:42:32.970 - debug: admin.0 (32044) Please add to "system.adapter.smartcontrol" common.adminUI={"config":"materialize"}
2022-05-24 10:42:32.970 - debug: admin.0 (32044) Please add to "system.adapter.snmp" common.adminUI={"config":"html"}
2022-05-24 10:42:32.971 - debug: admin.0 (32044) Please add to "system.adapter.sonoff" common.adminUI={"config":"materialize"}
2022-05-24 10:42:32.972 - debug: admin.0 (32044) Please add to "system.adapter.tankerkoenig" common.adminUI={"config":"materialize"}
2022-05-24 10:42:32.973 - debug: admin.0 (32044) Please add to "system.adapter.tr-064" common.adminUI={"config":"materialize"}
2022-05-24 10:42:32.974 - debug: admin.0 (32044) Please add to "system.adapter.tuya" common.adminUI={"config":"materialize"}
2022-05-24 10:42:32.975 - debug: admin.0 (32044) Please add to "system.adapter.tvprogram" common.adminUI={"config":"materialize"}
2022-05-24 10:42:32.975 - debug: admin.0 (32044) Please add to "system.adapter.tvspielfilm" common.adminUI={"config":"materialize"}
2022-05-24 10:42:32.976 - debug: admin.0 (32044) Please add to "system.adapter.twinkly" common.adminUI={"config":"materialize"}
2022-05-24 10:42:32.977 - debug: admin.0 (32044) Please add to "system.adapter.vis-bars" common.adminUI={"config":"html"}
2022-05-24 10:42:32.978 - debug: admin.0 (32044) Please add to "system.adapter.vis-canvas-gauges" common.adminUI={"config":"none"}
2022-05-24 10:42:32.979 - debug: admin.0 (32044) Please add to "system.adapter.vis-colorpicker" common.adminUI={"config":"none"}
2022-05-24 10:42:32.979 - debug: admin.0 (32044) Please add to "system.adapter.vis-fancyswitch" common.adminUI={"config":"none"}
2022-05-24 10:42:32.980 - debug: admin.0 (32044) Please add to "system.adapter.vis-inventwo" common.adminUI={"config":"materialize","tab":"materialize"}
2022-05-24 10:42:32.981 - debug: admin.0 (32044) Please add to "system.adapter.vis-material-advanced" common.adminUI={"config":"none"}
2022-05-24 10:42:32.984 - debug: admin.0 (32044) Please add to "system.adapter.vis-materialdesign" common.adminUI={"config":"materialize"}
2022-05-24 10:42:32.985 - debug: admin.0 (32044) Please add to "system.adapter.vis-players" common.adminUI={"config":"none"}
2022-05-24 10:42:32.987 - debug: admin.0 (32044) Please add to "system.adapter.vis-timeandweather" common.adminUI={"config":"none"}
2022-05-24 10:42:32.988 - debug: admin.0 (32044) Please add to "system.adapter.vis-weather" common.adminUI={"config":"none"}
2022-05-24 10:42:32.989 - debug: admin.0 (32044) Please add to "system.adapter.web" common.adminUI={"config":"materialize"}
2022-05-24 10:42:32.990 - debug: admin.0 (32044) Please add to "system.adapter.web-speedy" common.adminUI={"config":"none"}
2022-05-24 10:42:32.991 - debug: admin.0 (32044) Please add to "system.adapter.wifilight" common.adminUI={"config":"html"}
2022-05-24 10:42:32.991 - debug: admin.0 (32044) Please add to "system.adapter.wled" common.adminUI={"config":"materialize"}
2022-05-24 10:42:32.992 - debug: admin.0 (32044) Please add to "system.adapter.zigbee" common.adminUI={"config":"materialize","tab":"materialize"}
2022-05-24 10:42:32.992 - debug: admin.0 (32044) Please add to "system.adapter.sourceanalytix" common.adminUI={"config":"materialize","custom":"json"}
2022-05-24 10:42:32.993 - debug: admin.0 (32044) Please add to "system.adapter.rpi2" common.adminUI={"config":"materialize"}
2022-05-24 10:42:32.994 - debug: admin.0 (32044) Please add to "system.adapter.echarts" common.adminUI={"config":"none","tab":"html"}
2022-05-24 10:42:32.994 - debug: admin.0 (32044) Please add to "system.adapter.terminal" common.adminUI={"config":"html","tab":"html"}
2022-05-24 10:42:34.322 - debug: admin.0 (32044) Subscribes: system.host.raspberryPROD.alive
2022-05-24 10:42:34.419 - debug: admin.0 (32044) Subscribes: system.host.raspberryPROD.alive, system.adapter.discovery.0.alive
2022-05-24 10:42:46.007 - debug: admin.0 (32044) Subscribes: system.host.raspberryPROD.alive, system.adapter.discovery.0.alive, system.host.*.alive
2022-05-24 10:42:46.016 - debug: admin.0 (32044) Subscribes: system.host.raspberryPROD.alive, system.adapter.discovery.0.alive, system.host.*.alive, admin.0.info.newsFeed
2022-05-24 10:42:46.191 - debug: admin.0 (32044) Please add to "system.adapter.alexa2" common.adminUI={"config":"materialize"}
2022-05-24 10:42:46.192 - debug: admin.0 (32044) Please add to "system.adapter.asterisk" common.adminUI={"config":"materialize"}
2022-05-24 10:42:46.192 - debug: admin.0 (32044) Please add to "system.adapter.ble" common.adminUI={"config":"materialize"}
2022-05-24 10:42:46.193 - debug: admin.0 (32044) Please add to "system.adapter.broadlink2" common.adminUI={"config":"materialize"}
2022-05-24 10:42:46.196 - debug: admin.0 (32044) Please add to "system.adapter.chromecast" common.adminUI={"config":"materialize"}
2022-05-24 10:42:46.197 - debug: admin.0 (32044) Please add to "system.adapter.coronavirus-statistics" common.adminUI={"config":"materialize"}
2022-05-24 10:42:46.198 - debug: admin.0 (32044) Please add to "system.adapter.devices" common.adminUI={"config":"none","tab":"html"}
2022-05-24 10:42:46.201 - debug: admin.0 (32044) Please add to "system.adapter.discovery" common.adminUI={"config":"materialize"}
2022-05-24 10:42:46.202 - debug: admin.0 (32044) Please add to "system.adapter.email" common.adminUI={"config":"materialize"}
2022-05-24 10:42:46.202 - debug: admin.0 (32044) Please add to "system.adapter.fahrplan" common.adminUI={"config":"materialize"}
2022-05-24 10:42:46.205 - debug: admin.0 (32044) Please add to "system.adapter.firetv" common.adminUI={"config":"html"}
2022-05-24 10:42:46.206 - debug: admin.0 (32044) Please add to "system.adapter.flot" common.adminUI={"config":"none"}
2022-05-24 10:42:46.206 - debug: admin.0 (32044) Please add to "system.adapter.fritzdect" common.adminUI={"config":"materialize"}
2022-05-24 10:42:46.207 - debug: admin.0 (32044) Please add to "system.adapter.fullybrowser" common.adminUI={"config":"materialize"}
2022-05-24 10:42:46.208 - debug: admin.0 (32044) Please add to "system.adapter.google-sharedlocations" common.adminUI={"config":"materialize"}
2022-05-24 10:42:46.210 - debug: admin.0 (32044) Please add to "system.adapter.habpanel" common.adminUI={"config":"none"}
2022-05-24 10:42:46.211 - debug: admin.0 (32044) Please add to "system.adapter.hue" common.adminUI={"config":"materialize"}
2022-05-24 10:42:46.212 - debug: admin.0 (32044) Please add to "system.adapter.hue-extended" common.adminUI={"config":"materialize"}
2022-05-24 10:42:46.216 - debug: admin.0 (32044) Please add to "system.adapter.info" common.adminUI={"config":"materialize","tab":"materialize"}
2022-05-24 10:42:46.217 - debug: admin.0 (32044) Please add to "system.adapter.iot" common.adminUI={"config":"materialize"}
2022-05-24 10:42:46.254 - debug: admin.0 (32044) Please add to "system.adapter.iqontrol" common.adminUI={"config":"materialize","custom":"json","tab":"materialize"}
2022-05-24 10:42:46.254 - debug: admin.0 (32044) Please add to "system.adapter.jarvis" common.adminUI={"config":"materialize"}
2022-05-24 10:42:46.258 - debug: admin.0 (32044) Please add to "system.adapter.javascript" common.adminUI={"config":"materialize","tab":"html"}
2022-05-24 10:42:46.259 - debug: admin.0 (32044) Please add to "system.adapter.kodi" common.adminUI={"config":"materialize"}
2022-05-24 10:42:46.259 - debug: admin.0 (32044) Please add to "system.adapter.logparser" common.adminUI={"config":"materialize"}
2022-05-24 10:42:46.277 - debug: admin.0 (32044) Please add to "system.adapter.lovelace" common.adminUI={"config":"materialize","custom":"json"}
2022-05-24 10:42:46.279 - debug: admin.0 (32044) Please add to "system.adapter.mclighting" common.adminUI={"config":"materialize"}
2022-05-24 10:42:46.280 - debug: admin.0 (32044) Please add to "system.adapter.meross" common.adminUI={"config":"materialize"}
2022-05-24 10:42:46.281 - debug: admin.0 (32044) Please add to "system.adapter.node-red" common.adminUI={"config":"materialize","tab":"html"}
2022-05-24 10:42:46.282 - debug: admin.0 (32044) Please add to "system.adapter.onvif" common.adminUI={"config":"materialize"}
2022-05-24 10:42:46.285 - debug: admin.0 (32044) Please add to "system.adapter.openweathermap" common.adminUI={"config":"materialize"}
2022-05-24 10:42:46.285 - debug: admin.0 (32044) Please add to "system.adapter.owntracks" common.adminUI={"config":"materialize"}
2022-05-24 10:42:46.286 - debug: admin.0 (32044) Please add to "system.adapter.parser" common.adminUI={"config":"materialize"}
2022-05-24 10:42:46.289 - debug: admin.0 (32044) Please add to "system.adapter.ping" common.adminUI={"config":"materialize"}
2022-05-24 10:42:46.290 - debug: admin.0 (32044) Please add to "system.adapter.pollenflug" common.adminUI={"config":"materialize"}
2022-05-24 10:42:46.290 - debug: admin.0 (32044) Please add to "system.adapter.proxy" common.adminUI={"config":"materialize"}
2022-05-24 10:42:46.293 - debug: admin.0 (32044) Please add to "system.adapter.ring" common.adminUI={"config":"materialize"}
2022-05-24 10:42:46.294 - debug: admin.0 (32044) Please add to "system.adapter.scenes" common.adminUI={"config":"none","tab":"html"}
2022-05-24 10:42:46.296 - debug: admin.0 (32044) Please add to "system.adapter.simple-api" common.adminUI={"config":"materialize"}
2022-05-24 10:42:46.297 - debug: admin.0 (32044) Please add to "system.adapter.smartcontrol" common.adminUI={"config":"materialize"}
2022-05-24 10:42:46.298 - debug: admin.0 (32044) Please add to "system.adapter.snmp" common.adminUI={"config":"html"}
2022-05-24 10:42:46.301 - debug: admin.0 (32044) Please add to "system.adapter.sonoff" common.adminUI={"config":"materialize"}
2022-05-24 10:42:46.302 - debug: admin.0 (32044) Please add to "system.adapter.tankerkoenig" common.adminUI={"config":"materialize"}
2022-05-24 10:42:46.304 - debug: admin.0 (32044) Please add to "system.adapter.tr-064" common.adminUI={"config":"materialize"}
2022-05-24 10:42:46.305 - debug: admin.0 (32044) Please add to "system.adapter.tuya" common.adminUI={"config":"materialize"}
2022-05-24 10:42:46.306 - debug: admin.0 (32044) Please add to "system.adapter.tvprogram" common.adminUI={"config":"materialize"}
2022-05-24 10:42:46.308 - debug: admin.0 (32044) Please add to "system.adapter.tvspielfilm" common.adminUI={"config":"materialize"}
2022-05-24 10:42:46.309 - debug: admin.0 (32044) Please add to "system.adapter.twinkly" common.adminUI={"config":"materialize"}
2022-05-24 10:42:46.310 - debug: admin.0 (32044) Please add to "system.adapter.vis-bars" common.adminUI={"config":"html"}
2022-05-24 10:42:46.313 - debug: admin.0 (32044) Please add to "system.adapter.vis-canvas-gauges" common.adminUI={"config":"none"}
2022-05-24 10:42:46.314 - debug: admin.0 (32044) Please add to "system.adapter.vis-colorpicker" common.adminUI={"config":"none"}
2022-05-24 10:42:46.316 - debug: admin.0 (32044) Please add to "system.adapter.vis-fancyswitch" common.adminUI={"config":"none"}
2022-05-24 10:42:46.317 - debug: admin.0 (32044) Please add to "system.adapter.vis-inventwo" common.adminUI={"config":"materialize","tab":"materialize"}
2022-05-24 10:42:46.318 - debug: admin.0 (32044) Please add to "system.adapter.vis-material-advanced" common.adminUI={"config":"none"}
2022-05-24 10:42:46.320 - debug: admin.0 (32044) Please add to "system.adapter.vis-materialdesign" common.adminUI={"config":"materialize"}
2022-05-24 10:42:46.321 - debug: admin.0 (32044) Please add to "system.adapter.vis-players" common.adminUI={"config":"none"}
2022-05-24 10:42:46.323 - debug: admin.0 (32044) Please add to "system.adapter.vis-timeandweather" common.adminUI={"config":"none"}
2022-05-24 10:42:46.324 - debug: admin.0 (32044) Please add to "system.adapter.vis-weather" common.adminUI={"config":"none"}
2022-05-24 10:42:46.325 - debug: admin.0 (32044) Please add to "system.adapter.web" common.adminUI={"config":"materialize"}
2022-05-24 10:42:46.327 - debug: admin.0 (32044) Please add to "system.adapter.web-speedy" common.adminUI={"config":"none"}
2022-05-24 10:42:46.328 - debug: admin.0 (32044) Please add to "system.adapter.wifilight" common.adminUI={"config":"html"}
2022-05-24 10:42:46.329 - debug: admin.0 (32044) Please add to "system.adapter.wled" common.adminUI={"config":"materialize"}
2022-05-24 10:42:46.331 - debug: admin.0 (32044) Please add to "system.adapter.zigbee" common.adminUI={"config":"materialize","tab":"materialize"}
2022-05-24 10:42:46.332 - debug: admin.0 (32044) Please add to "system.adapter.sourceanalytix" common.adminUI={"config":"materialize","custom":"json"}
2022-05-24 10:42:46.333 - debug: admin.0 (32044) Please add to "system.adapter.rpi2" common.adminUI={"config":"materialize"}
2022-05-24 10:42:46.336 - debug: admin.0 (32044) Please add to "system.adapter.echarts" common.adminUI={"config":"none","tab":"html"}
2022-05-24 10:42:46.337 - debug: admin.0 (32044) Please add to "system.adapter.terminal" common.adminUI={"config":"html","tab":"html"}
2022-05-24 10:42:46.363 - debug: admin.0 (32044) Search can't be optimized because wildcard not at the end, fallback to keys!: function(doc) { if (doc.type === 'state') emit(doc._id, doc) }
2022-05-24 10:42:46.860 - debug: admin.0 (32044) Subscribes: system.host.raspberryPROD.alive, system.adapter.discovery.0.alive, system.host.*.alive, admin.0.info.newsFeed, dwd.0.numberOfWarnings
2022-05-24 10:42:46.864 - debug: admin.0 (32044) Subscribes: system.host.raspberryPROD.alive, system.adapter.discovery.0.alive, system.host.*.alive, admin.0.info.newsFeed, dwd.0.numberOfWarnings, dwd.0.numberofwarnings
2022-05-24 10:42:47.225 - debug: admin.0 (32044) Subscribes: system.host.raspberryPROD.alive, system.adapter.discovery.0.alive, system.host.*.alive, admin.0.info.newsFeed, dwd.0.numberOfWarnings, dwd.0.numberofwarnings, system.host.*.notifications.*
2022-05-24 10:42:47.469 - debug: admin.0 (32044) Search can't be optimized because wildcard not at the end, fallback to keys!: function(doc) { if (doc.type === 'state') emit(doc._id, doc) }
2022-05-24 10:43:05.898 - info: host.raspberryPROD stopInstance system.adapter.admin.0 (force=false, process=true)
2022-05-24 10:43:05.964 - info: admin.0 (32044) Got terminate signal TERMINATE_YOURSELF
2022-05-24 10:43:05.966 - info: admin.0 (32044) terminating http server on port 8081
2022-05-24 10:43:05.978 - info: admin.0 (32044) terminating
2022-05-24 10:43:05.979 - debug: admin.0 (32044) Plugin sentry destroyed
mcuiobroker commented 2 years ago

Hier mal als GIF Admin-WechselDebug-Info

crunchip77 commented 2 years ago

ich habe ebenfalls das Problem mit der Tab Leiste(seit admin5). Hin und wieder kommt es vor, das nach einem Browser refresh die Leiste verschwindet. Dabei ist es egal welcher Browser verwendet wird. Ein weiterer Browser refresh bringt keine Abhilfe, Browserfenster muss geschlossen und neu aufgerufen werden.

iobroker.admin@5.4.9
instrument.ts:124 [2022-05-29T08:25:58.199Z] Try to connect
sentry.iobroker.net/api/58/envelope/?sentry_key=43643152dab3481db69950ba866ee9d6&sentry_version=7:1          Failed to load resource: net::ERR_BLOCKED_BY_CLIENT
instrument.ts:124 Stored version: , new version: 5.4.9
:8081/#tab-objects:1 Uncaught (in promise) timeout
sentry.iobroker.net/api/58/envelope/?sentry_key=43643152dab3481db69950ba866ee9d6&sentry_version=7:1          Failed to load resource: net::ERR_BLOCKED_BY_CLIENT
sentry.iobroker.net/api/58/store/?sentry_key=43643152dab3481db69950ba866ee9d6&sentry_version=7:1          Failed to load resource: net::ERR_BLOCKED_BY_CLIENT
instrument.ts:124 Cannot read notifications from "system.host.IoBroker": timeout
mcuiobroker commented 2 years ago

image image

GermanBluefox commented 2 years ago

image image

Cannot get instances und deswegen geht es nicht. Man kann die Info nicht aus dem Luft zaubern.