Dashticz - Feature Requests
Moderators: leecollings, htilburgs, robgeerts
- HansieNL
- Posts: 957
- Joined: Monday 28 September 2015 15:13
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz - Feature Requests
Hello Rob,
Is it possible to have the following options added to the block section?
blocks[IDX]['TextOn'] -> text shown when switch is on
blocks[IDX]['TextOff'] -> text shown when switch is off
blocks[IDX]['IconOn'] -> image shown when switch is on
blocks[IDX]['IconOff'] -> image shown when switch is off
Is it possible to have the following options added to the block section?
blocks[IDX]['TextOn'] -> text shown when switch is on
blocks[IDX]['TextOff'] -> text shown when switch is off
blocks[IDX]['IconOn'] -> image shown when switch is on
blocks[IDX]['IconOff'] -> image shown when switch is off
Blah blah blah
- DewGew
- Posts: 579
- Joined: Thursday 21 April 2016 12:01
- Target OS: Raspberry Pi / ODroid
- Domoticz version: V4.10618
- Location: Sweden
- Contact:
Re: Dashticz - Feature Requests
Do you want the icon to show only when device is on or off?HansieNL wrote: ↑Wednesday 27 June 2018 22:43 Hello Rob,
Is it possible to have the following options added to the block section?
blocks[IDX]['TextOn'] -> text shown when switch is on
blocks[IDX]['TextOff'] -> text shown when switch is off
blocks[IDX]['IconOn'] -> image shown when switch is on
blocks[IDX]['IconOff'] -> image shown when switch is off
Is it state text you want to change with custom text?
There is a message function:
Code: Select all
blocks[IDX]['messageOn'] -> text shown right lower corner when switch is on
blocks[IDX]['messageOff'] -> text shown right lower corner when switch is off
Raspberry Pi 3 | domoticz | Aeon Labs Z-Stick GEN5 | RFlink gateway
NanoPi NEO-air | REGO6XX interface | Machinon theme | Homebridge | Domoticz Google Assistant | ideAlarm
NanoPi NEO-air | REGO6XX interface | Machinon theme | Homebridge | Domoticz Google Assistant | ideAlarm
- HansieNL
- Posts: 957
- Joined: Monday 28 September 2015 15:13
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz - Feature Requests
Do you want the icon to show only when device is on or off? No, I wanna use different icons for on and of.
Is it state text you want to change with custom text? Yep, that's what I mean.
I have several blocks in custom.js. Now I have to edit 2 files to get things done. This is one for example:
Is it state text you want to change with custom text? Yep, that's what I mean.
I have several blocks in custom.js. Now I have to edit 2 files to get things done. This is one for example:
Code: Select all
//Microfoon
function getBlock_147(device,idx){
$('.block_'+idx).attr('onclick','switchDevice(this)');
var html='';
html+='<div class="col-xs-4 col-icon">';
if(device['Status']=='Off') html+=iconORimage(idx,'fa-microphone-slash','','off icon');
else html+=iconORimage(idx,'fa-microphone','','on icon');
html+='</div>';
html+='<div class="col-xs-8 col-data">';
html+='<strong class="title">'+device['Name']+'</strong><br />';
if(device['Status']=='Off') html+='<span class="state">STIL</span>';
else html+='<span class="state">LUISTEREN</span>';
html+='</div>';
return html;
}
Blah blah blah
-
- Posts: 184
- Joined: Wednesday 06 September 2017 9:11
- Target OS: Linux
- Domoticz version:
- Contact:
Re: Dashticz - Feature Requests
Sorry for the long time to repost, but thank you for this feature!!
Now i can reduce the code
On the wiki is the right way to use it!
Now i can reduce the code
On the wiki is the right way to use it!
DewGew wrote: ↑Tuesday 19 June 2018 10:08I have add this to wiki also.
Open a popup when a device changes to on:Open a popup when a device changes to offCode: Select all
blocks[IDX]['openpopupOn'] = {} blocks[IDX]['openpopupOn']['url'] = 'http://www.urltocamera.nl/image.jpg'; blocks[IDX]['openpopupOn']['auto_close'] = 5; //seconds
Code: Select all
blocks[IDX]['openpopupOff'] = {} blocks[IDX]['openpopupOff']['url'] = 'http://www.urltocamera.nl/image.jpg'; blocks[IDX]['openpopupOff']['auto_close'] = 5; //seconds
-
- Posts: 22
- Joined: Tuesday 07 February 2017 21:19
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz - Feature Requests
Hi Rob,
Fantastic application.
I have a feature request:
var _STREAMPLAYER_TRACKS
1) Can you add an auto-play option? It can be triggered by a Domoticz switch state change.
2) Can the auto-play have enabled/disable option
3) When switching stations, the new station starts playing, instead of pushing the Play.
Thank you,
Alley Cat
Fantastic application.
I have a feature request:
var _STREAMPLAYER_TRACKS
1) Can you add an auto-play option? It can be triggered by a Domoticz switch state change.
2) Can the auto-play have enabled/disable option
3) When switching stations, the new station starts playing, instead of pushing the Play.
Thank you,
Alley Cat
-
- Posts: 22
- Joined: Tuesday 07 February 2017 21:19
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz - Feature Requests
Hi again,
Please find another feature request. I wanted to keep the requests threads separate.
On Domoitcz motion sensor state change, send xset command to turn the LCD on (from screensaver), the same as if to turn-on LCD with by a touch.
Thank you,
Alley Cat
Please find another feature request. I wanted to keep the requests threads separate.
On Domoitcz motion sensor state change, send xset command to turn the LCD on (from screensaver), the same as if to turn-on LCD with by a touch.
Thank you,
Alley Cat
-
- Posts: 22
- Joined: Tuesday 07 February 2017 21:19
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz - Feature Requests
Hi Again,
I have another feature request that came as a result because of my LCD touchscreen panel went bad. Since I am no longer have a touchscreen I plan to send the screen to a regular TV over HDMI. To control the screen I plan to use an IR remote (lirc of flirc). I will need to be able to change the buttons focus with the keystroke movements (left, right, up, down, enter).
How to set the buttons to having focus (for the enter), and move the focus between the buttons?
Thanks
Alley Cat
I have another feature request that came as a result because of my LCD touchscreen panel went bad. Since I am no longer have a touchscreen I plan to send the screen to a regular TV over HDMI. To control the screen I plan to use an IR remote (lirc of flirc). I will need to be able to change the buttons focus with the keystroke movements (left, right, up, down, enter).
How to set the buttons to having focus (for the enter), and move the focus between the buttons?
Thanks
Alley Cat
- Thuis
- Posts: 251
- Joined: Tuesday 11 September 2018 11:36
- Target OS: Linux
- Domoticz version: Beta
- Location: The Netherlands
- Contact:
Re: Dashticz - Feature Requests
I have a feature request, i am just new here, so who am i?
I live in the south of Holland, i am a 42 y.o dad of 2 little girls, my name is Jeroen and I am a plc/hmi programmer with a mechanical background in engines and vehicles. My hobbies are o.a. domotica, electric cycling, CLicks®, Duplo® and LEGO®
My old X-10 system is getting out dated, so I am trying something new with Xiaomi, LED Wifi dimmers and sonoff and some different sensors.
Just got a new smart meter installed, and I like to change my thermostat for a Tado, in a short while.
Stumbled upon Domoticz and on the very nice Dashticz theme for controlling it all.
I have learned a lot from you guys and girls, by reading many posts and now i like to implement a "Diashow" when Dashticz goes into "standby after" .
Could it be possible to start a diashow when the standby kicks in ? And would it be a nice feature, if this is possible?
Will be monitoring the comments,
Jeroen@Thuis.
I live in the south of Holland, i am a 42 y.o dad of 2 little girls, my name is Jeroen and I am a plc/hmi programmer with a mechanical background in engines and vehicles. My hobbies are o.a. domotica, electric cycling, CLicks®, Duplo® and LEGO®
My old X-10 system is getting out dated, so I am trying something new with Xiaomi, LED Wifi dimmers and sonoff and some different sensors.
Just got a new smart meter installed, and I like to change my thermostat for a Tado, in a short while.
Stumbled upon Domoticz and on the very nice Dashticz theme for controlling it all.
I have learned a lot from you guys and girls, by reading many posts and now i like to implement a "Diashow" when Dashticz goes into "standby after" .
Could it be possible to start a diashow when the standby kicks in ? And would it be a nice feature, if this is possible?
Will be monitoring the comments,
Jeroen@Thuis.
I Love Domoticz ! And the community around it :-)
-
- Posts: 92
- Joined: Monday 18 June 2018 11:31
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Location: Germany / Netherlands
- Contact:
Re: Dashticz - Feature Requests
This can already be done if you have an Android tablet and use Fully Kiosk browser.Thuis wrote: ↑Tuesday 11 September 2018 15:31 I have a feature request, i am just new here, so who am i?
I live in the south of Holland, i am a 42 y.o dad of 2 little girls, my name is Jeroen and I am a plc/hmi programmer with a mechanical background in engines and vehicles. My hobbies are o.a. domotica, electric cycling, CLicks®, Duplo® and LEGO®
My old X-10 system is getting out dated, so I am trying something new with Xiaomi, LED Wifi dimmers and sonoff and some different sensors.
Just got a new smart meter installed, and I like to change my thermostat for a Tado, in a short while.
Stumbled upon Domoticz and on the very nice Dashticz theme for controlling it all.
I have learned a lot from you guys and girls, by reading many posts and now i like to implement a "Diashow" when Dashticz goes into "standby after" .
Could it be possible to start a diashow when the standby kicks in ? And would it be a nice feature, if this is possible?
Will be monitoring the comments,
Jeroen@Thuis.
Can also be triggered by remote:
[IP:2323]/?cmd=startScreensaver&password=[pass]
[IP:2323]/?cmd=stopScreensaver&password=[pass]
The same counts for screen on/off via Domoticz this can also be done by Fully Kiosk Browser.
[IP:2323]/?cmd=screenOn&password=[pass]
[IP:2323]/?cmd=screenOff&password=[pass]
- Thuis
- Posts: 251
- Joined: Tuesday 11 September 2018 11:36
- Target OS: Linux
- Domoticz version: Beta
- Location: The Netherlands
- Contact:
Re: Dashticz - Feature Requests
Nice, okay, when I am as far to using an Android tablet, i will surely try this out. Thank you.
I Love Domoticz ! And the community around it :-)
- Thuis
- Posts: 251
- Joined: Tuesday 11 September 2018 11:36
- Target OS: Linux
- Domoticz version: Beta
- Location: The Netherlands
- Contact:
Re: Dashticz - Feature Requests
What am i doing wrong ?
127.0.0.1:8080/#/Dashboard works on the server side
192.168.0.11:8080/#/#Dashboard works on the server side
127.0.0.1:8080/dashticz works on the server side
192.168.0.11:8080/dashticz not working on server side, saying something wrong with my config.js, but it is ok, really.
on other client pc's in the same network i can browse to domoticz address and see the standard domoticz dashboard, obviously, no dashticz dashboard.
In my config.js i have:
config['domoticz_ip'] = 'http://192.168.0.11:8080';
What am i doing wrong ?
127.0.0.1:8080/#/Dashboard works on the server side
192.168.0.11:8080/#/#Dashboard works on the server side
127.0.0.1:8080/dashticz works on the server side
192.168.0.11:8080/dashticz not working on server side, saying something wrong with my config.js, but it is ok, really.
on other client pc's in the same network i can browse to domoticz address and see the standard domoticz dashboard, obviously, no dashticz dashboard.
In my config.js i have:
config['domoticz_ip'] = 'http://192.168.0.11:8080';
What am i doing wrong ?
I Love Domoticz ! And the community around it :-)
- Thuis
- Posts: 251
- Joined: Tuesday 11 September 2018 11:36
- Target OS: Linux
- Domoticz version: Beta
- Location: The Netherlands
- Contact:
Re: Dashticz - Feature Requests
Got it, in the index.html i had to change 127.0.0.1 to 192.168.0.11 all good ! :rolling-eyes:
I Love Domoticz ! And the community around it :-)
-
- Posts: 18
- Joined: Thursday 06 September 2018 11:50
- Target OS: Raspberry Pi / ODroid
- Domoticz version: latest b
- Contact:
Re: Dashticz - Feature Requests
Hi,
I used the openpopupOn and openpopupOff settings to inform the user that something happend. This works, the problem is, that i use the raspberrypi 7" display. It has a height of 480px. The popup has a fixed height of 570px. Is it possible to add a feature to configure the height of an popup?
Bye,
Moses123
I used the openpopupOn and openpopupOff settings to inform the user that something happend. This works, the problem is, that i use the raspberrypi 7" display. It has a height of 480px. The popup has a fixed height of 570px. Is it possible to add a feature to configure the height of an popup?
Bye,
Moses123
-
- Posts: 9
- Joined: Monday 30 July 2018 7:05
- Target OS: Linux
- Domoticz version: Latest
- Location: Netherlands
- Contact:
Re: Dashticz - Feature Requests
I have a request. Could you add the option to show the balance of the (anonymous) OV card?
https://www.ov-chipkaart.nl/saldo-terug ... hecker.htm#/
https://www.ov-chipkaart.nl/saldo-terug ... hecker.htm#/
-
- Posts: 742
- Joined: Saturday 30 May 2015 22:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version: beta
- Contact:
Re: Dashticz - Feature Requests
That is a very interesting one. We have two of those anonymous cards laying around at home and it is always guesswork how much is still on which card.Recky wrote:I have a request. Could you add the option to show the balance of the (anonymous) OV card?
https://www.ov-chipkaart.nl/saldo-terug ... hecker.htm#/
Re: Dashticz - Feature Requests
really like this idea. Did some quick research, there is done some work in this direction, check GitHub:
I will give it a try this week.
Code: Select all
https://github.com/OVChip/ovchipapi-node
Code: Select all
https://github.com/OVChip/ovchipapi-python
- HansieNL
- Posts: 957
- Joined: Monday 28 September 2015 15:13
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz - Feature Requests
Is it possible to have a User Variable block with the following options to show variable values?
See also https://github.com/Dashticz/dashticz_v2/issues/377
Code: Select all
blocks[vIDX] = {}
blocks[vIDX]['width'] = 4;
blocks[vIDX]['title'] = 'Variable Name'
blocks[vIDX]['image'] = 'whateveryoulike.png';
blocks[vIDX]['icon'] = 'whateveryoulike';
blocks[vIDX]['switch'] = true;
Blah blah blah
-
- Posts: 15
- Joined: Friday 05 October 2018 14:36
- Target OS: Windows
- Domoticz version: 4.10717
- Location: The Netherlands
- Contact:
Re: Dashticz - Feature Requests
I am using 2 Youless Energymeters (http://www.youless.nl/). 1 for measuring Electricity and 1 for Gas.
In the default Domoticz dashboard, they are seen as two separate devices, the one for Electricity using kWh and the one for Gas using m3.
But in Dashticz, they both show kWh.
When I search in main.js, I only see the YouLess Meter one time with the kWh as SubType.
Is it possible to add an second entry for detecting the one for gas too?
In the default Domoticz dashboard, they are seen as two separate devices, the one for Electricity using kWh and the one for Gas using m3.
But in Dashticz, they both show kWh.
When I search in main.js, I only see the YouLess Meter one time with the kWh as SubType.
Is it possible to add an second entry for detecting the one for gas too?
Dashticz V2.4.0 Beta
-
- Posts: 15
- Joined: Friday 05 October 2018 14:36
- Target OS: Windows
- Domoticz version: 4.10717
- Location: The Netherlands
- Contact:
Re: Dashticz - Feature Requests
Fixed this myself. I am filtering on the Device-Name instead of Sub-Type.
In main.js, the function getYouLessBlock is changed as follows;
- Spoiler: show
Dashticz V2.4.0 Beta
- Minglarn
- Posts: 214
- Joined: Friday 21 August 2015 19:27
- Target OS: Raspberry Pi / ODroid
- Domoticz version: v3.8153
- Location: Stockholm / Sweden
- Contact:
Re: Dashticz - Feature Requests
+1 for this!moses123 wrote: ↑Saturday 15 September 2018 8:16 Hi,
I used the openpopupOn and openpopupOff settings to inform the user that something happend. This works, the problem is, that i use the raspberrypi 7" display. It has a height of 480px. The popup has a fixed height of 570px. Is it possible to add a feature to configure the height of an popup?
Bye,
Moses123
“When you eliminate the impossible, whatever remains, however improbable, must be the truth.” -Spock in Star Trek VI
Who is online
Users browsing this forum: No registered users and 1 guest