NEWS
ioBroker Admin Oberfläche ständig timeout
-
Hi,
ist es normal, dass die admin Seite ständig neu geladen werden muss? Bei mir "schläft sie" ständig ein.
Ich muss sie dann verlassen und neu aufrufen damit ich weiter arbeiten kann.Hab ich irgendeine Einstellung übersehen?
Raspberry Pi 4
Platform: linux Betriebssystem: linux Architektur: arm CPUs: 4 Geschwindigkeit: 600 MHz Modell: ARMv7 Processor rev 3 (v7l) RAM: 3.74 GB System Betriebszeit: 14:39:03 Node.js: v10.23.0 (Empfohlene Version v12.20.0) NPM: 6.14.8 Festplatte Größe: 7.04 GB Festplatte frei: 1.6 GB Anzahl der Adapter: 372 Betriebszeit: 14:41:42 Aktive Instanzen: 22 Hostname: iobrokerpiLG
Nils -
Hi,
ist es normal, dass die admin Seite ständig neu geladen werden muss? Bei mir "schläft sie" ständig ein.
Ich muss sie dann verlassen und neu aufrufen damit ich weiter arbeiten kann.Hab ich irgendeine Einstellung übersehen?
Raspberry Pi 4
Platform: linux Betriebssystem: linux Architektur: arm CPUs: 4 Geschwindigkeit: 600 MHz Modell: ARMv7 Processor rev 3 (v7l) RAM: 3.74 GB System Betriebszeit: 14:39:03 Node.js: v10.23.0 (Empfohlene Version v12.20.0) NPM: 6.14.8 Festplatte Größe: 7.04 GB Festplatte frei: 1.6 GB Anzahl der Adapter: 372 Betriebszeit: 14:41:42 Aktive Instanzen: 22 Hostname: iobrokerpiLG
Nilsfree -h who -r lsb_release -a uname -a -
free -h who -r lsb_release -a uname -aentschuldige!
pi@iobrokerpi:~ $ free -h total used free shared buff/cache available Mem: 3.7Gi 1.0Gi 1.3Gi 8.0Mi 1.4Gi 2.5Gi Swap: 99Mi 0B 99Mi pi@iobrokerpi:~ $ who -r run-level 5 2020-11-24 20:43 pi@iobrokerpi:~ $ lsb_release -a No LSB modules are available. Distributor ID: Raspbian Description: Raspbian GNU/Linux 10 (buster) Release: 10 Codename: buster pi@iobrokerpi:~ $ uname -a Linux iobrokerpi 5.4.59-v7l+ #1336 SMP Wed Aug 19 16:09:04 BST 2020 armv7l GNU/Linux pi@iobrokerpi:~ $ -
entschuldige!
pi@iobrokerpi:~ $ free -h total used free shared buff/cache available Mem: 3.7Gi 1.0Gi 1.3Gi 8.0Mi 1.4Gi 2.5Gi Swap: 99Mi 0B 99Mi pi@iobrokerpi:~ $ who -r run-level 5 2020-11-24 20:43 pi@iobrokerpi:~ $ lsb_release -a No LSB modules are available. Distributor ID: Raspbian Description: Raspbian GNU/Linux 10 (buster) Release: 10 Codename: buster pi@iobrokerpi:~ $ uname -a Linux iobrokerpi 5.4.59-v7l+ #1336 SMP Wed Aug 19 16:09:04 BST 2020 armv7l GNU/Linux pi@iobrokerpi:~ $@jmeister79
Dann bring das System mal auf Vordermann:sudo apt update sudo apt dist-upgrade sudo rebootDann stell auf RunLevel 3 um:
sudo raspi-configMenüpunkt 1 - S5 - B1
Und dann würde ich auf die empfohlene Version 12 von nodeJS wechseln:
https://forum.iobroker.net/topic/35090/howto-nodejs-installation-und-upgrades-unter-debian -
@jmeister79
Dann bring das System mal auf Vordermann:sudo apt update sudo apt dist-upgrade sudo rebootDann stell auf RunLevel 3 um:
sudo raspi-configMenüpunkt 1 - S5 - B1
Und dann würde ich auf die empfohlene Version 12 von nodeJS wechseln:
https://forum.iobroker.net/topic/35090/howto-nodejs-installation-und-upgrades-unter-debian@Thomas-Braun danke dir für die antwort.
Run level hab ich vor wenigen minuten mal geändert, das hattet ihr mir ja vor ein paar monaten schonmal empfohlen (hatte ich bei dem ganzen Ärger vergessen).
N update hatte ich gestern schon aus der Oberfläche gemacht und den rest mache ich gleich.
Ich dachte schon, dass ich Nodejs letzte woche auf 12 gebracht hätte, fällt mir grad auf, dass es wieder auf 10 war...
Nils
-
@Thomas-Braun danke dir für die antwort.
Run level hab ich vor wenigen minuten mal geändert, das hattet ihr mir ja vor ein paar monaten schonmal empfohlen (hatte ich bei dem ganzen Ärger vergessen).
N update hatte ich gestern schon aus der Oberfläche gemacht und den rest mache ich gleich.
Ich dachte schon, dass ich Nodejs letzte woche auf 12 gebracht hätte, fällt mir grad auf, dass es wieder auf 10 war...
Nils
@jmeister79
Was für ein Update aus welcher Oberfläche?
ioBroker?Das Betriebssystem updated man mit apt.
Zu node:
Schau ob das sauber als Repo angelegt ist und das die Dateien nicht in /usr/local/bin liegen:which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs -
@jmeister79
Was für ein Update aus welcher Oberfläche?
ioBroker?Das Betriebssystem updated man mit apt.
Zu node:
Schau ob das sauber als Repo angelegt ist und das die Dateien nicht in /usr/local/bin liegen:which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs@Thomas-Braun da hab ich zu schnell geantwortet.
DAas updaten des Raspbian hab ich tatsächlich ewig nicht gemacht. bzw noch nie.
Ich hab jetzt mal alles gefixt und werde es beobachten.
Vielen Dank für deine Unterstützung.
LG
Nils -
@Thomas-Braun da hab ich zu schnell geantwortet.
DAas updaten des Raspbian hab ich tatsächlich ewig nicht gemacht. bzw noch nie.
Ich hab jetzt mal alles gefixt und werde es beobachten.
Vielen Dank für deine Unterstützung.
LG
Nils@jmeister79
Zeig mal die Ausgaben vonsudo apt updatewho -r && whomami && which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs -
@jmeister79
Zeig mal die Ausgaben vonsudo apt updatewho -r && whomami && which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs@Thomas-Braun said in ioBroker Admin Oberfläche ständig timeout:
who -r && whomami && which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
pi@iobrokerpi:~ $ sudo apt update Hit:1 http://archive.raspberrypi.org/debian buster InRelease Hit:2 http://raspbian.raspberrypi.org/raspbian buster InRelease Hit:3 https://deb.nodesource.com/node_10.x buster InRelease Hit:4 https://deb.nodesource.com/node_12.x buster InRelease Reading package lists... Done Building dependency tree Reading state information... Done All packages are up to date.pi@iobrokerpi:~ $ who -r && whoami && which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs run-level 3 2020-11-25 12:21 pi /usr/bin/nodejs v12.20.0 /usr/bin/node v12.20.0 /usr/bin/npm 6.14.8 nodejs: Installed: 12.20.0-1nodesource1 Candidate: 12.20.0-1nodesource1 Version table: *** 12.20.0-1nodesource1 500 500 https://deb.nodesource.com/node_12.x buster/main armhf Packages 100 /var/lib/dpkg/status 10.23.0-1nodesource1 500 500 https://deb.nodesource.com/node_10.x buster/main armhf Packages 10.21.0~dfsg-1~deb10u1+rpi1 500 500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages -
@Thomas-Braun said in ioBroker Admin Oberfläche ständig timeout:
who -r && whomami && which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
pi@iobrokerpi:~ $ sudo apt update Hit:1 http://archive.raspberrypi.org/debian buster InRelease Hit:2 http://raspbian.raspberrypi.org/raspbian buster InRelease Hit:3 https://deb.nodesource.com/node_10.x buster InRelease Hit:4 https://deb.nodesource.com/node_12.x buster InRelease Reading package lists... Done Building dependency tree Reading state information... Done All packages are up to date.pi@iobrokerpi:~ $ who -r && whoami && which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs run-level 3 2020-11-25 12:21 pi /usr/bin/nodejs v12.20.0 /usr/bin/node v12.20.0 /usr/bin/npm 6.14.8 nodejs: Installed: 12.20.0-1nodesource1 Candidate: 12.20.0-1nodesource1 Version table: *** 12.20.0-1nodesource1 500 500 https://deb.nodesource.com/node_12.x buster/main armhf Packages 100 /var/lib/dpkg/status 10.23.0-1nodesource1 500 500 https://deb.nodesource.com/node_10.x buster/main armhf Packages 10.21.0~dfsg-1~deb10u1+rpi1 500 500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages@jmeister79 Okay, die Basis ist jetzt sauber und aktuell.
Halt das mit den System-Updates regelmäßig bei.
-
@jmeister79 Okay, die Basis ist jetzt sauber und aktuell.
Halt das mit den System-Updates regelmäßig bei.
Danke, das werde ich tun. Kann man sowas evtl automatisieren? Ist wahrscheinlich linux Grundlagenwissen...
Die Oberfläche ist jetzt gefühlt noch nicht besser...
-
Danke, das werde ich tun. Kann man sowas evtl automatisieren? Ist wahrscheinlich linux Grundlagenwissen...
Die Oberfläche ist jetzt gefühlt noch nicht besser...
@jmeister79 Könnte man, aber eigentlich will man das nicht.
Man sollte mal drüber schauen, was da überhaupt aktualisiert wird -
Danke, das werde ich tun. Kann man sowas evtl automatisieren? Ist wahrscheinlich linux Grundlagenwissen...
Die Oberfläche ist jetzt gefühlt noch nicht besser...
@jmeister79
Was läuft denn da im ioBroker?iobroker list instances iobroker list adapters -
@jmeister79
Was läuft denn da im ioBroker?iobroker list instances iobroker list adapters@Thomas-Braun said in ioBroker Admin Oberfläche ständig timeout:
iobroker list instances
oh je, na dann setz dich mal:
pi@iobrokerpi:~ $ iobroker list instances + system.adapter.admin.0 : admin - enabled, por t: 8081, bind: 0.0.0.0, run as: admin + system.adapter.backitup.0 : backitup - enabled + system.adapter.ble.0 : ble - enabled + system.adapter.chromecast.0 : chromecast - enabled system.adapter.cloud.0 : cloud - disabled system.adapter.devices.0 : devices - enabled + system.adapter.discovery.0 : discovery - enabled system.adapter.flot.0 : flot - disabled + system.adapter.fritzdect.0 : fritzdect - enabled + system.adapter.history.0 : history - enabled system.adapter.icons-icons8.0 : icons-icons8 - disabled + system.adapter.info.0 : info - enabled + system.adapter.iot.0 : iot - enabled + system.adapter.javascript.0 : javascript - enabled + system.adapter.km200.0 : km200 - enabled system.adapter.material.0 : material - disabled system.adapter.mobile.0 : mobile - disabled + system.adapter.mqtt.0 : mqtt - enabled, por t: 1883, bind: 0.0.0.0 + system.adapter.ping.0 : ping - enabled + system.adapter.rpi2.0 : rpi2 - enabled + system.adapter.sayit.0 : sayit - enabled, por t: 0 + system.adapter.sayit.1 : sayit - enabled, por t: 0 + system.adapter.shelly.0 : shelly - enabled, por t: 1882, bind: 0.0.0.0 + system.adapter.telegram.0 : telegram - enabled, por t: 8443, bind: 0.0.0.0 + system.adapter.text2command.0 : text2command - enabled + system.adapter.tr-064.0 : tr-064 - enabled system.adapter.vis-jqui-mfd.0 : vis-jqui-mfd - disabled system.adapter.vis-timeandweather.0 : vis-timeandweather - disabled system.adapter.vis.0 : vis - enabled + system.adapter.web.0 : web - enabled, por t: 8082, bind: 0.0.0.0, run as: admin + system.adapter.zigbee.0 : zigbee - enabled, por t: /dev/serial/by-id/usb-Texas_Instruments_TI_CC2531_USB_CDC___0X00124B001938DEB 9-if00 pi@iobrokerpi:~ $ iobroker list adapters system.adapter.admin : admin - v4.1.11 system.adapter.backitup : backitup - v1.7.0 system.adapter.ble : ble - v0.12.0 system.adapter.chromecast : chromecast - v2.3.1 system.adapter.cloud : cloud - v3.1.0 system.adapter.devices : devices - v0.3.13 system.adapter.discovery : discovery - v2.3.11 system.adapter.flot : flot - v1.10.4 system.adapter.fritzdect : fritzdect - v0.3.2 system.adapter.habpanel : habpanel - v0.4.3 system.adapter.history : history - v1.9.10 system.adapter.icons-icons8 : icons-icons8 - v0.0.1 system.adapter.info : info - v1.7.10 system.adapter.iot : iot - v1.8.5 system.adapter.javascript : javascript - v4.10.4 system.adapter.km200 : km200 - v2.0.3 system.adapter.material : material - v0.13.9 system.adapter.mihome : mihome - v1.3.5 system.adapter.mobile : mobile - v1.0.1 system.adapter.mqtt : mqtt - v2.1.13 system.adapter.ping : ping - v1.4.12 system.adapter.rpi2 : rpi2 - v1.1.1 system.adapter.sayit : sayit - v1.12.2 system.adapter.shelly : shelly - v4.0.4 system.adapter.simple-api : simple-api - v2.4.8 system.adapter.socketio : socketio - v3.0.13 system.adapter.telegram : telegram - v1.6.0 system.adapter.text2command : text2command - v2.0.5 system.adapter.tr-064 : tr-064 - v4.2.1 system.adapter.tr-064-community : tr-064-community - v1.0.0 system.adapter.vis : vis - v1.3.4 system.adapter.vis-hqwidgets : vis-hqwidgets - v1.1.7 system.adapter.vis-jqui-mfd : vis-jqui-mfd - v1.0.12 system.adapter.vis-metro : vis-metro - v1.1.2 system.adapter.vis-timeandweather : vis-timeandweather - v1.1.7 system.adapter.web : web - v3.0.14 system.adapter.zigbee : zigbee - v1.3.1 -
@Thomas-Braun said in ioBroker Admin Oberfläche ständig timeout:
iobroker list instances
oh je, na dann setz dich mal:
pi@iobrokerpi:~ $ iobroker list instances + system.adapter.admin.0 : admin - enabled, por t: 8081, bind: 0.0.0.0, run as: admin + system.adapter.backitup.0 : backitup - enabled + system.adapter.ble.0 : ble - enabled + system.adapter.chromecast.0 : chromecast - enabled system.adapter.cloud.0 : cloud - disabled system.adapter.devices.0 : devices - enabled + system.adapter.discovery.0 : discovery - enabled system.adapter.flot.0 : flot - disabled + system.adapter.fritzdect.0 : fritzdect - enabled + system.adapter.history.0 : history - enabled system.adapter.icons-icons8.0 : icons-icons8 - disabled + system.adapter.info.0 : info - enabled + system.adapter.iot.0 : iot - enabled + system.adapter.javascript.0 : javascript - enabled + system.adapter.km200.0 : km200 - enabled system.adapter.material.0 : material - disabled system.adapter.mobile.0 : mobile - disabled + system.adapter.mqtt.0 : mqtt - enabled, por t: 1883, bind: 0.0.0.0 + system.adapter.ping.0 : ping - enabled + system.adapter.rpi2.0 : rpi2 - enabled + system.adapter.sayit.0 : sayit - enabled, por t: 0 + system.adapter.sayit.1 : sayit - enabled, por t: 0 + system.adapter.shelly.0 : shelly - enabled, por t: 1882, bind: 0.0.0.0 + system.adapter.telegram.0 : telegram - enabled, por t: 8443, bind: 0.0.0.0 + system.adapter.text2command.0 : text2command - enabled + system.adapter.tr-064.0 : tr-064 - enabled system.adapter.vis-jqui-mfd.0 : vis-jqui-mfd - disabled system.adapter.vis-timeandweather.0 : vis-timeandweather - disabled system.adapter.vis.0 : vis - enabled + system.adapter.web.0 : web - enabled, por t: 8082, bind: 0.0.0.0, run as: admin + system.adapter.zigbee.0 : zigbee - enabled, por t: /dev/serial/by-id/usb-Texas_Instruments_TI_CC2531_USB_CDC___0X00124B001938DEB 9-if00 pi@iobrokerpi:~ $ iobroker list adapters system.adapter.admin : admin - v4.1.11 system.adapter.backitup : backitup - v1.7.0 system.adapter.ble : ble - v0.12.0 system.adapter.chromecast : chromecast - v2.3.1 system.adapter.cloud : cloud - v3.1.0 system.adapter.devices : devices - v0.3.13 system.adapter.discovery : discovery - v2.3.11 system.adapter.flot : flot - v1.10.4 system.adapter.fritzdect : fritzdect - v0.3.2 system.adapter.habpanel : habpanel - v0.4.3 system.adapter.history : history - v1.9.10 system.adapter.icons-icons8 : icons-icons8 - v0.0.1 system.adapter.info : info - v1.7.10 system.adapter.iot : iot - v1.8.5 system.adapter.javascript : javascript - v4.10.4 system.adapter.km200 : km200 - v2.0.3 system.adapter.material : material - v0.13.9 system.adapter.mihome : mihome - v1.3.5 system.adapter.mobile : mobile - v1.0.1 system.adapter.mqtt : mqtt - v2.1.13 system.adapter.ping : ping - v1.4.12 system.adapter.rpi2 : rpi2 - v1.1.1 system.adapter.sayit : sayit - v1.12.2 system.adapter.shelly : shelly - v4.0.4 system.adapter.simple-api : simple-api - v2.4.8 system.adapter.socketio : socketio - v3.0.13 system.adapter.telegram : telegram - v1.6.0 system.adapter.text2command : text2command - v2.0.5 system.adapter.tr-064 : tr-064 - v4.2.1 system.adapter.tr-064-community : tr-064-community - v1.0.0 system.adapter.vis : vis - v1.3.4 system.adapter.vis-hqwidgets : vis-hqwidgets - v1.1.7 system.adapter.vis-jqui-mfd : vis-jqui-mfd - v1.0.12 system.adapter.vis-metro : vis-metro - v1.1.2 system.adapter.vis-timeandweather : vis-timeandweather - v1.1.7 system.adapter.web : web - v3.0.14 system.adapter.zigbee : zigbee - v1.3.1@jmeister79 Und die benötigst du alle? Forste da mal durch und deinstallier nicht benötigte Adapter.
-
@Thomas-Braun said in ioBroker Admin Oberfläche ständig timeout:
iobroker list instances
oh je, na dann setz dich mal:
pi@iobrokerpi:~ $ iobroker list instances + system.adapter.admin.0 : admin - enabled, por t: 8081, bind: 0.0.0.0, run as: admin + system.adapter.backitup.0 : backitup - enabled + system.adapter.ble.0 : ble - enabled + system.adapter.chromecast.0 : chromecast - enabled system.adapter.cloud.0 : cloud - disabled system.adapter.devices.0 : devices - enabled + system.adapter.discovery.0 : discovery - enabled system.adapter.flot.0 : flot - disabled + system.adapter.fritzdect.0 : fritzdect - enabled + system.adapter.history.0 : history - enabled system.adapter.icons-icons8.0 : icons-icons8 - disabled + system.adapter.info.0 : info - enabled + system.adapter.iot.0 : iot - enabled + system.adapter.javascript.0 : javascript - enabled + system.adapter.km200.0 : km200 - enabled system.adapter.material.0 : material - disabled system.adapter.mobile.0 : mobile - disabled + system.adapter.mqtt.0 : mqtt - enabled, por t: 1883, bind: 0.0.0.0 + system.adapter.ping.0 : ping - enabled + system.adapter.rpi2.0 : rpi2 - enabled + system.adapter.sayit.0 : sayit - enabled, por t: 0 + system.adapter.sayit.1 : sayit - enabled, por t: 0 + system.adapter.shelly.0 : shelly - enabled, por t: 1882, bind: 0.0.0.0 + system.adapter.telegram.0 : telegram - enabled, por t: 8443, bind: 0.0.0.0 + system.adapter.text2command.0 : text2command - enabled + system.adapter.tr-064.0 : tr-064 - enabled system.adapter.vis-jqui-mfd.0 : vis-jqui-mfd - disabled system.adapter.vis-timeandweather.0 : vis-timeandweather - disabled system.adapter.vis.0 : vis - enabled + system.adapter.web.0 : web - enabled, por t: 8082, bind: 0.0.0.0, run as: admin + system.adapter.zigbee.0 : zigbee - enabled, por t: /dev/serial/by-id/usb-Texas_Instruments_TI_CC2531_USB_CDC___0X00124B001938DEB 9-if00 pi@iobrokerpi:~ $ iobroker list adapters system.adapter.admin : admin - v4.1.11 system.adapter.backitup : backitup - v1.7.0 system.adapter.ble : ble - v0.12.0 system.adapter.chromecast : chromecast - v2.3.1 system.adapter.cloud : cloud - v3.1.0 system.adapter.devices : devices - v0.3.13 system.adapter.discovery : discovery - v2.3.11 system.adapter.flot : flot - v1.10.4 system.adapter.fritzdect : fritzdect - v0.3.2 system.adapter.habpanel : habpanel - v0.4.3 system.adapter.history : history - v1.9.10 system.adapter.icons-icons8 : icons-icons8 - v0.0.1 system.adapter.info : info - v1.7.10 system.adapter.iot : iot - v1.8.5 system.adapter.javascript : javascript - v4.10.4 system.adapter.km200 : km200 - v2.0.3 system.adapter.material : material - v0.13.9 system.adapter.mihome : mihome - v1.3.5 system.adapter.mobile : mobile - v1.0.1 system.adapter.mqtt : mqtt - v2.1.13 system.adapter.ping : ping - v1.4.12 system.adapter.rpi2 : rpi2 - v1.1.1 system.adapter.sayit : sayit - v1.12.2 system.adapter.shelly : shelly - v4.0.4 system.adapter.simple-api : simple-api - v2.4.8 system.adapter.socketio : socketio - v3.0.13 system.adapter.telegram : telegram - v1.6.0 system.adapter.text2command : text2command - v2.0.5 system.adapter.tr-064 : tr-064 - v4.2.1 system.adapter.tr-064-community : tr-064-community - v1.0.0 system.adapter.vis : vis - v1.3.4 system.adapter.vis-hqwidgets : vis-hqwidgets - v1.1.7 system.adapter.vis-jqui-mfd : vis-jqui-mfd - v1.0.12 system.adapter.vis-metro : vis-metro - v1.1.2 system.adapter.vis-timeandweather : vis-timeandweather - v1.1.7 system.adapter.web : web - v3.0.14 system.adapter.zigbee : zigbee - v1.3.1Benötigt
pi@iobrokerpi:~ $ iobroker list adapters system.adapter.backitup : backitup - v1.7.0 system.adapter.ble : ble - v0.12.0 system.adapter.chromecast : chromecast - v2.3.1 system.adapter.flot : flot - v1.10.4 system.adapter.fritzdect : fritzdect - v0.3.2 system.adapter.history : history - v1.9.10 system.adapter.iot : iot - v1.8.5 system.adapter.javascript : javascript - v4.10.4 system.adapter.km200 : km200 - v2.0.3 system.adapter.mqtt : mqtt - v2.1.13 system.adapter.sayit : sayit - v1.12.2 system.adapter.shelly : shelly - v4.0.4 system.adapter.telegram : telegram - v1.6.0 system.adapter.text2command : text2command - v2.0.5 system.adapter.tr-064 : tr-064 - v4.2.1 system.adapter.vis : vis - v1.3.4 system.adapter.vis-timeandweather : vis-timeandweather - v1.1.7 system.adapter.zigbee : zigbee - v1.3.1Nice to have
system.adapter.vis-hqwidgets : vis-hqwidgets - v1.1.7 system.adapter.vis-jqui-mfd : vis-jqui-mfd - v1.0.12 system.adapter.vis-metro : vis-metro - v1.1.2 system.adapter.rpi2 : rpi2 - v1.1.1 system.adapter.icons-icons8 : icons-icons8 - v0.0.1 system.adapter.material : material - v0.13.9Weiß nicht ob ich die brauche
system.adapter.web : web - v3.0.14 system.adapter.devices : devices - v0.3.13 system.adapter.discovery : discovery - v2.3.11 system.adapter.admin : admin - v4.1.11 system.adapter.info : info - v1.7.10 system.adapter.simple-api : simple-api - v2.4.8 system.adapter.ping : ping - v1.4.12 system.adapter.socketio : socketio - v3.0.13 -
Benötigt
pi@iobrokerpi:~ $ iobroker list adapters system.adapter.backitup : backitup - v1.7.0 system.adapter.ble : ble - v0.12.0 system.adapter.chromecast : chromecast - v2.3.1 system.adapter.flot : flot - v1.10.4 system.adapter.fritzdect : fritzdect - v0.3.2 system.adapter.history : history - v1.9.10 system.adapter.iot : iot - v1.8.5 system.adapter.javascript : javascript - v4.10.4 system.adapter.km200 : km200 - v2.0.3 system.adapter.mqtt : mqtt - v2.1.13 system.adapter.sayit : sayit - v1.12.2 system.adapter.shelly : shelly - v4.0.4 system.adapter.telegram : telegram - v1.6.0 system.adapter.text2command : text2command - v2.0.5 system.adapter.tr-064 : tr-064 - v4.2.1 system.adapter.vis : vis - v1.3.4 system.adapter.vis-timeandweather : vis-timeandweather - v1.1.7 system.adapter.zigbee : zigbee - v1.3.1Nice to have
system.adapter.vis-hqwidgets : vis-hqwidgets - v1.1.7 system.adapter.vis-jqui-mfd : vis-jqui-mfd - v1.0.12 system.adapter.vis-metro : vis-metro - v1.1.2 system.adapter.rpi2 : rpi2 - v1.1.1 system.adapter.icons-icons8 : icons-icons8 - v0.0.1 system.adapter.material : material - v0.13.9Weiß nicht ob ich die brauche
system.adapter.web : web - v3.0.14 system.adapter.devices : devices - v0.3.13 system.adapter.discovery : discovery - v2.3.11 system.adapter.admin : admin - v4.1.11 system.adapter.info : info - v1.7.10 system.adapter.simple-api : simple-api - v2.4.8 system.adapter.ping : ping - v1.4.12 system.adapter.socketio : socketio - v3.0.13@jmeister79 discovery und ping würde ich dann schon mal rauskicken. Auch wenn das mit deinem Problem nichts zu tun haben dürfte.
Hey! Du scheinst an dieser Unterhaltung interessiert zu sein, hast aber noch kein Konto.
Hast du es satt, bei jedem Besuch durch die gleichen Beiträge zu scrollen? Wenn du dich für ein Konto anmeldest, kommst du immer genau dorthin zurück, wo du zuvor warst, und kannst dich über neue Antworten benachrichtigen lassen (entweder per E-Mail oder Push-Benachrichtigung). Du kannst auch Lesezeichen speichern und Beiträge positiv bewerten, um anderen Community-Mitgliedern deine Wertschätzung zu zeigen.
Mit deinem Input könnte dieser Beitrag noch besser werden 💗
Registrieren Anmelden