Skip to content

esp8266, serial bus to mqtt for Paradox alarm systems

Notifications You must be signed in to change notification settings

FigJam23/ParadoxRs232toMqtt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ParadoxRs232toMqtt

I am working on a v2 which has many new features, you can find info under dev branch,

Feel free to test the test branch, and contribute to dev branch.

This project uses a wemos esp8266 to read events of the serial bus of any Paradox alarm system and send it to Mqtt

The TX from the alarm panel is connected directly to wemos RX , RX from panel to TX of wemos

Check jpg for connection with Paradox panel

Debug messages can be read through D8 TXD2 Pin on the wemos or if you prefer IO15.

The 37 byte message is broken down into a json message with "Event Group" and "Sub-group" and one more dummy attribute which is the zone/partition label.

See wiki for more info on Groups and sub groups

After flashing the wemos connect to its wifi, (PARADOXController_AP), go to page 192.168.4.1 give it your wifi credentials and MQtt server address. Thats it

20180721 Changed to user based password, use the same 4 digit code used on panel for control.

20180804 Wiki added Home Assistant Config (works with node-red)

Continue reading wiki ....

About

esp8266, serial bus to mqtt for Paradox alarm systems

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 93.1%
  • HTML 5.0%
  • Shell 1.9%