Skip to content

Releases: IndigoDomotics/GhostXML

Code Enhancements

18 Nov 15:00
Compare
Choose a tag to compare

Code enhancements (no new features)

Bug Fix

04 Oct 14:36
Compare
Choose a tag to compare

Fixes a bug where devices displaying an IOError state incorrectly report as being online.

Takes 2022.3.0 Out of Beta

17 Jul 13:44
Compare
Choose a tag to compare

Takes 2022.3.0 out of beta.

Bug Fixes and Efficiency Improvements

05 Jun 13:27
Compare
Choose a tag to compare
Pre-release

This is a beta release. The changes listed below have been tested, but it's not possible for me to test all possible uses of the plugin. No changes to any devices should be needed. If you need to revert the changes, re-install the prior stable release.

  • Updates communication to use the requests library instead of curl (with the exception of the Raw Curl type).
  • Fixes bug where debug level might not be honored on startup.
  • Wiki updates.

Bug Fixes

18 May 15:13
Compare
Choose a tag to compare
  • Ensure that a device's ID is removed from managed devices when the device is deleted (even if the device has not been fully configured).
  • Improves error logging when WAN/LAN not present.

Update for Indigo 2022.1

10 May 20:42
Compare
Choose a tag to compare

Updates plugin for Indigo 2022.1 and Python 3.

  • Updates FlatDict to 4.0.0
  • Standardizes Indigo method implementation.

Bug Fixes and Refinements

10 Jan 14:41
Compare
Choose a tag to compare

Fixes bug in setting to ignore SQL logging.

Maintenance Update

07 Jan 03:23
Compare
Choose a tag to compare

The changes in this release are not critical changes. Users that are attempting to script plugin Action Items should apply this update to have those result in success.

v0.5.07

  • Removes unneeded returns from plugin Action methods.

v0.5.06

  • Adds reminders to various curl options in comments.

New Features and Refinements

03 Jan 16:43
Compare
Choose a tag to compare

v0.5.05

  • Adds curl return code definitions to provide more human-friendly reporting of curl errors.

v0.5.04

  • Refines saving of device preferences changes.

v0.5.03

  • Adds bearer authentication method.

v0.5.02

  • Adds support for raw curl substitutions.

v0.5.01

  • Adds UI for variable substitution for raw curl commands.

v0.4.57

  • Fixes bug where states for Real Type devices were returned as strings when device comm first started.

v0.4.56

  • Code refinements.

v0.4.55

  • Adds option to turn off curl globbing.

v0.4.54

  • Adds code to address tags that start with the 'illegal' @ character.

Enhancement

09 Apr 10:37
Compare
Choose a tag to compare
  • Adds feature to device definition to disable SQL logging for all device states.