Dashticz - Alternative Dashboard

Moderator: leecollings

Landry
Posts: 8
Joined: Monday 16 June 2014 13:29
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: WIP - Dashticz - Alternative Dashboard

Post by Landry »

Ok thx a lot for your work!
jesper
Posts: 6
Joined: Monday 29 December 2014 1:51
Target OS: Linux
Domoticz version:
Contact:

Re: WIP - Dashticz - Alternative Dashboard

Post by jesper »

Hi
I like the layout very much
Is it possible to get so more info on the sensor box like the image if yes how?.
Attachments
ImageHtml6.png
ImageHtml6.png (19.31 KiB) Viewed 5810 times
BigDog
Posts: 82
Joined: Tuesday 17 September 2013 13:59
Target OS: Raspberry Pi / ODroid
Domoticz version: V3.9269
Location: The Netherlands
Contact:

Re: WIP - Dashticz - Alternative Dashboard

Post by BigDog »

very nice indeed wil try it
it looks very interesting and easy to use

greetz Bob
1X Raspberry4B : Domoticz Version 2023.1 [Linux 5.10.63-v7l+ armv7l]
1X Conbee II : 2.25.3 - 26720700
1X RFXtrx433 USB Firmware:183
1X Mysensors Gateway 1.5 -3
6X ESP8266: Tosmota firmware
Zigbee : 6 Operators, 13 Sensors
Roncalli
Posts: 6
Joined: Tuesday 17 February 2015 21:37
Target OS: Raspberry Pi / ODroid
Domoticz version: beta
Location: Germany
Contact:

Re: WIP - Dashticz - Alternative Dashboard

Post by Roncalli »

Hi everyone,

This really looks great and I'd like to test it. Unfortunately I don't manage to get it up and running.

What I did:
- downloaded latest version from GitHub
- unzipped it
- copied everything into a new folder "dash" in Domoticz' "www" folder
- edited CONFIG.js in the "dash" folder with 'sudo nano' to:

//GENERAL HOSTS
var _HOST_DOMOTICZ = 'http://192.168.1.89:8080'; //IP-address of Domoticz-server, e.g.: http://192.168.1.3:8084

//HOSTS IF DASHTICZ IS INSTALLED ON A WEBSERVER WITH PHP-SUPPORT
var _HOST_XBMC = ''; //IP-address of XBMC/Kodi device, e.g.: http://192.168.1.109:8080
var _HOST_JOINTSPACE = ''; //IP-address for televisions supported by JointSpace, e.g.: http://192.168.1.51:1925

- saved and closed it

Where am I a now supposed to access the new dashboard? When I enter 192.168.1.89:8080 everything looks as usual...

Sorry for the noob question!
Domoticz Stable on RaspberryPi 3B+ running stretch-light
Aeon-Labs stick with 23 z-wave devices, RFXtrx with 14 devices, Netatmo with 6 modules, Satel Integra, Instar IP Camera
Luuc_a
Posts: 24
Joined: Tuesday 16 July 2013 10:12
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Contact:

Re: WIP - Dashticz - Alternative Dashboard

Post by Luuc_a »

Try http://<IP domoticz>:<port>/dash
Roncalli
Posts: 6
Joined: Tuesday 17 February 2015 21:37
Target OS: Raspberry Pi / ODroid
Domoticz version: beta
Location: Germany
Contact:

Re: WIP - Dashticz - Alternative Dashboard

Post by Roncalli »

Hmm, tried typing http://192.168.1.89:8080/dash into my browser (Safari).
Still I only get a white page. Any other ideas?

Thanx
Domoticz Stable on RaspberryPi 3B+ running stretch-light
Aeon-Labs stick with 23 z-wave devices, RFXtrx with 14 devices, Netatmo with 6 modules, Satel Integra, Instar IP Camera
Roncalli
Posts: 6
Joined: Tuesday 17 February 2015 21:37
Target OS: Raspberry Pi / ODroid
Domoticz version: beta
Location: Germany
Contact:

Re: WIP - Dashticz - Alternative Dashboard

Post by Roncalli »

Got it working now. Don't know what the problem was. Before I used my Mac to download and unzip. Now used my wife's Windows notebook. However, is running now and I'm testing. Cheers
Domoticz Stable on RaspberryPi 3B+ running stretch-light
Aeon-Labs stick with 23 z-wave devices, RFXtrx with 14 devices, Netatmo with 6 modules, Satel Integra, Instar IP Camera
robgeerts
Posts: 1273
Joined: Saturday 24 January 2015 22:12
Target OS: NAS (Synology & others)
Domoticz version: 3.7067
Location: NL
Contact:

Re: WIP - Dashticz - Alternative Dashboard

Post by robgeerts »

Sorry for the late response, was a bit busy for a week.
Hope all works well for now, if you have any further questions, add a reply :)
JHummelman
Posts: 5
Joined: Sunday 05 October 2014 10:53
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: WIP - Dashticz - Alternative Dashboard

Post by JHummelman »

Have the same issue as Roncalli. Followed exactly the same step by step plan, have changed the IP address to my Domoticz server but get a blank page. I have tried installing on the same webserver as my Domoticz install is running on as well as a separate webserver (with PHP) in my network. Same results unfortunately.
robgeerts
Posts: 1273
Joined: Saturday 24 January 2015 22:12
Target OS: NAS (Synology & others)
Domoticz version: 3.7067
Location: NL
Contact:

Re: WIP - Dashticz - Alternative Dashboard

Post by robgeerts »

Wich version are you using?
What are the contents of your _CONFIG.JS?
If you open javascript console in your webbrowser, do you get any errors?
JHummelman
Posts: 5
Joined: Sunday 05 October 2014 10:53
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: WIP - Dashticz - Alternative Dashboard

Post by JHummelman »

Opening the JS Console in Chrome says this:

Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check http://xhr.spec.whatwg.org/. (jquery.min.js:4)

I am running the release from 07-03-2015 (downloaded yesterday from Git)

Content of CONFIG.JS:

//GENERAL HOSTS
var _HOST_DOMOTICZ = 'http://192.168.1.10:8084'; //IP-address of Domoticz-server, e.g.: http://192.168.1.3:8084
var _HOST_NZBGET = 'http://192.168.1.10:6789/jsonrpc';

I deleted the lines below these as I don't use XBMC/KODI, but when they were still in the file it did not function either. Hope this helps! Thanks!
robgeerts
Posts: 1273
Joined: Saturday 24 January 2015 22:12
Target OS: NAS (Synology & others)
Domoticz version: 3.7067
Location: NL
Contact:

Re: WIP - Dashticz - Alternative Dashboard

Post by robgeerts »

Well, besides the fact you have to remove/jsonrpc from the url in the config I'm not seeing anything strange... What version of chrome do you use? Do you have Skype/Teamviewer? That way I will maybe be able to solve the problem faster...
User avatar
remb0
Posts: 499
Joined: Thursday 11 July 2013 22:21
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Location: The Netherlands
Contact:

Re: WIP - Dashticz - Alternative Dashboard

Post by remb0 »

Very nice! I use it and it's great.

However I have some ideas:
an block with buienradar (as grafic)
my xbmc is more offline as online so a popup isn't necessary
the charts on a different page
and below some icons to the other pages?
robgeerts
Posts: 1273
Joined: Saturday 24 January 2015 22:12
Target OS: NAS (Synology & others)
Domoticz version: 3.7067
Location: NL
Contact:

Re: WIP - Dashticz - Alternative Dashboard

Post by robgeerts »

Well, I tried a new block for Buienradar with a graphic-interface but the design didn't fit well the Dashticz-layout.
If you have want to propose a design, I would be glad to see one :)

But, if your XBMC-device is offline, there is no popup on the dashboard?
Or, if it is, could you send me a screenshot?

Last but not least, in the latest version, the charts are on a different page now :)
I also have tried a new fix for the white-page-error some users are getting, I hope it's fixed now.
I cannot really test this because on my pc I'm not getting this error.
robgeerts
Posts: 1273
Joined: Saturday 24 January 2015 22:12
Target OS: NAS (Synology & others)
Domoticz version: 3.7067
Location: NL
Contact:

Re: WIP - Dashticz - Alternative Dashboard

Post by robgeerts »

Some goods news, one user has just confirmed the white screen was gone after the last update!
TheDude
Posts: 3
Joined: Thursday 12 March 2015 13:45
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: WIP - Dashticz - Alternative Dashboard

Post by TheDude »

Hi,

First of all: I really like Dashticz. It is so simple and clean :). So thank you!
I do have a question though: I switched the theme from default to Darkoticz and I cannot find how to change it back to default. The header won't show with the Darkoticz theme.
From the source, dashticz.js, I figured that the preferences are stored in a 'uservars' object (from Domoticz?), so I manually set it again via the URL, but that didn't work.

What am I doin wrong? :p

Thanks!
robgeerts
Posts: 1273
Joined: Saturday 24 January 2015 22:12
Target OS: NAS (Synology & others)
Domoticz version: 3.7067
Location: NL
Contact:

Re: WIP - Dashticz - Alternative Dashboard

Post by robgeerts »

That's true, I added the menu last night and Darkoticz theme is not yet prepared for this...
You can always remove the dashticz_theme variable on the UserVariables page of Domoticz.
TheDude
Posts: 3
Joined: Thursday 12 March 2015 13:45
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: WIP - Dashticz - Alternative Dashboard

Post by TheDude »

Thank you so much! It's all default again. I didn't know of that page in Domoticz. Learning everyday :).
JHummelman
Posts: 5
Joined: Sunday 05 October 2014 10:53
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: WIP - Dashticz - Alternative Dashboard

Post by JHummelman »

robgeerts wrote:Some goods news, one user has just confirmed the white screen was gone after the last update!
Hi Rob, I can confirm this as well :) problem solved and many thanks!
robgeerts
Posts: 1273
Joined: Saturday 24 January 2015 22:12
Target OS: NAS (Synology & others)
Domoticz version: 3.7067
Location: NL
Contact:

Re: WIP - Dashticz - Alternative Dashboard

Post by robgeerts »

Great:)
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest