Page 10 of 20
Re: Dashticz - Feature Requests
Posted: Tuesday 25 July 2017 11:23
by robgeerts
garethhowell wrote:Ability to vary the column layout depending on the display device.
My dashboard is a pretty standard 5,5,2 column layout with the main switches and scenes in the middle column. This makes sense on a tablet display, but not on a phone.
What I'd like to be able to do is present column 2 first if the display device is less that a certain width.
Check!
http://www.domoticz.com/forum/viewtopic ... 67&t=18517
Re: Dashticz - Feature Requests
Posted: Tuesday 25 July 2017 12:24
by garethhowell
Excellent. Thanks, Rob; I'll try it this evening.
Re: Dashticz - Feature Requests
Posted: Tuesday 25 July 2017 19:12
by ztorm
Is it possible to get some blank space between the last block of a group and a blocktitle? Just like half a blocktitle or something like that.
BTW: great work! Really love dashticz!
Verzonden vanaf mijn iPhone met Tapatalk
Re: Dashticz - Feature Requests
Posted: Saturday 29 July 2017 12:41
by benbammens
Would it be possible to add the graphs from Buienalarm.be instead of the buienradar map?
Re: Dashticz - Feature Requests
Posted: Wednesday 02 August 2017 15:24
by freakshock
Hi Rob,
In the Show your dashboard topic you said you might work on a feature to increase the size of the media player buttons.
Any update on this? Would love this feature since clicking the buttons is really hard on my 10" wall mounted tablet, takes like 10x to get a song to pause
EDIT: Figured out myself how to do this with CSS.
Add to custom.css (and change amount of pixels to preference):
Code: Select all
/* logitech media buttons */
.fa.fa-arrow-circle-left.fa-small {
font-size: 50px !important;
}
.fa.fa-stop-circle.fa-small {
font-size: 50px !important;
}
.fa.fa-play-circle.fa-small {
font-size: 50px !important;
}
.fa.fa-arrow-circle-right.fa-small {
font-size: 50px !important;
}
.fa.fa-pause-circle.fa-small {
font-size: 50px !important;
}
Re: Dashticz - Feature Requests
Posted: Monday 07 August 2017 20:12
by freakshock
benbammens wrote:Would it be possible to add the graphs from Buienalarm.be instead of the buienradar map?
Not exactly what you want, but what I did is create a popup with a buienalarm graph when the buienradar image is clicked on:

- 2017-08-07_20-07-51.jpg (71.27 KiB) Viewed 3682 times
Using this code (change the lat & lon):
Code: Select all
buttons.buienradar = {width:12, isimage:true, refreshimage:60000, image: 'http://api.buienradar.nl/image/1.0/RadarMapNL?w=285&h=256', url: 'http://www.buienalarm.nl/widget/graphic?lat=xx&lon=xx&title=Amsterdam%20BOLO&color=4395c7'}
Found this info
here, dont know if it also works for Belgium.
Re: Dashticz - Feature Requests
Posted: Monday 07 August 2017 20:19
by benbammens
Thank you, but I had it already set up that way

Re: Dashticz - Feature Requests
Posted: Tuesday 08 August 2017 9:47
by robgeerts
I didnt, so thanks freakshock!
Re: Dashticz - Feature Requests
Posted: Tuesday 08 August 2017 10:15
by EdwinK
Yes, thanks Freakshock.
Re: Dashticz - Feature Requests HEOS by DENON
Posted: Monday 21 August 2017 14:07
by Steven84
Is it possible to add this functionality in the dash:
https://github.com/cold-logic/heos-controller?

Re: Dashticz - Feature Requests
Posted: Tuesday 22 August 2017 21:47
by robgeerts
Dont you get any other media buttons now?
Re: Dashticz - Feature Requests
Posted: Thursday 24 August 2017 14:47
by MarceldeJongNL
Could you add Subtype 'Voltage' ?
json:
Code: Select all
{
"AddjMulti" : 1.0,
"AddjMulti2" : 1.0,
"AddjValue" : 0.0,
"AddjValue2" : 0.0,
"BatteryLevel" : 255,
"CustomImage" : 0,
"Data" : "230.000 V",
"Description" : "",
"Favorite" : 0,
"HardwareID" : 12,
"HardwareName" : "APC",
"HardwareType" : "Dummy (Does nothing, use for virtual switches only)",
"HardwareTypeVal" : 15,
"HaveTimeout" : false,
"ID" : "00082438",
"LastUpdate" : "2017-08-24 14:43:01",
"Name" : "UPS Volt",
"Notifications" : "false",
"PlanID" : "0",
"PlanIDs" : [ 0 ],
"Protected" : false,
"ShowNotifications" : true,
"SignalLevel" : "-",
"SubType" : "Voltage",
"Timers" : "false",
"Type" : "General",
"TypeImg" : "current",
"Unit" : 1,
"Used" : 1,
"Voltage" : 230.0,
"XOffset" : "0",
"YOffset" : "0",
"idx" : "438"
},
Re: Dashticz - Feature Requests
Posted: Thursday 24 August 2017 21:02
by robgeerts
MarceldeJongNL wrote: ↑Thursday 24 August 2017 14:47
Could you add Subtype 'Voltage' ?
json:
Code: Select all
{
"AddjMulti" : 1.0,
"AddjMulti2" : 1.0,
"AddjValue" : 0.0,
"AddjValue2" : 0.0,
"BatteryLevel" : 255,
"CustomImage" : 0,
"Data" : "230.000 V",
"Description" : "",
"Favorite" : 0,
"HardwareID" : 12,
"HardwareName" : "APC",
"HardwareType" : "Dummy (Does nothing, use for virtual switches only)",
"HardwareTypeVal" : 15,
"HaveTimeout" : false,
"ID" : "00082438",
"LastUpdate" : "2017-08-24 14:43:01",
"Name" : "UPS Volt",
"Notifications" : "false",
"PlanID" : "0",
"PlanIDs" : [ 0 ],
"Protected" : false,
"ShowNotifications" : true,
"SignalLevel" : "-",
"SubType" : "Voltage",
"Timers" : "false",
"Type" : "General",
"TypeImg" : "current",
"Unit" : 1,
"Used" : 1,
"Voltage" : 230.0,
"XOffset" : "0",
"YOffset" : "0",
"idx" : "438"
},
Check latest beta!
Re: Dashticz - Feature Requests
Posted: Monday 28 August 2017 8:39
by MarceldeJongNL
robgeerts wrote: ↑Thursday 24 August 2017 21:02
MarceldeJongNL wrote: ↑Thursday 24 August 2017 14:47
Could you add Subtype 'Voltage' ?
Check latest beta!
Working! Thanks!
Re: Dashticz - Feature Requests
Posted: Tuesday 29 August 2017 13:36
by gielie
I use buttons for the selector switch in stead of the dropdown menu but the font is too large, how can i change the font size?

Re: Dashticz - Feature Requests
Posted: Tuesday 29 August 2017 20:07
by robgeerts
Isn't it better to change the width of the block to 4/6/8/ ?
Re: Dashticz - Feature Requests
Posted: Wednesday 30 August 2017 15:35
by MarceldeJongNL
Another option I would love:
the possibility to add a link to a block.
For example, I have some blocks that show the ping time to specific network devices.
It would be great if a click on a block would open the management page.
blocks[202] = {} // Ping Esx
blocks[202]['width'] = 3;
blocks[202]['icon'] = 'fa-server';
blocks[202]['title'] = 'ESX';
blocks[202]['link'] = 'http://ESX_URL';
blocks[202]['link_target'] = 'iframe'; // iframe, tab, window
Re: Dashticz - Feature Requests
Posted: Wednesday 30 August 2017 20:19
by robgeerts
in latest version (BETA), this will work:
Code: Select all
blocks[97] = {};
blocks[97]['link'] = 'http://www.nu.nl';
blocks[97]['target'] = 'iframe'; // iframe, _blank
Its not possible to configurate whether it will open in a tab or separate window..
If window stays blank, it's forbidden to include the website in an iframe, you will have to use _blank
Re: Dashticz - Feature Requests
Posted: Wednesday 30 August 2017 20:21
by MarceldeJongNL
Is there anything that you can't do?? Great, thanks! Beer money is on it's way
Re: Dashticz - Feature Requests
Posted: Wednesday 30 August 2017 20:46
by robgeerts
Thanks @MarceldeJongNL !