Skip to content

Releases: smartrent/grizzly

v8.7.0

08 Feb 18:01
v8.7.0
030384a
Compare
Choose a tag to compare

Changed

  • Remove the listening? node info property (#1050)
    • See the PR for more details, but tl;dr this flag was long ago misinterpreted and does not
      actually indicate whether a node is listening

v8.6.9

03 Feb 19:43
v8.6.9
eb4b682
Compare
Choose a tag to compare

Added

  • Require MuonTrap v1.6.0 for logging improvements (#1045)

Fixed

  • Fix module name typos in Grizzly.ZWave.Decoder (#1046)
  • Enforce command names match module names and handler specs (#1047)

v8.6.7

16 Jan 17:31
v8.6.7
e75fefb
Compare
Choose a tag to compare

Added

  • Implement Configuration Default Reset from Config v4 (#1040)
  • Elixir 1.18 compatibility (#1041)

Fixed

  • Fix incorrect command IDs for Config Info Get/Report (#1039)

v8.6.6

13 Dec 22:24
v8.6.6
2ee21c9
Compare
Choose a tag to compare

Added

  • Handle incoming Multi Channel Association commands for endpoint associations (#1029)

v8.6.5

05 Dec 20:51
v8.6.5
ea4ac88
Compare
Choose a tag to compare

Fixed

Full Changelog: v8.6.4...v8.6.5

v8.6.4

26 Nov 19:26
Compare
Choose a tag to compare

Added

  • Add retry logic to unsolicited server listen call (#1021)
  • Provide the possible scales for a given sensor type (#1019)
  • Support alarm reports for Alarm CC v1 (#1017)
    • Unknown alarm types and events will be the raw value

Fixed

  • Fix the decoding of alarm_type_supported_report when version 1 of alarm types and events are also supported by the device (#1024)

v8.6.3

05 Nov 22:20
v8.6.3
47d3b89
Compare
Choose a tag to compare

Fixed

  • Inclusion Server handles Extended Node Add Status (#1015)

v8.6.2

04 Nov 22:20
v8.6.2
90b5a83
Compare
Choose a tag to compare

Added

  • Add function to get all notification types #1005
  • Forward unsolicited Node Remove Status to inclusion handler #1007
  • Implement Meter Get v2-6 #1012

Fixed

  • Inclusion timeout must be at least as long as the S2 bootstrapping timeouts #1008
  • Send Device Reset Locally notifications before closing connections #1009
  • Thermostat Setpoint values should be signed #1010

v8.6.1

04 Nov 22:19
v8.6.1
7d508cd
Compare
Choose a tag to compare

Changed

  • Use atoms for scale in Sensor Multilevel Get to align with Sensor Multilevel Report (#1003)

v8.6.0

17 Oct 19:25
v8.6.0
2271b8f
Compare
Choose a tag to compare

Added

  • Support finding all endpoints with Multi Channel Endpoint Find and Multi Channel Endpoint Find Report (#998, #1000)
  • Add util to get NWI Home Id from DSK (#1001)
  • Add missing multilevel sensor types (#995)
  • Update Z-Wave XML to 2024A specification (#981)

Fixed

  • Continue inclusion started by an inclusion controller (#997)
  • Fix another issue with Z/IP Gateway's Node Add Status formatting (#996)
  • Fix association management for certification (#994)
  • Ignore extended CCs when parsing command class lists (#993)
  • Change keys_granted to granted_keys for consistency (#992)

Changed