Releases: arachnetech/homebridge-mqttthing
Releases · arachnetech/homebridge-mqttthing
Version 1.1.28
Homebridge MQTT-Thing: Release Notes
Version 1.1.28
- Validation fixes
- Allow validation to be disabled
Version 1.1.27
- Added support for adaptive lighting
Version 1.1.26 (Beta)
- Weather Station: added ambient light level (thanks, Matt Kirman)
- Validate characteristics when setting to avoid Homebridge 1.3 warnings
- Lock/unlock fix with Siri and Homebridge 1.3.x (thanks, @tasict)
Version 1.1.25
- Fan: When setRotationSpeed is configured but not setOn, turn fan off with zero rotation speed (#358 and #310)
- Lightbulb: Change
whiteMix
tonoWhiteMix
for configuration schema as items defaulting to true are populated when irrelevant - Fan: Tested minRotationSpeed/maxRotationSpeed - Homekit apparently doesn't like this changed
- Added debounceRecvms setting
Version 1.1.24
- Lightbulb: Allow lightbulb-Dimmable to use setBrightness only (0 brightness for off) when no setOn topic configured
Version 1.1.27
Homebridge MQTT-Thing: Release Notes
Version 1.1.27
- Added support for adaptive lighting
Version 1.1.26 (Beta)
- Weather Station: added ambient light level (thanks, Matt Kirman)
- Validate characteristics when setting to avoid Homebridge 1.3 warnings
- Lock/unlock fix with Siri and Homebridge 1.3.x (thanks, @tasict)
Version 1.1.25
- Fan: When setRotationSpeed is configured but not setOn, turn fan off with zero rotation speed (#358 and #310)
- Lightbulb: Change
whiteMix
tonoWhiteMix
for configuration schema as items defaulting to true are populated when irrelevant - Fan: Tested minRotationSpeed/maxRotationSpeed - Homekit apparently doesn't like this changed
- Added debounceRecvms setting
Version 1.1.24
- Lightbulb: Allow lightbulb-Dimmable to use setBrightness only (0 brightness for off) when no setOn topic configured
Version 1.1.23
- Thermostat: Fixed target relative humidity
- Changed incorrect 'http' protocol in MQTT server configuration to 'mqtt' (thanks, Nicholas Humfrey)
Version 1.1.25
Homebridge MQTT-Thing: Release Notes
Version 1.1.25
- Fan: When setRotationSpeed is configured but not setOn, turn fan off with zero rotation speed (#358 and #310)
- Lightbulb: Change
whiteMix
tonoWhiteMix
for configuration schema as items defaulting to true are populated when irrelevant - Fan: Tested minRotationSpeed/maxRotationSpeed - Homekit apparently doesn't like this changed
- Added debounceRecvms setting
Version 1.1.24
- Lightbulb: Allow lightbulb-Dimmable to use setBrightness only (0 brightness for off) when no setOn topic configured
Version 1.1.23
- Thermostat: Fixed target relative humidity
- Changed incorrect 'http' protocol in MQTT server configuration to 'mqtt' (thanks, Nicholas Humfrey)
Version 1.1.22
- Light: Added redThreshold, greenThreshold, blueThreshold for when whiteMix is false in an RGBWW light
- Light: Added minColorTemperature and maxColorTemperature configuration settings
- Light: Added switchWhites setting for RGBWW light
Version 1.1.21
- Updated fakegato-history dependency version
- Added whiteMix option to configuration schema
- Fixed publishing confirmation with Boolean values (#363)
Version 1.1.24
Homebridge MQTT-Thing: Release Notes
Version 1.1.24
- Lightbulb: Allow lightbulb-Dimmable to use setBrightness only (0 brightness for off) when no setOn topic configured
Version 1.1.23
- Thermostat: Fixed target relative humidity
- Changed incorrect 'http' protocol in MQTT server configuration to 'mqtt' (thanks, Nicholas Humfrey)
Version 1.1.22
- Light: Added redThreshold, greenThreshold, blueThreshold for when whiteMix is false in an RGBWW light
- Light: Added minColorTemperature and maxColorTemperature configuration settings
- Light: Added switchWhites setting for RGBWW light
Version 1.1.21
- Updated fakegato-history dependency version
- Added whiteMix option to configuration schema
- Fixed publishing confirmation with Boolean values (#363)
Version 1.1.20
- Added insecure option for TLS, disabling checking of certificate and server identity
Version 1.1.23
Homebridge MQTT-Thing: Release Notes
Version 1.1.23
- Thermostat: Fixed target relative humidity
- Changed incorrect 'http' protocol in MQTT server configuration to 'mqtt' (thanks, Nicholas Humfrey)
Version 1.1.22
- Light: Added redThreshold, greenThreshold, blueThreshold for when whiteMix is false in an RGBWW light
- Light: Added minColorTemperature and maxColorTemperature configuration settings
- Light: Added switchWhites setting for RGBWW light
Version 1.1.21
- Updated fakegato-history dependency version
- Added whiteMix option to configuration schema
- Fixed publishing confirmation with Boolean values (#363)
Version 1.1.20
- Added insecure option for TLS, disabling checking of certificate and server identity
Version 1.1.19
- Allowed TLS certificate, key and ca pem files to be loaded
Version 1.1.22
Version 1.1.22
- Light: Added redThreshold, greenThreshold, blueThreshold for when whiteMix is false in an RGBWW light
- Light: Added minColorTemperature and maxColorTemperature configuration settings
- Light: Added switchWhites setting for RGBWW light
Version 1.1.21
- Updated fakegato-history dependency version
- Added whiteMix option to configuration schema
- Fixed publishing confirmation with Boolean values (#363)
Version 1.1.20
- Added insecure option for TLS, disabling checking of certificate and server identity
Version 1.1.19
- Allowed TLS certificate, key and ca pem files to be loaded
Version 1.1.18
- Added whiteMix option for RGBWW lights. Set whiteMix to false to disable extraction of white components from colours - i.e. powering only RGB channels or WW,CW channels. (#300)
Version 1.1.21
Homebridge MQTT-Thing: Release Notes
Version 1.1.21
- Updated fakegato-history dependency version
- Added whiteMix option to configuration schema
- Fixed publishing confirmation with Boolean values (#363)
Version 1.1.20
- Added insecure option for TLS, disabling checking of certificate and server identity
Version 1.1.19
- Allowed TLS certificate, key and ca pem files to be loaded
Version 1.1.18
- Added whiteMix option for RGBWW lights. Set whiteMix to false to disable extraction of white components from colours - i.e. powering only RGB channels or WW,CW channels. (#300)
Version 1.1.20
Homebridge MQTT-Thing: Release Notes
Version 1.1.20
- Added insecure option for TLS, disabling checking of certificate and server identity
Version 1.1.19
- Allowed TLS certificate, key and ca pem files to be loaded
Version 1.1.18
- Added whiteMix option for RGBWW lights. Set whiteMix to false to disable extraction of white components from colours - i.e. powering only RGB channels or WW,CW channels. (#300)
Version 1.1.17 (TEST BUILD)
- Added support for grouped (custom) accessories (#201)
Version 1.1.16
- Changed order of Codec and apply() used together so that on publishing values pass through apply function before codec, and on subscription values pass through codec before apply function. This allows manipulation of values like the red,green,blue string from the RGB light before codec encoding and after codec decoding. This makes the JSON codec more flexible.
Version 1.1.19
Homebridge MQTT-Thing: Release Notes
Version 1.1.19
- Allow TLS certificate, key and ca pem files to be loaded
Version 1.1.18
- Added whiteMix option for RGBWW lights. Set whiteMix to false to disable extraction of white components from colours - i.e. powering only RGB channels or WW,CW channels. (#300)
Version 1.1.17 (TEST BUILD)
- Added support for grouped (custom) accessories (#201)
Version 1.1.16
- Changed order of Codec and apply() used together so that on publishing values pass through apply function before codec, and on subscription values pass through codec before apply function. This allows manipulation of values like the red,green,blue string from the RGB light before codec encoding and after codec decoding. This makes the JSON codec more flexible.
Version 1.1.15
- Fixed weather station with homebridge-lib 4.7.7
Version 1.1.18
Homebridge MQTT-Thing: Release Notes
Version 1.1.18
- Added whiteMix option for RGBWW lights. Set whiteMix to false to disable extraction of white components from colours - i.e. powering only RGB channels or WW,CW channels. (#300)
Version 1.1.17 (TEST BUILD)
- Added support for grouped (custom) accessories (#201)
Version 1.1.16
- Changed order of Codec and apply() used together so that on publishing values pass through apply function before codec, and on subscription values pass through codec before apply function. This allows manipulation of values like the red,green,blue string from the RGB light before codec encoding and after codec decoding. This makes the JSON codec more flexible.
Version 1.1.15
- Fixed weather station with homebridge-lib 4.7.7