Page 1 of 1

Dashticz 4.0.10 release

Posted: Sunday 20 September 2026 10:58
by madpatrick
Hi All

Dashticz v4.0.10 - what's new since v4.0.5

Since v4.0.5 (6 Sep 2026) a lot has happened. Here is a summary of the most important additions and changes.

New widgets
  • HP iLO - a new widget that shows clustered HPE server info, read from the iLO Redfish API (based on my Domoticz HP iLO plugin). Every row has a small icon, and you choose which rows are shown and in which order (add with +, remove with -, reorder by dragging). Available rows: server name, model, power state, health, uptime (shown as days/hours/minutes), fan speed, CPU and inlet temperature, power usage, storage health, SSD lifetime, iLO firmware, network, serial number, minimum fan speed, thermal configuration and power regulator. Settings: iLO host, port, username/password, poll interval (sec) and font size. The iLO is queried server-side, so it does not have to be reachable from your browser.
  • PostNL - shows your incoming and sent PostNL shipments in one list, soonest first, each line with an icon. Own login and settings, poll interval and font size option. Based on my Domoticz PostNL plugin.
Widget menu
  • The widget cards are now sorted alphabetically.
  • Four cards per row instead of three (slightly smaller cards, same menu width).
  • Widgets now use explicit grid sizing, with a default 6x6 grid for widgets and blocks.
  • Fixed newly added widgets silently disappearing when you did not press Save, plus better save confirmation and error handling.
Cluster block
  • Dimmer devices can now be added in Switch mode (shown as a plain on/off toggle).
  • The row type is locked once the cluster has been saved.
  • Every row can have its own custom name.
  • The switch has been restyled.
Devices
  • Custom Device: the IDX field now also accepts v<idx> to use a Domoticz user variable (next to a device idx and s<idx> for scenes/groups). The config (cog) icon and the Device Config popup work for these too, and the "Last update" checkbox now works when unchecked.
  • Selector Switch dropdown: removed the generic "Select..." placeholder option.
  • Fixed the Thermostat/Setpoint plus/minus buttons not doing anything (issue #1292).
Look & feel
  • Blinds/Dimmer slider: new drag handle and bigger up/down/stop buttons and percentage labels, easier to use on touch screens.
  • Better contrast for the graph buttons, and a fixed graph canvas width.
  • Modern Dark: block backgrounds are flat again (the experimental gradient was reverted). Liquid Glass Blue and Grey are unchanged.
  • A styled offline screen is now shown when Dashticz cannot load its scripts, and there is better error handling when Domoticz is unreachable (or blocked by CORS).
Update
As always, take a backup of your custom folder before updating. If you find a problem, please report it on GitHub (https://github.com/Dashticz/dashticz) or reply here.

Full release notes: https://dashticz.readthedocs.io/en/late ... notes.html

Re: Dashticz 4.0.10 release

Posted: Monday 21 September 2026 11:56
by HansieNL
I'm rebuilding my old dashboard to the new version and still have a problem that my local calendars don't load. I have for example a link http://192.168.2.14/kalenders/bandsintown.ics
The calendar is still working in 3.14.
Loading the calendar from an external server https://... does work.
Is it even possible to load local calendar files or what am I doing wrong?

Re: Dashticz 4.0.10 release

Posted: Monday 21 September 2026 12:13
by madpatrick
Can you check new version on Master

Re: Dashticz 4.0.10 release

Posted: Monday 21 September 2026 12:47
by HansieNL
Great!... With this version I can use my local ics files.

Re: Dashticz 4.0.10 release

Posted: Monday 21 September 2026 23:41
by HansieNL
@madpatrick Is it possible to have more than 1 calendar in a calendar block and what code to use if possible. I can't find the new instructions anymore :?
Thanks for the help.

Re: Dashticz 4.0.10 release

Posted: Tuesday 22 September 2026 8:13
by madpatrick
You can place multiple agenda from the wizard menu

Not sure how it was in the older versions, but i think

Code: Select all

blocks['my_calendar'] = { type: 'calendar', layout: 0, maxitems: 10, icalurl: { 
Personal: { ics: 'https://your-calendar-url-1/basic.ics', color: 'blue' }, 
Business: { ics: 'https://your-calendar-url-2/basic.ics', color: 'orange' }, 
Family: { ics: 'https://your-calendar-url-3/basic.ics', color: 'green' } 
}, weeks: 5, 
width: 12 }

Re: Dashticz 4.0.10 release

Posted: Tuesday 22 September 2026 14:49
by HansieNL
:roll: I tried the wizard to create
a multiple calendar block, but to use two icalurl fields is not allowed. Can you explain how I can do that in the wizard?
Thanks in advance.

Re: Dashticz 4.0.10 release

Posted: Tuesday 22 September 2026 14:58
by madpatrick
Check the new version 4.0.12
i've added the possibility for multiple calendars.
Please test

Re: Dashticz 4.0.10 release

Posted: Tuesday 22 September 2026 23:38
by Daro1003
Hi,
I have a problem with Dashticz 4.x on Chromium.

After clicking a normal Domoticz device/switch tile, a thick white focus outline remains around the tile.
This happens on Chromium (Raspberry Pi kiosk), but not in Firefox.

On the same Raspberry Pi / Chromium setup, my old Dashticz 3.14 does not show this outline.

Example affected block:
div.mh.transbg.dt_block.block_58.col-xs-12.off

In Chromium, after clicking the tile, computed style shows:

outline: rgb(255, 255, 255) 3px
outline-width: 3px
box-shadow: none

I also tried adding:

.mh,
.mh * {
outline: none !important;
-webkit-tap-highlight-color: transparent !important;
}

but the white outline still remains on some tiles.

I checked creative.css and I cannot find a rule that would normally add a white 3px outline to regular .mh device tiles.

Is this a known change related to Bootstrap 5 / focus handling in Dashticz 4.x?

Has this perhaps already been fixed in 4.0.12?
Zrzut ekranu 2026-09-22 212842.png
Zrzut ekranu 2026-09-22 212842.png (115.96 KiB) Viewed 154 times
Thanks.

Re: Dashticz 4.0.10 release

Posted: Wednesday 23 September 2026 9:11
by madpatrick
I've created an issue on git
Please use git for issues

Re: Dashticz 4.0.10 release

Posted: Wednesday 23 September 2026 19:28
by Daro1003
Thanks. Could you please send me the link to the GitHub issue? I’ll continue there.

Re: Dashticz 4.0.10 release

Posted: Wednesday 23 September 2026 19:32
by madpatrick

Re: Dashticz 4.0.10 release

Posted: Wednesday 23 September 2026 23:28
by jake
I updated from 3.14 to 4.12

Many GUI flaws, I need to work them out, I guess. Anyway, the background was constantly the dashticz logo, while per screen my default bg4.jpg was defined. I now added the config background en now that works.

With the console in the browser, I see that it can't save PHP? All and all, I thought that I should better start over fresh, so I try to go down the Docker route.

Problem 1: can't find actual documentation. The described 'automatic' installation, doesn't work with this command (as per documentation):
https://dashticz.readthedocs.io/en/mast ... stall.html#
. <(wget -qO - https://raw.githubusercontent.com/Dasht ... install.sh )

Re: Dashticz 4.0.10 release

Posted: Thursday 24 September 2026 8:25
by madpatrick
jake wrote: Wednesday 23 September 2026 23:28 I updated from 3.14 to 4.12

Many GUI flaws, I need to work them out, I guess. Anyway, the background was constantly the dashticz logo, while per screen my default bg4.jpg was defined. I now added the config background en now that works.

With the console in the browser, I see that it can't save PHP? All and all, I thought that I should better start over fresh, so I try to go down the Docker route.

Problem 1: can't find actual documentation. The described 'automatic' installation, doesn't work with this command (as per documentation):
https://dashticz.readthedocs.io/en/mast ... stall.html#
. <(wget -qO - https://raw.githubusercontent.com/Dasht ... install.sh )
Hi Jake,

I just checked, but the install is working normally

Code: Select all

bash -c "$(curl -fsSL https://raw.githubusercontent.com/dashticz/dashticz/master/install.sh)"
You can also use the script for setting the rights correctly

Code: Select all

/tools/install-dashticz-write-access.sh
Docuemnetaion is not (yet) updated to v4
If there are any volunteers that would be great ;)