Enhancements
* Websocket interface for Domoticz version > 4.11000 to receive instant device updates.
* graph and multigraph have been combined into the same graph block. Several bug fixes and enhancements.
In case you update from 3.3.5 beta: The parameter 'multigraphTypes' has been replaced by 'graphTypes'
* The News block will show the inline images. By setting the news block parameter 'showimages: false' the inline images will be hidden.
Optimizations
* Dashticz will only receive the updates for devices that changed since the previous update. This will increase responsiveness. In the previous version Dashticz received all device info at every update (default 5 second cycle).
News
Newsblock with inline images: Websocket
The Websocket connection is only supported by the Domoticz development branch. If you update your Domoticz version make a backup first! The Domoticz development branch might give issues on your system, and you cannot downgrade your Domoticz database.
Websocket connection in action:
EDIT
The websocket connection seems to give problems on some systems. If you encounter issues, you can disable the websocket connection by adding the following to CONFIG.js:
Code: Select all
config['enable_websocket'] = 0