Skip to content

Releases: nitaybz/homebridge-tado-ac

v4.0.13

10 Nov 22:13
Compare
Choose a tag to compare
  • fix for #101 - correct refresh state function b2ff532

v4.0.12...v4.0.13

v4.0.12

10 Nov 22:09
Compare
Choose a tag to compare
  • patch package.json fda661a
  • different approach to fix homebridge 1.3 beta error fb263cd
  • fix for homebridge beta 1.3 afd9297

v4.0.11...v4.0.12

v4.0.11

07 Nov 23:12
Compare
Choose a tag to compare

The Amazing Version 4 !

27 Oct 12:46
Compare
Choose a tag to compare

Completely refactored the entire code! that should solve most of the issues the plugin had before + added a few new features.

~ IMPRTANT NOTICE ~

Upgrading to this version (4.0) might remove and re-add all your tado° devices!! be warn that it will also remove all HomeKit settings and automations. The new version can also include unpredictable errors and issues that was already solved before.
Think twice before proceeding...

NEW:

  • Support for Homebridge Config UI + HOOBS UI
  • Latest HomeBridge API - Not delaying Homebridge startup anymore.
  • Support for DRY mode
  • Support for AUTO fan speed in all modes (when available, 0 fan speed will equal auto fan speed)

CHANGES:

  • occupancyPollingInterval - Always polling (minimum every 3 seconds)
  • weatherPollingInterval - Always polling (minimum every 1 minute)
  • Weather Sensor "Solar Intensity" is now a LightSensor accessory, representing the amount of sunlight between 0 to 100 (show as Lux)

DEPRECATED:

  • autoFanOnly- removed since auto fan speed can be achieved by setting the fan speed to zero.
  • disableHumiditySensor - no use for that.
  • cachedSettingsOnly - the plugin is not delaying the Homebridge startup and therefor it will always try to fetch fresh data and will only use cache when live data is not available.

FIXES:

  • Fahrenheit is finally fixed!
  • Fixed homebridge v1+ crash
  • Fixed forgetting last target temperature

4.0.0 → 4.0.1

4.0.1 → 4.0.2

4.0.2 → 4.0.3

4.0.3 → 4.0.4

4.0.4 → 4.0.5

  • fix for #98 removing accessories with 1 service 18a041d

4.0.5 → 4.0.6

  • prevent creating accessory when not needed b68d792

4.0.6 → 4.0.7

  • preventing removing services when there is no accessory 93357f5

4.0.7 → 4.0.8

  • prevent refreshState from updating empty device 50838ee

4.0.8 → 4.0.9

  • fix OFF state for Thermostat 6f39af0

4.0.9 → 4.0.10

  • update discord and verified badge 996f1d3

v4.0.9...v4.0.10

The Amazing Version 4 !

19 Oct 09:22
Compare
Choose a tag to compare

Completely refactored the entire code! that should solve most of the issues the plugin had before + added a few new features.

~ IMPRTANT NOTICE ~

Upgrading to this version (4.0) might remove and re-add all your tado° devices!! be warn that it will also remove all HomeKit settings and automations. The new version can also include unpredictable errors and issues that was already solved before.
Think twice before proceeding...

NEW:

  • Support for Homebridge Config UI + HOOBS UI
  • Latest HomeBridge API - Not delaying Homebridge startup anymore.
  • Support for DRY mode
  • Support for AUTO fan speed in all modes (when available, 0 fan speed will equal auto fan speed)

CHANGES:

  • occupancyPollingInterval - Always polling (minimum every 3 seconds)
  • weatherPollingInterval - Always polling (minimum every 1 minute)
  • Weather Sensor "Solar Intensity" is now a LightSensor accessory, representing the amount of sunlight between 0 to 100 (show as Lux)

DEPRECATED:

  • autoFanOnly- removed since auto fan speed can be achieved by setting the fan speed to zero.
  • disableHumiditySensor - no use for that.
  • cachedSettingsOnly - the plugin is not delaying the Homebridge startup and therefor it will always try to fetch fresh data and will only use cache when live data is not available.

FIXES:

  • Fahrenheit is finally fixed!
  • Fixed homebridge v1+ crash
  • Fixed forgetting last target temperature

4.0.0 → 4.0.1

4.0.1 → 4.0.2

4.0.2 → 4.0.3

4.0.3 → 4.0.4

4.0.4 → 4.0.5

  • fix for #98 removing accessories with 1 service 18a041d

4.0.5 → 4.0.6

  • prevent creating accessory when not needed b68d792

4.0.6 → 4.0.7

  • preventing removing services when there is no accessory 93357f5

4.0.7 → 4.0.8

  • prevent refreshState from updating empty device 50838ee

4.0.8 → 4.0.9

  • fix OFF state for Thermostat 6f39af0

v4.0.8...v4.0.9

The Amazing Version 4 !

18 Oct 20:32
Compare
Choose a tag to compare

Completely refactored the entire code! that should solve most of the issues the plugin had before + added a few new features.

~ IMPRTANT NOTICE ~

Upgrading to this version (4.0) might remove and re-add all your tado° devices!! be warn that it will also remove all HomeKit settings and automations. The new version can also include unpredictable errors and issues that was already solved before.
Think twice before proceeding...

NEW:

  • Support for Homebridge Config UI + HOOBS UI
  • Latest HomeBridge API - Not delaying Homebridge startup anymore.
  • Support for DRY mode
  • Support for AUTO fan speed in all modes (when available, 0 fan speed will equal auto fan speed)

CHANGES:

  • occupancyPollingInterval - Always polling (minimum every 3 seconds)
  • weatherPollingInterval - Always polling (minimum every 1 minute)
  • Weather Sensor "Solar Intensity" is now a LightSensor accessory, representing the amount of sunlight between 0 to 100 (show as Lux)

DEPRECATED:

  • autoFanOnly- removed since auto fan speed can be achieved by setting the fan speed to zero.
  • disableHumiditySensor - no use for that.
  • cachedSettingsOnly - the plugin is not delaying the Homebridge startup and therefor it will always try to fetch fresh data and will only use cache when live data is not available.

FIXES:

  • Fahrenheit is finally fixed!
  • Fixed homebridge v1+ crash
  • Fixed forgetting last target temperature

4.0.0 → 4.0.1

4.0.1 → 4.0.2

4.0.2 → 4.0.3

4.0.3 → 4.0.4

4.0.4 → 4.0.5

  • fix for #98 removing accessories with 1 service 18a041d

4.0.5 → 4.0.6

  • prevent creating accessory when not needed b68d792

4.0.6 → 4.0.7

  • preventing removing services when there is no accessory 93357f5

4.0.7 → 4.0.8

  • prevent refreshState from updating empty device 50838ee

v4.0.7...v4.0.8

The Amazing Version 4 !

18 Oct 20:10
Compare
Choose a tag to compare

Completely refactored the entire code! that should solve most of the issues the plugin had before + added a few new features.

~ IMPRTANT NOTICE ~

Upgrading to this version (4.0) might remove and re-add all your tado° devices!! be warn that it will also remove all HomeKit settings and automations. The new version can also include unpredictable errors and issues that was already solved before.
Think twice before proceeding...

NEW:

  • Support for Homebridge Config UI + HOOBS UI
  • Latest HomeBridge API - Not delaying Homebridge startup anymore.
  • Support for DRY mode
  • Support for AUTO fan speed in all modes (when available, 0 fan speed will equal auto fan speed)

CHANGES:

  • occupancyPollingInterval - Always polling (minimum every 3 seconds)
  • weatherPollingInterval - Always polling (minimum every 1 minute)
  • Weather Sensor "Solar Intensity" is now a LightSensor accessory, representing the amount of sunlight between 0 to 100 (show as Lux)

DEPRECATED:

  • autoFanOnly- removed since auto fan speed can be achieved by setting the fan speed to zero.
  • disableHumiditySensor - no use for that.
  • cachedSettingsOnly - the plugin is not delaying the Homebridge startup and therefor it will always try to fetch fresh data and will only use cache when live data is not available.

FIXES:

  • Fahrenheit is finally fixed!
  • Fixed homebridge v1+ crash
  • Fixed forgetting last target temperature

4.0.0 → 4.0.1

4.0.1 → 4.0.2

4.0.2 → 4.0.3

4.0.3 → 4.0.4

4.0.4 → 4.0.5

  • fix for #98 removing accessories with 1 service 18a041d

4.0.5 → 4.0.6

  • prevent creating accessory when not needed b68d792

4.0.6 → 4.0.7

  • preventing removing services when there is no accessory 93357f5

v4.0.6...v4.0.7

The Amazing Version 4 !

18 Oct 19:51
Compare
Choose a tag to compare

Completely refactored the entire code! that should solve most of the issues the plugin had before + added a few new features.

~ IMPRTANT NOTICE ~

Upgrading to this version (4.0) might remove and re-add all your tado° devices!! be warn that it will also remove all HomeKit settings and automations. The new version can also include unpredictable errors and issues that was already solved before.
Think twice before proceeding...

NEW:

  • Support for Homebridge Config UI + HOOBS UI
  • Latest HomeBridge API - Not delaying Homebridge startup anymore.
  • Support for DRY mode
  • Support for AUTO fan speed in all modes (when available, 0 fan speed will equal auto fan speed)

CHANGES:

  • occupancyPollingInterval - Always polling (minimum every 3 seconds)
  • weatherPollingInterval - Always polling (minimum every 1 minute)
  • Weather Sensor "Solar Intensity" is now a LightSensor accessory, representing the amount of sunlight between 0 to 100 (show as Lux)

DEPRECATED:

  • autoFanOnly- removed since auto fan speed can be achieved by setting the fan speed to zero.
  • disableHumiditySensor - no use for that.
  • cachedSettingsOnly - the plugin is not delaying the Homebridge startup and therefor it will always try to fetch fresh data and will only use cache when live data is not available.

FIXES:

  • Fahrenheit is finally fixed!
  • Fixed homebridge v1+ crash
  • Fixed forgetting last target temperature

4.0.0 → 4.0.1

4.0.1 → 4.0.2

4.0.2 → 4.0.3

4.0.3 → 4.0.4

4.0.4 → 4.0.5

  • fix for #98 removing accessories with 1 service 18a041d

4.0.5 → 4.0.6

  • prevent creating accessory when not needed b68d792

v4.0.5...v4.0.6

The Amazing Version 4 !

18 Oct 19:05
Compare
Choose a tag to compare

Completely refactored the entire code! that should solve most of the issues the plugin had before + added a few new features.

~ IMPRTANT NOTICE ~

Upgrading to this version (4.0) might remove and re-add all your tado° devices!! be warn that it will also remove all HomeKit settings and automations. The new version can also include unpredictable errors and issues that was already solved before.
Think twice before proceeding...

NEW:

  • Support for Homebridge Config UI + HOOBS UI
  • Latest HomeBridge API - Not delaying Homebridge startup anymore.
  • Support for DRY mode
  • Support for AUTO fan speed in all modes (when available, 0 fan speed will equal auto fan speed)

CHANGES:

  • occupancyPollingInterval - Always polling (minimum every 3 seconds)
  • weatherPollingInterval - Always polling (minimum every 1 minute)
  • Weather Sensor "Solar Intensity" is now a LightSensor accessory, representing the amount of sunlight between 0 to 100 (show as Lux)

DEPRECATED:

  • autoFanOnly- removed since auto fan speed can be achieved by setting the fan speed to zero.
  • disableHumiditySensor - no use for that.
  • cachedSettingsOnly - the plugin is not delaying the Homebridge startup and therefor it will always try to fetch fresh data and will only use cache when live data is not available.

FIXES:

  • Fahrenheit is finally fixed!
  • Fixed homebridge v1+ crash
  • Fixed forgetting last target temperature

4.0.0 → 4.0.1

4.0.1 → 4.0.2

4.0.2 → 4.0.3

4.0.3 → 4.0.4

4.0.4 → 4.0.5

  • fix for #98 removing accessories with 1 service 18a041d

v4.0.4...v4.0.5

The Amazing Version 4 !

18 Oct 10:24
Compare
Choose a tag to compare

Completely refactored the entire code! that should solve most of the issues the plugin had before + added a few new features.

~ IMPRTANT NOTICE ~

Upgrading to this version (4.0) might remove and re-add all your tado° devices!! be warn that it will also remove all HomeKit settings and automations. The new version can also include unpredictable errors and issues that was already solved before.
Think twice before proceeding...

NEW:

  • Support for Homebridge Config UI + HOOBS UI
  • Latest HomeBridge API - Not delaying Homebridge startup anymore.
  • Support for DRY mode
  • Support for AUTO fan speed in all modes (when available, 0 fan speed will equal auto fan speed)

CHANGES:

  • occupancyPollingInterval - Always polling (minimum every 3 seconds)
  • weatherPollingInterval - Always polling (minimum every 1 minute)
  • Weather Sensor "Solar Intensity" is now a LightSensor accessory, representing the amount of sunlight between 0 to 100 (show as Lux)

DEPRECATED:

  • autoFanOnly- removed since auto fan speed can be achieved by setting the fan speed to zero.
  • disableHumiditySensor - no use for that.
  • cachedSettingsOnly - the plugin is not delaying the Homebridge startup and therefor it will always try to fetch fresh data and will only use cache when live data is not available.

FIXES:

  • Fahrenheit is finally fixed!
  • Fixed homebridge v1+ crash
  • Fixed forgetting last target temperature

4.0.0 → 4.0.1

4.0.1 → 4.0.2

4.0.2 → 4.0.3

4.0.3 → 4.0.4

v4.0.3...v4.0.4