Zitat von sonnenkind80
Beitrag anzeigen
Ankündigung
Einklappen
Keine Ankündigung bisher.
Apple - HomeKit - Schnittstelle zur Heimautomation
Einklappen
X
-
Zitat von DamianDM Beitrag anzeigen
Hat es schon jemand gemacht und kann eine Anleitung für Linux-Anfänger geben (nur Installation, keine Config)? Würde auch gerne auf v3 upgraden...
HTML-Code:sudo npm update -g homebridge-knx
Kommentar
-
Gibt es wieder ein fertiges Image für den RasPi3?
Also mit Homebridge-KNX (V3) und Knxd.Es hat ja auch eine für V2 gegeben.
Wäre evtl. interessant für die die es anders nicht gebacken bekommen.
Mit freundlichen Grüßen
PS: würde auch einen "Rezept" dafür nehmen. http://pibakery.org/
Kommentar
-
Hallo zusammen,
ich habe nach entsprechend vorhandenen Anleitungen Homebridge am Raspberry zum laufen gebracht. Er wird im Home App erkannt.
Jetzt meine doofe Frage, wie muss ich meine knx config.json erstellen damit meine KNX Geräte erkannt werden. Wurde mir leider bei den Anleitungen welche ich gefunden hatte nicht klar. Gibt es hierfür irgendwo eine Anleitung?
Danke für Eure Hilfe.
Gruß
Thomas
Kommentar
-
Mal eine Anfängerfrage:
dieses knxd kann nicht direkt den Homeserver ansprechen?
Ich habe keinen KNX-IP-Router, meine Homeserver hängt per USB-Schnittstelle am Bus.
Evtl über homebridge-http anstatt homebridge -knx?Zuletzt geändert von xcam3; 14.01.2017, 12:33.Gruß Andre
GIRA HomeServer 3, Agfeo AS181plusEIB, AVM Fritz!Box 7390, Gira Keypad, Mobotix M1M Dual, Mobotix T24, iPhone 4iPhone 5, iPad2, iPad3, Kindle Fire
Kommentar
-
Das ging schnell, danke.
Muss ich am Raspi noch was für die USB-Verbindung einstellen?
Was stell ich am Homeserver ein EIBNet/IP routing?
Gruß Andre
GIRA HomeServer 3, Agfeo AS181plusEIB, AVM Fritz!Box 7390, Gira Keypad, Mobotix M1M Dual, Mobotix T24, iPhone 4iPhone 5, iPad2, iPad3, Kindle Fire
Kommentar
-
Zitat von xcam3 Beitrag anzeigenDas ging schnell, danke.
Muss ich am Raspi noch was für die USB-Verbindung einstellen?
Zitat von xcam3 Beitrag anzeigenWas stell ich am Homeserver ein EIBNet/IP routing?
Kommentar
-
Hab gerade festgestellt das mein HS noch mit ner alten FT1.2 am Bus hängt.
Den Raspi hab ich jetzt mit ner USB-KNX-Schnittstelle angehängt.
Dann suche ich jetzt mal nach den passenden Settings.
Danke für die HilfestellungGruß Andre
GIRA HomeServer 3, Agfeo AS181plusEIB, AVM Fritz!Box 7390, Gira Keypad, Mobotix M1M Dual, Mobotix T24, iPhone 4iPhone 5, iPad2, iPad3, Kindle Fire
Kommentar
-
Hi,
I created a similar topic (https://knx-user-forum.de/forum/öffe...homeserver-app), inquiring about HomeKit integration with KNX.
vento66 kindly pointed me to this thread.
I really respect and apreciate the great work you all have been doing here.
I tried to read through these posts but I got lost in the google translation for the most part.
Anyway, I managed to install the the homebridge and homebridge-knx on my iMac and was able to successfully pair the Home app with the homebridge :-)
But I'm still having issues installing the knxd.
Most of your posts related to the knxd instalation are for the RasPi, which is unfortunate for me as I'm trying to install it on a Mac
Has anybody been able to install a knxd for macOS (aka OS X)?
I'm trying to avoid a ubuntu VM instalation. Much rather have it installed natively on the Mac
Thanks for your help.
Kommentar
-
Obwohl meine config.json unter http://pro.jsonlint.com/ als fehlerfrei angezeigt wird, erhalte ich, wenn ich mir den Servicestatus anzeigen lassen, folgende Meldung und die Homebridge lässt sich nicht mir Apple Home verbinden bzw. wird nicht gefunden.
Code:ubuntu@hoembridge:/var/homebridge$ sudo service homebridge status ● homebridge.service - Node.js HomeKit Server Loaded: loaded (/etc/systemd/system/homebridge.service; enabled; vendor preset: enabled) Active: activating (auto-restart) (Result: exit-code) since Sa 2017-01-14 14:55:59 CET; 4s ago Process: 6711 ExecStart=/usr/lib/node_modules/homebridge/bin/homebridge $HOMEBRIDGE_OPTS (code=exited, status=1/FAILURE) Main PID: 6711 (code=exited, status=1/FAILURE) Jan 14 14:55:59 hoembridge systemd[1]: homebridge.service: Main process exited, code=exited, status=1/FAILURE Jan 14 14:55:59 hoembridge systemd[1]: homebridge.service: Unit entered failed state. Jan 14 14:55:59 hoembridge systemd[1]: homebridge.service: Failed with result 'exit-code'. ubuntu@hoembridge:/var/homebridge$
Code:{ "bridge": { "name": "Homebridge", "username": "CC:22:3D:E3:CE:30", "port": 51826, "pin": "031-45-154" }, "description": "This is an example configuration file for KNX platform shim", "hint": "Always paste into jsonlint.com validation page before starting your homebridge, saves a lot of frustration", "hint2": "Replace all group addresses by current addresses of your installation, these are arbitrary examples!", "hint3": "For valid services and their characteristics have a look at the KNX.md file in folder platforms!", "hint99": "Everything that is named description or hint is not used by homebridge but decriptive only, you may change or remove at will", "platforms": [ { "platform": "KNX", "name": "KNX", "knxd_ip": "127.0.0.1", "knxd_port": 6720, "knxd_do_not_read_set_groups": true, "hint_knxd_do_not_read_set_groups": "true if homebridge must not send read requests to Set addresses", "accessories": [ { "description": "Only generic type knxdevice is supported, all previous knx types have been merged into that.", "name": "Licht", "services": [ { "type": "Lightbulb", "description": "Lightbulb type, supports On (Switch) and Brightness", "name": "Licht Flur", "On": { "Set": "1/1/1", "Listen": [ "1/4/1" ] } }, { "type": "Lightbulb", "description": "Lightbulb type, supports On (Switch) and Brightness", "name": "Licht Wohnen", "On": { "Set": "1/1/2", "Listen": [ "1/4/2" ] } }, { "type": "Lightbulb", "description": "Lightbulb type, supports On (Switch) and Brightness", "name": "Licht Essen", "On": { "Set": "1/1/3", "Listen": [ "1/4/3" ] } }, { "type": "Lightbulb", "description": "Lightbulb type, supports On (Switch) and Brightness", "name": "Licht Kochen", "On": { "Set": "1/1/4", "Listen": [ "1/4/4" ] } } ], "services-description": "Services is an array, you CAN have multiple service types in one accessory, though it is not fully supported in many iOS HK apps, such as EVE and myTouchHome" } ] } ], "accessories": [ { "ServiceType": "WindowCovering", "Handler": "WindowCoveringTilt", "ServiceName": "Jalousie Büro", "Characteristics": [ { "Type": "TargetPosition", "Set": [ "2/3/13" ], "Listen": [ "2/3/13" ], "DPT": "DPT5" }, { "Type": "CurrentPosition", "Listen": [ "2/5/13" ], "DPT": "DPT5" }, { "Type": "PositionState" }, { "Type": "TargetHorizontalTiltAngle", "Set": [ "2/4/13" ], "Listen": [ "2/4/13" ], "DPT": "DPT5" }, { "Type": "CurrentHorizontalTiltAngle", "Listen": [ "2/6/13" ], "DPT": "DPT5" } ], "KNXObjects": [ { "Type": "ShutterMove", "Listen": "2/1/13", "DPT": "DPT1" } ], "KNXReadRequests": [ "2/3/13", "2/6/13" ], "LocalConstants": { "ninetyDegRotation": "true" } } ] }
Was mach ich falsch ?!
Kommentar
-
Das sieht nach der Config für die 0.2 aus. Die config für die 0.3 hat sich grundlegend geändert. Schau mal hier nach:https://github.com/snowdd1/homebridge-knx-de
Kommentar
Kommentar