Page 1 of 1
Dashticz - Development has resumed - Testers wanted
Posted: Monday 14 March 2016 9:13
by jfhautenauven
Dashticz development has resumed !
So far, I debugged this :
- Blockorder of the little tiles with switches etc is now working correctly
- Fixed the "delay" in slider refresh that caused a withe textbox to display for a while before slider is displayed back again
- Some performance improvement for the ajax requests
And I added these features :
- French translation
- Translation fixes to remove some dutch hardcoded labels
- Wundergrund graphs can now be seen in the graph tabs
I am currently looking for testers and maybe some help also, I'm a bit rusted in javascript etc (been doing C# only for the 5 last years), so any technical expertise in javascript would be welcome.
You can find the repository here :
https://gitlab.com/robgeerts/Dashticz
Latest changes have been made in the BETA branch of the project so if you want to test new features and fixups, please pull the BETA branch
Re: Dashticz - Development has resumed - Testers wanted
Posted: Monday 14 March 2016 9:17
by jfhautenauven
Here attached, pictures of the new wunderground graphs + french translation
Re: Dashticz - Development has resumed - Testers wanted
Posted: Monday 14 March 2016 9:39
by jfhautenauven
I'm also open to suggestions of improvement or new feature requests
Re: Dashticz - Development has resumed - Testers wanted
Posted: Monday 14 March 2016 14:38
by NietGiftig
I like the pictures, looks like nice skin
Only I am a little cautious because the original maintainer did not do anything but 1 commit since 16-5-2015
Now I see a new name under the old github account.
I do not want to spent time on something that has a short lifespan and little support from the developer.
I myself have to little knowledge to change things in the code
Re: Dashticz - Development has resumed - Testers wanted
Posted: Monday 14 March 2016 19:23
by jfhautenauven
Thanks for the comment.
I know the original developper has not been very active since then.
I, myself am a developper but not a javascript developper. I'm a C# developper. So technical stuff of JS is a bit wizardry for me at the moment but I learn it really quick.
I patched some issues and intend to give this project my support and time when I'm not at work.
It's up to people to help by testing of helping me develop it . I think this project has a lot of potential and is so far one of the best looking Dashboards "OOTB" I've seen around here.
Re: Dashticz - Development has resumed - Testers wanted
Posted: Monday 14 March 2016 20:10
by deennoo
Will try it, if this light enough for my old HP touchpad it can be adopted
Re: Dashticz - Development has resumed - Testers wanted
Posted: Monday 14 March 2016 20:21
by jfhautenauven
It should be running decently, even tough I have to improve performance of it because of Synchronous stuff here and there is the code.
If you do not use tons of graphs in the dashboard, the performance should be decent.
For example, here with the system info graphs active and the wunderground graphs, the page first loads in +/- 5secs
Then every refresh takes less and 500ms
I will try to improve the performance later on, but I'm still trying to understand what the first developper did and why he did it. Not always easy to get inside someone else's code.
Re: Dashticz - Development has resumed - Testers wanted
Posted: Tuesday 28 June 2016 18:48
by zwaffie
hello,
I'am new to all of this. But with a lot of reading trial en error I managed a lot.
Next thing that i want is to have a dashticz dashboard.
I downloaden the zip file en putted in the 'domoticz' 'www' dashticz folder (unzipped files of course).
In de config.js I wrote the next thing:
Code: Select all
//GENERAL HOSTS
var _HOST_DOMOTICZ = 'http://192.168.1.111:8080'; //IP-address of Domoticz-server, e.g.: http://192.168.1.111:8080
var _HOST_NZBGET = 'http://192.168.1.3:6789/jsonrpc';
//HOSTS IF DASHTICZ IS INSTALLED ON A WEBSERVER WITH PHP-SUPPORT
var _HOST_XBMC = 'http://192.168.1.103:8080'; //IP-address of XBMC/Kodi device, e.g.: http://192.168.1.103:8080
var _HOST_JOINTSPACE = '';//http://192.168.1.51:1925'; //IP-address for televisions supported by JointSpace, e.g.: http://192.168.1.51:1925
var _HOST_PLEX = '';//http://192.168.1.28:32400';
If I go to 192.168.1.111:8080/dashticz I get domoticz offline
If i go to 192.168.1.111:8080 I got the normal dashboard.
Can someone please help me with this?
Re: Dashticz - Development has resumed - Testers wanted
Posted: Friday 08 July 2016 0:10
by robgeerts
@zwaffie, is your Domoticz protected with a password? If yes, you have to add the credentials in the config as well:
@ALL, developer @jfhautenauven asked my permission to add changes/features to my original code because I had too little time to spend on Dashticz.
From now on we will both do our best to fix bugs and add features. Please continue replying in the original thread at
http://domoticz.com/forum/viewtopic.php ... 830#p32830