-
Notifications
You must be signed in to change notification settings - Fork 104
Release v2.0
Martin Gleiss edited this page May 2, 2015
·
1 revision
The focus in this relase was to make smartVISU realtime.
The realtime-option is found on the config-screen. If you switch it on, the values will be polled and refreshed. In this release, realtime is implemented in the 'offline'-driver and 'linknx'-driver. Because of some technical limitations, ist is based on a polling, with a refresh-rate of one secound.
In future releases other drivers will be implemented with the use of websockets.
A new widget is added in v2.0. The new widget displays a shutter. It may be used for shutters with or without blades.If you have blades it tries to visualise the angle.
You may easily bind two (or more) widgets together, if you are going to use the same groupaddress.
The left widget is 'device.blind' and the right one 'device.shutter':
Implement it like this:
{{ device.blind('blind1', 'Blind', 'bath_blind_mov', 'bath_blind_stop', 'bath_blind_pos', 'bath_blind_adjust', 'bath_blind_angle') }}
{{ device.shutter ('shutter1', 'Shutter 1', 'bath_blind_mov', 'bath_blind_stop', 'bath_blind_pos', '', 'bath_blind_angle', 'bath_blind_stored') }}
The full documentation of all parameters are in the inline 'docu' project.
The widget was inspired by Jörg Gutowski.