Open jacoscar opened 5 years ago
It somehow started showing a status in the Home App after someone armed the alarm to "night" mode; the paradox system has 4 modes: Arm, Sleep, Stay, Disarm; HomeKit seems to have Home/Away/Night/Off; "Sleep" mode was showing as "Away" for some reason, while "Disarm" now shows correctly as "Off".
Is this normal?
HELP!!!! my mail info@irobot39.ru My Homebridge does not see a paradox that I do wrong
"accessories": [ { "accessory": "Homebridge-Paradox", "name": "Alarm System", "mqttusername": "2222", "mqttpassword": "5765765", "mqttserver": "mqtt://195.125.1.8", "controltopic": "Paradox/C/P1", "statetopic": "Paradox/Events", "stayevent": "Event:Non-reportable event;SubEvent:Arm in stay mode", "armevent": "Event:Partition status;SubEvent:Arm partition", "disarmevent": "Event:Partition status;SubEvent:Disarm partition", "triggeredevent": "" } ] }
It somehow started showing a status in the Home App after someone armed the alarm to "night" mode; the paradox system has 4 modes: Arm, Sleep, Stay, Disarm; HomeKit seems to have Home/Away/Night/Off; "Sleep" mode was showing as "Away" for some reason, while "Disarm" now shows correctly as "Off".
Is this normal?
Hey, I have the same problem with paradox, did you find the solution how make this work? I tried everything but its still throwing the same error message.
Hello, I'm getting these messages in the homebridge command window
[12/2/2018, 6:03:59 PM] [Alarm System] Getting target state [12/2/2018, 6:03:59 PM] [Alarm System] Not a valid HomeKit State: undefined [12/2/2018, 6:03:59 PM] [Alarm System] Getting current state [12/2/2018, 6:03:59 PM] [Alarm System] Not a valid HomeKit State: undefined [12/2/2018, 6:04:00 PM] [Alarm System] Getting target state [12/2/2018, 6:04:00 PM] [Alarm System] Not a valid HomeKit State: undefined [12/2/2018, 6:04:00 PM] [Alarm System] Getting current state [12/2/2018, 6:04:00 PM] [Alarm System] Not a valid HomeKit State: undefined
This is part of my config.ini file, do I need to change something?
"accessories": [ { "accessory": "Homebridge-Paradox", "name": "Alarm System", "mqttusername": "", "mqttpassword": "", "mqttserver": "mqtt://localhost", "controltopic": "Paradox/C/P1", "statetopic": "Paradox/Events", "stayevent": "Event:Non-reportable event;SubEvent:Arm in stay mode", "armevent": "Event:Partition status;SubEvent:Arm partition", "disarmevent": "Event:Partition status;SubEvent:Disarm partition", "triggeredevent": "" } ]
These are some of the lines I see in mosquitto:
1543777424: Received PINGREQ from mqttjs_1e55aacd 1543777424: Sending PINGRESP to mqttjs_1e55aacd 1543777434: Received PINGREQ from mqttjs_1e55aacd 1543777434: Sending PINGRESP to mqttjs_1e55aacd 1543777444: Received PINGREQ from mqttjs_1e55aacd 1543777444: Sending PINGRESP to mqttjs_1e55aacd 1543777454: Received PINGREQ from mqttjs_1e55aacd 1543777454: Sending PINGRESP to mqttjs_1e55aacd 1543777464: Received PINGREQ from mqttjs_1e55aacd 1543777464: Sending PINGRESP to mqttjs_1e55aacd 1543777472: Received PINGREQ from paho/2EDE61975E448DDCF2 1543777472: Sending PINGRESP to paho/2EDE61975E448DDCF2 1543777474: Received PINGREQ from mqttjs_1e55aacd 1543777474: Sending PINGRESP to mqttjs_1e55aacd 1543777484: Received PINGREQ from mqttjs_1e55aacd 1543777484: Sending PINGRESP to mqttjs_1e55aacd 1543777494: Received PINGREQ from mqttjs_1e55aacd 1543777494: Sending PINGRESP to mqttjs_1e55aacd 1543777504: Received PINGREQ from mqttjs_1e55aacd 1543777504: Sending PINGRESP to mqttjs_1e55aacd
and Python Script
2018-12-02 19:11:41,769 INFO Publishing event "Paradox/Zone" for RAD. SALA PRANZ = OFF 2018-12-02 19:11:41,776 DEBUG Event:Zone OK;SubEvent:Zone 3 2018-12-02 19:11:43,039 DEBUG 0->
2018-12-02 19:11:46,296 DEBUG 0->
2018-12-02 19:11:51,338 DEBUG 106<- 0xaa 0x25 0x0 0x2 0x72 0x0 0x0 0x0 0x0 0xee 0xee 0xee 0xee 0xee 0xee 0xee 0xe0 0x14 0x12 0xc 0x2 0x14 0xb 0x1 0x2 0x0 0x0 0x0 0x0 0x0 0x0 0x52 0x41 0x44 0x2e 0x20 0x53 0x4f 0x47 0x47 0x49 0x4f 0x52 0x4e 0x4f 0x20 0x20 0x0 0x0 0x0 0x0 0x0 0x52 0xaa 0x25 0x0 0x2 0x72 0x0 0x0 0x0 0x0 0xee 0xee 0xee 0xee 0xee 0xee 0xee 0xe0 0x14 0x12 0xc 0x2 0x14 0xb 0x0 0x2 0x0 0x0 0x0 0x0 0x0 0x0 0x52 0x41 0x44 0x2e 0x20 0x53 0x4f 0x47 0x47 0x49 0x4f 0x52 0x4e 0x4f 0x20 0x20 0x0 0x0 0x0 0x0 0x0 0x51 2018-12-02 19:11:51,348 DEBUG Multiple data: ['\xe0\x14\x12\x0c\x02\x14\x0b\x00\x02\x00\x00\x00\x00\x00\x00RAD. SOGGIORNO \x00\x00\x00\x00\x00Q', '\xe0\x14\x12\x0c\x02\x14\x0b\x01\x02\x00\x00\x00\x00\x00\x00RAD. SOGGIORNO \x00\x00\x00\x00\x00R'] 2018-12-02 19:11:51,361 DEBUG Event data: 0xe0 0x14 0x12 0xc 0x2 0x14 0xb 0x0 0x2 0x0 0x0 0x0 0x0 0x0 0x0 0x52 0x41 0x44 0x2e 0x20 0x53 0x4f 0x47 0x47 0x49 0x4f 0x52 0x4e 0x4f 0x20 0x20 0x0 0x0 0x0 0x0 0x0 0x51 2018-12-02 19:11:51,368 DEBUG Event: "RAD. SOGGIORNO" 2018-12-02 19:11:51,378 INFO Publishing event "Paradox/Zone" for RAD. SOGGIORNO = OFF 2018-12-02 19:11:51,387 DEBUG Event:Zone OK;SubEvent:Zone 2 2018-12-02 19:11:51,398 DEBUG Event data: 0xe0 0x14 0x12 0xc 0x2 0x14 0xb 0x1 0x2 0x0 0x0 0x0 0x0 0x0 0x0 0x52 0x41 0x44 0x2e 0x20 0x53 0x4f 0x47 0x47 0x49 0x4f 0x52 0x4e 0x4f 0x20 0x20 0x0 0x0 0x0 0x0 0x0 0x52 2018-12-02 19:11:51,407 DEBUG Event: "RAD. SOGGIORNO" 2018-12-02 19:11:51,417 INFO Publishing event "Paradox/Zone" for RAD. SOGGIORNO = ON 2018-12-02 19:11:51,427 DEBUG Event:Zone open;SubEvent:Zone 2 2018-12-02 19:11:52,684 DEBUG 0->
2018-12-02 19:11:52,691 DEBUG 53<- 0xaa 0x25 0x0 0x2 0x72 0x0 0x0 0x0 0x0 0xee 0xee 0xee 0xee 0xee 0xee 0xee 0xe0 0x14 0x12 0xc 0x2 0x14 0xb 0x1 0x3 0x0 0x0 0x0 0x0 0x0 0x0 0x52 0x41 0x44 0x2e 0x20 0x53 0x41 0x4c 0x41 0x20 0x50 0x52 0x41 0x4e 0x5a 0x4f 0x0 0x0 0x0 0x0 0x0 0x77 2018-12-02 19:11:52,698 DEBUG Event data: 0xe0 0x14 0x12 0xc 0x2 0x14 0xb 0x1 0x3 0x0 0x0 0x0 0x0 0x0 0x0 0x52 0x41 0x44 0x2e 0x20 0x53 0x41 0x4c 0x41 0x20 0x50 0x52 0x41 0x4e 0x5a 0x4f 0x0 0x0 0x0 0x0 0x0 0x77 2018-12-02 19:11:52,704 DEBUG Event: "RAD. SALA PRANZ" 2018-12-02 19:11:52,717 INFO Publishing event "Paradox/Zone" for RAD. SALA PRANZ = ON 2018-12-02 19:11:52,723 DEBUG Event:Zone open;SubEvent:Zone 3 2018-12-02 19:11:53,984 DEBUG 0->
2018-12-02 19:11:53,992 DEBUG 53<- 0xaa 0x25 0x0 0x2 0x72 0x0 0x0 0x0 0x0 0xee 0xee 0xee 0xee 0xee 0xee 0xee 0xe0 0x14 0x12 0xc 0x2 0x14 0xb 0x0 0x3 0x0 0x0 0x0 0x0 0x0 0x0 0x52 0x41 0x44 0x2e 0x20 0x53 0x41 0x4c 0x41 0x20 0x50 0x52 0x41 0x4e 0x5a 0x4f 0x0 0x0 0x0 0x0 0x0 0x76 2018-12-02 19:11:53,997 DEBUG Event data: 0xe0 0x14 0x12 0xc 0x2 0x14 0xb 0x0 0x3 0x0 0x0 0x0 0x0 0x0 0x0 0x52 0x41 0x44 0x2e 0x20 0x53 0x41 0x4c 0x41 0x20 0x50 0x52 0x41 0x4e 0x5a 0x4f 0x0 0x0 0x0 0x0 0x0 0x76 2018-12-02 19:11:54,005 DEBUG Event: "RAD. SALA PRANZ" 2018-12-02 19:11:54,013 INFO Publishing event "Paradox/Zone" for RAD. SALA PRANZ = OFF 2018-12-02 19:11:54,022 DEBUG Event:Zone OK;SubEvent:Zone 3