Naja, geloest ist relativ. Hab alles neu aufgesetzt.
Beiträge von Homemathias
-
-
Die IP Adresse ist falsch
Habe ich nochmal gecheckt, ich muss ja die IP der Homematic CCU angeben und die ist korrekt. Aber ich habe mal das http geloescht. Jetzt habe ich andere Fehlermeldungen.
Code[3/11/2020, 8:46:54 PM] [HomeMatic CCU] Error Error: connect ETIMEDOUT 192.168.178.27:8181while executing rega script string sDeviceId;string sChannelId;boolean df = true;Write('{"devices":[');foreach(sDeviceId, root.Devices().EnumIDs()){object oDevice = dom.GetObject(sDeviceId);if(oDevice){var oInterface = dom.GetObject(oDevice.Interface());if(df) {df = false;} else { Write(',');}Write('{');Write('"id": "' # sDeviceId # '",');Write('"name": "' # oDevice.Name() # '",');Write('"address": "' # oDevice.Address() # '",');Write('"type": "' # oDevice.HssType() # '",');Write('"channels": [');boolean bcf = true;foreach(sChannelId, oDevice.Channels().EnumIDs()){object oChannel = dom.GetObject(sChannelId);if(bcf) {bcf = false;} else {Write(',');}Write('{');Write('"cId": ' # sChannelId # ',');Write('"name": "' # oChannel.Name() # '",');if(oInterface){Write('"intf": "' # oInterface.Name() # '",');Write('"address": "' # oInterface.Name() #'.' # oChannel.Address() # '",');}Write('"type": "' # oChannel.HssType() # '",');Write('"access": "' # oChannel.UserAccessRights(iulOtherThanAdmin)# '"');Write('}');}Write(']}');}}Write(']');var s = dom.GetObject("Homekit");string cid;boolean sdf = true;if (s) {Write(',"subsection":[');foreach(cid, s.EnumUsedIDs()){ if(sdf) {sdf = false;} else { Write(',');}Write(cid);}Write(']');}Write('}'); [3/11/2020, 8:46:54 PM] [HomeMatic CCU] [Core] ok local cache is set to /var/homebridge/ccu.json [3/11/2020, 8:46:54 PM] [HomeMatic CCU] [Core] Unable to load cached ccu data. giving upKomme da nicht weiter. Hat jemand eine Idee?
-
Hallo zusammen,
habe heute erfolgreich Homebridge und auch das Openhab2-Plugin installiert. Jetzt bin ich anscheinend uebermuetig geworden und habe das Homematic-Plugin ebenfalls installiert. Das lief soweit gut, leider bekomme ich keine Geraete ins Homekit (Habe testweise mal 2 Geraete ins Gewerk Homekit). Ich bekomme im Log folgende Fehlermeldung:
Feb 24 23:57:17 openhab homebridge[19933]: [2/24/2020, 11:57:17 PM] [HomeMatic CCU] Error Error: getaddrinfo ENOTFOUND http://192.168.178.27while executing rega script Write('PONG')
Feb 24 23:57:17 openhab homebridge[19933]: [2/24/2020, 11:57:17 PM] [HomeMatic CCU] if undefined is PONG CCU is alive
Feb 24 23:57:17 openhab homebridge[19933]: [2/24/2020, 11:57:17 PM] [HomeMatic CCU] Error Error: getaddrinfo ENOTFOUND http://192.168.178.27
Feb 24 23:57:17 openhab homebridge[19933]: [2/24/2020, 11:57:17 PM] [HomeMatic CCU] [RPC] using xmprpc for communication with BidCos-RF
Feb 24 23:57:17 openhab homebridge[19933]: [2/24/2020, 11:57:17 PM] [HomeMatic CCU] init RPC for BidCos-RF.
Feb 24 23:57:17 openhab homebridge[19933]: [2/24/2020, 11:57:17 PM] [HomeMatic CCU] [RPC] local ip used : 192.168.178.25. you may change that with local_ip parameter in config
Feb 24 23:57:17 openhab homebridge[19933]: [2/24/2020, 11:57:17 PM] [HomeMatic CCU] init RPC for VirtualDevices.
Feb 24 23:57:17 openhab homebridge[19933]: [2/24/2020, 11:57:17 PM] [HomeMatic CCU] [RPC] local ip used : 192.168.178.25. you may change that with local_ip parameter in config
Feb 24 23:57:17 openhab homebridge[19933]: [2/24/2020, 11:57:17 PM] [HomeMatic CCU] [RPC] using xmprpc for communication with BidCos-Wired
Feb 24 23:57:17 openhab homebridge[19933]: [2/24/2020, 11:57:17 PM] [HomeMatic CCU] init RPC for BidCos-Wired.
Feb 24 23:57:17 openhab homebridge[19933]: [2/24/2020, 11:57:17 PM] [HomeMatic CCU] [RPC] local ip used : 192.168.178.25. you may change that with local_ip parameter in config
Feb 24 23:57:17 openhab homebridge[19933]: [2/24/2020, 11:57:17 PM] [HomeMatic CCU] init RPC for HmIP-RF.
Feb 24 23:57:17 openhab homebridge[19933]: [2/24/2020, 11:57:17 PM] [HomeMatic CCU] [RPC] local ip used : 192.168.178.25. you may change that with local_ip parameter in config
Feb 24 23:57:17 openhab homebridge[19933]: [2/24/2020, 11:57:17 PM] Loading 0 accessories...
Feb 24 23:57:17 openhab homebridge[19933]: [2/24/2020, 11:57:17 PM] [HomeMatic CCU] [RPC] server for interface BidCos-RF. is listening on port 9090.
Feb 24 23:57:17 openhab homebridge[19933]: [2/24/2020, 11:57:17 PM] [HomeMatic CCU] [RPC] Creating Local HTTP Client for CCU RPC Events
Feb 24 23:57:17 openhab homebridge[19933]: [2/24/2020, 11:57:17 PM] [HomeMatic CCU] [RPC] server for interface VirtualDevices. is listening on port 9093.
Feb 24 23:57:17 openhab homebridge[19933]: [2/24/2020, 11:57:17 PM] [HomeMatic CCU] [RPC] Creating Local HTTP Client for CCU RPC Events
Feb 24 23:57:17 openhab homebridge[19933]: [2/24/2020, 11:57:17 PM] [HomeMatic CCU] [RPC] server for interface BidCos-Wired. is listening on port 9091.
Feb 24 23:57:17 openhab homebridge[19933]: [2/24/2020, 11:57:17 PM] [HomeMatic CCU] [RPC] Creating Local HTTP Client for CCU RPC Events
Feb 24 23:57:17 openhab homebridge[19933]: [2/24/2020, 11:57:17 PM] [HomeMatic CCU] [RPC] server for interface HmIP-RF. is listening on port 9092.
Feb 24 23:57:17 openhab homebridge[19933]: [2/24/2020, 11:57:17 PM] [HomeMatic CCU] [RPC] Creating Local HTTP Client for CCU RPC Events
Feb 24 23:57:17 openhab homebridge[19933]: [2/24/2020, 11:57:17 PM] [HomeMatic CCU] Error Error: getaddrinfo ENOTFOUND http://192.168.178.27while executing rega script Write('PONG')
Feb 24 23:57:17 openhab homebridge[19933]: [2/24/2020, 11:57:17 PM] [HomeMatic CCU] if undefined is PONG CCU is alive
Feb 24 23:57:17 openhab homebridge[19933]: [2/24/2020, 11:57:17 PM] [HomeMatic CCU] Error Error: getaddrinfo ENOTFOUND http://192.168.178.27while executing rega script string sDeviceId;string sChannelId;boolean df = true;Write('{"devices":[');foreach(sDeviceId, root.Devices().EnumIDs()){object oDevice = dom.GetObject(sDeviceId);if(oDevice){var oInterface = dom.GetObject(oDevice.Interface());if(df) {df = false;} else { Write(',');}Write('{');Write('"id": "' # sDeviceId # '",');Write('"name": "' # oDevice.Name() # '",');Write('"address": "' # oDevice.Address() # '",');Write('"type": "' # oDevice.HssType() # '",');Write('"channels": [');boolean bcf = true;foreach(sChannelId, oDevice.Channels().EnumIDs()){object oChannel = dom.GetObject(sChannelId);if(bcf) {bcf = false;} else {Write(',');}Write('{');Write('"cId": ' # sChannelId # ',');Write('"name": "' # oChannel.Name() # '",');if(oInterface){Write('"intf": "' # oInterface.Name() # '",');Write('"address": "' # oInterface.Name() #'.' # oChannel.Address() # '",');}Write('"type": "' # oChannel.HssType() # '",');Write('"access": "' # oChannel.UserAccessRights(iulOtherThanAdmin)# '"');Write('}');}Write(']}');}}Write(']');var s = dom.GetObject("Homekit");string cid;boolean sdf = true;if (s) {Write(',"subsection":[');foreach(cid, s.EnumUsedIDs()){ if(sdf) {sdf = false;} else { Write(',');}Write(cid);}Write(']');}Write('}');
Feb 24 23:57:17 openhab homebridge[19933]: [2/24/2020, 11:57:17 PM] [HomeMatic CCU] [Core] ok local cache is set to /var/homebridge/ccu.json
Feb 24 23:57:17 openhab homebridge[19933]: [2/24/2020, 11:57:17 PM] [HomeMatic CCU] [Core] Unable to load cached ccu data. giving up
Habe verschiedene Port probiert, Firewall der CCU2 gecheckt und viel gegooglet. Waere super, wenn ihr einen Tipp fuer mich haettet.
Danke!