Tertiush / ParadoxIP150v2

Python-based IP150 'middle-ware' that uses the IP module's software port for monitoring and control of the alarm via an MQTT Broker.
Eclipse Public License 1.0
73 stars 35 forks source link

Logging, Stablisation, MQTT topics #17

Closed psyciknz closed 6 years ago

psyciknz commented 6 years ago

Changed logging to file based, which is configured by config. Lots of work on error recovery and if a network connection failure happens it forces back to state 1 to reconnect. Addition of more MQTT topics (1 per zone) + Arm/disarm state.

cybertza commented 6 years ago

Good Work!