Ich würde gerne den Adapter nutzen um das Entladen meines PV Akkus zu sperren, wenn der aktuelle Preis eine bestimmte Grenze unterschreitet, bzw. freizugeben in den Stunden bis zum nächsten Sonnenaufgang, wo der Preis sehr hoch ist.
Das Blockly Grund-Script hab ich schon hergerichtet.
Jetzt wollte ich TibberConnect installieren, um an die Werte ranzukommen - weis aber nicht wie man das macht.
Probiert hab ich:
root@torus:/tmp# npm install iobroker.tibberconnect
npm notice
npm notice New major version of npm available! 7.11.2 -> 9.6.5
npm notice Changelog: https://github.com/npm/cli/releases/tag/v9.6.5
npm notice Run npm install -g npm@9.6.5 to update!
npm notice
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/iobroker.tibberconnect - Not found
npm ERR! 404
npm ERR! 404 'iobroker.tibberconnect@*' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.
npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2023-04-23T12_09_37_784Z-debug.log
Ich weis, dass mein System etwas outdated ist.
Wie sollte ich vorgehen ???