Es funktioniert wieder.
Geholfen hatten folgende Befehle:
npm i -g npm
sudo npm install iobroker.js-controller --production
NEWS
Best posts made by KaFaBe
-
RE: Hilfe ich habe mein iobroker abgeschossen
-
RE: Canvas Widget
@KaFaBE Hat sich erledigt. Hab das Häkchen bei "Aktiviert" raus und wieder rein gemacht. Dann war die Wertebox da.
Latest posts made by KaFaBe
-
RE: VIS-2 öffnet sich nicht
@sigi234 sagte in VIS-2 öffnet sich nicht:
Wie sind deine web Adapter Einstellungen?
Metro Widgets installiert?
Was steht in der Konsole bei F12?
Browser Cache mal komplett geleert?Ich hatte "Web-Sockets erzwingen" aktiviert. Jetzt klappt es.
-
RE: Energiefluss Adapter - Support
@skb sagte in Energiefluss Adapter - Support:
@kafabe Web-Adapter auf integriert stellen. Nicht auf Socket.
Perfekt, das war die Lösung.
Danke -
RE: Energiefluss Adapter - Support
Meine Anzeige öffnet sich nicht.
Egal on firefox oder opera.
-
VIS-2 öffnet sich nicht
Ich versuche jetzt schon länger die VIS2 zum laufen zu bekommen. Bisher ohne Erfolg. Auch eine Deinstallation des Adapters hatte nichts gebracht.
Was kann ich noch ausprobieren. Bisher sehe ich immer nur das drehende iobroker Symbol.
-
RE: Shelly 1PM Mini Gen3 geht nicht mit ioBroker
Ich hab jetzt eine Stunde lang versucht drei "Shelly PM Mini Gen3" mit iobroker zu verbinden. Funktioniert leider nicht. Meine anderen Shellys (Plus 1 PM) werden angezeigt.
Die neuen habe ich exakt genauso konfiguriert. -
RE: [gelöst] Benötige Hilfe MODBUS TCP: Hoymiles HM-1500/DTU-PRO
@seebaernd Welchen Typ bei den Registern hast du dafür ausgewählt?
Hab jetzt 8 und 16 Bit ausprobiert. Passt aber nicht zu den aktuellen Temperaturen draußen. -
RE: [gelöst] Benötige Hilfe MODBUS TCP: Hoymiles HM-1500/DTU-PRO
@seebaernd sagte in [gelöst] Benötige Hilfe MODBUS TCP: Hoymiles HM-1500/DTU-PRO:
So, habe es gerade mal ausprobiert.
Mit folgender Konfiguration
kommt folgendes Ergebnis
Meine Annahme oben, dass das die Temperaturen der einzelnen Wechselrichter sind, war natürlich Unsinn. Denn wir sind ja hier bei den Werten für die einzelen Modulanschlüsse an einem Wechselrichter. Darum ist es vermutlich nicht zufällig, dass da überall die gleiche Temperatur herauskommt, sondern wohl immer so. Daher nach meiner Einschätzung völlig egal, welche Adresse du verwendest, kommt eh immer der gleiche Wert raus.
Bist du dir sicher mit der Temperatur?
Bei mir steht auch 26,3°C. Nonstop unverändert. -
RE: [gelöst] Benötige Hilfe MODBUS TCP: Hoymiles HM-1500/DTU-PRO
@seebaernd kannst du mir den Register für die Wechselrichter Temperatur nennen?
In der Beschreibung finde ich 0x1018 / 0x1019 und 0x1040 / 0x1041. Wo ist der Unterschied?
0x1040 entspricht 4160 oder? Unsigned 16 Bit? -
RE: iobroker startet nicht nach node-js Update 16.18.1
@homoran sagte in iobroker startet nicht nach node-js Update 16.18.1:
@kafabe sagte in iobroker startet nicht nach node-js Update 16.18.1:
Danke habe ich ausgeführt.
wo?
on deinem Output seh ich nichts davon
Last login: Mon Nov 28 11:08:23 2022 from 192.168.0.42 $ cd /opt/iobroker/node_modules $ for i in $(find /opt/iobroker/node_modules -type d -iname ".*-????????" ! -ina me ".local-chromium"); do rm -rf ${i%%/}; done $ cd $ cd /opt/iobroker $ iob stop $ iob fix
-
RE: iobroker startet nicht nach node-js Update 16.18.1
@thomas-braun sagte in iobroker startet nicht nach node-js Update 16.18.1:
https://forum.iobroker.net/topic/57337/fehler-25-bei-adapter-install-update-mit-npm8
Danke habe ich ausgeführt.
Hat wohl nichts gebracht.Your installation was fixed successfully Run iobroker start to start ioBroker again! ========================================================================== $ iob start $ iob status node:internal/modules/cjs/loader:988 throw err; ^ Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iob roker.js' at Function.Module._resolveFilename (node:internal/modules/cjs/loader:985:15 ) at Function.Module._load (node:internal/modules/cjs/loader:833:27) at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_ma in:81:12) at node:internal/main/run_main_module:22:47 { code: 'MODULE_NOT_FOUND', requireStack: [] } $ sudo -H -u iobroker npm install iobroker.js-controller npm WARN deprecated xmldom@0.1.31: Deprecated due to CVE-2021-21366 resolved in 0.5.0 npm WARN deprecated querystring@0.2.1: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. npm WARN deprecated node-inspect@2.0.0: This module is part of Node.js core and does not need to be installed separately. It is now unmaintained. npm WARN deprecated har-validator@5.1.5: this library is no longer supported npm WARN deprecated dgram@1.0.1: npm is holding this package for security reasons. As it's a core Node module, we will not transfer it over to other users. You may safely remove the package from your dependencies. npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797) npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797) npm WARN deprecated coffee-script@1.12.7: CoffeeScript on NPM has moved to "coffeescript" (no hyphen) npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797) npm WARN deprecated later@1.2.0: Please upgrade to the maintained and new drop-in replacement @breejs/later at https://github.com/breejs/later 🚀 Thanks and happy hacking! 🚀 @niftylettuce npm WARN cleanup Failed to remove some directories [ npm WARN cleanup [ npm WARN cleanup '/opt/iobroker/node_modules/unix-dgram', npm WARN cleanup [Error: ENOTEMPTY: directory not empty, rmdir '/opt/iobroker/node_modules/unix-dgram'] { npm WARN cleanup errno: -39, npm WARN cleanup code: 'ENOTEMPTY', npm WARN cleanup syscall: 'rmdir', npm WARN cleanup path: '/opt/iobroker/node_modules/unix-dgram' npm WARN cleanup } npm WARN cleanup ], npm WARN cleanup [ npm WARN cleanup '/opt/iobroker/node_modules/unix-dgram', npm WARN cleanup [Error: ENOTEMPTY: directory not empty, rmdir '/opt/iobroker/node_modules/unix-dgram'] { npm WARN cleanup errno: -39, npm WARN cleanup code: 'ENOTEMPTY', npm WARN cleanup syscall: 'rmdir', npm WARN cleanup path: '/opt/iobroker/node_modules/unix-dgram' npm WARN cleanup } npm WARN cleanup ], npm WARN cleanup [ npm WARN cleanup '/opt/iobroker/node_modules/node-dht-sensor', npm WARN cleanup [Error: ENOTEMPTY: directory not empty, rmdir '/opt/iobroker/node_modules/node-dht-sensor'] { npm WARN cleanup errno: -39, npm WARN cleanup code: 'ENOTEMPTY', npm WARN cleanup syscall: 'rmdir', npm WARN cleanup path: '/opt/iobroker/node_modules/node-dht-sensor' npm WARN cleanup } npm WARN cleanup ], npm WARN cleanup [ npm WARN cleanup '/opt/iobroker/node_modules/node-dht-sensor', npm WARN cleanup [Error: ENOTEMPTY: directory not empty, rmdir '/opt/iobroker/node_modules/node-dht-sensor'] { npm WARN cleanup errno: -39, npm WARN cleanup code: 'ENOTEMPTY', npm WARN cleanup syscall: 'rmdir', npm WARN cleanup path: '/opt/iobroker/node_modules/node-dht-sensor' npm WARN cleanup } npm WARN cleanup ] npm WARN cleanup ] npm ERR! code 24 npm ERR! path /opt/iobroker/node_modules/iobroker.js-controller npm ERR! command failed npm ERR! command sh -c node iobroker.js setup first npm ERR! Server Cannot start inMem-objects on port 9001: Failed to lock DB file "/opt/iobroker/iobroker-data/objects.jsonl"! npm ERR! A complete log of this run can be found in: npm ERR! /home/iobroker/.npm/_logs/2022-11-28T10_19_20_911Z-debug-0.log $ pwd /opt/iobroker $