- Fixed: Warning resolved about invalid element in jsonConfig
- Fixed: Some crashed caused by event-updates were fixed with a workaround.
- Fixed: Improved core:MovingState. Should reflect moving blinds correctly now.
- Fixed: Clear bearer token, if connection to local API fails, so new one can be fetched.
- Fixed warnings about Failed getting execution state when using the local API.
- Added support for Somfy Connectivity Kit devices
- Added support for dimming via core:LightIntensityState
- Fix switching between local and online api
- (StrathCole) Fixed parsing issues as result of latest Tahoma Box update by Somfy
- (StrathCole) Added local API support to adapter
- Some fixes for newly added functionality
- Fixed issue with refresh of device state
- Improved state handling of commands. Issued commands will be acknowledged once "in progress" and be set to false, once completed. Aborted/Interupted commands will be set to false again.
- Smaller bugfixes (core:OnOffState)
- Made core:OnOffState changeable
- Allow temperature control by state
- Fix handling of special characters in device-names
- Fix issues/warnings with complex state updates through events
- Allow changes to core:TargetTemperatureState
- Added support for additional RTS device commands
- Fixed more type-errors for various states
- Fixed wanring during logout
- Code quality improvements
- Code quality improvements & security fixes
- Fixed type-error for two states (core:LightIntensityState, core:TemperatureState)
- Fixed issue with way too complex state (TimeProgramXState)
- Added Admin 5 support
- Fixed login retry behaviour and added configuration parameters (Admin 5)
- Fixed issues with more complex states (e.g. ManufacturerSettingsState)
- Removed credentials from log on error and debug
- Fixed silent modes (low speed) for newer Somfy devices
- Fixed problem with wrong reference to
this
- Fixed adapter crash on empty response object after request error
- Fixed problems with slow/silent mode for closure
- Added possibility for low speed open and close on supported devices
- Fixed commands not stopping on next command for device
- Smaller fixes
- Added queue for device commands not already covered by update to 0.2.1
- Added README for states
- Switched moving state values 1 / 2 for DeploymentState devices
- Fixed direction (moving state) for deployment devices
- Fixed problem with DeploymentState treated as ClosureState on setting values
- Fixed problems with too many simultanous commands/devices
- Added deployment actions
- Added new state for moving direction
- Changed command buttons to boolean type
- Retry device command on error 400 (payload) once
- No changes
- First running Version