NEWS
Test Adapter MyVBus v0.4.x Latest
-
iobroker list adapters iobroker list instances
-
@thomas-braun said in Test Adapter MyVBus v0.2.x Latest:
iobroker list instances
pi@raspberrypi:/opt/iobroker $ iobroker list adapters system.adapter.admin : admin - v5.2.3 system.adapter.backitup : backitup - v2.2.1 system.adapter.discovery : discovery - v2.7.5 system.adapter.history : history - v1.10.5 system.adapter.icons-material-png : icons-material-png - v0.1.0 system.adapter.icons-material-svg : icons-material-svg - v0.1.0 system.adapter.icons-mfd-svg : icons-mfd-svg - v1.0.2 system.adapter.influxdb : influxdb - v2.4.0 system.adapter.info : info - v1.9.16 system.adapter.javascript : javascript - v5.2.18 system.adapter.modbus : modbus - v3.4.17 system.adapter.openknx : openknx - v0.1.10 system.adapter.socketio : socketio - v3.1.5 system.adapter.vis : vis - v1.4.6 system.adapter.vis-hqwidgets : vis-hqwidgets - v1.1.9 system.adapter.vis-material-advanced : vis-material-advanced - v1.7.2 system.adapter.vis-materialdesign : vis-materialdesign - v0.5.9 system.adapter.vis-metro : vis-metro - v1.1.2 system.adapter.vis-timeandweather : vis-timeandweather - v1.1.7 system.adapter.web : web - v3.4.16
pi@raspberrypi:/opt/iobroker $ iobroker list instances + system.adapter.admin.0 : admin : raspberrypi - enabled, port: 8081, bind: 0.0.0.0, run as: admin + system.adapter.backitup.0 : backitup : raspberrypi - enabled + system.adapter.discovery.0 : discovery : raspberrypi - enabled + system.adapter.history.0 : history : raspberrypi - enabled system.adapter.icons-material-png.0 : icons-material-png : raspberrypi - disabled system.adapter.icons-mfd-svg.0 : icons-mfd-svg : raspberrypi - disabled + system.adapter.influxdb.0 : influxdb : raspberrypi - enabled, port: 8086 + system.adapter.info.0 : info : raspberrypi - enabled + system.adapter.javascript.0 : javascript : raspberrypi - enabled + system.adapter.modbus.0 : modbus : raspberrypi - enabled + system.adapter.openknx.0 : openknx : raspberrypi - enabled, bind: 10.10.20.18 system.adapter.vis-hqwidgets.0 : vis-hqwidgets : raspberrypi - disabled system.adapter.vis-materialdesign.0 : vis-materialdesign : raspberrypi - disabled system.adapter.vis-metro.0 : vis-metro : raspberrypi - disabled system.adapter.vis-timeandweather.0 : vis-timeandweather : raspberrypi - disabled system.adapter.vis.0 : vis : raspberrypi - enabled + system.adapter.web.0 : web : raspberrypi - enabled, port: 8082, bind: 0.0.0.0, run as: admin + instance is alive
-
@chrischros sagte in Test Adapter MyVBus v0.2.x Latest:
/opt/iobroker
Bist du auch vor bwz. bei der Installation in /opt/iobroker gewesen?
Mit welchen Meldungen ist die Installation dann erfolgt? -
pi@raspberrypi:/opt/iobroker $ npm install iobroker.resol npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@1.0.7 (node_modules/osx-temperature-sensor): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"}) + iobroker.resol@0.4.0 removed 4 packages and updated 1 package in 12.659s 34 packages are looking for funding run `npm fund` for details
-
@chrischros sagte in Test Adapter MyVBus v0.2.x Latest:
Mach mal ein
iobroker stop iobroker upload all iobroker start
-
@thomas-braun ok ist jetzt soweit durchgelaufen. In den Instanzen wird aber noch immer kein neuer Adapter für Resol oder vbus angezeigt.
-
@chrischros
In der Liste der Adapter aber vermutlich schon. Dann eine Instanz händisch hinzufügen. -
@thomas-braun leider auch nicht. in der Adapterliste finde ich nur den myvbus adapter aber nicht den resol.
-
Bei mir tauchte der nach dem upload auf.
-
@thomas-braun ok sehr merkwürdig. habe auch das "Beta (latest)" Repository geladen.
-
Das nutzt dir nix, da ist der nämlich nicht drin.
-
@thomas-braun ok und wo kann ich den dann finde?
-
Indem du den per npm wie oben installierst. Warum das bei dir nicht funktioniert weiß ich aber auch nicht. Bei mir geht's (tm).
-
@thomas-braun
ok, danke für deine Hilfe.deinstallieren kann ich den Adapter mit folgendem Befehl oder?
sudo rm -r /opt/iobroker/node_modules/iobroker.resol
-
so habe jetzt den Adapter myvbus ohne Probleme installiert und eingerichtet.
-
@chrischros sagte in Test Adapter MyVBus v0.2.x Latest:
deinstallieren kann ich den Adapter mit folgendem Befehl oder?
Nein, der muss auch aus den json-Dateien raus.
Stumpf löschen ist zu wenig.iobroker del resol
liefert?
-
@thomas-braun said in Test Adapter MyVBus v0.2.x Latest:
iobroker del resol
pi@raspberrypi:/opt/iobroker $ iobroker del resol Delete adapter "resol" host.raspberrypi object resol deleted host.raspberrypi object resol.admin deleted npm uninstall iobroker.resol --loglevel error --prefix "/opt/iobroker" (System call)
-
Jetzt müsste das eigentlich ausgetragen sein.
iobroker list adapters | grep resol cd /opt/iobroker npm list | grep resol
-
@thomas-braun said in Test Adapter MyVBus v0.2.x Latest:
npm list | grep resol
pi@raspberrypi:~ $ iobroker list adapters | grep resol pi@raspberrypi:~ $ cd /opt/iobroker pi@raspberrypi:/opt/iobroker $ npm list | grep resol │ └─┬ resol-vbus@0.23.0 pi@raspberrypi:/opt/iobroker $
-
@chrischros
Ja, sollte jetzt passen.