Please try 3.9.1-beta. I expect it will be solved in that version.TroisSix wrote: ↑Sunday 13 February 2022 19:58 Hi Lokonli,
Thank you so much for all your work on Dashticz, it's vital for ma children and I (not waf enough for my wife, it will never be lol)![]()
![]()
For information, I was on beta for several months and always up to date, and I just did an update of the bera today.
Since then, Dahsticz cannot be displayed on my iPad, did you changed anything vital bteween last beta -1 and the actual beta from today?
So I just changed to the master version, and all is working fine, I don't touch anything from now![]()
Perhaps something important changed between last beta version -1 and last beta version?
I can do some tests if you want till you don't change the master![]()
Dashticz 3.9 - master
Moderators: leecollings, htilburgs, robgeerts
-
- Posts: 2291
- Joined: Monday 29 August 2016 22:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz 3.9 - master
-
- Posts: 92
- Joined: Monday 11 January 2016 9:29
- Target OS: -
- Domoticz version: 2022.2
- Location: France
- Contact:
Re: Dashticz 3.9 - master
Hi,
I just did a git checkout beta and a git pull, but it only sees the v3.9.0-beta, not the 3.9.1
I just did a git checkout beta and a git pull, but it only sees the v3.9.0-beta, not the 3.9.1
VM Debian - Domoticz stable v2024.7, RFXtrx433, Aeotec Z-Stick Gen5, Two APC
- rts: dio, oregon, somfy
- zwave: fibaro fgs212, aeotec smart switch, vision ZG8101
- IO Homecontrol: Velux Connexoon
- logitech harmony hub, philips hue, Pilot app.
- rts: dio, oregon, somfy
- zwave: fibaro fgs212, aeotec smart switch, vision ZG8101
- IO Homecontrol: Velux Connexoon
- logitech harmony hub, philips hue, Pilot app.
-
- Posts: 2291
- Joined: Monday 29 August 2016 22:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz 3.9 - master
After git checkout beta and git pull you should have the 3.9.1 version.
Check Dashticz -> Settings icon -> Info tab: Dashticz version is shown there.
Check Dashticz -> Settings icon -> Info tab: Dashticz version is shown there.
-
- Posts: 2291
- Joined: Monday 29 August 2016 22:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz 3.9 - master
That may be the problem indeed.
I see that the Nefit device is only available on Plan 2? (one of your floorplans)
Is this the floor plan requested by Dashticz from Domoticz?
(do you have a config['room_plan'] setting? Then try without it, or set it to 2)
- HenriM
- Posts: 13
- Joined: Wednesday 19 December 2018 23:53
- Target OS: Raspberry Pi / ODroid
- Domoticz version: beta
- Location: The Netherlands
- Contact:
Re: Dashticz 3.9 - master
I have in my configuration:
I tried without it (no change and Nefit still showing wrong) and with value 2 (lot of missing devices, but Nefit still showing wrong).
The temperature (8) and P1 Smartmeter Dial is shown on the same first page of my Dashticz configuration (thus total of 10 Dials). When I do not use dial the correct value is shown.
As a test I added some more blocks definition to my current block configuration:
This is shows as:
https://eye-vision.homeip.net/wp-conten ... Config.jpg
(the value 19 is correct and is what I expect normally)
Anything more I can provide/check for you to help to narrow down the issue. As indicated, exactly the same config file works correctly with Dashticz 3.8.
Code: Select all
config['room_plan'] = '0';
The temperature (8) and P1 Smartmeter Dial is shown on the same first page of my Dashticz configuration (thus total of 10 Dials). When I do not use dial the correct value is shown.
As a test I added some more blocks definition to my current block configuration:
Code: Select all
// Nefit Setpoint
blocks[nefit_easy] = {}
blocks[nefit_easy]['width'] = 3;
blocks[nefit_easy]['show_lastupdate'] = false;
blocks[nefit_easy]['type'] = 'dial';
blocks[nefit_easy]['showunit'] = true;
blocks[nefit_easy]['lastupdate'] = true;
blocks[nefit_easy]['flash'] = false;
// Extra config
blocks[nefit_easy] = {
type: 'dial',
idx: 77,
values: [
{
unit: 'C',
value: 'Data',
addClass: 'primary',
scale: 1.0,
},
],
showvalue: false,
animation: false,
shownumbers: false,
width: 3,
showvalue: true,
last_update: false
};
https://eye-vision.homeip.net/wp-conten ... Config.jpg
(the value 19 is correct and is what I expect normally)
Anything more I can provide/check for you to help to narrow down the issue. As indicated, exactly the same config file works correctly with Dashticz 3.8.
-
- Posts: 2291
- Joined: Monday 29 August 2016 22:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz 3.9 - master
When you open DevTools with F12 and refresh Dashticz, do you then see any error on the DevTools console tab?HenriM wrote: ↑Tuesday 15 February 2022 8:13 I have in my configuration:I tried without it (no change and Nefit still showing wrong) and with value 2 (lot of missing devices, but Nefit still showing wrong).Code: Select all
config['room_plan'] = '0';
The temperature (8) and P1 Smartmeter Dial is shown on the same first page of my Dashticz configuration (thus total of 10 Dials). When I do not use dial the correct value is shown.
As a test I added some more blocks definition to my current block configuration:
This is shows as:Code: Select all
// Nefit Setpoint blocks[nefit_easy] = {} blocks[nefit_easy]['width'] = 3; blocks[nefit_easy]['show_lastupdate'] = false; blocks[nefit_easy]['type'] = 'dial'; blocks[nefit_easy]['showunit'] = true; blocks[nefit_easy]['lastupdate'] = true; blocks[nefit_easy]['flash'] = false; // Extra config blocks[nefit_easy] = { type: 'dial', idx: 77, values: [ { unit: 'C', value: 'Data', addClass: 'primary', scale: 1.0, }, ], showvalue: false, animation: false, shownumbers: false, width: 3, showvalue: true, last_update: false };
https://eye-vision.homeip.net/wp-conten ... Config.jpg
(the value 19 is correct and is what I expect normally)
Anything more I can provide/check for you to help to narrow down the issue. As indicated, exactly the same config file works correctly with Dashticz 3.8.
- HenriM
- Posts: 13
- Joined: Wednesday 19 December 2018 23:53
- Target OS: Raspberry Pi / ODroid
- Domoticz version: beta
- Location: The Netherlands
- Contact:
Re: Dashticz 3.9 - master
Same applicable error message is shown in that case:
When opening that URL directly in Firefox I get:
Code: Select all
XML Parsing Error: not well-formed
Location: http://user:[email protected]:84/tpl/dial.tpl?22
Line Number 1, Column 1:
Code: Select all
{{#*inline "dialitems"}}
<div class="extra {{animation}} {{#unless showvalue}}novalue{{/unless}}">
{{#each info}}
<div class="item {{this.addClass}} {{this.deviceStatus}}">
{{#if this.label}}
<div class="itemlabel">{{this.label}}</div>
{{/if}}
<div class="dataunit">
{{#unless this.image}}
<i class="{{this.icon}}"></i>
{{else}}
<img src="img/{{this.image}}">
{{/unless}}
<span class="data">{{this.data}}</span>
<span class="unit">{{this.unit}}</span>
</div>
</div>
{{/each}}
</div>
{{#if lastupdate}}
<span class="info {{#unless hasSetpoint}}nosetpoint{{/unless}} {{animation}}">{{lastupdate}}</span>
{{/if}}
{{/inline}}
{{#*inline "dialdevice"}}
<span class="device {{animation}}" style="color:{{color}};">{{name}}</span>
{{/inline}}
<div class="dial {{size}} {{#if fixed}}fixed{{/if}} {{active}} {{addclass}} {{deviceStatus}}" style="font-size: {{fontsize}}px;--dial-color: {{rgba}};">
<div class="slice {{#if split}}{{slice}}{{/if}} primary {{class}}">
<div class="bar"></div>
<div class="fill"></div>
</div>
<div class="dial-container">
<div id="face{{id}}" class="dial-face">
<div class="dial-numbers">
{{#if numbers}}
{{#each numbers as |number|}}
<span class="number seg_{{../range}}_{{../numbers.length}}_{{@index}}">{{number}}</span>
{{/each}}
{{/if}}
</div>
</div>
{{#unless fixed}}
<div class="draggable">
<div class="dial-needle" style="--dial-color: {{color}};--needle-length: {{needleL}}px;--needle-width: {{needleW}}px;"></div>
</div>
{{/unless}}
<div id="{{id}}" class="dial-center {{on}}" style="--dial-rgba: {{rgba}};{{#if onoff}}background: transparent; box-shadow: none;{{/if}}">
{{#if controller}}
<div class="dial-menu {{#if name}}hastitle{{/if}}">
<ul class="status" style="--dial-color: {{color}};">
{{#each options as |opt|}}
<li class="text" data-val="{{opt.val}}">{{opt.text}}</li>
{{/each}}
</ul>
</div>
{{#if name}}
<div class="dial-menu-title-background"></div>
<div class="dial-menu-title" style="--dial-color: {{color}};">
{{name}}
</div>
{{/if}}
{{else if onoff}}
<div class="dial-switch">
<input type="checkbox" {{checked}}>
<div class="switch-face">
{{> dialdevice}}
{{#if showvalue}}
<i class="{{iconSwitch}} icon-off"></i>
{{/if}}
{{> dialitems}}
</div>
</div>
{{else}}
<div class="dial-display">
{{> dialdevice}}
{{#if showvalue}}
<div class="value-unit">
<span class="value" style="--dial-color: {{color}};">{{valueformat}}</span>
{{#if showunit}}
<span class="unit" style="--dial-color: {{color}};">{{unitvalue}}</span>
{{/if}}
</div>
{{/if}}
{{> dialitems}}
</div>
{{/if}}
</div>
</div>
</div>
-
- Posts: 92
- Joined: Monday 11 January 2016 9:29
- Target OS: -
- Domoticz version: 2022.2
- Location: France
- Contact:
Re: Dashticz 3.9 - master
@Lokonli
You just published the beta 3.9.1 so I just made the git pull and I tested the access to dashticz on my iPad, but I have a blank screen with "Dashticz is loading..." but no dashboard. So i reverted to the 3.9.0 master.
What are the important differences between the master 3.9.0 and the beta 3.9.0 which could block the loading of dashticz?
You just published the beta 3.9.1 so I just made the git pull and I tested the access to dashticz on my iPad, but I have a blank screen with "Dashticz is loading..." but no dashboard. So i reverted to the 3.9.0 master.
What are the important differences between the master 3.9.0 and the beta 3.9.0 which could block the loading of dashticz?
VM Debian - Domoticz stable v2024.7, RFXtrx433, Aeotec Z-Stick Gen5, Two APC
- rts: dio, oregon, somfy
- zwave: fibaro fgs212, aeotec smart switch, vision ZG8101
- IO Homecontrol: Velux Connexoon
- logitech harmony hub, philips hue, Pilot app.
- rts: dio, oregon, somfy
- zwave: fibaro fgs212, aeotec smart switch, vision ZG8101
- IO Homecontrol: Velux Connexoon
- logitech harmony hub, philips hue, Pilot app.
-
- Posts: 2291
- Joined: Monday 29 August 2016 22:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz 3.9 - master
Mainly an update of development dependencies.
Can you try in incognito mode? Ipad is pretty persistent in using cached versions...
Verstuurd vanaf mijn AC2003 met Tapatalk
Can you try in incognito mode? Ipad is pretty persistent in using cached versions...
Verstuurd vanaf mijn AC2003 met Tapatalk
-
- Posts: 92
- Joined: Monday 11 January 2016 9:29
- Target OS: -
- Domoticz version: 2022.2
- Location: France
- Contact:
Re: Dashticz 3.9 - master
Just did it: deleted all cookies, also tried a private navigation, no way 

VM Debian - Domoticz stable v2024.7, RFXtrx433, Aeotec Z-Stick Gen5, Two APC
- rts: dio, oregon, somfy
- zwave: fibaro fgs212, aeotec smart switch, vision ZG8101
- IO Homecontrol: Velux Connexoon
- logitech harmony hub, philips hue, Pilot app.
- rts: dio, oregon, somfy
- zwave: fibaro fgs212, aeotec smart switch, vision ZG8101
- IO Homecontrol: Velux Connexoon
- logitech harmony hub, philips hue, Pilot app.
- HansieNL
- Posts: 964
- Joined: Monday 28 September 2015 15:13
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz 3.9 - master
@TroisSix : Can you try if a basic config does load?
First make a backup of your own config files.
For a basic config you can copy CONFIG_DEFAULT.js to CONFIG.js and change IP address and port number.
First make a backup of your own config files.
For a basic config you can copy CONFIG_DEFAULT.js to CONFIG.js and change IP address and port number.
Blah blah blah
-
- Posts: 92
- Joined: Monday 11 January 2016 9:29
- Target OS: -
- Domoticz version: 2022.2
- Location: France
- Contact:
Re: Dashticz 3.9 - master
Hi HansieNL,
I deleted again all the cache + cookies on my ipad, and I just tried a basic config.js and custom.js, with only the ip of my domoticz + user/pass, and same bad behaviour: dashboard still not loading on my ipad.
PS: my config is working on my computer with the beta+master versions.
I deleted again all the cache + cookies on my ipad, and I just tried a basic config.js and custom.js, with only the ip of my domoticz + user/pass, and same bad behaviour: dashboard still not loading on my ipad.
PS: my config is working on my computer with the beta+master versions.
VM Debian - Domoticz stable v2024.7, RFXtrx433, Aeotec Z-Stick Gen5, Two APC
- rts: dio, oregon, somfy
- zwave: fibaro fgs212, aeotec smart switch, vision ZG8101
- IO Homecontrol: Velux Connexoon
- logitech harmony hub, philips hue, Pilot app.
- rts: dio, oregon, somfy
- zwave: fibaro fgs212, aeotec smart switch, vision ZG8101
- IO Homecontrol: Velux Connexoon
- logitech harmony hub, philips hue, Pilot app.
- heggink
- Posts: 980
- Joined: Tuesday 08 September 2015 21:44
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 12451
- Location: NL
- Contact:
Re: Dashticz 3.9 - master
Not being a dashticz expert nor css expert, I have something I need a little help with: I have a really nice dash with a bunch of dial-based buttons of width 2. The downside of that width is that the font ends up being so small that I cannot read it at my age anymore
.
Any idea how I can increase the font for the dial label?
Thanks!
h

Any idea how I can increase the font for the dial label?
Thanks!
h
Docker in Truenas scale, close to latest beta
DASHTICZ 🙃
RFXCOM, zwavejs2mqtt, zigbee2mqtt,
P1 meter & solar panel
Google home, Wifi Cams motion detection
Geofence iCloud, Bluetooth & Wifi ping
Harmony hub, Nest, lots more :-)
DASHTICZ 🙃
RFXCOM, zwavejs2mqtt, zigbee2mqtt,
P1 meter & solar panel
Google home, Wifi Cams motion detection
Geofence iCloud, Bluetooth & Wifi ping
Harmony hub, Nest, lots more :-)
-
- Posts: 5
- Joined: Tuesday 10 November 2020 20:22
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz 3.9 - master
I had similar errors on an ipad and iphone, dashticz was not loading. But on a windows pc it was working fine. Seemed to be a time out error related to running dasticz on a pi on buster raspbian 10. Following solution worked for me.TroisSix wrote: ↑Thursday 17 February 2022 19:12 Hi HansieNL,
I deleted again all the cache + cookies on my ipad, and I just tried a basic config.js and custom.js, with only the ip of my domoticz + user/pass, and same bad behaviour: dashboard still not loading on my ipad.
PS: my config is working on my computer with the beta+master versions.
https://dashticz.readthedocs.io/en/beta ... out-errors
Who is online
Users browsing this forum: No registered users and 1 guest