Releases: nikkow/node-red-contrib-tahoma
v3.0.0-beta.5
🚨 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
🚨 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
🚨 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
🚨 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
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
v2.0.0
[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
v0.2.0
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
- Fix path in getSetup() (See #7, thanks to @hobbyquaker)
Initial 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.