thkl / homebridge-homematic

Homematic plugin for homebridge: https://github.com/nfarina/homebridge
181 stars 50 forks source link

Variablen basierendes Security System #328

Closed dhuuk closed 5 years ago

dhuuk commented 6 years ago

Hallo,

wenn ich HomeBridge Start kommt folgende Fehlermeldung:

No Class found in /usr/lib/node_module/homebridge-homematic/ChannelServices/HomeMaticHomeKitAlarmSystemService.js or /root/.homebridge/HomeMaticHOmeKitAlarmSystemService.js

meine Config.Json schaut so aus:

{
 "bridge": {
 "name": "Homebridge",
 "username": "CC:22:3D:E3:CE:30",
 "port": 51826,
 "pin": "031-45-154"
 },

 "platforms": [{
 "platform": "HomeMatic",
 "name": "HomeMatic CCU2",
 "ccu_ip": "192.168.2.253",
 "filter_device": [],
 "filter_channel": [],
 "outlets": [],
 "doors": [],
 "programs": ["Test_Telegram"],
 "accessories": [],
 "subsection": "AppleHomekit",
 "variables": ["Anwesenheit", "Vollschutz"],
 "enable_hmip":"true",
 "variable_update_trigger_channel":["HomeBridge Trigger"],
 "special":[
        {
        "name" : "AlarmSystem",
        "type" : "HM-THKL-VARSEC",
        "parameter" :   {
                "trigger" : "BidCos-RF.BidCos-RF:20.PRESS_SHORT",
                "variable" : "SecTest"
                }
        }
],
 "services": [
        {
        "type" : "HM-THKL-VARSEC",
        "service" : "HomeMaticHomeKitAlarmSystemService"
        }
]
 }
]
}
Duude4711 commented 6 years ago

Das wiki scheint da einen Fehler drin zu haben, nimm beim "trigger" mal das erste " BidCos-RF. " raus.

royalflashii commented 6 years ago

der channelservice wird nicht gefunden. war bei mir auch ein Problem worauf ic noch keine lösung gefunden habe. aber werde heute nachmittag mal testen die js datei manuell zum ordner hinzuzufügen. die richtige js datei findest du auf der satrseite vom homebirdge-homamatic forum

iuliusmaximilian commented 6 years ago

Die ist im Release m.E. noch nicht enthalten, lasst eine zweite Instanz mit dem Developer laufen ...

https://github.com/thkl/homebridge-homematic/wiki/Update

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.