Hallo ihr lieben,
ich glaube ich habe es, aber korrigiert mich wenn es nicht stimmt.
Da auch nach apt-get update und upgrade der admin immer noch nicht lief. Schaute ich mir mal die Instanzen an.
Da war der admin.0 auf disabled
pi@ioBroker-RasPi:/opt $ sudo iobroker list instances
system.adapter.admin.0 : admin - disabled, port: 8081, bind: 0.0.0.0, run as: admin
system.adapter.flot.0 : flot - enabled
system.adapter.history.0 : history - enabled
system.adapter.javascript.0 : javascript - disabled
system.adapter.knx.0 : knx - enabled
system.adapter.mobile.0 : mobile - disabled
system.adapter.rpi2.0 : rpi2 - enabled
system.adapter.vis.0 : vis - enabled
system.adapter.web.0 : web - enabled, port: 8082, bind: 0.0.0.0, run as: admin
system.adapter.yahka.0 : yahka - enabled
ich hatte ihn dann mit
sudo iobroker add admin --enabled
aktiviert
sieht nun so aus:
sudo iobroker list instances
system.adapter.admin.0 : admin - disabled, port: 8081, bind: 0.0.0.0, run as: admin
system.adapter.admin.1 : admin - enabled, port: 8081, bind: 0.0.0.0, run as: admin
system.adapter.flot.0 : flot - enabled
system.adapter.history.0 : history - enabled
system.adapter.javascript.0 : javascript - disabled
system.adapter.knx.0 : knx - enabled
system.adapter.mobile.0 : mobile - disabled
system.adapter.rpi2.0 : rpi2 - enabled
system.adapter.vis.0 : vis - enabled
system.adapter.web.0 : web - enabled, port: 8082, bind: 0.0.0.0, run as: admin
system.adapter.yahka.0 : yahka - enabled
sicherlich, lässt sich aber auch nur admin.0 enabeln oder?