White fader not shown with RGBW devices and RGBWZ is missing

Dashticz, alternative dashboard based on HTML, CSS, jQuery

Moderators: leecollings, htilburgs, robgeerts

Post Reply
User avatar
rolandbreedveld
Posts: 156
Joined: Wednesday 09 March 2016 11:25
Target OS: Raspberry Pi / ODroid
Domoticz version: 2021.1
Contact:

White fader not shown with RGBW devices and RGBWZ is missing

Post by rolandbreedveld »

Hi
2 issues with RGBW devices in Dashticz:

in main.js is RGBWZ missing, I changed it to:
function isRGBDeviceAndEnabled(device) {
return (typeof (settings['no_rgb']) === 'undefined' ||
(typeof (settings['no_rgb']) !== 'undefined' &&
parseFloat(settings['no_rgb']) === 0)) &&
(device['SubType'] === 'RGBWZ' || device['SubType'] === 'RGBW' || device['SubType'] === 'RGBWW' || device['SubType'] === 'RGB' || device['SubType'] === 'RGBWWZ' );
}

I use RGBWZ and RGBWWZ devices:
the White/Tone fader is missing in Dashticz, I can only control the RGB colors, not the White and Tone Led's
is it possible to enable the white fader somewhere?
Raspberry Pi(SSD)+UPS HAT,Dashticz on WallTablet,HomeBridge, P1, HarmonyHub,FritzBox,API to 123Solar+ABB-PowerOne+SMA,ESP-Leds(flashed LSC),Tasmota,Shelly,MQTT,Mosquito,Node-Red,http://wiki.breedveld.net/index.php?title=RPiWaterMeter, Mercedes-Me
Lokonli
Posts: 2291
Joined: Monday 29 August 2016 22:40
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: White fader not shown with RGBW devices and RGBWZ is missing

Post by Lokonli »

I'll add RGBWZ to the beta branch. That is an easy change.

Currently it's not possible to enable the white fader. The feature has been requested already. I expect it will be added next month.
See https://github.com/Dashticz/dashticz/issues/166
User avatar
rolandbreedveld
Posts: 156
Joined: Wednesday 09 March 2016 11:25
Target OS: Raspberry Pi / ODroid
Domoticz version: 2021.1
Contact:

Re: White fader not shown with RGBW devices and RGBWZ is missing

Post by rolandbreedveld »

Lokonli wrote: Wednesday 19 February 2020 16:21 I'll add RGBWZ to the beta branch. That is an easy change.

Currently it's not possible to enable the white fader. The feature has been requested already. I expect it will be added next month.
See https://github.com/Dashticz/dashticz/issues/166
Top, Thanxzzzz!
Raspberry Pi(SSD)+UPS HAT,Dashticz on WallTablet,HomeBridge, P1, HarmonyHub,FritzBox,API to 123Solar+ABB-PowerOne+SMA,ESP-Leds(flashed LSC),Tasmota,Shelly,MQTT,Mosquito,Node-Red,http://wiki.breedveld.net/index.php?title=RPiWaterMeter, Mercedes-Me
User avatar
rolandbreedveld
Posts: 156
Joined: Wednesday 09 March 2016 11:25
Target OS: Raspberry Pi / ODroid
Domoticz version: 2021.1
Contact:

Re: White fader not shown with RGBW devices and RGBWZ is missing

Post by rolandbreedveld »

@Lokonli : The "WW" Device is also missing a slider, it has the brightness but it's missing the Tone slider.
all xxxWWx devices (also RGBWW and RGBWWZ) has 2 led's 1 for White led and 1 for the SoftTone led, so the RGBWW device should also need a slider for White and Tone.
Raspberry Pi(SSD)+UPS HAT,Dashticz on WallTablet,HomeBridge, P1, HarmonyHub,FritzBox,API to 123Solar+ABB-PowerOne+SMA,ESP-Leds(flashed LSC),Tasmota,Shelly,MQTT,Mosquito,Node-Red,http://wiki.breedveld.net/index.php?title=RPiWaterMeter, Mercedes-Me
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest