Hubitat Bridge  

Developer: Autolog's Plugins
Category: Hubs and Protocol Bridges
Github: Github Repo
Assistance: Get help!    Check the online documentation
Plugin ID: com.autologplugin.indigoplugin.hubitat
Latest release: v2024.0.3 released on Jan. 18, 2024
Release downloaded: 2 times
Requires: Indigo v2023.2.0 or higher
(Check the Releases tab below for older releases that may have different requirements)
  Download latest release

This Hubitat_Bridge enables a bridge between Indigo and Hubitat Elevation Hubs and provides hybrid support for Tasmota plug sockets..

Release details
Released on: Jan. 18, 2024
Requires: Indigo v2023.2.0+
Downloaded: 2 times 
Changes in this release

Requires Indigo 2023.2 - Will not run on earlier versions! Improved python package handling Code improvements

Release details
Released on: Dec. 12, 2023
Requires: Indigo v2022.1.0+
Downloaded: 0 times 
Changes in this release

Require cryptography package version 41.0.1 (Note: already included in the Indigo version 2023.1 install)

Release details
Released on: April 22, 2023
Requires: Indigo v2022.1.0+
Downloaded: 0 times 
Changes in this release

Including updates from 2022.0.8: - Added support for a Lock device - enhanced package requirements checking to ensure correct pip version is used - Set failed package requirements checking as a critical message - Tidied up MQTT broker "_connection refused_" logging - corrected some typos

Release details
Released on: March 8, 2023
Requires: Indigo v2022.1.0+
Downloaded: 0 times 
Changes in this release

Added support for the Aqara FP1 Radar sensor

Added a requirement to update Cryptography package to version 39.0.2

If the Cryptography package vesrion is older than 39.0.2, th eplugin will be stopped and you will be asked to run the following command in a terminal session:

pip3 install --upgrade cryptography

Release details
Released on: July 15, 2022
Requires: Indigo v2022.1.0+
Downloaded: 8 times 
Changes in this release

Added user selectable support for MQTT v3.1.1 protocol (now the default) in order to bring this plugin up-to-date and to make it compatible with the Indigo MQTT Broker plugin.

Minor code tidying and bug fixes.

Release details
Released on: July 3, 2022
Requires: Indigo v2022.1.0+
Downloaded: 4 times 
Changes in this release

Add support for Presence Sensor as Primary Device Minor improvements including suppression of being able to create secondary devices (Indigo 2022.1.2 +) Bug fixes Code tidying

Release details
Released on: April 20, 2022
Requires: Indigo v2022.1.0+
Downloaded: 6 times 
Changes in this release

2022.0.1 Release corrects logging message error and export device filtering.

Hubitat Bridge converted to Python3 for Indigo 2022.1+

Possibility to export Indigo devices to Hubita for discovery by the Hubitat MQTT App (pre-29 minimum version required)

Release details
Released on: Jan. 4, 2022
Requires: Indigo v2021.1.0 thru v2022.2
Downloaded: 2 times 
Changes in this release

Handle alternate MQTT Message format for on | off

Release details
Released on: Nov. 14, 2021
Requires: Indigo v2021.1.0 thru v2022.2
Changes in this release

As release title.

Release details
Released on: Oct. 27, 2021
Requires: Indigo v2021.1.0 thru v2022.2
Downloaded: 0 times 
Changes in this release

Added in Humidity as an additional state or secondary device on a Motion Sensor; It was already supported for a multi-sensor.

Minor bug fix

Release details
Released on: Sept. 19, 2021
Requires: Indigo v2021.1.0 thru v2022.2
Downloaded: 0 times 
Changes in this release

Further extend Humidity change in version 0.5.8 to enable Humidity to be a Primary device. Enable this also for Illuminance. + Clarification on ungrouped secondary device deletion required message + Bug fixes

Release details
Released on: Aug. 24, 2021
Requires: Indigo v2021.1.0 thru v2022.2
Downloaded: 1 times 
Changes in this release

Add new action 'Set White Level / Temperature' to enable independent control of a device's White Level and White Temperature. Miscellaneous bug fixes. Fix a bug introduced in 0.5.6 that rendered Tasmota plugs inoperable via the plugin :(

Release details
Released on: Aug. 19, 2021
Requires: Indigo v2021.1.0 thru v2022.2
Downloaded: 0 times 
Changes in this release

Make it more obvious that MQTT might not be running when the plugin attempts to connect to MQTT and fails

This release incorporates changes from pre-release version 0.5.3:

  • Handle Aqara Buttons which have a larger button count.
  • Bug fix.
Release details
Released on: July 9, 2021
Requires: Indigo v2021.1.0 thru v2022.2
Downloaded: 3 times 
Changes in this release

Power reporting has been updated for the Hubitat Elevation Outlet device and added to the Tasmota Outlet device.

You can specify the Power Units, Power Decimal Places, Minimum reporting Level and Reporting Power Hysteresis. The Tasmota Outlet also supports accumulated totals and you can specify the Power Units and Decimal Places for this.

The Minimum Reporting Level is used to disable logging if the reported power level is below this value. The one exception is that if the previous value was above the minimum level, then it will be reported. The Hysteresis is used to prevent reporting if the updated power value doesn't exceed the hysteresis boundaries i.e. if the hysteresis is set to 6 and the previously reported power was 100 watts, then the new value will only get reported if the new value is <= 97 or >= 103. You can set optimum values to suppress excessive reporting from "chatty" devices.

Please note that the Indigo device is still updated even if the above logic doesn't report the update to the Indigo Event log.

The above is defined in the Indigo Device definition s for the associated devices.

The MQTT component has been updated to the latest release of Eclipse/Paho.

Minor code tidying and bug fixes.

Release details
Released on: July 7, 2021
Requires: Indigo v2021.1.0 thru v2022.2
Downloaded: 0 times 
Changes in this release

Now handles disconnects and reconnects to the MQTT Broker correctly and recovers sessions when the MQTT Broker is restarted. Minor Bug fixes.

Release details
Released on: June 26, 2021
Requires: Indigo v2021.1.0 thru v2022.2
Downloaded: 0 times 
Changes in this release

New config option 'MQTT CLIENT PREFIX' to handle situation where computer name is not accessible. Added in processing to ensure that Tasmota devices status is more accurately reflected at plugin startup. Minor bug fixes.

Release details
Released on: June 21, 2021
Requires: Indigo v2021.1.0 thru v2022.2
Downloaded: 0 times 
Changes in this release

Further Indigo 2021.1 related subtype enhancements Correct handling of HE device subtypes: secondary devices were being created when HE properties weren't either available or selected.

Release details
Released on: June 18, 2021
Requires: Indigo v2021.1.0 thru v2022.2
Changes in this release

First production release of the Hubitat Bridge plugin which enables communication and control between Indigo and Hubitat Elevation via MQTT.

Hybrid direct support via MQTT of Tasmota Athome UK plugs (may also support non-uk but not tested).

Requirements

This won't run on an Indigo version less than Indigo 2021.1.