Page 5 of 20

Re: Dashticz - Feature Requests

Posted: Friday 19 May 2017 15:13
by HansieNL
robgeerts wrote:Just tested this and it works:
Spoiler: show

Code: Select all

blocks[145] = {} // My "huiskamer"
blocks[145]['switch'] = true;

blocks['144_2'] = {} // My Thermostaat
blocks['144_2']['switch'] = true;
Hoi Rob,
Got a Toon thermostat myself and just tried, but I got same problem as Gielie. Temperature stays always on top.
Maybe you can check if there's a difference in thermostat?
If you want me to check some code, just let me know.

Re: Dashticz - Feature Requests

Posted: Friday 19 May 2017 15:15
by robgeerts
What did you try in config?
(I have a toon too).

Got the latest beta?

Re: Dashticz - Feature Requests

Posted: Friday 19 May 2017 15:58
by HansieNL
robgeerts wrote:What did you try in config?
(I have a toon too).

Got the latest beta?
This is what I added to config. And just did new pull with same result.

Code: Select all

blocks[35] = {} //Toon (Toon Setpoint)
blocks[35]['switch'] = true;

Re: Dashticz - Feature Requests

Posted: Friday 19 May 2017 16:40
by robgeerts
And 35_1 or 35_2 ( with quotes) doesnt work either?

Re: Dashticz - Feature Requests

Posted: Friday 19 May 2017 16:59
by HansieNL
robgeerts wrote:And 35_1 or 35_2 ( with quotes) doesnt work either?
35_1 is working and has then the same look as other switches.

Re: Dashticz - Feature Requests

Posted: Friday 19 May 2017 17:31
by HansieNL
Still playing around with the setpoint / selector switch blocks.
For me no title is even better. The icon says enough. Would be great if both data values can be vertically centered aligned.
Maybe an option to add in the future?:
blocks[IDX]['title'] = false;
blocks[IDX]['align'] = true;
Naamloos 2.jpg
Naamloos 2.jpg (5.21 KiB) Viewed 3910 times

Re: Dashticz - Feature Requests

Posted: Friday 19 May 2017 21:23
by htilburgs
Rob, is it possible to have an icon / image option in the Calendar, like in the buttons?
I'm trying to minimalize the dashboard and let out as much as possible, like blocktitles.
Everything has an icon / image in front, except the calendar.

Code: Select all

buttons.nunl = {width:4, icon: 'fa-newspaper-o', title: ' Nu.nl', url: 'http://www.nu.nl'}
for the calendar:

Code: Select all

calendars.f1 = { maxitems: 5, title: 'F1 Calendar', icon: 'fa-calendar ',icalurl: 'https://calendar.google.com/calendar/ical/xx/basic.ics' }
If people don't want it, the simple leve the icon: '' and then they have no icon.

Re: Dashticz - Feature Requests

Posted: Friday 19 May 2017 22:07
by HansieNL
htilburgs wrote:Rob, is it possible to have an icon / image option in the Calendar, like in the buttons?
I'm trying to minimalize the dashboard and let out as much as possible, like blocktitles.
Everything has an icon / image in front, except the calendar.
Spoiler: show

Code: Select all

buttons.nunl = {width:4, icon: 'fa-newspaper-o', title: ' Nu.nl', url: 'http://www.nu.nl'}
for the calendar:

Code: Select all

calendars.f1 = { maxitems: 5, title: 'F1 Calendar', icon: 'fa-calendar ',icalurl: 'https://calendar.google.com/calendar/ical/xx/basic.ics' }
If people don't want it, the simple leve the icon: '' and then they have no icon.
You mean the icon like in the block in the RSS feed, traffic, etc?

Re: Dashticz - Feature Requests

Posted: Friday 19 May 2017 22:08
by htilburgs
Yip

Re: Dashticz - Feature Requests

Posted: Friday 19 May 2017 22:10
by HansieNL
htilburgs wrote:Yip
You were talking about the buttons, that's why I was confused. Now it's clear. ;)

Re: Dashticz - Feature Requests

Posted: Friday 19 May 2017 22:14
by htilburgs
I meant like in the rss feed, etc..
But I like the feature as in the buttons, just the option icon: or image: in the variable.

example:
calendars.f1 = { maxitems: 5, title: 'F1 Calendar', icon: 'fa-calendar ',icalurl: 'https://calendar.google.com/calendar/ical/xx/basic.ics' }

or

calendars.f1 = { maxitems: 5, title: 'F1 Calendar', image: 'img/calendar.png',icalurl: 'https://calendar.google.com/calendar/ical/xx/basic.ics' }

Image

Re: Dashticz - Feature Requests

Posted: Friday 19 May 2017 22:44
by HansieNL
htilburgs wrote:I meant like in the rss feed, etc..
But I like the feature as in the buttons, just the option icon: or image: in the variable.
Spoiler: show
example:
calendars.f1 = { maxitems: 5, title: 'F1 Calendar', icon: 'fa-calendar ',icalurl: 'https://calendar.google.com/calendar/ical/xx/basic.ics' }

or

calendars.f1 = { maxitems: 5, title: 'F1 Calendar', image: 'img/calendar.png',icalurl: 'https://calendar.google.com/calendar/ical/xx/basic.ics' }

Image
Or even better this one
cust_f1.png
cust_f1.png (12.83 KiB) Viewed 3855 times

Re: Dashticz - Feature Requests

Posted: Friday 19 May 2017 22:45
by htilburgs
+1

Re: Sonos AlbumArt button

Posted: Saturday 20 May 2017 12:52
by capman
A wanna do the same but for my logitech media server on my NAS.
http://www.domoticz.com/forum/viewtopic ... 60#p134389
So far no response from anybody who can help me out. :(

Re: Sonos AlbumArt button

Posted: Saturday 20 May 2017 15:25
by HansieNL
I can't help you with this because I'm no coder, but I like the idea.
Maybe you can create a feature request issue on GitHub for this?

Re: Sonos AlbumArt button

Posted: Saturday 20 May 2017 16:48
by capman
Okee , a will try this . Thanks 4 the tip 8-) Maybe we get some response.

Re: Dashticz - Feature Requests

Posted: Sunday 21 May 2017 0:27
by jake
Feature request:
- Ability to change amount of digits in a block value (for instance: don't show 7.123 kWh today, but 7.1 kWh today)
- Ability to change a block's value unit (for instance not 1500 Watt, but 1500 W) this to save space in the block

Not needed for me, but possibly for some specific cases
- Ability to convert a block value (for instance, not 1500W, but 1.5kW)

Re: Dashticz - Feature Requests

Posted: Monday 22 May 2017 7:47
by Derik
Dear all.

When it is possible and someone can make this ...
The withings scale and perhaps the other options, from this nice hardware....
https://www.withings.com/nl/en/

There is a Api:
https://oauth.withings.com/api+

Hope..
Thanks In advance

Re: Dashticz - Feature Requests

Posted: Monday 22 May 2017 12:45
by Derik
And. perhaps...

Near the buienradar from the country NL
Perhaps a button on local level...
https://www.buienradar.nl/weer/nijmegen/nl/2750053
:D :D :D

Re: Dashticz - Feature Requests

Posted: Monday 22 May 2017 13:21
by HansieNL
Spoiler: show
Derik wrote:And. perhaps...

Near the buienradar from the country NL
Perhaps a button on local level...
https://www.buienradar.nl/weer/nijmegen/nl/2750053
:D :D :D
You can create your own map and put it in an iframe. https://www.buienradar.nl/overbuienrada ... s-weerdata

Code: Select all

var frames = {}
frames.buienradar = {refreshiframe:10000, height:270, frameurl:"https://gadgets.buienradar.nl/gadget/zoommap/?lat=51.68573&lng=3.89659&overname=2&zoom=8&naam=4321az&size=2&voor=1",width:12}
Add frames.buienradar to one of your colums.