@freevalley Danke das hat geholfen, Kennst Du schon den Adapter von HomeAssistant? Der greift direkt auf die Ecoflow im lokalen Netz zu und liest sämtliche Daten aus die man auch in der App sehen kann. Man kann auch sämtliche Schalter damit betätigen. Ist mehr als über die API Schnittstelle.
NEWS
Latest posts made by btrompetter
-
RE: Adapter für Ecoflow Einbindung
-
RE: Adapter für Ecoflow Einbindung
@freevalley
Es kommt noch der gleiche Fehler
pm ERR! code ENOTEMPTY
npm ERR! syscall rename
npm ERR! path /opt/iobroker/node_modules/clone-response
npm ERR! dest /opt/iobroker/node_modules/.clone-response-nxmcopeq
npm ERR! errno -39
npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/clone-response' -> '/opt/iobroker/node_modules/.clone-response-nxmcopeq'npm ERR! A complete log of this run can be found in:
npm ERR! /opt/iobroker/.npm/_logs/2022-09-28T07_02_09_875Z-debug-0.logwürde es was bringen das Verzeichnis acorn zu verschieben so wie es in der Meldung steht? Oder macht man dann die ioBroker installation kaputt?
-
RE: Adapter für Ecoflow Einbindung
@newan ich habs über den Direkt Link probiert und es gab folgenden Fehler
$ iobroker url https://github.com/Newan/ioBroker.ecoflow --host iobroker --debug install Newan/ioBroker.ecoflow#4967f4e90cfb67febbddab6c0a2d2c39631b2ff8 NPM version: 8.15.0 Installing Newan/ioBroker.ecoflow#4967f4e90cfb67febbddab6c0a2d2c39631b2ff8... (System call) npm ERR! code ENOTEMPTY npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/acorn' -> '/opt/iobroker/node_modules/.acorn-zHERliMH' npm ERR! A complete log of this run can be found in: npm ERR! /opt/iobroker/.npm/_logs/2022-09-20T09_08_31_299Z-debug-0.log host.iobroker Cannot install Newan/ioBroker.ecoflow#4967f4e90cfb67febbddab6c0a2d2c39631b2ff8: 217 ERROR: Process exited with code 25
-
RE: Adapter für Ecoflow Einbindung
@newan Wie kann man den Adpater installieren im IOBroker Repository finde ich ihn nicht. http://download.iobroker.net/sources-dist-latest.json
-
RE: [HowTo] ioBroker unter Docker auf Synology DiskStation
Hallo ich habe den dash buttons adapter installiert und bekomme beim starten der Instanz folgenden Fehler:
socket: Operation not permitted
ich habe den fixer mehrmals ausgeführt und versucht die Einstellung per Kommando zu setzen.
setcap 'cap_net_raw,cap_net_admin+eip' $(readlink -f $(which node)) ~
dabei kommt folgender Fehler
Failed to set capabilities on file `/usr/bin/node' (Operation not supported)
The value of the capability argument is not permitted for a file. Or the file is not a regular (non-symlink) fileAuch mit gosu root oder sudo hat es nicht funktioniert.
Ich verwende das neuste Image und habe in Portainer die Capabilities
NET_ADMIN
NET_RAWgesetzt.
Bei mir läuft der Host 4.0.18 und Node.js 14.19.0