NEWS
Test Adapter ioBroker.sainlogic v0.6.X GitHub/Latest
-
@neo110
Nach ein paar Tagen Testerei würde ich sagen, Deine Idee funktioniert 1A!
Ich setzte noch dailyrain, weeklyrain, monthlyrain und yearlyrain, jeweils täglich 0:01, montäglich 0:01, monatlich am 01. 0:01 und jährlich am 01.01. 0:01 zurück...
Nochmals Danke!
-
Hallo Zusammen,
als absoluter Laie brauche ich Hilfe.
Ich möchte meine ELV WS 980 in iobroker einbinden.
Dazu habe ich versucht den Adapter einzufügen, doch leider bekomme ich folgende Fehlermeldung:$ ./iobroker url "https://github.com/repo/ioBroker.gh/tarball/master" gh install https://github.com/repo/ioBroker.gh/tarball/master NPM version: 7.5.3 npm install https://github.com/repo/ioBroker.gh/tarball/master --loglevel error --prefix "/opt/iobroker" (System call) npm ERR! code E404 npm ERR! 404 Not Found - GET https://github.com/repo/ioBroker.gh/tarball/masternpm ERR! 404 npm ERR! 404 'https://github.com/repo/ioBroker.gh/tarball/master' is not in the npm registry.npm ERR! 404 This package name is not valid, because npm ERR! 404 1. name can only contain URL-friendly charactersnpm ERR! 404 2. name can no longer contain capital lettersnpm ERR! 404 npm ERR! 404 Note that you can also install from anpm ERR! 404 tarball, folder, http url, or git url. npm ERR! A complete log of this run can be found in:npm ERR! /home/iobroker/.npm/_logs/2021-02-13T11_15_36_621Z-debug.log ERROR: host.raspff Cannot install https://github.com/repo/ioBroker.gh/tarball/master: 1 ERROR: process exited with code 25
Was mach ich falsch?
Danke im Voraus!
Haifisch -
@haifisch_777 sagte in Test Adapter ioBroker.sainlogic v0.6.X GitHub/Latest:
NPM version: 7.5.3
Uhii .... bischen alt
Ziehe erstmal dein System Up to Date .
https://forum.iobroker.net/topic/35090/howto-nodejs-installation-und-upgrades-unter-debian
-
@glasfaser
Ok, vielen Dank, ich habe das System nach Anleitung auf den neusten Stang gebarcht, auch ohne Fehler :-).
Leider gibt es den Fehler noch immer!$ ./iobroker url "https://github.com/repo/ioBroker.gh/tarball/master" gh install https://github.com/repo/ioBroker.gh/tarball/master NPM version: 7.5.1 npm install https://github.com/repo/ioBroker.gh/tarball/master --loglevel error --prefix "/opt/iobroker" (System call) npm ERR! code E404npm ERR! 404 Not Found - GET https://github.com/repo/ioBroker.gh/tarball/masternpm ERR! 404 npm ERR! 404 'https://github.com/repo/ioBroker.gh/tarball/master' is not in the npm registry.npm ERR! 404 This package name is not valid, because npm ERR! 404 1. name can only contain URL-friendly charactersnpm ERR! 404 2. name can no longer contain capital lettersnpm ERR! 404 npm ERR! 404 Note that you can also install from anpm ERR! 404 tarball, folder, http url, or git url. npm ERR! A complete log of this run can be found in:npm ERR! /home/iobroker/.npm/_logs/2021-02-13T12_30_13_706Z-debug.log ERROR: host.raspff Cannot install https://github.com/repo/ioBroker.gh/tarball/master: 1 ERROR: process exited with code 25
Gruß
HaifischMod-Edit: Code in Code-Tag gepackt
-
Welchen Link nutzt du in GitHub , um es zu installieren .
https://github.com/phifogg/ioBroker.sainlogic
-
Ich gebe das ein:
-
Mache mal das:
.
-
@haifisch_777 sagte in Test Adapter ioBroker.sainlogic v0.6.X GitHub/Latest:
$ ./iobroker url "https://github.com/repo/ioBroker.gh/tarball/master" gh
install https://github.com/repo/ioBroker.gh/tarball/masterEr zieht es hiervon , die Adresse gibt es nicht :
.
-
@glasfaser
Suuuper, danke, das hat erst einmal funktioniert!Tolles Forum hier
-
@haifisch_777
Naja , irgend ein Fehler habe ich noch.
Vielleicht die Instanz nicht richtig eingerichtet?
-
-
Laut Screeshot hast du Node 15.8.0 , ich glaube nicht das dieses damit funktioniert.
Aktuell ist 12 bzw. 14 -
@glasfaser
Thanks,dann auf 14 zurück gehen?
-
Ja .
EDIT :
du hast 3.1.6
ab 3.2 kannst du experimentieren 15 nutzen , aber siehe hier :
https://forum.iobroker.net/topic/41029/js-controller-3-2-jetzt-im-latest
-
@glasfaser @Haifisch_777
Node15 bringt npm7 mit, das läuft aber noch nicht vernünftig mit dem ioBroker zusammen. Deshalb auf node12 oder node14 setzen. Und auch nicht manuell npm aktualisieren. -
deshalb mein Edit oben , da ich nicht weiß was er noch vor hat , bzw. gemacht hat
-
@glasfaser
Was es auch sei, am besten nicht mit einer krummen Entwicklerversion von node rumpfuschen.Die initiale Fehlermeldung kommt ja auch von npm@7. Mit npm@6 wäre das vermutlich sogar direkt gegangen.
-
@thomas-braun sagte in Test Adapter ioBroker.sainlogic v0.6.X GitHub/Latest:
@glasfaser
Was es auch sei, am besten nicht mit einer krummen Entwicklerversion von node rumpfuschen.Die initiale Fehlermeldung kommt ja auch von npm@7. Mit npm@6 wäre das vermutlich sogar direkt gegangen.
@Haifisch_777
Die Antwort ist für dich ! -
@glasfaser
Oh ganz schön kompliziert.
Ich wollte auf node 12 zurück gehen, es funktioniert aber nicht.curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
dann sudo apt-get install -y nodejs
aber es bleibt bei 15
nodejs ist schon die neueste Version (15.8.0-1nodesource1).
-
@haifisch_777
Hier steht drin wie man eine bestimmte Version eines Paketes installiert:https://forum.iobroker.net/topic/35090/howto-nodejs-installation-und-upgrades-unter-debian
Weitere (konkrete!) Fragen bitte in einem eigenen Thread, das hat mit dem Adapter nix zu tun.