Dashticz-Dial-Wind Speed-Min-Max

Dashticz, alternative dashboard based on HTML, CSS, jQuery

Moderators: leecollings, htilburgs, robgeerts

Doudy
Posts: 246
Joined: Tuesday 09 August 2016 9:09
Target OS: -
Domoticz version:
Contact:

Re: Dashticz-Dial-Wind Speed-Min-Max

Post by Doudy »

Hello,

New question!
Is it possible not to display the indications 'NNE and 9.4 and other' but not lastupdate

Image

;)
RaspberryPi - RFLink - Zwave - WH2600
Domoticz : 2020.2 | Dashticz : V3.12 Master | dzvents : 3.0.2 | Python : 3.7.3
Lokonli
Posts: 2290
Joined: Monday 29 August 2016 22:40
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Dashticz-Dial-Wind Speed-Min-Max

Post by Lokonli »

Doudy wrote: Monday 07 March 2022 9:01 Hello,

New question!
Is it possible not to display the indications 'NNE and 9.4 and other' but not lastupdate

Image

;)
I do not completely understand your question.
You mean, show 28.1 and last update. Hide direction (NNE), and other details?

Can you post your block definition as well?
Doudy
Posts: 246
Joined: Tuesday 09 August 2016 9:09
Target OS: -
Domoticz version:
Contact:

Re: Dashticz-Dial-Wind Speed-Min-Max

Post by Doudy »

Hello,
Yes show only 28.1 and lastupdate and
hide direction and other details

My block :

Code: Select all

blocks['wind'] = {
    idx: 43,
    title: 'Vitesse-Vent',  // Vitesse vent
    type: 'dial',
    subtype: 'windspeed',
	color: '#99cc00', 
	width: 2,
	decimals: 1,
    values: ['windspeed'],
	min: 0,
	max: 100,
	showring: true,
	showunit: true,
	shownumbers: true,
	last_update: true,
	showvalue: true,

}
also for 'windgust'

;)
RaspberryPi - RFLink - Zwave - WH2600
Domoticz : 2020.2 | Dashticz : V3.12 Master | dzvents : 3.0.2 | Python : 3.7.3
Lokonli
Posts: 2290
Joined: Monday 29 August 2016 22:40
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Dashticz-Dial-Wind Speed-Min-Max

Post by Lokonli »

Doudy wrote: Monday 07 March 2022 10:22 Hello,
Yes show only 28.1 and lastupdate and
hide direction and other details

My block :

Code: Select all

blocks['wind'] = {
    idx: 43,
    title: 'Vitesse-Vent',  // Vitesse vent
    type: 'dial',
    subtype: 'windspeed',
	color: '#99cc00', 
	width: 2,
	decimals: 1,
    values: ['windspeed'],
	min: 0,
	max: 100,
	showring: true,
	showunit: true,
	shownumbers: true,
	last_update: true,
	showvalue: true,

}
also for 'windgust'

;)
You can set the values parameter to an empty array to hide the additional data, like this:

Code: Select all

blocks['windspeed'] = {
    idx: 39,
    title: 'Wind speed',  // Vitesse vent
    type: 'dial',
    subtype: 'windspeed',
    values:[]
}    

Doudy
Posts: 246
Joined: Tuesday 09 August 2016 9:09
Target OS: -
Domoticz version:
Contact:

Re: Dashticz-Dial-Wind Speed-Min-Max

Post by Doudy »

👍

Image

;)
thanks
RaspberryPi - RFLink - Zwave - WH2600
Domoticz : 2020.2 | Dashticz : V3.12 Master | dzvents : 3.0.2 | Python : 3.7.3
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest