Honeywell / Ademco Wireless Sensor Driver is not available for download via GitHub: (link)
This driver takes input from rtl_433 via an MQTT broker and updates child devices that represent the different contact and motion sensors you want to monitor.
It is a single file driver that relies on the Hubitat built-in Virtual Contact Sensor and Virtual Motion Sensor devices.
Installed, with child devices setup, you devices tab might have something like this:
Older design Honeywell / Ademco wireless sensors send physical event and heartbeat updates over the air (345MHz), unencrypted and therefore easy to pick up with a RTL-SDR radio receiver. rtl_433 tunes the radio to 345MHz, receives sensor signals and pushes received events as JSON text to a MQTT broker topic. This driver can monitor that MQTT broker topic and then start tracking devices seen and allow you to add discovered sensors as child contact and motion sensor devices for use in Hubitat.
The README has full setup instructions including optimizing a RTL-SDR rabbit-ear antenna for 345MHz reception.
Note: This driver and RTL-SDR setup does NOT require Home Assistant and does not use nor in any way interact with your security system console/manager. As the full setup is just a passive listener for radio signals, it will not interfere with the normal use of your Honeywell or Ademco security system.
The main goal here is to take advantage of Honeywell security system wireless sensors you may already have installed in your home and not have to have dual physical sensors (e.g. adding z-wave sensors) on each window and door in your house.
I can add support for more of the Honeywell /Ademco sensor line if you send me sample events (JSON text). Examples might include glass break and shock sensors.