Dashticz Beta 2.5.3 has been released today.
New functionality
Now it's possible to show the OpenWeatherMap forecast in days instead of 3 hour period. You enable this by setting the following parameter in CONFIG.js:
You can select whether to show the minimum temperature for each day with:
- Configure forced refresh of images and frames
Currently images and frames are being refreshed in the background. Sometimes the caching behaviour of the browser prevents refresh of the data. To prevent caching Dashticz automatically adds a parameter with current time info to the URL. This however generated errors from websites that don't expect this additional parameter. For that reason a new parameter 'forcerefresh' has been introduced that controls this caching-prevention mechanism. You can add it to the button and frame definitions. Default value is 'false'. Example:
Code: Select all
buttons.buienradar = { forcerefresh:true, key: 'buienradar', width:12, isimage:true, refresh:60000, refreshiframe:60000, image: 'http://api.buienradar.nl/image/1.0/RadarMapNL?w=256&h=256', url:'https://gadgets.buienradar.nl/gadget/zoommap/?lat=52.06022&lng=4.39288&overname=2&zoom=13&naam=2496hx&size=5&voor=1', framewidth:580, frameheight: 520};
This might introduce regression: If you encounter images and/or frames not being refreshed, then please add the forcerefresh:true parameter to your button/frame definition
Bug fixes
- Garbage provider 'Ophaalkalender' (BE)
Upgrade
For upgrade instructions see the Wiki:
https://www.domoticz.com/wiki/Dashticz_ ... ta_release