Beiträge von CM-UH

    Vielen Dank!

    Die Homematic Firewall ist komplett offen.
    Der Raspi und Homebridge hat die Adresse 192.168.2.19
    Homematic hat die Adresse 192.168.2.141

    Hat das Raspi Linux auch eine Firewall???

    Udo

    Ich habe hier auch homebridge und piVCCU3 auf einem Raspi 3 am laufen.

    Leider bekomme ich auch nach vielen Probieren die beiden System nicht dazu zu kommunizieren.

    Jedes System läuft für sich gut.

    Ich habe folgende Stände: Homebridge 0.4.46 (Installation laut https://smartapfel.de/homebridge/homebridge-installieren/)

    Config:

    "platform": "HomeMatic",

    "name": "HomeMatic CCU3",

    "ccu_ip": "192.168.2.19",

    "enable_hmip": true,

    "filter_device": [],

    "filter_channel": [],

    "outlets": [],

    "doors": [],

    "windows": [

    "Fenster_1:1"

    ],

    "programs": [],

    "subsection": "Homekit"


    Homematic PiVCCU3 (Installation laut https://technikkram.net/2018/0…er-raspberry-pi-auslagern)


    im Homebridge logfile steht:

    [2019-2-16 11:57:36] [HomeMatic CCU3] RPC server for interface BidCos-RF. is listening on port 9090.

    [2019-2-16 11:57:36] [HomeMatic CCU3] Creating Local HTTP Client for CCU RPC Events

    [2019-2-16 11:57:36] [HomeMatic CCU3] RPC server for interface HmIP-RF. is listening on port 9092.

    [2019-2-16 11:57:36] [HomeMatic CCU3] Creating Local HTTP Client for CCU RPC Events

    [2019-2-16 11:57:36] [Diskstation] do poll...

    [2019-2-16 11:57:36] [HomeMatic CCU3] Error Error: connect ECONNREFUSED 192.168.2.19:8181while executing rega script Write('PONG')

    [2019-2-16 11:57:36] [HomeMatic CCU3] if undefined is PONG CCU is alive

    [2019-2-16 11:57:36] [HomeMatic CCU3] Error Error: connect ECONNREFUSED 192.168.2.19: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('}');

    [2019-2-16 11:57:36] [HomeMatic CCU3] ok local cache is set to /var/homebridge/ccu.json

    [2019-2-16 11:57:36] [HomeMatic CCU3] Unable to load cached ccu data. giving up

    [2019-2-16 11:57:36] [HomeMatic CCU3] Programs :


    die HomeMaticRPC.js habe ich angepasst

    und auch das Update auf Plugin 0.1.2 ist gelaufen.


    Hat jemand einen Tip für mich, wie man das zum Laufen bekommt??