Skip to content

v5.9 — Supervision unwrap, endpoint fix, Barrier Operator

Latest

Choose a tag to compare

@Highsteads Highsteads released this 12 Jun 07:46

What's new in v5.9

This release is all about coping better with modern Z-Wave devices before Indigo knows them natively — particularly relays with wired sensor inputs like the Zooz ZEN51/ZEN52/ZEN58 family, and proper garage door openers.

  • Supervision encapsulation (CC 0x6C) unwrapped — newer S2-era devices (800-series chips) wrap their unsolicited reports in Supervision. These were previously dropped as unhandled, so the device looked silent. Now the wrapper is peeled and the report inside is parsed as normal.
  • CRC-16 encapsulation (CC 0x56) unwrapped — same treatment for older devices that use CRC-16 framing.
  • Endpoint filter fixed for sensor-input children — the per-device Endpoint ID now matches the endpoint a report came from (the device side). Previously it matched the controller-side endpoint, which silently dropped every report from a relay's wired input child (for example the ZEN58's reed switch input on endpoint 2).
  • Basic Set and Switch Binary Set handled — many relays report input changes to association groups using Set commands rather than Reports. These now update device states.
  • Barrier Operator (CC 0x66) decoded — true Z-Wave garage door openers (GoControl GD00Z and similar) now surface open / closed / opening / closing / stopped and position %.
  • Test suite repaired and extended — 127 tests, all green.

Installation

  1. Download UniversalZWaveSensor.indigoPlugin.zip below
  2. Unzip it — you will get UniversalZWaveSensor.indigoPlugin
  3. Double-click it — Indigo installs it automatically