Dashticz - Alternative Dashboard
Moderator: leecollings
-
- Posts: 8
- Joined: Monday 16 June 2014 13:29
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: WIP - Dashticz - Alternative Dashboard
Ok thx a lot for your work!
Re: WIP - Dashticz - Alternative Dashboard
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?.
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 (19.31 KiB) Viewed 5813 times
-
- 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
very nice indeed wil try it
it looks very interesting and easy to use
greetz Bob
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
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
-
- 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
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!
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
Aeon-Labs stick with 23 z-wave devices, RFXtrx with 14 devices, Netatmo with 6 modules, Satel Integra, Instar IP Camera
-
- Posts: 24
- Joined: Tuesday 16 July 2013 10:12
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Contact:
Re: WIP - Dashticz - Alternative Dashboard
Try http://<IP domoticz>:<port>/dash
-
- 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
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
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
Aeon-Labs stick with 23 z-wave devices, RFXtrx with 14 devices, Netatmo with 6 modules, Satel Integra, Instar IP Camera
-
- 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
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
Aeon-Labs stick with 23 z-wave devices, RFXtrx with 14 devices, Netatmo with 6 modules, Satel Integra, Instar IP Camera
-
- 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
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
Hope all works well for now, if you have any further questions, add a reply
-
- Posts: 5
- Joined: Sunday 05 October 2014 10:53
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: WIP - Dashticz - Alternative Dashboard
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.
-
- 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
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?
What are the contents of your _CONFIG.JS?
If you open javascript console in your webbrowser, do you get any errors?
-
- Posts: 5
- Joined: Sunday 05 October 2014 10:53
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: WIP - Dashticz - Alternative Dashboard
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!
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!
-
- 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
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...
- 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
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?
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?
-
- 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
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.
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.
-
- 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
Some goods news, one user has just confirmed the white screen was gone after the last update!
-
- Posts: 3
- Joined: Thursday 12 March 2015 13:45
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: WIP - Dashticz - Alternative Dashboard
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!
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!
-
- 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
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.
You can always remove the dashticz_theme variable on the UserVariables page of Domoticz.
-
- Posts: 3
- Joined: Thursday 12 March 2015 13:45
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: WIP - Dashticz - Alternative Dashboard
Thank you so much! It's all default again. I didn't know of that page in Domoticz. Learning everyday .
-
- Posts: 5
- Joined: Sunday 05 October 2014 10:53
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: WIP - Dashticz - Alternative Dashboard
Hi Rob, I can confirm this as well problem solved and many thanks!robgeerts wrote:Some goods news, one user has just confirmed the white screen was gone after the last update!
Who is online
Users browsing this forum: No registered users and 1 guest