I've a request about the dimmer dials. Now you have to control them by dragging the dial, would it be possible to add the option to just click on the position to set the dimmer? (e.g. click on top of outer ring to set 50%)
I'm new here and got my dashticz running for a few days now. At this moment I've implemented Dial for my Tado thermostats.
The problem I'm having is that I cant switch the temperature (setpoin/desiredt) at the temp/hum dial and I cant see the temperature at the setpoint dial...
Is it possible to combine the 2? So I can adjust the temperature and also see the current temp in 1 dial?
Mrblomme wrote: ↑Friday 09 October 2020 9:12
Hi all
I'm new here and got my dashticz running for a few days now. At this moment I've implemented Dial for my Tado thermostats.
The problem I'm having is that I cant switch the temperature (setpoin/desiredt) at the temp/hum dial and I cant see the temperature at the setpoint dial...
Is it possible to combine the 2? So I can adjust the temperature and also see the current temp in 1 dial?
tado.JPG
For some devices this will work already. As an example, define your block as follows:
In this case '25' is the Domoticz device id of the thermostat device. '27' is the temperature device.
thermostat.jpg (8.37 KiB) Viewed 1432 times
Currently the temperature in my living room is 20,9 degrees (device 27), while the central heating setpoint is 17,7 degrees (device 25). By turning the needle, the setpoint will be adjusted.
In this example we combine the data from three devices (12, 13, 14). but you can use the same idx as well.
The first value will be used as the central big number in the dial block (device 12, temperature). The needle will be used to set the device labeled with isSetpoint: true
Would this be useful?
(To be clear: Currently this is not implemented yet)
In this example we combine the data from three devices (12, 13, 14). but you can use the same idx as well.
The first value will be used as the central big number in the dial block (device 12, temperature). The needle will be used to set the device labeled with isSetpoint: true
Would this be useful?
(To be clear: Currently this is not implemented yet)
That will be a good way I think. Take your time to implement this option.
I installed Dashticz successfully, however for some reason I can't set the min/max values on my thermostat-setpoint. Is it possible on this specific device or did I miss something ? Here is the code:
blocks['tsalon_manu'] = {
idx: 24,
title: 'Salon_MANU',
type: 'dial',
width: 6,
min: 15,
max: 25,
setpoint: 20, // this value will be used to control the color of the outer ring, e.g. < 15 is blue, >= 15 is orange
shownumbers: true, // display the numbers on the dial (default is false)
showring: true, // display outer ring color all the time (default is false, will only display when hover over)
showunit: true // display unit for the dial value (default is false)
}
In this example we combine the data from three devices (12, 13, 14). but you can use the same idx as well.
The first value will be used as the central big number in the dial block (device 12, temperature). The needle will be used to set the device labeled with isSetpoint: true
Would this be useful?
(To be clear: Currently this is not implemented yet)
That will be a good way I think. Take your time to implement this option.
meatpuppet wrote: ↑Saturday 10 October 2020 20:09
Hi,
I installed Dashticz successfully, however for some reason I can't set the min/max values on my thermostat-setpoint. Is it possible on this specific device or did I miss something ? Here is the code:
blocks['tsalon_manu'] = {
idx: 24,
title: 'Salon_MANU',
type: 'dial',
width: 6,
min: 15,
max: 25,
setpoint: 20, // this value will be used to control the color of the outer ring, e.g. < 15 is blue, >= 15 is orange
shownumbers: true, // display the numbers on the dial (default is false)
showring: true, // display outer ring color all the time (default is false, will only display when hover over)
showunit: true // display unit for the dial value (default is false)
}
meatpuppet wrote: ↑Saturday 10 October 2020 20:09
Hi,
I installed Dashticz successfully, however for some reason I can't set the min/max values on my thermostat-setpoint. Is it possible on this specific device or did I miss something ? Here is the code:
blocks['tsalon_manu'] = {
idx: 24,
title: 'Salon_MANU',
type: 'dial',
width: 6,
min: 15,
max: 25,
setpoint: 20, // this value will be used to control the color of the outer ring, e.g. < 15 is blue, >= 15 is orange
shownumbers: true, // display the numbers on the dial (default is false)
showring: true, // display outer ring color all the time (default is false, will only display when hover over)
showunit: true // display unit for the dial value (default is false)
}
The min and max remain default values...
Thanks a lot for your support!
Try latest beta.
Thanks, that works. However now when I click on the dial to change the setpoint value it does not update anymore in Dashticz (it does in domoticz). I need to refresh the page to see the updated value on the dial... Did I miss something?
meatpuppet wrote: ↑Saturday 10 October 2020 20:09
Hi,
I installed Dashticz successfully, however for some reason I can't set the min/max values on my thermostat-setpoint. Is it possible on this specific device or did I miss something ? Here is the code:
blocks['tsalon_manu'] = {
idx: 24,
title: 'Salon_MANU',
type: 'dial',
width: 6,
min: 15,
max: 25,
setpoint: 20, // this value will be used to control the color of the outer ring, e.g. < 15 is blue, >= 15 is orange
shownumbers: true, // display the numbers on the dial (default is false)
showring: true, // display outer ring color all the time (default is false, will only display when hover over)
showunit: true // display unit for the dial value (default is false)
}
The min and max remain default values...
Thanks a lot for your support!
Try latest beta.
Thanks, that works. However now when I click on the dial to change the setpoint value it does not update anymore in Dashticz (it does in domoticz). I need to refresh the page to see the updated value on the dial... Did I miss something?
Thanks!
I had to change the update mechanism to support multi-device. I'll check.
Mrblomme wrote: ↑Friday 09 October 2020 9:12
Hi all
I'm new here and got my dashticz running for a few days now. At this moment I've implemented Dial for my Tado thermostats.
The problem I'm having is that I cant switch the temperature (setpoin/desiredt) at the temp/hum dial and I cant see the temperature at the setpoint dial...
Is it possible to combine the 2? So I can adjust the temperature and also see the current temp in 1 dial?
tado.JPG
For some devices this will work already. As an example, define your block as follows:
In this case '25' is the Domoticz device id of the thermostat device. '27' is the temperature device.
thermostat.jpg
Currently the temperature in my living room is 20,9 degrees (device 27), while the central heating setpoint is 17,7 degrees (device 25). By turning the needle, the setpoint will be adjusted.