Dashticz - Feature Requests

Moderators: leecollings, htilburgs, robgeerts

Locked
User avatar
HansieNL
Posts: 957
Joined: Monday 28 September 2015 15:13
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Dashticz - Feature Requests

Post 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.
Last edited by HansieNL on Friday 19 May 2017 15:17, edited 1 time in total.
Blah blah blah
robgeerts
Posts: 1273
Joined: Saturday 24 January 2015 22:12
Target OS: NAS (Synology & others)
Domoticz version: 3.7067
Location: NL
Contact:

Re: Dashticz - Feature Requests

Post by robgeerts »

What did you try in config?
(I have a toon too).

Got the latest beta?
User avatar
HansieNL
Posts: 957
Joined: Monday 28 September 2015 15:13
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Dashticz - Feature Requests

Post 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;
Blah blah blah
robgeerts
Posts: 1273
Joined: Saturday 24 January 2015 22:12
Target OS: NAS (Synology & others)
Domoticz version: 3.7067
Location: NL
Contact:

Re: Dashticz - Feature Requests

Post by robgeerts »

And 35_1 or 35_2 ( with quotes) doesnt work either?
User avatar
HansieNL
Posts: 957
Joined: Monday 28 September 2015 15:13
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Dashticz - Feature Requests

Post 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.
Blah blah blah
User avatar
HansieNL
Posts: 957
Joined: Monday 28 September 2015 15:13
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Dashticz - Feature Requests

Post 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 3717 times
Blah blah blah
User avatar
htilburgs
Posts: 464
Joined: Tuesday 03 November 2015 11:01
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Location: Netherlands
Contact:

Re: Dashticz - Feature Requests

Post 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.
Hardware:
RPi3 - Aeon Labs Z-Stick GEN5 - Fibaro Dimmer 2 - Fibaro Roller Shutter 2 - Fibaro Smoke Sensor - Yeelight RGBW Led bulb - Yeelight Smart LED Light Strip - Neo Coolcam PIR Motion Sensor - Neo Coolcam PowerPlug - Nest Thermostat v3
User avatar
HansieNL
Posts: 957
Joined: Monday 28 September 2015 15:13
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Dashticz - Feature Requests

Post 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?
Blah blah blah
User avatar
htilburgs
Posts: 464
Joined: Tuesday 03 November 2015 11:01
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Location: Netherlands
Contact:

Re: Dashticz - Feature Requests

Post by htilburgs »

Yip
Hardware:
RPi3 - Aeon Labs Z-Stick GEN5 - Fibaro Dimmer 2 - Fibaro Roller Shutter 2 - Fibaro Smoke Sensor - Yeelight RGBW Led bulb - Yeelight Smart LED Light Strip - Neo Coolcam PIR Motion Sensor - Neo Coolcam PowerPlug - Nest Thermostat v3
User avatar
HansieNL
Posts: 957
Joined: Monday 28 September 2015 15:13
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Dashticz - Feature Requests

Post by HansieNL »

htilburgs wrote:Yip
You were talking about the buttons, that's why I was confused. Now it's clear. ;)
Blah blah blah
User avatar
htilburgs
Posts: 464
Joined: Tuesday 03 November 2015 11:01
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Location: Netherlands
Contact:

Re: Dashticz - Feature Requests

Post 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
Hardware:
RPi3 - Aeon Labs Z-Stick GEN5 - Fibaro Dimmer 2 - Fibaro Roller Shutter 2 - Fibaro Smoke Sensor - Yeelight RGBW Led bulb - Yeelight Smart LED Light Strip - Neo Coolcam PIR Motion Sensor - Neo Coolcam PowerPlug - Nest Thermostat v3
User avatar
HansieNL
Posts: 957
Joined: Monday 28 September 2015 15:13
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Dashticz - Feature Requests

Post 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 3662 times
Blah blah blah
User avatar
htilburgs
Posts: 464
Joined: Tuesday 03 November 2015 11:01
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Location: Netherlands
Contact:

Re: Dashticz - Feature Requests

Post by htilburgs »

+1
Hardware:
RPi3 - Aeon Labs Z-Stick GEN5 - Fibaro Dimmer 2 - Fibaro Roller Shutter 2 - Fibaro Smoke Sensor - Yeelight RGBW Led bulb - Yeelight Smart LED Light Strip - Neo Coolcam PIR Motion Sensor - Neo Coolcam PowerPlug - Nest Thermostat v3
User avatar
capman
Posts: 153
Joined: Friday 12 July 2013 20:48
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Location: Belgium
Contact:

Re: Sonos AlbumArt button

Post 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. :(
User avatar
HansieNL
Posts: 957
Joined: Monday 28 September 2015 15:13
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Sonos AlbumArt button

Post 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?
Blah blah blah
User avatar
capman
Posts: 153
Joined: Friday 12 July 2013 20:48
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Location: Belgium
Contact:

Re: Sonos AlbumArt button

Post by capman »

Okee , a will try this . Thanks 4 the tip 8-) Maybe we get some response.
jake
Posts: 742
Joined: Saturday 30 May 2015 22:40
Target OS: Raspberry Pi / ODroid
Domoticz version: beta
Contact:

Re: Dashticz - Feature Requests

Post 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)
Derik
Posts: 1601
Joined: Friday 18 October 2013 23:33
Target OS: Raspberry Pi / ODroid
Domoticz version: BETA
Location: Arnhem/Nijmegen Nederland
Contact:

Re: Dashticz - Feature Requests

Post 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
Xu4: Beta Extreme antenna RFXcomE,WU Fi Ping ip P1 Gen5 PVOutput Harmony HUE SolarmanPv OTG Winddelen Alive ESP Buienradar MySensors WOL Winddelen counting RPi: Beta SMAspot RFlinkTest Domoticz ...Different backups
Derik
Posts: 1601
Joined: Friday 18 October 2013 23:33
Target OS: Raspberry Pi / ODroid
Domoticz version: BETA
Location: Arnhem/Nijmegen Nederland
Contact:

Re: Dashticz - Feature Requests

Post 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
Xu4: Beta Extreme antenna RFXcomE,WU Fi Ping ip P1 Gen5 PVOutput Harmony HUE SolarmanPv OTG Winddelen Alive ESP Buienradar MySensors WOL Winddelen counting RPi: Beta SMAspot RFlinkTest Domoticz ...Different backups
User avatar
HansieNL
Posts: 957
Joined: Monday 28 September 2015 15:13
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Dashticz - Feature Requests

Post 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.
Blah blah blah
Locked

Who is online

Users browsing this forum: No registered users and 1 guest