When you say values, do mean in the header of the graph, or the graph isn't showing? Can you post an image?madradrakie wrote: ↑Thursday 13 February 2020 20:20 on the third page, underneath the energy graph, only the values are shown from the P1 meter. Not from the solar panels anymore.
Code: Select all
columns[9] = {} columns[9]['blocks'] = ['energie_grafiek','76_1','76_2','76_5','413_1','413_2','413_3'] columns[9]['width'] = 9;
Dashticz - v3.4.0 Beta
Moderators: leecollings, htilburgs, robgeerts
- clinkadink
- Posts: 417
- Joined: Tuesday 31 December 2019 1:15
- Target OS: Linux
- Domoticz version: 2020.2
- Location: Swindon, UK
- Contact:
Re: Dashticz - v3.4.0 Beta
"UI is the saddle, the stirrups, & the reins. UX is the feeling you get being able to ride the horse."
-
- Posts: 2291
- Joined: Monday 29 August 2016 22:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz - v3.4.0 Beta
There was a bug in the initial update of subdevices, like 367_1 and 367_2.sieth wrote: ↑Wednesday 12 February 2020 21:18 When using the beta 3.4.0 and defining the blocks as follows:
//Buiten Temperatuur
blocks['367_1'] = {
title: 'Buiten temperatuur',
image: 'temperatuur.png',
width: 6,
};
//Buiten vochtigheid
blocks['367_2'] = {
title: 'Buiten vochtigheid',
image: 'vochtigheid.png',
width: 6,
};
Only the first one shows. Not the second one.
Dit Is made a mistake?
Greetings and thanks in advance!
Should be fixed in latest beta.
-
- Posts: 64
- Joined: Wednesday 11 September 2019 21:24
- Target OS: -
- Domoticz version:
- Contact:
Re: Dashticz - v3.4.0 Beta
The first picture is from the frontpage, the second from the third page. Maybe i should define my blocks different?clinkadink wrote: ↑Thursday 13 February 2020 20:45When you say values, do mean in the header of the graph, or the graph isn't showing? Can you post an image?madradrakie wrote: ↑Thursday 13 February 2020 20:20 on the third page, underneath the energy graph, only the values are shown from the P1 meter. Not from the solar panels anymore.
Code: Select all
columns[9] = {} columns[9]['blocks'] = ['energie_grafiek','76_1','76_2','76_5','413_1','413_2','413_3'] columns[9]['width'] = 9;
-
- Posts: 64
- Joined: Wednesday 11 September 2019 21:24
- Target OS: -
- Domoticz version:
- Contact:
Re: Dashticz - v3.4.0 Beta
after changing the blocks and an new git pull everything is working again.
-
- Posts: 33
- Joined: Wednesday 15 November 2017 19:40
- Target OS: Linux
- Domoticz version: 2020.2
- Location: Belgium
- Contact:
Re: Dashticz - v3.4.0 Beta
Anyone facing this issue also?
Strange behaviour since latest update.
The wiped part is webcam. This image is also repeated 3 times
Greetings!
Strange behaviour since latest update.
The wiped part is webcam. This image is also repeated 3 times

Greetings!
- Attachments
-
- 2020_02_16_061417.png (244.81 KiB) Viewed 1417 times
-
- Posts: 2
- Joined: Sunday 16 February 2020 15:04
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz - v3.4.0 Beta
Sunrise time is not correct since I installed v.3.4.0 beta. The sunrise time seems to use the sunset time.
- Attachments
-
- Sunrise.jpg (4.42 KiB) Viewed 1397 times
-
- Posts: 2
- Joined: Sunday 16 February 2020 15:04
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz - v3.4.0 Beta
Wow.. That's a fast response. Git pull indeed solved the sunrise/sunset time.
-
- Posts: 33
- Joined: Wednesday 15 November 2017 19:40
- Target OS: Linux
- Domoticz version: 2020.2
- Location: Belgium
- Contact:
Re: Dashticz - v3.4.0 Beta
-
- Posts: 2291
- Joined: Monday 29 August 2016 22:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz - v3.4.0 Beta
Thanks for reporting.
It has been fixed. Can you test?
It has been fixed. Can you test?
- gielie
- Posts: 290
- Joined: Tuesday 12 January 2016 11:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version: latest β
- Location: The Netherlands (Alkmaar)
- Contact:
Re: Dashticz - v3.4.0 Beta
Since the latest beta I have a bug in the “show update” it doesn’t show when a button is last updated. I only use this for the presence detection button with an extra text home/away but it doesn’t show this. It only show this when i press the button but then after a refresh it is gone again.
Can someone help me with this.
Can someone help me with this.
- Aeon Labs USB Stick met Z-wave plus
- Aeotec MultiSensor 6
- FIBARO FGS223
- FIBARO FGWPE Wall Plug
- Neo CoolCam Power plug
- Popp Smoke Detector
- Toon
- Kodi Media Server
- Aeotec MultiSensor 6
- FIBARO FGS223
- FIBARO FGWPE Wall Plug
- Neo CoolCam Power plug
- Popp Smoke Detector
- Toon
- Kodi Media Server
-
- Posts: 2291
- Joined: Monday 29 August 2016 22:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz - v3.4.0 Beta
Do you mean the extra text home/way doesn't show correctly, or do you mean the last update time stamp?gielie wrote: ↑Friday 21 February 2020 7:39 Since the latest beta I have a bug in the “show update” it doesn’t show when a button is last updated. I only use this for the presence detection button with an extra text home/away but it doesn’t show this. It only show this when i press the button but then after a refresh it is gone again.
Can someone help me with this.
You use custom.js to set the text?
Can you share your custom.js?
Which Domoticz version do you have?
- gielie
- Posts: 290
- Joined: Tuesday 12 January 2016 11:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version: latest β
- Location: The Netherlands (Alkmaar)
- Contact:
Re: Dashticz - v3.4.0 Beta
I use this codeLokonli wrote: ↑Friday 21 February 2020 8:25Do you mean the extra text home/way doesn't show correctly, or do you mean the last update time stamp?gielie wrote: ↑Friday 21 February 2020 7:39 Since the latest beta I have a bug in the “show update” it doesn’t show when a button is last updated. I only use this for the presence detection button with an extra text home/away but it doesn’t show this. It only show this when i press the button but then after a refresh it is gone again.
Can someone help me with this.
You use custom.js to set the text?
Can you share your custom.js?
Which Domoticz version do you have?
Code: Select all
thuis
function getBlock_138(device,idx,result){.
var html='';
html+='<div class="col-xs-4 col-icon">';
if(device['Status']=='Off') html+=iconORimage(idx,'fa-toggle-off','','off icon'
else html+=iconORimage(idx,'fa-toggle-on','','on icon');
html+='</div>';
html+='<div class="col-xs-8 col-data">';
html+='<strong class="title">'+device['Name']+'</strong><br />';
if(device['Status']=='Off') html+='<span class="state">AFWEZIG</span>';
else html+='<span class="state">AANWEZIG</span>';
.
...
if((settings['last_update']==1 && (typeof(blocks[idx])=='undefined' || typeof(blo
(settings['last_update']==0 && (typeof(blocks[idx])!=='undefined' && typeof(block
){
<------>html+='<br /><span class="lastupdate">'+moment(device['LastUpdate']).format(s
}
html+='</div>';
return html;
}
[video]http://machieljansen.nl/video/Domoticz[/video]
- Aeon Labs USB Stick met Z-wave plus
- Aeotec MultiSensor 6
- FIBARO FGS223
- FIBARO FGWPE Wall Plug
- Neo CoolCam Power plug
- Popp Smoke Detector
- Toon
- Kodi Media Server
- Aeotec MultiSensor 6
- FIBARO FGS223
- FIBARO FGWPE Wall Plug
- Neo CoolCam Power plug
- Popp Smoke Detector
- Toon
- Kodi Media Server
-
- Posts: 2291
- Joined: Monday 29 August 2016 22:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz - v3.4.0 Beta
Thanks for the video, cleargielie wrote: ↑Friday 21 February 2020 10:45I use this codeLokonli wrote: ↑Friday 21 February 2020 8:25Do you mean the extra text home/way doesn't show correctly, or do you mean the last update time stamp?gielie wrote: ↑Friday 21 February 2020 7:39 Since the latest beta I have a bug in the “show update” it doesn’t show when a button is last updated. I only use this for the presence detection button with an extra text home/away but it doesn’t show this. It only show this when i press the button but then after a refresh it is gone again.
Can someone help me with this.
You use custom.js to set the text?
Can you share your custom.js?
Which Domoticz version do you have?and it look like thisCode: Select all
thuis function getBlock_138(device,idx,result){. var html=''; html+='<div class="col-xs-4 col-icon">'; if(device['Status']=='Off') html+=iconORimage(idx,'fa-toggle-off','','off icon' else html+=iconORimage(idx,'fa-toggle-on','','on icon'); html+='</div>'; html+='<div class="col-xs-8 col-data">'; html+='<strong class="title">'+device['Name']+'</strong><br />'; if(device['Status']=='Off') html+='<span class="state">AFWEZIG</span>'; else html+='<span class="state">AANWEZIG</span>'; . ... if((settings['last_update']==1 && (typeof(blocks[idx])=='undefined' || typeof(blo (settings['last_update']==0 && (typeof(blocks[idx])!=='undefined' && typeof(block ){ <------>html+='<br /><span class="lastupdate">'+moment(device['LastUpdate']).format(s } html+='</div>'; return html; }
[video]http://machieljansen.nl/video/Domoticz[/video]

Edit:
I can reproduce it. Will be solved within an hour.
-
- Posts: 2291
- Joined: Monday 29 August 2016 22:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz - v3.4.0 Beta
Fixed in latest beta. Update with 'git pull'Lokonli wrote: ↑Friday 21 February 2020 11:10Thanks for the video, cleargielie wrote: ↑Friday 21 February 2020 10:45
and it look like this
[video]http://machieljansen.nl/video/Domoticz[/video]
Edit:
I can reproduce it. Will be solved within an hour.
- gielie
- Posts: 290
- Joined: Tuesday 12 January 2016 11:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version: latest β
- Location: The Netherlands (Alkmaar)
- Contact:
Re: Dashticz - v3.4.0 Beta
Oh yeah, it works again, thanks for the lighting speed solution.Lokonli wrote: ↑Friday 21 February 2020 12:26Fixed in latest beta. Update with 'git pull'Lokonli wrote: ↑Friday 21 February 2020 11:10Thanks for the video, cleargielie wrote: ↑Friday 21 February 2020 10:45
and it look like this
[video]http://machieljansen.nl/video/Domoticz[/video]
Edit:
I can reproduce it. Will be solved within an hour.
- Aeon Labs USB Stick met Z-wave plus
- Aeotec MultiSensor 6
- FIBARO FGS223
- FIBARO FGWPE Wall Plug
- Neo CoolCam Power plug
- Popp Smoke Detector
- Toon
- Kodi Media Server
- Aeotec MultiSensor 6
- FIBARO FGS223
- FIBARO FGWPE Wall Plug
- Neo CoolCam Power plug
- Popp Smoke Detector
- Toon
- Kodi Media Server
-
- Posts: 82
- Joined: Tuesday 04 February 2020 11:42
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 2020.2
- Location: The Netherlands
- Contact:
Re: Dashticz - v3.4.0 Beta
I've updated to the latest beta today. The power graph isn't showing the used energy anymore at the top, but is shows the different meter values as shown in Domoticz. Gas works fine.

I also have this code to change the font for the garbage collector, but somehow this doesn't seem to work anymore.

I also have this code to change the font for the garbage collector, but somehow this doesn't seem to work anymore.
Code: Select all
.trash .state div.trashrow {
font-size: 12px;
}
.trash .state div.trashtoday {
font-size: 14px;
}
.trash .state div.trashtomorrow {
font-size: 13px;
}
-
- Posts: 2291
- Joined: Monday 29 August 2016 22:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz - v3.4.0 Beta
The garbage dates are shown correctly?Jimster wrote: ↑Saturday 22 February 2020 12:30
I also have this code to change the font for the garbage collector, but somehow this doesn't seem to work anymore.
Code: Select all
.trash .state div.trashrow { font-size: 12px; } .trash .state div.trashtoday { font-size: 14px; } .trash .state div.trashtomorrow { font-size: 13px; }
I've tried your css code, and it's working on my system. Can you double check your custom.css? Or post it here, and I'll test.
Who is online
Users browsing this forum: No registered users and 1 guest