Dashticz v3.9.3 beta Topic is solved

Dashticz, alternative dashboard based on HTML, CSS, jQuery

Moderators: leecollings, htilburgs, robgeerts

Post Reply
Lokonli
Posts: 2287
Joined: Monday 29 August 2016 22:40
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Dashticz v3.9.3 beta

Post by Lokonli »

New functionality:
  • Up/down dials for Thermostats, Blinds and Dimmers.
    With the up/down buttons you can adjust the values step by step.
    thermtempupdown.jpg
    thermtempupdown.jpg (10.07 KiB) Viewed 1876 times
    Just add the following block parameter:

    Code: Select all

      subtype: 'updown'
    
  • Wind devices can be rendered with a needle indicating wind speed and wind gust instead of wind direction
    windspeed.jpg
    windspeed.jpg (26.17 KiB) Viewed 1876 times

    Code: Select all

      subtype: 'windspeed'   //to display wind speed
      subtype: 'windgust'   //to display wind gust
    
For all changes see:
https://dashticz.readthedocs.io/en/beta ... a-9-3-2022
Last edited by Lokonli on Friday 11 March 2022 10:17, edited 1 time in total.
jake
Posts: 742
Joined: Saturday 30 May 2015 22:40
Target OS: Raspberry Pi / ODroid
Domoticz version: beta
Contact:

Re: Dashticz v3.9.3 beta

Post by jake »

Nice update
Krenstik
Posts: 45
Joined: Saturday 13 June 2020 12:51
Target OS: NAS (Synology & others)
Domoticz version:
Contact:

Re: Dashticz v3.9.3 beta

Post by Krenstik »

I love a thermostat.... ;)
Krenstik
Posts: 45
Joined: Saturday 13 June 2020 12:51
Target OS: NAS (Synology & others)
Domoticz version:
Contact:

Re: Dashticz v3.9.3 beta

Post by Krenstik »

Well, maybe one idea, use this style of the dial for the selector? Especially in my case, I have more selections and in the dial is not so nice as a list is too long....
So use up and down buttons to move between values.
Doudy
Posts: 246
Joined: Tuesday 09 August 2016 9:09
Target OS: -
Domoticz version:
Contact:

Re: Dashticz v3.9.3 beta

Post by Doudy »

Lokonli wrote: Wednesday 09 March 2022 22:15 New functionality:

[*] Wind devices can be rendered with a needle indicating wind speed and wind gust instead of wind direction
windspeed.jpg

Code: Select all

  subtype: 'windspeed'   //to display wind speed
  subtype: 'windspeed'   //to display wind gust
For all changes see:
https://dashticz.readthedocs.io/en/beta ... a-9-3-2022
small correction

Code: Select all

 
 subtype: 'windspeed'   //to display wind speed
 subtype: 'windgust'    //to display wind gust
;)
RaspberryPi - RFLink - Zwave - WH2600
Domoticz : 2020.2 | Dashticz : V3.12 Master | dzvents : 3.0.2 | Python : 3.7.3
Lokonli
Posts: 2287
Joined: Monday 29 August 2016 22:40
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Dashticz v3.9.3 beta

Post by Lokonli »

Krenstik wrote: Thursday 10 March 2022 23:23 Well, maybe one idea, use this style of the dial for the selector? Especially in my case, I have more selections and in the dial is not so nice as a list is too long....
So use up and down buttons to move between values.
Good idea. I've added it to the list. I'll add a parameter indicating whether the selected option should be activated directly, or only after pressing the middle button. Time-out value before activation probably could work as well.
Musje
Posts: 4
Joined: Saturday 07 October 2017 21:39
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Contact:

Re: Dashticz v3.9.3 beta

Post by Musje »

hey,

I've update to the latest beta v3.9.3 and for some reason my garbage collector isn't working anymore.
I've got the error: Error loading garbage data undefined

I've got nothing changed in my config.
I make use of the compagny Rova

Has it something to do with the latest version or is it something else?

Thanks in advance
Lokonli
Posts: 2287
Joined: Monday 29 August 2016 22:40
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Dashticz v3.9.3 beta

Post by Lokonli »

Musje wrote: Monday 14 March 2022 22:30 hey,

I've update to the latest beta v3.9.3 and for some reason my garbage collector isn't working anymore.
I've got the error: Error loading garbage data undefined

I've got nothing changed in my config.
I make use of the compagny Rova

Has it something to do with the latest version or is it something else?

Thanks in advance
My Rova test address is still working. Can you send me your zipcode+housenumber, then I can check that as well. (By PM if you prefer that)
sailmich
Posts: 245
Joined: Wednesday 17 February 2016 22:55
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Location: Germany
Contact:

Re: Dashticz v3.9.3 beta

Post by sailmich »

Nice I've updated to latest beta and found subtype updown for blinds. When I want to set my blinds to a certain percentage I have to touch it eg eight times and after each time I had changed the value for 10% I have to wait until the blind is reaching the position. Is it somehow possible to change the design or the way to choose a certain percentage? Wait 5 seconds before sending the new value? Stop is not working with my Fibaro FGR222!
Thanks again for your great work
besix
Posts: 99
Joined: Friday 25 January 2019 11:33
Target OS: Linux
Domoticz version: beta
Location: Poland
Contact:

Re: Dashticz v3.9.3 beta

Post by besix »

You can change the default 10% to a different value. Use steps in the block definition. Example for 20%

Code: Select all

blocks[161] = {title: 'Roleta',
 type:'dial',
 subtype: 'updown',
 steps: 20,
 inverted: false,
 width:6}
sailmich
Posts: 245
Joined: Wednesday 17 February 2016 22:55
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Location: Germany
Contact:

Re: Dashticz v3.9.3 beta

Post by sailmich »

Thanks besix for your answer, but in my eyes just increase percentage doesn't make it more practical. What I would like to have is something similar to a slider or maybe four sections open/close/x percentage/y percentage. Unfortunately my programming skills are zero.
Cheer's
Lokonli
Posts: 2287
Joined: Monday 29 August 2016 22:40
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Dashticz v3.9.3 beta

Post by Lokonli »

sailmich wrote: Sunday 03 April 2022 8:24 Nice I've updated to latest beta and found subtype updown for blinds. When I want to set my blinds to a certain percentage I have to touch it eg eight times and after each time I had changed the value for 10% I have to wait until the blind is reaching the position. Is it somehow possible to change the design or the way to choose a certain percentage? Wait 5 seconds before sending the new value? Stop is not working with my Fibaro FGR222!
Thanks again for your great work
I'll add a block parameter to configure the delay before the position command will be send.
sailmich
Posts: 245
Joined: Wednesday 17 February 2016 22:55
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Location: Germany
Contact:

Re: Dashticz v3.9.3 beta

Post by sailmich »

Lokonli wrote: Monday 04 April 2022 20:20 I'll add a block parameter to configure the delay before the position command will be send
That would be great!
sailmich
Posts: 245
Joined: Wednesday 17 February 2016 22:55
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Location: Germany
Contact:

Re: Dashticz v3.9.3 beta

Post by sailmich »

sailmich wrote: Tuesday 05 April 2022 9:11
Lokonli wrote: Monday 04 April 2022 20:20 I'll add a block parameter to configure the delay before the position command will be send
That would be great!
May I ask if it's still on your agenda?
Cheers
Lokonli
Posts: 2287
Joined: Monday 29 August 2016 22:40
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Dashticz v3.9.3 beta

Post by Lokonli »

sailmich wrote: Friday 28 October 2022 21:14
sailmich wrote: Tuesday 05 April 2022 9:11
Lokonli wrote: Monday 04 April 2022 20:20 I'll add a block parameter to configure the delay before the position command will be send
That would be great!
May I ask if it's still on your agenda?
Cheers
Yes, It's your lucky day :) .

I've implemented it in latest beta.

Add the 'delay' block parameter to your dial block definition, and it will delay the device updates from Domoticz with the indicated number of seconds after the last interaction.

Can you test?
sailmich
Posts: 245
Joined: Wednesday 17 February 2016 22:55
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Location: Germany
Contact:

Re: Dashticz v3.9.3 beta

Post by sailmich »

Sorry for late reply but I was in Saudi Arabia for a few weeks. Just came Back Yesterday, will try later today.
sailmich
Posts: 245
Joined: Wednesday 17 February 2016 22:55
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Location: Germany
Contact:

Re: Dashticz v3.9.3 beta

Post by sailmich »

Lokonli wrote: Wednesday 16 November 2022 17:30
sailmich wrote: Friday 28 October 2022 21:14
sailmich wrote: Tuesday 05 April 2022 9:11
That would be great!
May I ask if it's still on your agenda?
Cheers
Yes, It's your lucky day :) .

I've implemented it in latest beta.

Add the 'delay' block parameter to your dial block definition, and it will delay the device updates from Domoticz with the indicated number of seconds after the last interaction.

Can you test?
First thank you very much for your big improvements!
I tried your new settings and it's working but I have some minor issues.
When touching plus or minus the blind starts immediately moving, but I still can change the percentage while moving.

From readthedocs
For Blinds the middle button will work as stop button.
I have Fibaro roller shutter, it seems they doesn't support stop function for blinds. When press stop the blind changing the direction and then stop at random position, might be better to deactivated the stop function?
With the inverted block parameter you can invert the values: 10% will become 90%, 70% will become 30%, etc.
I prefer that for an Up Down blinds dial the Up-button will open the blinds. The blinds percentage goes from 0% (fully closed) to 100% (fully open).
This conflicts with the defaults in Domoticz where 0 is open, and 100 is closed.
For this reason the ‘inverted’ block parameter by default is set to true for regular Domoticz blinds devices, and set to false for Domoticz Blinds Inverted devices.
I use dashticz on a wall mounted Fire HD tablet. On all mobiles in my family we use Domoticz app. Therefore I would prefer how it is in Domoticz. Also does the graphic in Domoticz symbolized a blind and showing where the position of the blind is. Maybe you could add a block parameter for plus and minus direction? When using a inverted blind from Domoticz, your inverted block parameter doesn't do a change! When using a blind dial, press up let my blinds go down and vice versa.
I hope I did write it understandable
Cheers
Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests