Skip to content

Releases: Grizzelbee/ioBroker.dysonairpurifier

Version 0.8.0 (2021-02-18) (Beyond the mirror)

18 Feb 17:23
d2a5688
Compare
Choose a tag to compare

0.8.0 (2021-02-18) (Beyond the mirror)

(grizzelbee) New: Log as info if account is active on login; else log as warning.
(grizzelbee) New: #21 Improvement for humidifier support
(grizzelbee) Fix: #67 Adapter sometimes wrote objects instead of values.

Version 0.7.5 (2021-02-12) (I won't surrender)

12 Feb 15:25
bd2ca16
Compare
Choose a tag to compare

Version 0.7.5 (2021-02-12) (I won't surrender)

  • (grizzelbee) Fix: #65 Adapter get online again after changes to dyson cloud API login procedure.
  • (grizzelbee) New: Adapter reconnects with new host address when it gets changed manually

Version 0.7.4 (2021-02-10) (Human)

10 Feb 20:31
d4d58a1
Compare
Choose a tag to compare

0.7.4 (2021-02-10) (Human)

(grizzelbee) Fix: fixed adapter traffic light for info.connection
(grizzelbee) Fix: Minor fixes

Version 0.7.3 (2021-02-10) (When angels fall)

10 Feb 14:15
0cd003a
Compare
Choose a tag to compare

V0.7.3 (2021-02-10) (When angels fall)

(theimo1221) Fix: #59 added default country
(theimo1221) New: added function to mask password to dyson-utils.js
(grizzelbee) New: extended config test and error logging
(grizzelbee) New: added password to protectedNative in io-package.json
(grizzelbee) Fix: fixed showing password in config (leftover from testing/fixing)
(grizzelbee) Fix: fixed detection of needed js-controller features
(grizzelbee) Fix: fixed detection if IP is given or not
(grizzelbee) Upd: creating all data points with await
(grizzelbee) Fix: #59 Fixed bug while loading/saving config which led to wrong values displayed for country and temperature unit
(grizzelbee) Upd: switched "Skipping unknown ..." message from info to debug

Version 0.7.1 (2021-02-06) (Horizions)

06 Feb 10:55
18906b5
Compare
Choose a tag to compare

Changelog
V 0.7.1 (2021-02-06) (Horizons)

(grizzelbee) New: When no host address is given - adapter tries to connect via default hostname of the device
(grizzelbee) Fix: #13 Filterlifetime is now correctly displayed in hours and percent for devices supporting this
(grizzelbee) Fix: #48 Fixed countrycodes for UK and USA
(grizzelbee) Fix: #52 Fixed VOCIndex
(grizzelbee) Fix: Removed option to control Fan state since it corresponds to the state of the fan in auto-mode. Controlling it is senseless.
(grizzelbee) Fix: Fixed await..then anti pattern
(grizzelbee) Fix: Fixed undefined roles
(grizzelbee) Fix: Fixed some bad promises and moved code to dysonUtils
(grizzelbee) Fix: Fixed encrypting password using js-controller 3.0 build-in routine
(grizzelbee) Upd: Added topic "Controlling your device(s)" to readme
(grizzelbee) Upd: Removed unnecessary saving of MQTT password
(grizzelbee) Upd: #9 Added some more dyson codes for heaters and humidifiers

Version 0.7.0 (2021-01-08) (Afraid of the dark)

08 Jan 18:41
61c0df7
Compare
Choose a tag to compare
(jpwenzel) New: Removing crypto from package dependency list (using Node.js provided version)
(jpwenzel) New: Introducing unit tests
(jpwenzel) Fix: General overhaul of readme
(jpwenzel) Fix: Code refactoring
(jpwenzel) New: At least NodeJs 10.0.0 is required
(grizzelbee) Fix: fixed some datafield names - please delete the whole device folder and get them newly created.
(grizzelbee) Fix: #18 - Fixed creating the indexes when there is no according sensor
(grizzelbee) Fix: #13 - Displaying Filter life value in hours again
(grizzelbee) Fix: #13 - Creating additional Filter life value in percent
(grizzelbee) New: #23 - Introduced new data field AirQuality which represents the worst value of all present indexes.
(grizzelbee) Fix: removed materializeTab from ioPackage
(grizzelbee) Fix: calling setState now as callback in createOrExtendObject
(grizzelbee) New: BREAKING CHANGE! - switched over to the adapter-prototype build-in password encryption. Therefore you'll need to enter your password again in config.
(grizzelbee) New: At least js-controller 3.0.0 is required
(grizzelbee) New: At least admin 4.0.9 is required
(grizzelbee) Fix: Removed non compliant values for ROLE
(grizzelbee) Fix: calling setState in callback of set/createObject now
(grizzelbee) Fix: ensuring to clear all timeouts in onUnload-function

Version 0.6.0 (Rage before the storm)

30 Oct 05:45
b38af26
Compare
Choose a tag to compare

Cangelog:

  • (grizzelbee) Fix: #13 - Filter life value is now displayed in percent not in hours
  • (grizzelbee) New: #17 - Added online-indicator for each device
  • (grizzelbee) New: #19 - Extended Password length from 15 characters to 32
  • (grizzelbee) New: #20 - Improved errorhandling on http communication with dyson API

Version 0.5.1 - Heart of the hurricance

27 Oct 18:29
7161646
Compare
Choose a tag to compare

0.5.1 (2020-10-27) (Heart of the hurricance)

  • (grizzelbee) Fix: Added missing clearTimeout

Version 0.5.0 - Heart of the hurricane

27 Oct 17:04
cdfd58c
Compare
Choose a tag to compare

Changelog:

  • (grizzelbee) Fix: #13 - Filter life value is now displayed in percent not in hours
  • (grizzelbee) Fix: #6 - Changing the fanspeed does now fully work.
  • (grizzelbee) New: Editable data fields have now appropiate value lists
  • (grizzelbee) New: Added more country codes
  • (grizzelbee) New: Target temperature of heater can now be set - in the configured unit!

Version 0.4.1 - Unbroken

16 Oct 12:43
2f8f30e
Compare
Choose a tag to compare

Bugfix and enhancement release.

Changelog:

  • (grizzelbee) New: #8 - Documented ProductTypes for better overview and user experience in ReadMe
  • (grizzelbee) New: #9 - Added some Hot&Cool specific datafields
  • (grizzelbee) New: Logging of from devices, when shutting down the adapter
  • (grizzelbee) New: #10 - Pollig device data every X (configurable) seconds for new data, hence sensors don't send updates on changing values
  • (grizzelbee) New: #11 - Added Austria and France to Country-List -
  • (grizzelbee) Fix: Fixed bug in error handling when login to dyson API fails
  • (grizzelbee) Fix: #12 - Fixed dyson API login by completely securing via HTTPS.
  • (grizzelbee) Fix: Updated some descriptions in config