Beiträge von ReneWille90
-
-
Benötige immer noch Hilfe

-
Hallo,
wie bei so vielen von euch stürzt bei mir auch die Homebridge seit dem Harmonyhub Plugin ab.
Ich wollte nun das Plugin über IFTTT installieren. Ich versteh auch völlig, wie dies gehen soll.
Mein Problem ist, dass ich bei IFTTT nach diesem “Maker” suche aber nur den Belkin Maker finde. Ist damit dieser gemeint? Muss ich mir den Belkin Maker zulegen damit es funktioniert?
Vielen Dank für die Hilfe im Voraus

-
-
Hallo Leute,
bisher hat alles dann doch am Ende geklappt und deshalb wollte ich einen Schritt weiter gehen. Weil so viele von euch vom Harmony hub geschwärmt haben, habe ich mir das Spielzeug mal zugelegt.
Als ich nun den Plugin installieren wollte, kam immer wieder die gleiche Fehlermeldung:
Weiß jemand was ich tun muss?
-
Homebridge habe ich gestern schon neu installiert.
to0b: Es hat tatsächlich funktioniert. Genau wie in der Anleitung. Sehr, sehr geil!
Ich habe nun nur noch eine Fehlermeldung:
[2018-2-28 13:02:31] [Hue] dresden appspot ipv6: communication error ENETUNREACH on https://dresden-light.appspot.com/
Nachtrag:
aber alle Lichter und Geräte sind nun in meiner Home-App erschienen.
Mega! Vielen, vielen Dank!
-
Hab nun folgendes ausprobiert:
Ich habe alle Versionen von 8.9.4 bis 9.6.1 ausprobiert. Bei allen kam die selbe Fehlermeldung wie oben im Dateianhang.
Bei 6.13.0 kommt die alte Fehlermeldung.
-
-
-
-
Beim ersten Start leer lassen dann steht der User/PW im Log
Ich glaube ich verstehe nicht so ganz, was du damit meinst.
Ich bin dummerweise noch Anfänger und probiere mich gerade etwas damit aus.
Nachtrag: Einen Schritt bin ich glaube ich weiter. Ich konnte nämlich die ID der Hue über die Hue-App herausfinden. Ins Passwort habe ich jetzt das Passwort eingegeben, mit dem ich mich anmelde. Klappt aber dennoch nicht.
Ich versuche mich weiter durchzuschlagen
-
Also so?
{
"bridge": {
"name": "Homebridge",
"username": "CC:22:3D:E3:CE:30",
"port": 51826,
"pin": "031-45-154"
},
"accessories": [
],
"platforms": [
{
"platform": "Hue",
"name": "Hue",
"host": "192.168.192.50",
"users": {"": ""},
"lights": true
}
-
Kann es sein, dass mein user wieder falsch ist?
Woher bekomme ich die Daten, die hier rein müssen?
-
Ich habe mich seither nicht über die Hue-App angemeldet. Habe jetzt einen neuen Account angelegt und mich angemeldet.
Folgendermaßen habe ich jetzt den config.Json abgeändert:
{
"bridge": {
"name": "Homebridge",
"username": "CC:22:3D:E3:CE:30",
"port": 51826,
"pin": "031-45-154"
},
"accessories": [
],
"platforms": [
{
"platform": "Hue",
"name": "Hue",
"host": "192.168.192.50",
"users": {"meine Emailadresse": "mein Passwort"},
"lights": true
}
Klappt aber trotzdem noch nicht.Ich hoffe ich nerve nicht

-
Ok, nun habe ich den unteren Benutzer gelöscht und die IP der Hue angegeben.
Die Fehlermeldung bleibt bestehen.
Ich glaube ich brauch noch ne weile, bis ich das ganze kapiere

Es sieht folgendermaßen aus:
{
"bridge": {
"name": "Homebridge",
"username": "CC:22:3D:E3:CE:30",
"port": 51826,
"pin": "031-45-154"
},
"accessories": [
],
"platforms": [
{
"platform": "Hue",
"users": {
"001788FFFExxxxxx": "192.168.192.50"
},
"lights": true
}
]
}
-
Hallo Leute,
jetzt habe ich mich mal dran gemacht, einen Plugin in Homebridge einzufügen.
Dabei wollte ich mich mit dem Plugin Homebridge-hue ausprobieren.
Ich das ganze also unter config.json eingegeben und wollte das ganze mit Homebridge überprüfen.
Dabei kommt allerdings immer diese Fehlermeldung:
*** WARNING *** The program 'node' uses the Apple Bonjour compatibility layer of Avahi.
*** WARNING *** Please fix your application to use the native API of Avahi!
*** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=node>
*** WARNING *** The program 'node' called 'DNSServiceRegister()' which is not supported (or only supported partially) in the Apple Bonjour compatibility layer of Avahi.
*** WARNING *** Please fix your application to use the native API of Avahi!
*** WARNING *** For more information see <http://0pointer.de/avahi-compa…node&f=DNSServiceRegister>
[2018-2-26 20:02:49] Plugin /usr/local/lib/node_modules/homebridge-hue requires Node version of ^8.9.4 which does not satisfy the current Node version of v6.10.0. You may need to upgrade your installation of Node.
[2018-2-26 20:02:51] ====================
[2018-2-26 20:02:51] ERROR LOADING PLUGIN homebridge-hue:
[2018-2-26 20:02:51] /usr/local/lib/node_modules/homebridge-hue/node_modules/homebridge-hue-utils/lib/HueClient.js:49
async isDeconz () {
^^^^^^^^
SyntaxError: Unexpected identifier
at Object.exports.runInThisContext (vm.js:76:16)
at Module._compile (module.js:542:28)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
at Module.require (module.js:497:17)
at require (internal/module.js:20:19)
at Object.<anonymous> (/usr/local/lib/node_modules/homebridge-hue/node_modules/homebridge-hue-utils/index.js:24:14)
at Module._compile (module.js:570:32)
[2018-2-26 20:02:51] ====================
[2018-2-26 20:02:51] No plugins found. See the README for information on installing plugins.
[2018-2-26 20:02:51] There was a problem reading your config.json file.
[2018-2-26 20:02:51] Please try pasting your config.json file here to validate it: http://jsonlint.com
[2018-2-26 20:02:51]
/usr/local/lib/node_modules/homebridge/lib/server.js:207
throw err;
^
SyntaxError: Unexpected token ] in JSON at position 428
at Object.parse (native)
at Server._loadConfig (/usr/local/lib/node_modules/homebridge/lib/server.js:201:19)
at new Server (/usr/local/lib/node_modules/homebridge/lib/server.js:57:38)
at module.exports (/usr/local/lib/node_modules/homebridge/lib/cli.js:26:16)
at Object.<anonymous> (/usr/local/lib/node_modules/homebridge/bin/homebridge:17:22)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
Hier mein config.json:
{
"bridge": {
"name": "Homebridge",
"username": "CC:22:3D:E3:CE:30",
"port": 51826,
"pin": "031-45-154"
},
"accessories": [
],
"platforms": [
{
"platform": "Hue",
"users": {
"001788FFFExxxxxx": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"001788FFFEyyyyyy": "yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy"
},
"lights": true
}
]
}
Vielleicht findet ihr ja den Fehler.
Danke im Voraus!
-
Sehr gut, das hat geklappt. Danke!
-
Hallo Leute,
ein Problem nach dem anderen.

Ich habe nun alles neu aufgelegt und wollte nun (wie seither auch) die homebridge in HomeKit integrieren.
Leider findet HomeKit die Homebridge nicht mehr.
Weiß jemand Hilfe?
-
Gelöst, danke!
-
Hier mal alles:
pi@raspberrypi:~ $ homebridge
*** WARNING *** The program 'node' uses the Apple Bonjour compatibility layer of Avahi.
*** WARNING *** Please fix your application to use the native API of Avahi!
*** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=node>
*** WARNING *** The program 'node' called 'DNSServiceRegister()' which is not supported (or only supported partially) in the Apple Bonjour compatibility layer of Avahi.
*** WARNING *** Please fix your application to use the native API of Avahi!
*** WARNING *** For more information see <http://0pointer.de/avahi-compa…node&f=DNSServiceRegister>
[2018-2-25 23:33:23] Loaded plugin: homebridge-itunes
[2018-2-25 23:33:23] Registering platform 'homebridge-itunes.iTunes'
[2018-2-25 23:33:23] ---
[2018-2-25 23:33:23] Loaded plugin: homebridge-samsung-remote
[2018-2-25 23:33:23] Registering accessory 'homebridge-samsung-remote.SamsungTV'
[2018-2-25 23:33:23] ---
[2018-2-25 23:33:23] Loaded config.json with 0 accessories and 0 platforms.
[2018-2-25 23:33:23] ---
[2018-2-25 23:33:23] Loading 0 platforms...
[2018-2-25 23:33:23] Loading 0 accessories...
Load homebridge-itunes.iTunes
Setup Payload:
X-HM://0023ISYWYM7C8
Scan this code with your HomeKit app on your iOS device to pair with Homebridge:
Or enter this code with your HomeKit app on your iOS device to pair with Homebridge:
??????????????
? 031-45-154 ?
??????????????
[2018-2-25 23:33:24] Homebridge is running on port 51826.
events.js:160
throw er; // Unhandled 'error' event
^
Error: spawn osascript ENOENT
at exports._errnoException (util.js:1022:11)
at Process.ChildProcess._handle.onexit (internal/child_process.js:193:32)
at onErrorNT (internal/child_process.js:359:16)
at _combinedTickCallback (internal/process/next_tick.js:74:11)
at process._tickCallback (internal/process/next_tick.js:98:9)
at Module.runMain (module.js:606:11)
at run (bootstrap_node.js:394:7)
at startup (bootstrap_node.js:149:9)
at bootstrap_node.js:509:3