vanackej / risco-mqtt-local

Provide Risco alarm system integration to Home assistant using local TCP communication (no cloud required) and MQTT
MIT License
24 stars 11 forks source link

Latest development branch #41

Closed markxroberts closed 2 years ago

markxroberts commented 2 years ago

Working as a docker for me. Changes:

  1. All changes from 0.4.2 as well as combining risco_node_id and mqtt_alarm_topic
  2. Outputs added - binary sensor for system outputs and switch for user outputs
  3. Pulsed outputs are switches but auto-reset after an interval
  4. Configuration of system and user outputs
  5. Status update for outputs uses OStatusChanged EventStr as OStatus doesn't appear to be updated (always shows as undefined - this is a workaround for issue #38)
  6. as per issue #39 attributes added to show zone bypassed state and battery state
  7. There are of course a couple of files that don't need updating, but I'm not familiar enough with GitHub workflows to not include these.
markxroberts commented 2 years ago

All issues updated.