Dashticz - General Discussions
Moderators: leecollings, htilburgs, robgeerts
- EdwinK
- Posts: 1820
- Joined: Sunday 22 January 2017 21:46
- Target OS: Raspberry Pi / ODroid
- Domoticz version: BETA
- Location: Rhoon
- Contact:
Re: Dashticz v2.0, custom positioning and multiple screens
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: Dashticz v2.0, custom positioning and multiple screens
In the latest version, just released, you can use this in your config.js:Blueone wrote:Isn't it possible to call this url http://127.0.0.1/cgi-bin/screen_brightn ... ghtness=11 when this script is added by the user? If not, I can also create a simple HTML which can be put in the webserver which run's the cgi.robgeerts wrote:If you want the text to be white, add to custom.css:
I cannot use cgi in my scripts.Code: Select all
.standby .row { opacity:1 !important; }
I could make a setting that the dashboard has to call an url when going to standby.
Code: Select all
var _STANDBY_CALL_URL = 'http://127.0.0.1/cgi-bin/screen_brightness.cgi?brightness=11';
-
- Posts: 1273
- Joined: Saturday 24 January 2015 22:12
- Target OS: NAS (Synology & others)
- Domoticz version: 3.7067
- Location: NL
- Contact:
Re: Dashticz v2.0, custom positioning and multiple screens
Try adding this to custom.css:
Code: Select all
.col-data .title {
font-size:14px;
}
.col-data span {
font-size:16px;
}
-
- Posts: 20
- Joined: Saturday 04 June 2016 8:10
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz v2.0, custom positioning and multiple screens
Maybe the updated wiki can help you out? Check the last part with a couple of variables for custom icon en text settings This helped me out this morning.
Code: Select all
.fa.fa-lightbulb-o.on {
color: rgba(0,255,0,1)
}
.fa.fa-lightbulb-o.off {
color: rgb(255, 28, 133)
}
.fa-thermometer-half:before{
font-size: 24px;
font-weight: 1200;
color: rgb(255, 245, 0)
}
Last edited by Dingetje2004 on Saturday 15 April 2017 12:13, edited 2 times in total.
- EdwinK
- Posts: 1820
- Joined: Sunday 22 January 2017 21:46
- Target OS: Raspberry Pi / ODroid
- Domoticz version: BETA
- Location: Rhoon
- Contact:
Re: Dashticz v2.0, custom positioning and multiple screens
Thanks both.
Running latest BETA on a Pi-3 | Toon® Thermostat (rooted) | Hue | Tuya | IKEA tradfri | Dashticz V3 on Lenovo Huawei Tablet | Conbee
-
- Posts: 130
- Joined: Friday 29 November 2013 11:30
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz v2.0, custom positioning and multiple screens
Thanks! I will also make some text for the wiki so other people can use it easyly. Next job: putting the touchscreen to the wall, this dashboard really gives extra value to domoticz!robgeerts wrote:
In the latest version, just released, you can use this in your config.js:
Code: Select all
var _STANDBY_CALL_URL = 'http://127.0.0.1/cgi-bin/screen_brightness.cgi?brightness=11';
On minor the thing, the brightness has to be set back to a new brightness when it comes out of stand-by, so two values are needed.
Last edited by Blueone on Saturday 15 April 2017 12:20, edited 1 time in total.
-
- Posts: 29
- Joined: Tuesday 14 March 2017 17:23
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Location: Skendel
- Contact:
Re: Dashticz v2.0, custom positioning and multiple screens
tnx EdKo66 now it works
-
- Posts: 44
- Joined: Tuesday 20 December 2016 22:29
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz v2.0, custom positioning and multiple screens
Could it be possible to see the graps, of for instance the temperature, when I press on the block?
-
- Posts: 64
- Joined: Friday 14 April 2017 13:39
- Target OS: NAS (Synology & others)
- Domoticz version:
- Location: The Netherlands
- Contact:
Re: Dashticz v2.0, custom positioning and multiple screens
The image refreshes correctly now,thanks Rob!robgeerts wrote:I just tested this in latest version and its working for me...freakshock wrote:Hi Rob,
Amazing dashboard! I like how most of it works straight out of the box. One question, is it normal behavior that the buienradar image does not refresh on its own? Does it only refresh with a full page refresh? Tested this with chrome on android and Windows. Thanks
Could you test this??
- wizjos
- Posts: 78
- Joined: Monday 07 March 2016 19:35
- Target OS: NAS (Synology & others)
- Domoticz version:
- Contact:
Re: Dashticz v2.0, custom positioning and multiple screens
Thanks @westd001!
I've got it up and running on my PI!
Regards,
Wizjos
I've got it up and running on my PI!
Regards,
Wizjos
-
- Posts: 26
- Joined: Saturday 15 April 2017 12:28
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Location: The Netherlands
- Contact:
Re: Dashticz v2.0, custom positioning and multiple screens
Hellow,
is anyone having the same issue i'm only getting emty boxes for my switches ?
is anyone having the same issue i'm only getting emty boxes for my switches ?
- Attachments
-
- screen.jpg (106.18 KiB) Viewed 1744 times
-
- Posts: 1273
- Joined: Saturday 24 January 2015 22:12
- Target OS: NAS (Synology & others)
- Domoticz version: 3.7067
- Location: NL
- Contact:
Re: Dashticz v2.0, custom positioning and multiple screens
What is the content of your config.js?
And do you get any error in console? (f12)
And do you get any error in console? (f12)
- EdwinK
- Posts: 1820
- Joined: Sunday 22 January 2017 21:46
- Target OS: Raspberry Pi / ODroid
- Domoticz version: BETA
- Location: Rhoon
- Contact:
Re: Dashticz v2.0, custom positioning and multiple screens
Looks like there is an error in your CONFIG.js. Check your IDX'sb00n wrote:Hellow,
is anyone having the same issue i'm only getting emty boxes for my switches ?
Running latest BETA on a Pi-3 | Toon® Thermostat (rooted) | Hue | Tuya | IKEA tradfri | Dashticz V3 on Lenovo Huawei Tablet | Conbee
-
- Posts: 64
- Joined: Friday 14 April 2017 13:39
- Target OS: NAS (Synology & others)
- Domoticz version:
- Location: The Netherlands
- Contact:
Re: Dashticz v2.0, custom positioning and multiple screens
If you share your config.js we van help you betterb00n wrote:Hellow,
is anyone having the same issue i'm only getting emty boxes for my switches ?
I encountered a new error with the latest commit, where my dimmer switches are not working in the on/off function. If the light is on I can however change the brightness.
This is the console code:
Code: Select all
VM2218:27 Uncaught TypeError: idx.substr is not a function
at switchDevice (eval at <anonymous> (jquery.min.js:2), <anonymous>:27:9)
at HTMLDivElement.onclick (index.html:1)
-
- Posts: 1273
- Joined: Saturday 24 January 2015 22:12
- Target OS: NAS (Synology & others)
- Domoticz version: 3.7067
- Location: NL
- Contact:
Re: Dashticz v2.0, custom positioning and multiple screens
Excuse me!
Should be fixed in latest version!
Should be fixed in latest version!
-
- Posts: 64
- Joined: Friday 14 April 2017 13:39
- Target OS: NAS (Synology & others)
- Domoticz version:
- Location: The Netherlands
- Contact:
Re: Dashticz v2.0, custom positioning and multiple screens
Two minutes, now that's what I call a quick fix Thanks!robgeerts wrote:Excuse me!
Should be fixed in latest version!
-
- Posts: 64
- Joined: Friday 14 April 2017 13:39
- Target OS: NAS (Synology & others)
- Domoticz version:
- Location: The Netherlands
- Contact:
Re: Dashticz v2.0, custom positioning and multiple screens
That would be an amazing feature!Dropshot wrote:Could it be possible to see the graps, of for instance the temperature, when I press on the block?
-
- Posts: 105
- Joined: Sunday 02 February 2014 23:57
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Location: Portugal
- Contact:
Re: Dashticz v2.0, custom positioning and multiple screens
HansieNL wrote:You have to use var _USE_FAVORITES = falsemaluko wrote:i am trying to add a virtual swicth that control my irrigation zone system, but i am facing with this problem:
virtual swich is placed on "rega" plan and hiden on main plan, so can´t see on dashboard, if i bring back to main next came back to dash.
can i contorn this?
thanks.
allways use this but seem to not show when switch are hiden.
Code: Select all
var _USE_AUTO_POSITIONING = false; //don't want to configure positions, use auto positioning
var _USE_FAVORITES = false; //only used when using auto positioning
-
- Posts: 26
- Joined: Saturday 15 April 2017 12:28
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Location: The Netherlands
- Contact:
Re: Dashticz v2.0, custom positioning and multiple screens
Do i miss something?
- Attachments
-
- CONFIG.js
- (3.6 KiB) Downloaded 45 times
-
- screen1.jpg (151.65 KiB) Viewed 1720 times
-
- Posts: 44
- Joined: Tuesday 20 December 2016 22:29
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz v2.0, custom positioning and multiple screens
Thank you, I've the icon working now! Is it also possible to switch the title and value for the custom sensors? As I've showed earlier, it's different compared to temperature and lux for instance:robgeerts wrote:In latest version the icon is a question mark, now you can override this icon too..Dropshot wrote:Here is the output:robgeerts wrote:
Could you send me the output of that device?
- Spoiler: show
Last edited by Dropshot on Saturday 15 April 2017 13:21, edited 2 times in total.
Who is online
Users browsing this forum: No registered users and 1 guest