Hallo,
herzlichen Dank für rasche und klasse Leistung, Arbeit. Die 1.1.0 Adapterversion funktioniert einwandfrei.
LG
Thomas
Hallo,
herzlichen Dank für rasche und klasse Leistung, Arbeit. Die 1.1.0 Adapterversion funktioniert einwandfrei.
LG
Thomas
Auch ich hätte Interesse an einen Adapter zu den Netatmo Heizkörperthermostaten.
Hallo,
klasse erklärung.
Meine Backuplösung ist immer (vor größeren Änderungen) ein Image mittels Win32 Disk Imager zu ziehen. Habe für den Fall des falles eine gleiche zweite Micro SD Karte.
LG
Thomas
Hallo arteck,
herzlichen Dank.
Version 0.0.25 vom github
-> hs100.0 2017-12-08 15:33:43.315 info starting. Version 0.0.25 in /opt/iobroker/node_modules/iobroker.hs100, node: v6.10.0
installiert.
Vorher das Obkekt hs100.00 plus Unterobjekte gelöscht.
Alles klappt wunderbar.
Werde mir irgendwann eine hs110 Dose wegen der Verbrauchsdaten besorgen.
LG
Thomas
Hi,
also ich habe die Version 6.10.0 im Einsatz:
->
hs100.0 2017-12-03 20:06:57.758 info starting. Version 0.0.21 in /opt/iobroker/node_modules/iobroker.hs100, node: v6.10.0
Was ist mit
-installier es bitte nur vom GIT..
-über admin
gemeint?
cd /opt/iobroker
npm install https://github.com/arteck/ioBroker.hs10 … ll/master/
??
LG
Thomas
Hallo,
also mittesl PuTTY auf die IP des iobrokers 192.168.188.28 am Port 22 (SSH) - dann anmelden.
cd /opt/iobroker
iobroker list instances
Bei dir wird die Zeile so aussehen, richtig?:
system.adapter.admin.0 : admin - enabled, port: 8081, bind: 127.0.0.1, run as: admin
statt richtig:
system.adapter.admin.0 : admin - enabled, port: 8081, bind: 0.0.0.0, run as: admin
Da die IP Adresse 127.0.0.1 nicht stimmt, auf 0.0.0.0 binden:
iobroker set admin.0 –bind 0.0.0.0
LG
Thomas
Hi,
bei mir war die Adresse auch mal verstellt.
Habe dies dann auf der Commandline (putty / Telnet) mit dieser Anleitung hinbekommen:
Prüfen ob Admin-Adapter läuft
Erst anschauen, ob admin aktiviert ist:
****cd /opt/iobroker
iobroker list instances****
es muss so eine Zeile zu sehen sein:
system.adapter.admin.0 : admin - enabled, port: 8081, bind: 0.0.0.0, run as: admin
Falls da “disabled” statt “enabled” steht, man kann Adapter so aktivieren:
iobroker start admin
Falls IP Adresse nicht stimmt, dann schreiben:
iobroker set admin.0 –bind 0.0.0.0
um an allen IP Adressen erlauben.
Man kann auch port ändern:
iobroker set admin.0 –port 8081
oder SSL ausschalten:
Man kann auch port ändern:
iobroker set admin.0 –ssl false
Dann muss die Instanz am port (default 8081) zu sehen sein.
Mit
netstat -n -a -p TCP
kann man prüfen ob die Zeile zu finden ist:
TCP 0.0.0.0:8081 0.0.0.0:0 LISTENING
Andere Instanz vom Admin installieren
Falls die Einstellungen von der Admin-Konsole verstellt sind und man nicht mehr auf Admin-Seite zugreifen kann, gibt es noch die Möglichkeit eine zweite Admin-Instanz zu installieren.
Dafür:
iobroker add admin –port 8089
ausführen.
Wo 8089 ein Port, welche sicherlich frei ist. Danach kann man Admin unter http://ip:8089 erreichen.
Nach dem als die Einstellungen wieder in Ordnung sind, sollte man die neue (zweite auf dem port 8089) Instanz deinstallieren, um die Ressourcen zu sparen
Hoffes es hilft davon ein Punkt.
LG
Thomas
Hi,
ich habe diese Heizkörperthermostate von netatmo im Einsatz. Sind nur leider nicht so billig.
https://www.smart-wohnen.de/energie-spa … n-netatmo/
Steurung erfolgt über App (manuell und über einen Heizungsplan) oder direkt am Thermostat.
Es gibt aber auch seit kurzem einen Alexa Skill.
Leider gibt es noch keinen iobroker Adapter dafür, dann wäre es perfekt. Kann aber warten - kommt sicher irgendwann.
Adapter gibt es aktuell nur für netatmo Wetterstation und Kamera. Diesen Entwickler habe ich angeschrieben - könnte aber nicht helfen, da er diese Thermostate leider nicht hat.
LG
Thomas
Hallo arteck,
unter /opt/iobroker/node_modules/iobroker.hs100/lib/tplink-smarthome-api# ls
befindet sich nur:
CHANGELOG.md lib LICENSE package.json README.md
Der Ordner node_modules ist nicht vorhanden.
Ich habe den Adapter 0.0.21 über den 0.0.18, wie folgt manuell installiert:
cd /opt/iobroker
iobroker stop
npm install iobroker.hs100@0.0.21 –production
iobroker upload hs100
iobroker start
LG
Thomas
Hallo arteck,
habe die Version 0.0.21 installiert - Herzlichen Dank dafür - leider startet der Adpater nicht.
Die vorher installierte Version 0.0.18 lief.
host.ioBroker-RasPi 2017-12-03 20:07:30.058 info Do not restart adapter system.adapter.hs100.0 because disabled or deleted
host.ioBroker-RasPi 2017-12-03 20:07:30.057 error instance system.adapter.hs100.0 terminated with code 3 (Adapter disabled or invalid config)
host.ioBroker-RasPi 2017-12-03 20:07:30.057 error Caught by controller[0]: at Function.Module._load (module.js:438:3) code: 'MODULE_NOT_FOUND' }
host.ioBroker-RasPi 2017-12-03 20:07:30.056 error Caught by controller[0]: at tryModuleLoad (module.js:446:12)
host.ioBroker-RasPi 2017-12-03 20:07:30.056 error Caught by controller[0]: at Module.load (module.js:487:32)
host.ioBroker-RasPi 2017-12-03 20:07:30.056 error Caught by controller[0]: at Object.Module._extensions..js (module.js:579:10)
host.ioBroker-RasPi 2017-12-03 20:07:30.055 error Caught by controller[0]: at Module._compile (module.js:570:32)
host.ioBroker-RasPi 2017-12-03 20:07:30.053 error Caught by controller[0]: at Object. (/opt/iobroker/node_modules/iobroker.hs100/lib/tplink-smarthome-api/lib/client.js:3:18)
host.ioBroker-RasPi 2017-12-03 20:07:30.052 error Caught by controller[0]: at require (internal/module.js:20:19)
host.ioBroker-RasPi 2017-12-03 20:07:30.050 error Caught by controller[0]: at Module.require (module.js:497:17)
host.ioBroker-RasPi 2017-12-03 20:07:30.049 error Caught by controller[0]: at Function.Module._load (module.js:417:25)
host.ioBroker-RasPi 2017-12-03 20:07:30.047 error Caught by controller[0]: at Function.Module._resolveFilename (module.js:469:15)
host.ioBroker-RasPi 2017-12-03 20:07:30.045 error Caught by controller[0]: { Error: Cannot find module 'babel-runtime/core-js/json/stringify'
hs100.0 2017-12-03 20:07:29.966 error adapter disabled
host.ioBroker-RasPi 2017-12-03 20:07:06.090 info object change system.adapter.hs100.0
host.ioBroker-RasPi 2017-12-03 20:06:57.987 info Restart adapter system.adapter.hs100.0 because enabled
host.ioBroker-RasPi 2017-12-03 20:06:57.987 error instance system.adapter.hs100.0 terminated with code 0 (OK)
Caught 2017-12-03 20:06:57.987 error by controller[0]: at Function.Module._load (module.js:438:3) code: 'MODULE_NOT_FOUND' }
Caught 2017-12-03 20:06:57.986 error by controller[0]: at tryModuleLoad (module.js:446:12)
Caught 2017-12-03 20:06:57.986 error by controller[0]: at Module.load (module.js:487:32)
Caught 2017-12-03 20:06:57.986 error by controller[0]: at Object.Module._extensions..js (module.js:579:10)
Caught 2017-12-03 20:06:57.982 error by controller[0]: at Module._compile (module.js:570:32)
Caught 2017-12-03 20:06:57.981 error by controller[0]: at Object. (/opt/iobroker/node_modules/iobroker.hs100/lib/tplink-smarthome-api/lib/client.js:3:18)
Caught 2017-12-03 20:06:57.981 error by controller[0]: at require (internal/module.js:20:19)
Caught 2017-12-03 20:06:57.981 error by controller[0]: at Module.require (module.js:497:17)
Caught 2017-12-03 20:06:57.980 error by controller[0]: at Function.Module._load (module.js:417:25)
Caught 2017-12-03 20:06:57.980 error by controller[0]: at Function.Module._resolveFilename (module.js:469:15)
Caught 2017-12-03 20:06:57.979 error by controller[0]: { Error: Cannot find module 'babel-runtime/core-js/json/stringify'
hs100.0 2017-12-03 20:06:57.938 info terminating
hs100.0 2017-12-03 20:06:57.758 info starting. Version 0.0.21 in /opt/iobroker/node_modules/iobroker.hs100, node: v6.10.0
hs100.0 2017-12-03 20:06:57.701 info States connected to redis: 127.0.0.1:6379
hs100.0 2017-12-03 20:06:57.433 error at Function.Module._load (module.js:438:3)
hs100.0 2017-12-03 20:06:57.433 error at tryModuleLoad (module.js:446:12)
hs100.0 2017-12-03 20:06:57.433 error at Module.load (module.js:487:32)
hs100.0 2017-12-03 20:06:57.433 error at Object.Module._extensions..js (module.js:579:10)
hs100.0 2017-12-03 20:06:57.433 error at Module._compile (module.js:570:32)
hs100.0 2017-12-03 20:06:57.433 error at Object. (/opt/iobroker/node_modules/iobroker.hs100/lib/tplink-smarthome-api/lib/client.js:3:18)
hs100.0 2017-12-03 20:06:57.433 error at require (internal/module.js:20:19)
hs100.0 2017-12-03 20:06:57.433 error at Module.require (module.js:497:17)
hs100.0 2017-12-03 20:06:57.433 error at Function.Module._load (module.js:417:25)
hs100.0 2017-12-03 20:06:57.433 error at Function.Module._resolveFilename (module.js:469:15)
hs100.0 2017-12-03 20:06:57.433 error Error: Cannot find module 'babel-runtime/core-js/json/stringify'
hs100.0 2017-12-03 20:06:57.418 error uncaught exception: Cannot find module 'babel-runtime/core-js/json/stringify'
host.ioBroker-RasPi 2017-12-03 20:06:56.080 info instance system.adapter.hs100.0 started with pid 10170
host.ioBroker-RasPi 2017-12-03 20:06:56.007 info object change system.adapter.hs100.0
LG
Thomas