@4-real Geht das noch immer? Ich kann leider die Tasten im Homekit nicht verknüpfen... LG
NEWS
Latest posts made by dfz
-
RE: Hue Schalter/Fernbedienung - Konfiguration auslesen und ändern
-
RE: Unterstützung Elgato Streamdeck
Hi,
vorab danke für euer Feedback!
Ich habe das nun wie folgt gelöst:-
Den Adapter simple-api installieren
Die Objekte lassen sich nun wie folgt (beispielsweise) ansprechen:
https://"fqdn":8087/toggle/sonoff.0.Sonoff8.POWER?
Über: https://"fqdn":8087/? lassen sich die einzelnen Methoden anzeigen -
Die URL ohne Browser aufrufen:
Da habe ich nachfolgendes Skript gefunden:
@if (@This==@IsBatch) @then @echo off rem **** batch zone ********************************************************* setlocal enableextensions disabledelayedexpansion rem The batch file will delegate all the work to the script engine if not "%~1"=="" ( wscript //E:JScript "%~dpnx0" %1 ) rem End of batch file area. Ensure the batch file ends execution rem before reaching the JavaScript zone exit /b @end // **** JavaScript zone ***************************************************** // Instantiate the needed component to make URL queries var http = WScript.CreateObject('Msxml2.XMLHTTP.6.0'); // Retrieve the URL parameter var url = WScript.Arguments.Item(0) // Make the request http.open("GET", url, false); http.send(); // All done. Exit WScript.Quit(0);
Der Aufruf erfolgt dann beispielsweise:
C:\Program Files (x86)\CallURL\callurl.cmd" https://(FQDN):8087/toggle/sonoff.0.Sonoff8.POWER?- Damit das ganze weitgehend silent passiert, starte ich den Aufruf über cmdow
"C:\Users\Adm\Downloads\SilentCMD\SilentCMD.exe" /run /hid "C:\Program Files (x86)\CallURL\callurl.cmd" https://(FQDN):8087/toggle/sonoff.0.Sonoff8.POWER?
Ganz perfekt ist es aber leider noch nicht...
Ich habe eine Logitech Tastatur mit Makro-Keys, über die ich die Aufrufe starte und dann blitzt immer noch kurz ein Fenster auf,
was gerade dann stört, wenn man sich gerade im Vollbildmodus befindet.
Hat jmd dafür noch eine Lösung parat?LG
-
-
RE: Unterstützung Elgato Streamdeck
Hallo zusammen,
ich habe auch großes Interesse daran, ein solches Deck zu integrieren.
Habt ihr mittlerweile eine Lösung gefunden, wie man die Komponenten über beispielsweise eine URL ansprechen kann?LG
-
RE: Unterstützung Elgato Streamdeck
@Hc-Yami kannst du noch etwas ausführlicher beschreiben?
Bzw. wo kann ich den Flow importieren?
Mir fehlen leider gänzlich die Erfahrungswerte...Besten Dank vorab und Grüße!
-
RE: IObroker lässt sich nach Update nicht mehr starten
Ich habe mal zum Test den BMW Adapter installiert und erhalte leider weiterhin Fehlermeldungen:
make: *** [Release/obj.target/validation/src/validation.o] Error 1 gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2gyp ERR! stack at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:262:23)gyp ERR! stack at ChildProcess.emit (events.js:198:13)gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:248:12)gyp ERR! System Linux 4.9.0-11-amd64gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"gyp ERR! cwd /opt/iobroker/node_modules/utf-8-validategyp ERR! node -v v10.16.3gyp ERR! node-gyp -v v3.8.0gyp ERR! not ok host.iobroker install adapter bmw
Hat sonst noch jmd. einen Tipp?
Euch ein schönes WE! -
RE: IObroker lässt sich nach Update nicht mehr starten
@BBTown soeben gestartet aber wurde nichts gefunden.
Wie kann ich prüfen ob das Problem behoben wurde? -
RE: IObroker lässt sich nach Update nicht mehr starten
@BBTown ergänzend noch:
Update auf 2.0.25 hat nun geklappt aber auch wieder mit Fehlermeldungen:validation.target.mk:103: recipe for target 'Release/obj.target/validation/src/validation.o' failed make: *** [Release/obj.target/validation/src/validation.o] Error 1 make: Leaving directory '/opt/iobroker/node_modules/utf-8-validate/build' gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:262:23) gyp ERR! stack at ChildProcess.emit (events.js:198:13) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:248:12) gyp ERR! System Linux 4.9.0-11-amd64 gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild" gyp ERR! cwd /opt/iobroker/node_modules/utf-8-validate gyp ERR! node -v v10.16.3 gyp ERR! node-gyp -v v3.8.0 gyp ERR! not ok
-
RE: IObroker lässt sich nach Update nicht mehr starten
@BBTown Danke!
Das habe ich zuvor bereits gemacht und im Nachgang dann noch:node reinstall.js
ausgeführt...
Die gute Nachricht ist -> der IObroker lebt wieder!
root@iobroker:/opt/iobroker# node -v v10.16.3 root@iobroker:/opt/iobroker# nodejs -v v10.16.3 root@iobroker:/opt/iobroker# npm -v 6.9.0
Semi gut sind aus meiner Sicht allerdings nachfolgende Fehlermeldungen, die mich bei Updates von Adaptern gefühlt schon eine Ewigkeit begleiten:
make: *** [Release/obj.target/validation/src/validation.o] Error 1 gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2gyp ERR! stack at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:262:23) gyp ERR! stack at ChildProcess.emit (events.js:198:13) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:248:12) gyp ERR! System Linux 4.9.0-11-amd64 gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"gyp ERR! cwd /opt/iobroker/node_modules/utf-8-validate gyp ERR! node -v v10.16.3 gyp ERR! node-gyp -v v3.8.0 gyp ERR! not ok
Du hast dies betreffend nicht zufällig auch noch ne Idee ?!
-
RE: IObroker lässt sich nach Update nicht mehr starten
v6.17.1 root@iobroker:/home/io# nodejs -v v6.17.1 root@iobroker:/home/io# npm -v 3.10.10
-
RE: IObroker lässt sich nach Update nicht mehr starten
@BBTown Sorry - hab's geändert