Skip to content

Releases: DaveL17/ZWaveNodeMatrix

Supports Update to Python 3.13

Choose a tag to compare

@DaveL17 DaveL17 released this 30 Apr 17:36

Warning

This release is not compatible with versions of Indigo prior to 2025.2

  • Supports update to Python 3.13.
  • Bug fixes.
  • Performance enhancements.

Removes Node 1 Filter and Adds Neighbor List Report

Choose a tag to compare

@DaveL17 DaveL17 released this 05 Mar 21:07

Removes Node 1 Filter

This release removes the "Missing Neighbor 1" filter for the matrix configuration.

Neighbor List Report

This new report is available from the plugin menu. It results in a text-based list of all Z-Wave nodes and their neighbors.

========== Z-Wave Neighbors List ==========
Node: 3    4, 5, 8, 10, 12, 15, 16, 17, 18, 25, 27, 28, 30, 39, 43, 44, 65, 73, 75, 76
Node: 4    3, 5, 7, 8, 10, 12, 15, 16, 17, 18, 23, 24, 25, 27, 28, 30, 39, 43, 44, 51, 65, 73, 75, 76
Node: 5    3, 4, 8, 10, 12, 15, 16, 17, 18, 25, 27, 28, 30, 39, 43, 51, 65, 73, 75
Node: 7    4, 8, 12, 20, 23, 30, 43, 44, 51, 73, 75
Node: 8    3, 4, 5, 7, 10, 12, 15, 16, 20, 23, 24, 27, 28, 30, 39, 42, 43, 44, 51, 65, 73, 75, 76
Node: 10   4, 5, 8, 12, 15, 16, 17, 18, 25, 27, 28, 30, 42, 43, 44, 51, 73, 75
Node: 12   3, 4, 5, 7, 8, 15, 16, 20, 23, 24, 25, 27, 28, 30, 42, 43, 44, 51, 65, 73, 75, 76

Code Enhancements and Refinements

Choose a tag to compare

@DaveL17 DaveL17 released this 18 Oct 20:44

This is a maintenance update and is optional for all users. There is no need to update to this version if the plugin is working well for you. It includes,

  • Improved validation of plugin configuration preferences,
  • Foundation for code testing (tests are not included in the plugin package), and
  • Code cleanup and refinements.

Minor Enhancements

Choose a tag to compare

@DaveL17 DaveL17 released this 03 Mar 16:14

Minor UI and Wiki Enhancements.

Bug Fix and Refinements

Choose a tag to compare

@DaveL17 DaveL17 released this 14 Feb 19:53

Enhancements

  • Adds new marker style X (filled).
  • Adds "About Matplotlib" to plugin menu.

Bug Fix

  • Fixes bug where charts wouldn't generate in Matplotlib 3.8 (shipping with Indigo 2023.2). Prior versions of the plugin should still work for prior versions of Matplotlib.

And

As usual:

  • Code refinements.

Updates and Bug Fixes

Choose a tag to compare

@DaveL17 DaveL17 released this 30 Jul 10:59

v2022.0.4

  • Adds foundation for API 3.1.
  • Fixes bug where plugin searches for Z-wave devices.

v2022.0.3

  • Moves plugin environment logging to plugin menu item (log only on request).

Bug Fix

Choose a tag to compare

@DaveL17 DaveL17 released this 10 May 23:54
  • Fixes bug where dummy testing data can override real data.

Users should use this release in place of 2022.0.1.

Update for Indigo 2022.1

Choose a tag to compare

@DaveL17 DaveL17 released this 10 May 23:00

Updates plugin for Indigo 2022.1 and Python 3.

  • Fixes bug where chart height and width settings were reversed.
  • Improves dummy device data (for testing).
  • Adds tight_layout (reduces empty space around chart).
  • Adds new marker styles.
  • Standardizes Indigo method implementation.

Bug Fix for Indigo 2022.1

Choose a tag to compare

@DaveL17 DaveL17 released this 31 Mar 21:21

Includes a fix for the transition to Indigo 2022.1 and Python 3. Users that expect to upgrade to Indigo 2022.1 should apply this update.

This release is only appropriate for Indigo 2021.2 and earlier.

Bug Fixes and Enhancements

Choose a tag to compare

@DaveL17 DaveL17 released this 10 Nov 21:20

v1.0.15

  • Fixes broken link to readme logo.
  • Fixes broken symlinks.

v1.0.14

  • Better integration of DLFramework.

v1.0.13

  • Code refinements.

v1.0.12

  • Removes all references to legacy version checking.

v1.0.11

  • Fixes bug where plugin would error out when no Z-Wave devices present.

v1.0.10

  • Adds asterisk to plugin configuration dialog dropdown menus to indicate default setting.