Full list of changes can be found here:
https://dashticz.readthedocs.io/en/mast ... index.html
Enhancements:
* New Dashticz config parameter 'swiper_touch_move' to disable/enable swiping the screen on touch
* Graph: The 'today' button now shows the full day data. The range 'day'still exists as well, which still can be used in custom graphs.
* Add support for device with subtype 'Current'
* Popup graphs enabled by default for most block types. To disable a popup graph, add graph: false to the block definition.
* New colorpicker for RGB devices, including support for whites. The no_rgb setting is absolete.
* Domoticz textblocks, traffic, trafficinfo, longfonds and public transport now support the block parameters url, newwindow, forcerefresh and password giving it the same behavior as a button if you want to open an url on click.
Updates
* Update FontAwesome to 5.14.0
* Update to jQuery 3.5.1
Fixes
* Camera block
* Garbage: Ophaalkalender (BE) doesn't work anymore. It has been replaced by recycleapp.
* Security panel home symbol.
* Garbage: Meerlanden switched to ximmio as garbage data provider
* Garbage: Fixed method to retrieve data from mijnafvalwijzer
* Fixed use_favorites config setting. Changed default to false, meaning all devices will be available for Dashticz.
* Remove CORS for OWM data
* Fix for Omrin garbage provider
* Fix for Venlo garbage provider
* Change traffic info provider for traffic block
Remark 1
In case devices disappear with 3.6, then probably you've set the config setting 'use_favorites' to true.
To fix this, remove the setting from your CONFIG.js, or set it to false:
Code: Select all
config['use_favorites'] = false
In case your custom graph is not working, then probably you have to add the device id as sub-index to the device value in the data part.
Check the following for an example:
https://dashticz.readthedocs.io/en/mast ... tom-graphs