Dashticz - v3.8.9 beta
Moderators: leecollings, htilburgs, robgeerts
-
- Posts: 2290
- Joined: Monday 29 August 2016 22:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Dashticz - v3.8.9 beta
A new Dashticz release with the following functionality:
* Scaling of frame content Use the new block parameters 'scale2fit' and 'aspectratio' to define the scaling and height adjustment.
* Dials now also support blinds See release notes and documentation via:
https://dashticz.readthedocs.io/en/beta ... 23-12-2021
* Scaling of frame content Use the new block parameters 'scale2fit' and 'aspectratio' to define the scaling and height adjustment.
* Dials now also support blinds See release notes and documentation via:
https://dashticz.readthedocs.io/en/beta ... 23-12-2021
- madpatrick
- Posts: 667
- Joined: Monday 26 December 2016 12:17
- Target OS: Linux
- Domoticz version: 2025.1
- Location: Netherlands
- Contact:
Re: Dashticz - v3.8.9 beta
Hi Lokonli,
Is it possible to make the text size a bit bigger ?
When i try
The dial is meshed up a bit
Also is it possible to make the dial a bit larger
Width 3 is a bit to big and width 2 a bit to small
I'm trying to get 5 dial in 1 row
And is it possible to add Title to the Selector dial? Something like this ?
Is it possible to make the text size a bit bigger ?
When i try
Code: Select all
.dialbtn.up {
font-size: 150%
}
Also is it possible to make the dial a bit larger
Width 3 is a bit to big and width 2 a bit to small


I'm trying to get 5 dial in 1 row
And is it possible to add Title to the Selector dial? Something like this ?
-= HP server GEN11 =- OZW -=- Toon2 (rooted) -=- Domoticz v2025.1 -=- Dashticz v3.14b on Tab8" =-
Re: Dashticz - v3.8.9 beta
Hello,
I have updated from version 3.8.7 to version 3.8.9
As a result, the decimals have changed and the comma has become a period.
How can I change this back to the old format?
I have updated from version 3.8.7 to version 3.8.9
As a result, the decimals have changed and the comma has become a period.
How can I change this back to the old format?
- Attachments
-
- Knipsel2.PNG (35.82 KiB) Viewed 1961 times
-
- Knipsel.PNG (44.16 KiB) Viewed 1961 times
-
- Posts: 45
- Joined: Saturday 13 June 2020 12:51
- Target OS: NAS (Synology & others)
- Domoticz version:
- Contact:
Re: Dashticz - v3.8.9 beta
use a : decimals: 1, id dial text.....
-
- Posts: 2290
- Joined: Monday 29 August 2016 22:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz - v3.8.9 beta
I've made a little update.madpatrick wrote: ↑Friday 24 December 2021 10:04 Hi Lokonli,
Is it possible to make the text size a bit bigger ?
When i tryThe dial is meshed up a bitCode: Select all
.dialbtn.up { font-size: 150% }
Now you can change the up/down text size via:
Code: Select all
.up .text, .down .text {
font-size: 200%
}
- madpatrick
- Posts: 667
- Joined: Monday 26 December 2016 12:17
- Target OS: Linux
- Domoticz version: 2025.1
- Location: Netherlands
- Contact:
Re: Dashticz - v3.8.9 beta
Thanks.
It is working on my PC screen, but on my tablet is remains unchanged
Is it possible to adjust the text in the middle also
It is working on my PC screen, but on my tablet is remains unchanged
Code: Select all
.up .text, .down .text {
font-size: 40px !important
}
-= HP server GEN11 =- OZW -=- Toon2 (rooted) -=- Domoticz v2025.1 -=- Dashticz v3.14b on Tab8" =-
Re: Dashticz - v3.8.9 beta
Hi Lokonli,
Do you also have a solution for the Gas dial.
Decimals: 1 doesn't work here.
blocks['Gasmeter'] = {
idx: 464,
title: 'Gas',
type: 'dial',
values: [{value:'Counter', decimals: 0, unit:' m3'}],
setpoint: 5,
min: 0,
max: 10,
width: 6,
shownumbers: true,
showring: true,
animation: false,
showunit:true
}
Do you also have a solution for the Gas dial.
Decimals: 1 doesn't work here.
blocks['Gasmeter'] = {
idx: 464,
title: 'Gas',
type: 'dial',
values: [{value:'Counter', decimals: 0, unit:' m3'}],
setpoint: 5,
min: 0,
max: 10,
width: 6,
shownumbers: true,
showring: true,
animation: false,
showunit:true
}
-
- Posts: 2290
- Joined: Monday 29 August 2016 22:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz - v3.8.9 beta
It works on my tables (android and iOS). Can it be that the screen resolution is relatively high? Then probably the 40px may still be rather small.madpatrick wrote: ↑Tuesday 28 December 2021 12:21 Thanks.
It is working on my PC screen, but on my tablet is remains unchangedIs it possible to adjust the text in the middle alsoCode: Select all
.up .text, .down .text { font-size: 40px !important }
Try with relative size:
Code: Select all
font-size: 200%
Code: Select all
.text {
font-size: 200%
}
Code: Select all
.middle .text {
font-size: 130%
}
-
- Posts: 2290
- Joined: Monday 29 August 2016 22:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz - v3.8.9 beta
I've made a small fix. Update Dashticz with 'git pull'.epost wrote: ↑Tuesday 28 December 2021 12:57 Hi Lokonli,
Do you also have a solution for the Gas dial.
Decimals: 1 doesn't work here.
blocks['Gasmeter'] = {
idx: 464,
title: 'Gas',
type: 'dial',
values: [{value:'Counter', decimals: 0, unit:' m3'}],
setpoint: 5,
min: 0,
max: 10,
width: 6,
shownumbers: true,
showring: true,
animation: false,
showunit:true
}
The following will work:
blocks['Gasmeter'] = {
idx: 464,
title: 'Gas',
type: 'dial',
values: [{value:'Counter', decimals: 0, unit:' m3'}],
setpoint: 5,
min: 0,
max: 10,
width: 6,
shownumbers: true,
showring: true,
animation: false,
showunit:true,
decimals: 1
}
- madpatrick
- Posts: 667
- Joined: Monday 26 December 2016 12:17
- Target OS: Linux
- Domoticz version: 2025.1
- Location: Netherlands
- Contact:
Re: Dashticz - v3.8.9 beta
Now it is working !Lokonli wrote: ↑Tuesday 28 December 2021 13:44It works on my tables (android and iOS). Can it be that the screen resolution is relatively high? Then probably the 40px may still be rather small.madpatrick wrote: ↑Tuesday 28 December 2021 12:21 Thanks.
It is working on my PC screen, but on my tablet is remains unchangedIs it possible to adjust the text in the middle alsoCode: Select all
.up .text, .down .text { font-size: 40px !important }
Try with relative size:To change all the font sizes in a blinds button:Code: Select all
font-size: 200%
This probably is a bit too big for a two line middle row. You could add:Code: Select all
.text { font-size: 200% }
Code: Select all
.middle .text { font-size: 130% }
Thanks
The resulotion of the tablet is 1280x800. but i think the 8" is a bit small for my eyes......

Do you think it is possible to add a title to the selector dials?
That would make it perfect for me.
-= HP server GEN11 =- OZW -=- Toon2 (rooted) -=- Domoticz v2025.1 -=- Dashticz v3.14b on Tab8" =-
Re: Dashticz - v3.8.9 beta
Hi Lokonli,
The Gas dial now works as before.
Thank You very much
I have another item that changed after the update.
The decimal comma has been replaced by a period
blocks['zolder'] = {
idx: 510,
title: 'Zolder',
type: 'dial',
setpoint: 20,
min: 5,
max: 45,
width: 6,
shownumbers: true,
showring: true,
showunit: true,
last_update: true,
animation: false
}
The Gas dial now works as before.
Thank You very much
I have another item that changed after the update.
The decimal comma has been replaced by a period
blocks['zolder'] = {
idx: 510,
title: 'Zolder',
type: 'dial',
setpoint: 20,
min: 5,
max: 45,
width: 6,
shownumbers: true,
showring: true,
showunit: true,
last_update: true,
animation: false
}
- Attachments
-
- zolder.png (41.05 KiB) Viewed 1850 times
-
- Posts: 2290
- Joined: Monday 29 August 2016 22:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz - v3.8.9 beta
Should work again with latest beta.epost wrote: ↑Tuesday 28 December 2021 15:56 Hi Lokonli,
The Gas dial now works as before.
Thank You very much
I have another item that changed after the update.
The decimal comma has been replaced by a period
blocks['zolder'] = {
idx: 510,
title: 'Zolder',
type: 'dial',
setpoint: 20,
min: 5,
max: 45,
width: 6,
shownumbers: true,
showring: true,
showunit: true,
last_update: true,
animation: false
}
Re: Dashticz - v3.8.9 beta
Lokonli,
The decimal comma works perfectly
Thank You very much
The decimal comma works perfectly
Thank You very much
-
- Posts: 99
- Joined: Friday 25 January 2019 11:33
- Target OS: Linux
- Domoticz version: beta
- Location: Poland
- Contact:
Re: Dashticz - v3.8.9 beta
Welcome
I want to add the "usage" value from such a device to a regular switch
Json
How to do it with this example ?
The switch has an idx of 12 and Shelly from Usage has an idx of 15
How do I put idx 15 in values [
gives me "DATE"
I want to add the "usage" value from such a device to a regular switch
Json
Code: Select all
"AddjMulti" : 1.0,
"AddjMulti2" : 1.0,
"AddjValue" : 0.0,
"AddjValue2" : 0.0,
"BatteryLevel" : 255,
"CounterToday" : "0 kWh",
"CustomImage" : 0,
"Data" : "0.020 kWh",
"Description" : "",
"EnergyMeterMode" : "0",
"Favorite" : 0,
"HardwareDisabled" : false,
"HardwareID" : 6,
"HardwareName" : "Shelly",
"HardwareType" : "Shelly MQTT",
"HardwareTypeVal" : 94,
"HaveTimeout" : false,
"ID" : "shelly1pm-84CCA8ACB7B8-0-energy",
"LastUpdate" : "2021-12-28 15:18:07",
"Name" : "Pompa Pob\u00f3r",
"Notifications" : "false",
"PlanID" : "2",
"PlanIDs" :
[
2
],
"Protected" : false,
"ShowNotifications" : true,
"SignalLevel" : "-",
"SubType" : "kWh",
"SwitchTypeVal" : 0,
"Timers" : "false",
"Type" : "General",
"TypeImg" : "current",
"Unit" : 4,
"Usage" : "0 Watt",
"Used" : 1,
"XOffset" : "363",
"YOffset" : "503",
"idx" : "15"
Code: Select all
blocks['sw1'] = {
idx: 1056,
type:'dial',
values: [
{
idx: 1057,
isNeedle: true
},
],
width: 6,
showring: true,
shownumbers: true,
min: 0,
max: 10
}
How do I put idx 15 in values [
gives me "DATE"
-
- Posts: 2290
- Joined: Monday 29 August 2016 22:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz - v3.8.9 beta
I would expect by adding the value parameter and setting idx correctly, like:
Code: Select all
values: [
{
idx: 15,
isNeedle: true,
value: 'Usage'
},
],
-
- Posts: 99
- Joined: Friday 25 January 2019 11:33
- Target OS: Linux
- Domoticz version: beta
- Location: Poland
- Contact:
Re: Dashticz - v3.8.9 beta
Perfectly
Thank you very much
Thank you very much
- madpatrick
- Posts: 667
- Joined: Monday 26 December 2016 12:17
- Target OS: Linux
- Domoticz version: 2025.1
- Location: Netherlands
- Contact:
Re: Dashticz - v3.8.9 beta
Hi Lokonli,
Another question (sorry for the many questions)
When I push 1 dial on or off the test will dissapear.
Same when i test it on my pc wih the mouse, but then i will come back if the mouse the not on the dial
What can this be ?
This is my custom.css for these dials
and i used in config.js
to remove the icon due to limited space on my small tablet
Another question (sorry for the many questions)
When I push 1 dial on or off the test will dissapear.
Same when i test it on my pc wih the mouse, but then i will come back if the mouse the not on the dial
What can this be ?
This is my custom.css for these dials
Code: Select all
.dial-center .value {color: white !important;font-size: 130% !important;}
.dial .device {font-size: 14px;padding-top: 10px !important}
Code: Select all
iconSwitch: ' '
- Attachments
-
- 2021-12-29 13_45_07-Dashticz.png (276.8 KiB) Viewed 1761 times
-= HP server GEN11 =- OZW -=- Toon2 (rooted) -=- Domoticz v2025.1 -=- Dashticz v3.14b on Tab8" =-
Who is online
Users browsing this forum: No registered users and 1 guest