Cheaterdev / sia-ha

SIA alarm systems integration into Home Assistant
39 stars 21 forks source link

Access to raw SIA message #9

Open FlopGithub opened 3 years ago

FlopGithub commented 3 years ago

Hi,

First of all , thanks for sharing this add-on. It is working well, but I have a cam motion detector and a door protect detector that are not handled. I would like to detect wich sensor has been triggered. What would be nice for me is that I can have the Raw SIA message ( like : "SIA-DCS"2143L0#000[#000|Nri1/BA2]_21:40:42,02-03-2021 ) accessible in HomeAssistant so that I can handle it or send it to mqtt broker.

FlopGithub commented 3 years ago

update : the latest beta version of you sia python code ( not the homeassistant add-on ) is working for me ( the master one don't work, I don't know why ) So i Will modify it to send raw message to a mqtt broker.

Thanks again for your shared work.