Skip to content

Releases: TD22057/insteon-mqtt

0.9.0

04 May 23:22
Compare
Choose a tag to compare

Discovery Platform!

  • Added support for the HomeAssistant Discovery Protocol. This allows users to avoid defining insteon entities in their HomeAssistant configuration.

    NOTE Migrating from a functional installation to the Discovery Platform will be tedious and may not add much functionality. The next minor release of InsteonMQTT should improve this slightly, as it will apply default config settings, so you won't have to do as much copy and pasting. It may be worth waiting until then if you are interested in migrating.

Additions

  • Added join_all and pair_all commands to improve the experience when initializing a network or setting up many devices. Note, the
    skip battery devices option was removed from the refresh_all and get_engine_all commands. ([PR 389][P389])
  • Add a {{timestamp}} variable to templating. Will output the current timestamp. Useful for testing whether a received state change was triggered by a change, or is simply a retained mqtt message that has been resent because of a restart. ([PR 393][P393])

Fixes

  • Fix cyclic import error([PR 388][P388])
  • Save DB Delta on Refresh([PR 392][P392])

0.8.3

09 Apr 18:46
Compare
Choose a tag to compare

Fixes a Breaking Change in HomeAssistant

  • HomeAssistant version 2021.4.0 now only supports percentages for fan speeds. This means any fan entities in HomeAssistant that were configured to use "low", "medium", and "high" for the fan speed will no longer work. See config-example.yaml under the mqtt -> fan section for a suggest configuration in HomeAssistant.

Other Changes

  • Documentation improvements.
  • Added advanced setting for min_hops. See min_hops

0.8.2

26 Mar 22:36
Compare
Choose a tag to compare
  • Increased logging of MQTT client
  • Fix for Keypadlincs of the Switch variety

0.8.1

18 Mar 21:32
71ab34a
Compare
Choose a tag to compare
  • A small fix that should solve issues deleting links from the modem for some people.
  • Rename the example config file to fix Home Assistant warnings.

0.8.0

02 Mar 19:56
730d2fe
Compare
Choose a tag to compare
  • A significant refactor of the underlying code.
  • Add Support for Hidden Door Sensors
  • Add version command
  • Bug fixes

See Changelog

0.7.6

19 Jan 01:55
0771bef
Compare
Choose a tag to compare

A few new features and some significant bug fixes. A significant refactor of the underlying codebase for better stability and feature support. Likely one more refactor release still to come.

0.7.5

02 Jan 23:10
9630b9f
Compare
Choose a tag to compare

This is another significant update that both improves the user experience, adds a number of features, and improves the performance and reliability of the program. Notably, an improved experience for Home Assistant Users.

0.7.4

18 Dec 21:07
13d9d39
Compare
Choose a tag to compare

A sizable update with a bunch of new features and some bug fixes. Checkout out History for full details.

0.7.3

12 Dec 00:24
664a60d
Compare
Choose a tag to compare

Version 0.7.3 Delivery