Dashticz v3.8.2 beta: New weather block

Dashticz, alternative dashboard based on HTML, CSS, jQuery

Moderators: leecollings, htilburgs, robgeerts

Dickey
Posts: 25
Joined: Friday 19 April 2019 22:29
Target OS: Raspberry Pi / ODroid
Domoticz version: 2022.1
Location: Netherlands
Contact:

Re: Dashticz v3.8.2 beta: New weather block

Post by Dickey »

I see the problem. You are running the stable version.
OWM is a beta function. That's why you will not see anything.
Dz-beta | Dashticz 3.8.10 BETA | Tradfri | RF-Link | Z-Wave | Harmony | Unify | P1 |
riko
Posts: 90
Joined: Saturday 22 August 2020 13:36
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Dashticz v3.8.2 beta: New weather block

Post by riko »

Ah I oversaw that, sorry. How do I upgrate to a beta version? I know the git pull command, but this gave the master as result
Dickey
Posts: 25
Joined: Friday 19 April 2019 22:29
Target OS: Raspberry Pi / ODroid
Domoticz version: 2022.1
Location: Netherlands
Contact:

Re: Dashticz v3.8.2 beta: New weather block

Post by Dickey »

Dz-beta | Dashticz 3.8.10 BETA | Tradfri | RF-Link | Z-Wave | Harmony | Unify | P1 |
User avatar
HansieNL
Posts: 964
Joined: Monday 28 September 2015 15:13
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Dashticz v3.8.2 beta: New weather block

Post by HansieNL »

@riko
Check the beta documentation releasenotes if there are breaking changes. Then you are prepared if things do not work after you change to beta.
You can change from master to beta with the following commands:
git fetch origin
git checkout beta
git pull

Make a backup of your custom folder before you change branch.
Blah blah blah
riko
Posts: 90
Joined: Saturday 22 August 2020 13:36
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Dashticz v3.8.2 beta: New weather block

Post by riko »

I did not realize that this was in the Beta version. I was triggered because my former OWM was not working anymore after the usual update. But I suppose something changed in my configuration, when re-adding the former OWM it is working again. For safety i'll leave it for now and wait for the new maps to be fully released.

Thanks for your help. And keep on the good work developing these features!
User avatar
HansieNL
Posts: 964
Joined: Monday 28 September 2015 15:13
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Dashticz v3.8.2 beta: New weather block

Post by HansieNL »

@riko
Glad everything is working now.
If you like you can install a 2nd Dashticz in an other folder and play with the beta. Then you still stay safe.
Blah blah blah
riko
Posts: 90
Joined: Saturday 22 August 2020 13:36
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Dashticz v3.8.2 beta: New weather block

Post by riko »

HansieNL wrote: Tuesday 15 June 2021 22:35 @riko
Glad everything is working now.
If you like you can install a 2nd Dashticz in an other folder and play with the beta. Then you still stay safe.
Thanks for the suggestion!
Nefsolive
Posts: 69
Joined: Monday 04 September 2017 17:13
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Dashticz v3.8.2 beta: New weather block

Post by Nefsolive »

Good,

My icons weather have changed to black color and I'm not able to change the color of the icons.

I've already tried this code, but it's not working!

blocks['weather4'] = {
type: 'weather',
layout: 4,
count: 6,
name: 'Amsterdam',
showDetails: false,
showHourly: false,
// monochrome: true,
colors: {
cloud: 'orange',
light_cloud: 'orange',
dark_cloud: 'orange',
}
}
Any idea to change color?

Ty
Attachments
1.jpg
1.jpg (11.62 KiB) Viewed 1467 times
Nefsolive
Posts: 69
Joined: Monday 04 September 2017 17:13
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Dashticz v3.8.2 beta: New weather block

Post by Nefsolive »

Everythink is ok!

They was browser cache.

Regards
whoami
Posts: 73
Joined: Tuesday 31 March 2020 22:31
Target OS: -
Domoticz version:
Location: Dutch
Contact:

Re: Dashticz v3.8.2 beta: New weather block

Post by whoami »

TroisSix wrote: Thursday 10 June 2021 20:09 @whoami
You could try this:

Code: Select all

[data-id='weather'] .max {padding-top:0px !important;}
[data-id='weather'] .description {padding-bottom:0px !important;}
Tried this, but it doesn't work, no change in my dashboard
TroisSix
Posts: 92
Joined: Monday 11 January 2016 9:29
Target OS: -
Domoticz version: 2022.2
Location: France
Contact:

Re: Dashticz v3.8.2 beta: New weather block

Post by TroisSix »

whoami wrote:
TroisSix wrote: Thursday 10 June 2021 20:09 @whoami
You could try this:

Code: Select all

[data-id='weather'] .max {padding-top:0px !important;}
[data-id='weather'] .description {padding-bottom:0px !important;}
Tried this, but it doesn't work, no change in my dashboard
What’s the name of your weather block?


Envoyé de mon iPhone en utilisant Tapatalk
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.
whoami
Posts: 73
Joined: Tuesday 31 March 2020 22:31
Target OS: -
Domoticz version:
Location: Dutch
Contact:

Re: Dashticz v3.8.2 beta: New weather block

Post by whoami »

TroisSix wrote: Monday 27 September 2021 13:41
whoami wrote:
TroisSix wrote: Thursday 10 June 2021 20:09 @whoami
You could try this:

Code: Select all

[data-id='weather'] .max {padding-top:0px !important;}
[data-id='weather'] .description {padding-bottom:0px !important;}
Tried this, but it doesn't work, no change in my dashboard
What’s the name of your weather block?


Envoyé de mon iPhone en utilisant Tapatalk

blocks['weather1']

So I replaced weather by weather1, is that correct?
whoami
Posts: 73
Joined: Tuesday 31 March 2020 22:31
Target OS: -
Domoticz version:
Location: Dutch
Contact:

Re: Dashticz v3.8.2 beta: New weather block

Post by whoami »

I see now that my rain data is not updated, the text and icons are correct, temp also, but with rain there is still 0.0 mm in my dashboard, it never changes.... anybody else this issue?
User avatar
HansieNL
Posts: 964
Joined: Monday 28 September 2015 15:13
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Dashticz v3.8.2 beta: New weather block

Post by HansieNL »

whoami wrote: Monday 27 September 2021 14:17 I see now that my rain data is not updated, the text and icons are correct, temp also, but with rain there is still 0.0 mm in my dashboard, it never changes.... anybody else this issue?
Just tried with latest beta (3.8.4), but no problem...
Can you try with latest beta?

Code: Select all

blocks['weather'] = {
    type: 'weather',
    layout: 4,
    count: 6,
	showDetails: false,
    showHourly: false,
}
Screenshot 2021-09-27 at 18-54-14 Dashticz.png
Screenshot 2021-09-27 at 18-54-14 Dashticz.png (137.67 KiB) Viewed 1385 times
Blah blah blah
Lokonli
Posts: 2287
Joined: Monday 29 August 2016 22:40
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Dashticz v3.8.2 beta: New weather block

Post by Lokonli »

whoami wrote: Monday 27 September 2021 14:17 I see now that my rain data is not updated, the text and icons are correct, temp also, but with rain there is still 0.0 mm in my dashboard, it never changes.... anybody else this issue?
Indeed, there was a bug in the rain data in the hourly forecast for some cities. I've fixed that in latest beta (today). Can you check?
whoami
Posts: 73
Joined: Tuesday 31 March 2020 22:31
Target OS: -
Domoticz version:
Location: Dutch
Contact:

Re: Dashticz v3.8.2 beta: New weather block

Post by whoami »

Lokonli wrote: Monday 27 September 2021 19:52
whoami wrote: Monday 27 September 2021 14:17 I see now that my rain data is not updated, the text and icons are correct, temp also, but with rain there is still 0.0 mm in my dashboard, it never changes.... anybody else this issue?
Indeed, there was a bug in the rain data in the hourly forecast for some cities. I've fixed that in latest beta (today). Can you check?
Yes, it is working again!
whoami
Posts: 73
Joined: Tuesday 31 March 2020 22:31
Target OS: -
Domoticz version:
Location: Dutch
Contact:

Re: Dashticz v3.8.2 beta: New weather block

Post by whoami »

@lokloni

How can I add a button with a refresh function so that I can manually force a refresh of the total dashboard?
Lokonli
Posts: 2287
Joined: Monday 29 August 2016 22:40
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Dashticz v3.8.2 beta: New weather block

Post by Lokonli »

With a button you can open any url on click in the current window, also Dashticz itself.

(Please create a new topic before reacting to this here)
whoami
Posts: 73
Joined: Tuesday 31 March 2020 22:31
Target OS: -
Domoticz version:
Location: Dutch
Contact:

Re: Dashticz v3.8.2 beta: New weather block

Post by whoami »

I have a question about the new weather block and the power consumption.
I’m running dashticz on an intel nuc and I use a power measurement adapter.

Since the moment I use the new weather block my powerusage is slowly growing throughout the day.
When not using the weather block my usage is 11 watt.
The moment I add the weather block my usage goes to 16 watt and slowly going after 12 hours reaching 20 watt and stays steady.
If I refresh the dashticz it goed back to 16 watt and after 12 hours again steady at 20 watt.

When I remove the weather block again it is direct steady at 11 watt again.

Is it normal that this happens?
whoami
Posts: 73
Joined: Tuesday 31 March 2020 22:31
Target OS: -
Domoticz version:
Location: Dutch
Contact:

Re: Dashticz v3.8.2 beta: New weather block

Post by whoami »

whoami wrote: Friday 29 October 2021 17:22 I have a question about the new weather block and the power consumption.
I’m running dashticz on an intel nuc and I use a power measurement adapter.

Since the moment I use the new weather block my powerusage is slowly growing throughout the day.
When not using the weather block my usage is 11 watt.
The moment I add the weather block my usage goes to 16 watt and slowly going after 12 hours reaching 20 watt and stays steady.
If I refresh the dashticz it goed back to 16 watt and after 12 hours again steady at 20 watt.

When I remove the weather block again it is direct steady at 11 watt again.

Is it normal that this happens?
If I use static icons the usage is still 12 watt, so the problem is the dynamic animations. That is using almost 8 watt…
Is that normal @lokloni?
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest