Dashticz - Development has resumed - Testers wanted

Moderator: leecollings

Post Reply
User avatar
jfhautenauven
Posts: 17
Joined: Sunday 13 March 2016 16:09
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Location: Belgium
Contact:

Dashticz - Development has resumed - Testers wanted

Post by jfhautenauven »

Dashticz development has resumed ! :D :D

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 8-)
- 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. :D :D

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
User avatar
jfhautenauven
Posts: 17
Joined: Sunday 13 March 2016 16:09
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Location: Belgium
Contact:

Re: Dashticz - Development has resumed - Testers wanted

Post by jfhautenauven »

Here attached, pictures of the new wunderground graphs + french translation
Attachments
Capture7.JPG
Capture7.JPG (30.15 KiB) Viewed 3403 times
Capture5.JPG
Capture5.JPG (171.74 KiB) Viewed 3403 times
Capture4.JPG
Capture4.JPG (111.09 KiB) Viewed 3403 times
User avatar
jfhautenauven
Posts: 17
Joined: Sunday 13 March 2016 16:09
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Location: Belgium
Contact:

Re: Dashticz - Development has resumed - Testers wanted

Post by jfhautenauven »

I'm also open to suggestions of improvement or new feature requests :D
NietGiftig
Posts: 121
Joined: Sunday 11 October 2015 8:50
Target OS: Raspberry Pi / ODroid
Domoticz version: V3.6224
Location: Holland
Contact:

Re: Dashticz - Development has resumed - Testers wanted

Post by NietGiftig »

jfhautenauven wrote:Dashticz development has resumed ! :D :D

You can find the repository here :
https://gitlab.com/robgeerts/Dashticz
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
RPI-2 + SSD / ESPEasy Sensors & Switches / Sonoff / RFLink / Action Switches / TP-Link switch / Node-Red / Reacticz
User avatar
jfhautenauven
Posts: 17
Joined: Sunday 13 March 2016 16:09
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Location: Belgium
Contact:

Re: Dashticz - Development has resumed - Testers wanted

Post 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.
deennoo
Posts: 784
Joined: Wednesday 10 December 2014 13:06
Target OS: Linux
Domoticz version: beta
Location: Bordeaux France
Contact:

Re: Dashticz - Development has resumed - Testers wanted

Post by deennoo »

Will try it, if this light enough for my old HP touchpad it can be adopted
Domoticz stable 3.5877 for real & Domoticz beta for test
Rfxtrxe / RFLink / Milight / Yeelight / Tasmota / MQTT / BLE / Zigate
http://domo-attitude.fr
User avatar
jfhautenauven
Posts: 17
Joined: Sunday 13 March 2016 16:09
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Location: Belgium
Contact:

Re: Dashticz - Development has resumed - Testers wanted

Post 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. ;)
zwaffie
Posts: 6
Joined: Sunday 10 January 2016 21:40
Target OS: -
Domoticz version:
Contact:

Re: Dashticz - Development has resumed - Testers wanted

Post 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?
robgeerts
Posts: 1273
Joined: Saturday 24 January 2015 22:12
Target OS: NAS (Synology & others)
Domoticz version: 3.7067
Location: NL
Contact:

Re: Dashticz - Development has resumed - Testers wanted

Post by robgeerts »

@zwaffie, is your Domoticz protected with a password? If yes, you have to add the credentials in the config as well:

Code: Select all

var _HOST_DOMOTICZ      = 'http://user:[email protected]:8080';
@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
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest