eliseomartelli / casa-martelli-config

Parents house home automation
MIT License
22 stars 3 forks source link

Decode 433Mhz sensors of the existing alarm system #20

Open eliseomartelli opened 3 years ago

eliseomartelli commented 3 years ago

Decode 433Mhz sensors of the existing alarm system to use them in automations.

Related to: #18

jcallaghan commented 3 years ago

Have you come across RTL_433? This might be possible to decode your sensors. I use this to sniff the data from my weather station unit.

https://github.com/merbanan/rtl_433

eliseomartelli commented 3 years ago

Have you come across RTL_433? This might be possible to decode your sensors. I use this to sniff the data from my weather station unit.

https://github.com/merbanan/rtl_433

That's actually great! I should look into that and see if I can bring them in ;)