Page 5 of 9

Re: WIP - Dashticz - Alternative Dashboard

Posted: Wednesday 15 July 2015 16:54
by robgeerts
I'm also running it from a Windows-pc (Win 8.1) and works, but, do you get any errors?
Could you open the console (in your browser, CTRL+SHIFT+J in Google Chrome) and see if it shows any errors?

Re: WIP - Dashticz - Alternative Dashboard

Posted: Wednesday 15 July 2015 16:56
by jjnj

Re: WIP - Dashticz - Alternative Dashboard

Posted: Wednesday 15 July 2015 17:03
by robgeerts
The console shows you it cant find the files requested...
You are trying to open Dashticz in a subfolder /dash but it is looking for some files in the root.

Try adding this line in index.html (open with notepad) right after <head>:

Code: Select all

<base href="http://192.168.2.19:8080/dash/" />
Hope this will fix your problem for now..

Re: WIP - Dashticz - Alternative Dashboard

Posted: Wednesday 15 July 2015 17:23
by jjnj
robgeerts wrote:The console shows you it cant find the files requested...
You are trying to open Dashticz in a subfolder /dash but it is looking for some files in the root.

Try adding this line in index.html (open with notepad) right after <head>:

Code: Select all

<base href="http://192.168.2.19:8080/dash/" />
Hope this will fix your problem for now..
That did the trick!! Thanks :)

Re: WIP - Dashticz - Alternative Dashboard

Posted: Sunday 13 September 2015 16:14
by wilmardo
First, thanks for the cool dashboard!
I installed it yesterday and I like it very much but I would like to use it on my tablet but the dash would not load? I see nothing but a white page, I see no errors in my Nginx log and the dash loads fine on desktop.
Do you have a clue what could cause that? I tried the remote debugging through Chrome but my phone is not seen in chrome://inspect. If you would like the output of the console I could borrow someones phone and try it again.
I do not know if this is the right place to suggest a functionality but I would like to see the 'Actuele vertrektijden' from the NS api (http://www.ns.nl/api/home) on my dash. So if my train is delayed I could see it directly on my tablet on the wall :)

Re: WIP - Dashticz - Alternative Dashboard

Posted: Sunday 13 September 2015 21:48
by drogert
Nice! I installed it and it looked really cool. I did notice my normal dashboard was slower when the other was running. Also.. How did you get the buienradar widget? I have Forecast IO installed but I think I would like buienradar too!

Thanks and keep up the good work

Re: WIP - Dashticz - Alternative Dashboard

Posted: Tuesday 15 September 2015 11:58
by gdelaat
I've made some changes to dashtics.js in order to re-activate the display of buienradar. I've added the following code on line 134 (I'm not familiar with GitLab, so I'm posting my info here :) ):

Code: Select all

						
						$.ajax({
							url: _HOST_DOMOTICZ+'/json.htm?type=command&param=getconfig&jsoncallback=?',
							type: 'GET',async: false,contentType: "application/json",dataType: 'jsonp',
							success: function(data) {
								_LATITUDE = data.Latitude;
								_LONGITUDE = data.Longitude;
							}
						});

Re: WIP - Dashticz - Alternative Dashboard

Posted: Thursday 01 October 2015 22:08
by Patrick
Nice dashboard, but if I try to display it on my iPad1 the sliders are not displaying correctly. Also the pop-up showing the camera is to big for the screen. Is there a way to fix this?

Re: WIP - Dashticz - Alternative Dashboard

Posted: Tuesday 10 November 2015 22:54
by Tommertom
Hi

I am not sure if there is still development on this tool, but after looking at the alternatives in this forum (appoticz, dashicz, themes on defaul UI) I would like to use it to some development myself as the setup is actually quite nice and the code comprehensible.

I would like to extend it to do the following in order to improve my WAF for this beautiful hobby:

1- blocks in different sizes, pending content, pretty responsive for tablet and mobile devices
2- no graphs in the overall dashboard (see 4)
3- buttons and sliders etc on the panels, not as panel footer as currently implemented
4- the panel background clickable which leads to a deep-dive panel showing more detail (for instance, elaborate info on weather, graphs, etc.). I already created a panel using the xml feed for detailed weather info and news.
5- adding blocks through virtual devices ("text device") for weather, sonos, and all other required blocks not related to domoticz devices (such as nzb, wunderground, etc.)
6- changing the edit mode - block configuration through preamble in name of device - if the name starts with underscore, it will be allowed in the dashboard (I regard the domoticz UI as a administrator panel, not a user panel). Sorting should remain.
7- multi user support for 6.

A long list and I want to start with the first 4 of which 1,2,3 are easy and already done. For 4 I need to find out how to make the background of a panel clickable without losing the click function on the buttons on the panel itself. Anyone knows how?

Once it seems to work out well, I will be happy to share.

Regards

Tom

Re: WIP - Dashticz - Alternative Dashboard

Posted: Wednesday 09 December 2015 22:03
by Ingmar
Is this still in development?

I only get a white screen... console says the following:
error.JPG
error.JPG (27.18 KiB) Viewed 6896 times

I've installed Dashticz on my Synology NAS. What is wrong?

Gr. Ingmar

Re: WIP - Dashticz - Alternative Dashboard

Posted: Saturday 12 December 2015 18:08
by klontje
Same here, just a white screen and base url is set correct.

Re: WIP - Dashticz - Alternative Dashboard

Posted: Sunday 13 December 2015 21:56
by robgeerts
Currently I'm not actively developing on Dashticz. Although, I'm checking regularly for any replies on this topic and when needed, I'll reply or will find a solution.
Has Dashticz worked in the past for the both of you?

Re: WIP - Dashticz - Alternative Dashboard

Posted: Monday 14 December 2015 14:27
by Ingmar
Nope, it's a first time try for me. It looks and sounds good so want to give it a go :)

Do you still have plans to develop it further Rob?

Re: WIP - Dashticz - Alternative Dashboard

Posted: Monday 14 December 2015 14:32
by robgeerts
Could you give me a printscreen of the network-tab in console?
One of the requests will be red..

I try to develop some more on Dashticz but unfortunately I do not have any spare time at the moment...

Re: WIP - Dashticz - Alternative Dashboard

Posted: Tuesday 15 December 2015 20:05
by Ingmar
See below the screenshot of the network tab. I can't see anything red to be honest...

Time is always a precious thing, we're happy with whatever you manage to put into Dashticz :D
Network.png
Network.png (248.33 KiB) Viewed 6756 times

Re: WIP - Dashticz - Alternative Dashboard

Posted: Sunday 13 March 2016 16:16
by jfhautenauven
Hello,

I'm new to this forum. Been interested in a while in alternative dashboards for Domoticz;

I've been recently working on the code of Dashticz and did the following so far :

- Added translation to French
- Modified texts that were in Dutch to move them to the translation files

Is anyone still interested in this stuff or am I the only one?

I would be glad to contribute to the project

Re: WIP - Dashticz - Alternative Dashboard

Posted: Sunday 13 March 2016 16:39
by gizmocuz
jfhautenauven wrote:Hello,

I'm new to this forum. Been interested in a while in alternative dashboards for Domoticz;

I've been recently working on the code of Dashticz and did the following so far :

- Added translation to French
- Modified texts that were in Dutch to move them to the translation files

Is anyone still interested in this stuff or am I the only one?

I would be glad to contribute to the project
besides the custom theme, translation work is always appreciated.

The theme'ing stuff in domoticz is still not where it should be, so unless this is fixed, it makes not a real difference how domoticz looks like
As i always say, try to theme your cisco router... .... thats a no

Re: WIP - Dashticz - Alternative Dashboard

Posted: Sunday 13 March 2016 16:45
by jfhautenauven
Well, theming a Cisco sounds odd lol

I guess I could be of some use at some point, but I'm C# .Net Senior dev who knows very little about js ...

Anyways, I think that it's Rob Geerts who does the stuff for dashticz? (not domoticz, the Dashticz frontpage) , so maybe we could arrange something so that I could post code on his repo?

Or is there another place where I could do it?

ps : I don't want to steal anything from anyone, just trying to help here ... got some time for the moment, so ...

Re: WIP - Dashticz - Alternative Dashboard

Posted: Sunday 01 May 2016 11:29
by inbedrijf
Awesome skin, and got it working on mij server. but i also have this problem : 2- no graphs in the overall dashboard. Is there a solution for this problem?

Re: WIP - Dashticz - Alternative Dashboard

Posted: Sunday 15 May 2016 11:12
by inbedrijf
Anybody?