Skip to content

Releases: nikkow/node-red-contrib-tahoma

v3.0.0-beta.5

04 Jun 13:23
4ad26c5
Compare
Choose a tag to compare
v3.0.0-beta.5 Pre-release
Pre-release

⚠️ This release is a beta release. Use it at your own risk.



🚨 This release is a major version and contains some breaking changes. Please read the list below.


Fixed

  • Nothing happened when a customPosition command was issued.

v3.0.0-beta.4

19 May 18:17
334955d
Compare
Choose a tag to compare
v3.0.0-beta.4 Pre-release
Pre-release

⚠️ This release is a beta release. Use it at your own risk.



🚨 This release is a major version and contains some breaking changes. Please read the list below.


Added

  • Auto discovery of the Tahoma box using Bonjour

v3.0.0-beta.3

17 May 16:20
3976a74
Compare
Choose a tag to compare
v3.0.0-beta.3 Pre-release
Pre-release

⚠️ This release is a beta release. Use it at your own risk.



🚨 This release is a major version and contains some breaking changes. Please read the list below.


Fixed

  • Package of 3.0.0-beta.1 was not complete (ignored files on publication)

v3.0.0-beta.1

16 May 15:21
cc743e6
Compare
Choose a tag to compare
v3.0.0-beta.1 Pre-release
Pre-release

⚠️ This release is a beta release. You might encounter some issues while using it. Use it at your own risk.
🚨 This release is a major version and contains some breaking changes. Please read the list below.


Changed

  • Migration to the new Local API, replacing the cloud-based Somfy Open API.
  • tahoma-read node returns the raw data retrieved from the local API. (a remapping of your flows might be needed)
  • Upgraded the dependencies to their latest versions
  • Replaced TSLint with ESLint

Removed

  • Removed deprecated properties on the Tahoma node

How to install?

cd $HOME/.node-red
npm install node-red-contrib-tahoma@beta

v2.0.3

20 Aug 17:18
Compare
Choose a tag to compare

Added

  • Added error message when automatic session refresh is impossible (see this article for more information)
  • Added support for blinds rotation for motors that support it (#33, thanks to @marekhalmo)
  • Added a buffer when setting a custom position to consider close-enough values as valid (#34)

Changed

  • Fixed an issue that prevented tokens from being correctly refreshed
  • Fixed an unhandled Promise rejection (#31)

Refactoring

  • Refactored the network layer to retrieve credentials from memory, instead of global context.

v2.0.1

01 Mar 18:29
Compare
Choose a tag to compare

[2.0.1] - 2020-03-01

Changed

  • Fix publication to NPM registry issue (See #20)

v2.0.0

01 Mar 10:18
Compare
Choose a tag to compare

[2.0.0] - 2020-03-01


🚨 This release is a major version and contains some breaking changes. Please read the list below.


Changed

  • Implementation of Somfy Open API, replacing unofficial TahomaLink API
  • Migration of the network layer from deprecated request to axios
  • tahoma-read node now returns the raw response from the Somfy Open API (a remapping of your flows might be needed)

Added

  • New code quality control using TSLint

v1.0.0

13 Dec 18:56
Compare
Choose a tag to compare

Changed

  • Fix missing break statement (See #8, thanks to @taucher4000)
  • Fix login strategy, preventing "Too Many Requests" error returned by Somfy (See #9)

v0.2.0

21 Oct 11:05
Compare
Choose a tag to compare

Added

  • New node tahoma-read (See #6)
  • New stop action to immediatly stop the current action on the devices (See #5, thanks to @Genosse274)
  • New CHANGELOG.md file to keep track of all updates.

Changed

Initial Release

23 Dec 10:12
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release

This is the very first version of this node-red module. Please note that the development is ongoing and some bugs might be encountered.

Please do not hesitate to fill a issue report if you encounter any issue.