lucacalcaterra / risco-mqtt-bridge

Risco Alarm panel to MQTT Server Bridge
MIT License
25 stars 9 forks source link

Connected to panel but no arming or disarming #52

Open ASOUAMES opened 1 year ago

ASOUAMES commented 1 year ago

Hi Luca,

I am using the Risco Commpact panel which is partitionless. I can see from the command prompt when I arm or disarm my alarm from the Risco app. However I cannot arm or disarm the alarm with MQTT.

15-03-2023 11:41:59 info: message from mqtt arrived:riscopanel/armstatus/SET/disarmed 15-03-2023 11:41:59 info: arm/disarm command arrived 15-03-2023 11:42:00 debug: user code is expired? : false 15-03-2023 11:42:00 debug: arm command result ok 15-03-2023 11:42:07 debug: polling ... 15-03-2023 11:42:08 debug: return null, overview empty! 15-03-2023 11:42:08 debug: Polled...counter: 109 15-03-2023 11:42:18 debug: polling ... 15-03-2023 11:42:19 debug: return null, overview empty! 15-03-2023 11:42:19 debug: Polled...counter: 110

Any ideas?

ASOUAMES commented 1 year ago

Found it, for partitionless alarm panels this solution works:

https://github.com/lucacalcaterra/risco-mqtt-bridge/issues/7#issuecomment-515026564

ASOUAMES commented 1 year ago

Unfortunately, homeassistant does not receive any mqtt publishings for armstatus when I subscribe to riscopanel/armstatus. I am using node.js on windows. I can send arm and disarm to panel from homeassistant so mqtt works. Any help much appreciated :)

neveride84 commented 5 months ago

I have exactly the same problem, even though I am using the local version: https://github.com/vanackej/risco-mqtt-local. I think the problems are related though, because I also have just one main partition...Did you manage to solve it? I see all sensors and their states in MQTT, but I cannot arm/disarm ;-(

ASOUAMES commented 5 months ago

Hi @neveride84 yes i did and i can arm and disarm, see this comment: https://github.com/lucacalcaterra/risco-mqtt-bridge/issues/7#issuecomment-515026564