Skip to content

Releases: maragelis/ParadoxRs232toMqtt

v2.2.3

18 Feb 08:16
Compare
Choose a tag to compare

Fixed double arm status when arming sleep or stay.
Fixed serial buffer becoming corrupt on mg5000 panels.
Fixed an issue where system would not send commands to panel if code had a 0 in it.

Added the ability to use hardware RX/TX or d13 d15 (default)
Added PGM enable disable (needs testing)
Added Hassio and Homekit topics
Added Event and sub_event descriptions
Added SetDate command. (sets Panel to current date)
Added Mqtt username and password
Added ability to turn off getting all events.
Moved zonestate to panelstatus.

20190204

04 Feb 21:34
Compare
Choose a tag to compare

Fixed an error where when there is a 0 in the user code, panel would reject login.

20190130

30 Jan 09:02
Compare
Choose a tag to compare

Code cleanup
Added pgm_on and pgm_off command (see wiki)
Added OTA to mqtt (disabled by default enable with OTA=1)
Added ability to swap serial back to default RX/TX
Serial debug moved to D4 (enable with TRACE=1 payload)

20190125

25 Jan 19:09
b121e2d
Compare
Choose a tag to compare
20190125 Pre-release
Pre-release

return to hardware serial RX/TX 13/15
will do some cleanup on next version

20190114

14 Jan 18:19
Compare
Choose a tag to compare

Fixed panel login issue.
Serial trace can be activated sending Trace=1 in mqtt payload. (Trace=0) disables trace very important.

Fixed an issue where json payload was not parsed correctly.
Did some code cleanup to increase serial read speed.

20190111

11 Jan 12:29
34ae212
Compare
Choose a tag to compare

Fixed bug with panel login .

ParadoxAlarmSystemOTA.HASSIO.bin (HomeAssistant ON TraceFlag OFF)

20190103

03 Jan 14:29
6f09056
Compare
Choose a tag to compare
20190103 Pre-release
Pre-release

This is a stable version of v2
Changes:
Arduino 2.4.2 core
Paradox connection serial moved from hardware RX/TX to d13-d15 io
Mqtt more stable
Debug through usb
Mqtt Status messages
Zone status Topic
Arm status Topic

master20180807

07 Aug 18:48
2d33ddc
Compare
Choose a tag to compare

First initial release.

20181106

06 Nov 13:12
2d33ddc
Compare
Choose a tag to compare

Release of precompiled V1