Dashticz V3 has been born.
Github location:
https://github.com/dashticz/dashticz
Documentation:
https://dashticz.readthedocs.io
Dashticz V3 is a fork of Dashticz V2.
It contains the same functionality as Dashticz V2 of 15-6-2019. The open PRs have been merged. A beta branch as well as master branch have been created.
I hope Dashticz V3 will give a solid base for future development work on Dashticz.
List of changes:
New functionality:
* Change in forcerefresh parameter of a button to support cheap Chinese webcams.
* Support for TempBaro device
* Sizing the y-axis of the graph to relevant data
* Adding possibility to draw graph data for Qubino ZMNHTDx Smart meter
* Add bar graph type option.
* Streamplayer: Add class when in playing state to enable styling via custom.css
* Radio streaming image (radio-streaming.png)
Fixes:
* Make index2.html consistent with index.html
* Streamplayer error handling
Upgrading
If you upgrade from Dashticz_v2:
Clone the Dashticz repository:
Code: Select all
git clone https://github.com/dashtic/dashticz
Code: Select all
cp dashticz_v2/custom/CONFIG.js dashticz/custom
cp dashticz_v2/custom/custom.css dashticz/custom
cp dashticz_v2/custom/custom.js dashticz/custom
Code: Select all
sudo ln -s $(pwd)/dashticz/ /var/www/html
http://[IP-ADDRESS]/dashticz
Automatic installation script
The beta-branch contains an automatic installation script.
I need some beta testers to make the script more robust. I will create a new forum topic for this.
Enjoy.