Dashticz - General Discussions
Moderators: leecollings, htilburgs, robgeerts
-
- Posts: 1273
- Joined: Saturday 24 January 2015 22:12
- Target OS: NAS (Synology & others)
- Domoticz version: 3.7067
- Location: NL
- Contact:
Re: New Dashboard Design v2, custom positioning and multiple screens
Sorry, previous was not a reply to you, kowee. But, kowee, coukd you send me the complete graph output? (Pm)
-
- Posts: 62
- Joined: Thursday 29 December 2016 18:17
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Location: Finland
- Contact:
Re: New Dashboard Design v2, custom positioning and multiple screens
Just to check, did you remove comments from custom positioning part?JoshDinsdale wrote:Hey Guys
Im very new to this, discovered this project just yesterday. Im having some issues getting devices to show. If i have var _USE_AUTO_POSITIONING and var _USE_FAVORITES set as true, i get some favorites show, however if i try and do it manually i cant get anything to show. Weather and clock stuff is fine.
Any suggestions?
Code: Select all
/*
CUSTOM POSITIONING:
...
//screens[2]['columns'] = [4,5,6]
*/
- EdwinK
- Posts: 1820
- Joined: Sunday 22 January 2017 21:46
- Target OS: Raspberry Pi / ODroid
- Domoticz version: BETA
- Location: Rhoon
- Contact:
Re: New Dashboard Design v2, custom positioning and multiple screens
Would like that too.
Running latest BETA on a Pi-3 | Toon® Thermostat (rooted) | Hue | Tuya | IKEA tradfri | Dashticz V3 on Lenovo Huawei Tablet | Conbee
-
- Posts: 89
- Joined: Friday 09 October 2015 17:40
- Target OS: Linux
- Domoticz version:
- Contact:
Re: New Dashboard Design v2, custom positioning and multiple screens
Sorry, i saw you already asnwered him but for those who don't know how to ouput the graphs
http://domoticz:domoticzport/json.htm?type=graph&sensor=counter&idx=--insert-idx--here--&range=day
http://domoticz:domoticzport/json.htm?type=graph&sensor=counter&idx=--insert-idx--here--&range=day
-
- Posts: 722
- Joined: Friday 02 October 2015 12:12
- Target OS: Raspberry Pi / ODroid
- Domoticz version: beta
- Location: Finland
- Contact:
Re: New Dashboard Design v2, custom positioning and multiple screens
I did a git pull after I saw your message about the fix earlier today. It updated at least two files. But it did not change the situation for my dasboard unfortunately. Could it be about the device types I have as favorites? Some RGB dimmers, selector switches etc. (also normal temp/hum sensors)?robgeerts wrote: When did you download it?
I fixed one issue regarding this, this afternoon..
-
- Posts: 1273
- Joined: Saturday 24 January 2015 22:12
- Target OS: NAS (Synology & others)
- Domoticz version: 3.7067
- Location: NL
- Contact:
Re: New Dashboard Design v2, custom positioning and multiple screens
Well, you should at least see something...
Does console (F12) give you an error?
Does console (F12) give you an error?
-
- Posts: 722
- Joined: Friday 02 October 2015 12:12
- Target OS: Raspberry Pi / ODroid
- Domoticz version: beta
- Location: Finland
- Contact:
Re: New Dashboard Design v2, custom positioning and multiple screens
Well, now I have to say I have no idea what happened. I did several "empty cache and hard reloads" after the last git pull, but the issue remained. I checked the console for errors yesterday and there was something but at the time it seemed like it was not the source of the problems and forgot already what it was. Now as I wanted to check again if there is anything I did one normal reload and vóila - all the favorite devices are thererobgeerts wrote:Well, you should at least see something...
Does console (F12) give you an error?
Now that this seems to be solved, need to ask if there is some way to change the display name for WU widget? My WU location name for where I live is not very descriptive, it's "pws:NAMEOFTOWN18" and I'd like to show there just "NAMEOFTOWN"..
-
- Posts: 1273
- Joined: Saturday 24 January 2015 22:12
- Target OS: NAS (Synology & others)
- Domoticz version: 3.7067
- Location: NL
- Contact:
Re: New Dashboard Design v2, custom positioning and multiple screens
Later tonight, i'm going to push a new version, with bugfixes reported in this forum.
Please hold on
Please hold on
-
- Posts: 3
- Joined: Wednesday 12 April 2017 20:02
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: New Dashboard Design v2, custom positioning and multiple screens
Great dashboard but....
i can't install (noob)
Were do i put the files??
i can't install (noob)
Were do i put the files??
-
- Posts: 1273
- Joined: Saturday 24 January 2015 22:12
- Target OS: NAS (Synology & others)
- Domoticz version: 3.7067
- Location: NL
- Contact:
Re: New Dashboard Design v2, custom positioning and multiple screens
Download the files and place them in a subfolder of the www of Domoticz (or, if you want in a folder on your desktop.
Copy CONFIG-DEFAULT.JS to CONFIG.js and edit this file to fit your needs.
After that, call index.html (including the complete path to that file) in your browser.
For example: http://path.to.domoticz:8080/dashboard/index.html
Copy CONFIG-DEFAULT.JS to CONFIG.js and edit this file to fit your needs.
After that, call index.html (including the complete path to that file) in your browser.
For example: http://path.to.domoticz:8080/dashboard/index.html
-
- Posts: 28
- Joined: Thursday 14 January 2016 20:22
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: New Dashboard Design v2, custom positioning and multiple screens
Can you share your config.js, especially the part which contain the 'IsItGonnaRain' script?. I want to know how to achieve this within my dashboard.SwordFish wrote:(..)
I added the white one with Photoshop and rename the white one.
As for the buienradar, it is a script that I found on the forum that reports if its gone rain within 15 min.
-
- Posts: 278
- Joined: Sunday 14 December 2014 12:28
- Target OS: Raspberry Pi / ODroid
- Domoticz version: V4.11375
- Contact:
Re: New Dashboard Design v2, custom positioning and multiple screens
It's just a IDX I filled in?axelbaas wrote:Can you share your config.js, especially the part which contain the 'IsItGonnaRain' script?. I want to know how to achieve this within my dashboard.SwordFish wrote:(..)
I added the white one with Photoshop and rename the white one.
As for the buienradar, it is a script that I found on the forum that reports if its gone rain within 15 min.
Verzonden vanaf mijn iPhone met Tapatalk
-
- Posts: 3
- Joined: Wednesday 12 April 2017 20:02
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: New Dashboard Design v2, custom positioning and multiple screens
robgeerts wrote:Download the files and place them in a subfolder of the www of Domoticz (or, if you want in a folder on your desktop.
Copy CONFIG-DEFAULT.JS to CONFIG.js and edit this file to fit your needs.
After that, call index.html (including the complete path to that file) in your browser.
For example: http://path.to.domoticz:8080/dashboard/index.html
Is there a possibility that i go back to the normall domoticz?
It worked but i don't have any sensor/switches programmed.
- EdwinK
- Posts: 1820
- Joined: Sunday 22 January 2017 21:46
- Target OS: Raspberry Pi / ODroid
- Domoticz version: BETA
- Location: Rhoon
- Contact:
Re: New Dashboard Design v2, custom positioning and multiple screens
just skip the /dashbord part of the link Rob has given
Running latest BETA on a Pi-3 | Toon® Thermostat (rooted) | Hue | Tuya | IKEA tradfri | Dashticz V3 on Lenovo Huawei Tablet | Conbee
-
- Posts: 1273
- Joined: Saturday 24 January 2015 22:12
- Target OS: NAS (Synology & others)
- Domoticz version: 3.7067
- Location: NL
- Contact:
Re: New Dashboard Design v2, custom positioning and multiple screens
I suspect you've overwritten your normal Domoticz index.html and did not place it in a subfolder?shadowland wrote:robgeerts wrote:Download the files and place them in a subfolder of the www of Domoticz (or, if you want in a folder on your desktop.
Copy CONFIG-DEFAULT.JS to CONFIG.js and edit this file to fit your needs.
After that, call index.html (including the complete path to that file) in your browser.
For example: http://path.to.domoticz:8080/dashboard/index.html
Is there a possibility that i go back to the normall domoticz?
It worked but i don't have any sensor/switches programmed.
If yes, re-download Domoticz (or is there an easier way?)
If no, remove the path to subfolder in the URL as Edko66 said
-
- Posts: 3
- Joined: Wednesday 12 April 2017 20:02
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: New Dashboard Design v2, custom positioning and multiple screens
Yes hahahah but it was a clean install, i think i know the problem now!robgeerts wrote:I suspect you've overwritten your normal Domoticz index.html and did not place it in a subfolder?shadowland wrote:robgeerts wrote:Download the files and place them in a subfolder of the www of Domoticz (or, if you want in a folder on your desktop.
Copy CONFIG-DEFAULT.JS to CONFIG.js and edit this file to fit your needs.
After that, call index.html (including the complete path to that file) in your browser.
For example: http://path.to.domoticz:8080/dashboard/index.html
Is there a possibility that i go back to the normall domoticz?
It worked but i don't have any sensor/switches programmed.
If yes, re-download Domoticz (or is there an easier way?)
If no, remove the path to subfolder in the URL as Edko66 said
-
- Posts: 28
- Joined: Thursday 14 January 2016 20:22
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: New Dashboard Design v2, custom positioning and multiple screens
Hmm.. Mine is shown as a normal switch..SwordFish wrote:It's just a IDX I filled in?axelbaas wrote:Can you share your config.js, especially the part which contain the 'IsItGonnaRain' script?. I want to know how to achieve this within my dashboard.SwordFish wrote:
Tried both Text and Light/switch;
Code: Select all
IsItGonnaRain General Text Geen regen verwacht binnen komende 15 minuten
Regen verwacht Light/Switch Switch Off
-
- Posts: 1273
- Joined: Saturday 24 January 2015 22:12
- Target OS: NAS (Synology & others)
- Domoticz version: 3.7067
- Location: NL
- Contact:
Re: New Dashboard Design v2, custom positioning and multiple screens
Text should work
Sometimes, your browser cache is the problem, try pressing CTRL + F5 at the same time... (or clear your cache)
Sometimes, your browser cache is the problem, try pressing CTRL + F5 at the same time... (or clear your cache)
- EdwinK
- Posts: 1820
- Joined: Sunday 22 January 2017 21:46
- Target OS: Raspberry Pi / ODroid
- Domoticz version: BETA
- Location: Rhoon
- Contact:
Re: New Dashboard Design v2, custom positioning and multiple screens
axelbaas wrote: Hmm.. Mine is shown as a normal switch..
Tried both Text and Light/switch;Code: Select all
IsItGonnaRain General Text Geen regen verwacht binnen komende 15 minuten Regen verwacht Light/Switch Switch Off
Is it one of the scripts on this page? https://www.domoticz.com/forum/viewtopi ... =38&t=5903
Running latest BETA on a Pi-3 | Toon® Thermostat (rooted) | Hue | Tuya | IKEA tradfri | Dashticz V3 on Lenovo Huawei Tablet | Conbee
- gielie
- Posts: 290
- Joined: Tuesday 12 January 2016 11:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version: latest β
- Location: The Netherlands (Alkmaar)
- Contact:
Re: New Dashboard Design v2, custom positioning and multiple screens
HI all, first this dashboard is really great, this what i have thus far.
One thing i can't get to work is a live feed of the webcam.
this is the code i have used.
Can some one help to get an live feed instead of a static picture.
One thing i can't get to work is a live feed of the webcam.
this is the code i have used.
Code: Select all
buttons.webcam = {width:12, isimage:true, image: 'http://192.168.1.128:9595/cgi-bin/CGIProxy.fcgi?cmd=snapPicture2&usr=user&pwd=password&'}
- Aeon Labs USB Stick met Z-wave plus
- Aeotec MultiSensor 6
- FIBARO FGS223
- FIBARO FGWPE Wall Plug
- Neo CoolCam Power plug
- Popp Smoke Detector
- Toon
- Kodi Media Server
- Aeotec MultiSensor 6
- FIBARO FGS223
- FIBARO FGWPE Wall Plug
- Neo CoolCam Power plug
- Popp Smoke Detector
- Toon
- Kodi Media Server
Who is online
Users browsing this forum: No registered users and 0 guests