Dashticz - General Discussions

Dashticz, alternative dashboard based on HTML, CSS, jQuery

Moderators: leecollings, htilburgs, robgeerts

User avatar
EdwinK
Posts: 1820
Joined: Sunday 22 January 2017 21:46
Target OS: Raspberry Pi / ODroid
Domoticz version: BETA
Location: Rhoon
Contact:

Re: Dashticz - General Discussions

Post by EdwinK »

I think option 2 would be best
Running latest BETA on a Pi-3 | Toon® Thermostat (rooted) | Hue | Tuya | IKEA tradfri | Dashticz V3 on Lenovo Huawei Tablet | Conbee
robgeerts
Posts: 1273
Joined: Saturday 24 January 2015 22:12
Target OS: NAS (Synology & others)
Domoticz version: 3.7067
Location: NL
Contact:

Re: Dashticz - General Discussions

Post by robgeerts »

Ok, will do!
User avatar
HansieNL
Posts: 957
Joined: Monday 28 September 2015 15:13
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Dashticz - General Discussions

Post by HansieNL »

EdKo66 wrote:I think option 2 would be best
I also prefer option 2.
Blah blah blah
Onrust
Posts: 37
Joined: Saturday 24 June 2017 10:44
Target OS: Raspberry Pi / ODroid
Domoticz version: 4.10717
Contact:

Re: Dashticz - General Discussions

Post by Onrust »

Regarding the selector switch: I've hidden the 0 level ("Off") in Domoticz, but Dashticz still shows it. Would be good to have it hidden in Dashticz as well.
Last edited by Onrust on Sunday 23 July 2017 15:07, edited 1 time in total.
sebasjuh
Posts: 11
Joined: Saturday 26 November 2016 10:51
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Dashticz - General Discussions

Post by sebasjuh »

I added the moonphases module to my dashticz v2 screen only I got nog everyday from weather underground a message that I exceeded the 500 calls in a day. And when I look at the log of domoticz I see that every minute the script_time_moon.lua is executed to collect the data from:
http://api.wunderground.com/api/XXXXXX/ ... Zwaag.json

I changed the local checktime in the script_time_moon.lua from 3600 to 7200 but after the change the script is still being executed every minute.
How can I change that so that the script will be executed every hour and not see that script being executed every minute in domoticz log ?
User avatar
EdwinK
Posts: 1820
Joined: Sunday 22 January 2017 21:46
Target OS: Raspberry Pi / ODroid
Domoticz version: BETA
Location: Rhoon
Contact:

Re: Dashticz - General Discussions

Post by EdwinK »

I have it run every 1800 seconds (30 min), and with the following settings and never got those emails.
Screen Shot 2017-07-23 at 14.29.54.png
Screen Shot 2017-07-23 at 14.29.54.png (41.65 KiB) Viewed 2609 times
The log will still show it runs every minute, but because of the setting of 1800 it will only connect to the server once the time has past.
Running latest BETA on a Pi-3 | Toon® Thermostat (rooted) | Hue | Tuya | IKEA tradfri | Dashticz V3 on Lenovo Huawei Tablet | Conbee
sebasjuh
Posts: 11
Joined: Saturday 26 November 2016 10:51
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Dashticz - General Discussions

Post by sebasjuh »

Thanks EdKo66, i solved it with the following script:
http://domoticz.com/forum/viewtopic.php?f=38&t=8979

I now set it up that the script only runs every 60 minutes (in my opinion more than enough) and my WU api likes it also, no more messages anymore that I exceeded the limit.
TapNL
Posts: 30
Joined: Monday 24 April 2017 21:52
Target OS: -
Domoticz version:
Contact:

Re: Dashticz - General Discussions

Post by TapNL »

I have created two on/off buttons.
One is an off button to turn all lights (hue) off in my house.
One is an on button to turn all lights (hue) on in my house.

They both work in the domoticz environment.
Downside is that the on button does not work in Dashticz.

Anyone a suggestion, clue or a solution?

Thx in advance.
Bigted
Posts: 68
Joined: Friday 12 December 2014 14:42
Target OS: Raspberry Pi / ODroid
Domoticz version: 2020.1
Contact:

Re: New Dashboard Design v2, custom positioning and multiple screens

Post by Bigted »

SuperMouse wrote:

But is it able to make the 'vandaag' default?
I also noticed that after a refresh of the screen this is also set to the first option.

Image
I'v read most of the posts on this thread, is there a solution to this issue?
blacksn0w
Posts: 99
Joined: Friday 10 March 2017 22:27
Target OS: Raspberry Pi / ODroid
Domoticz version:
Location: Germany
Contact:

Re: New Dashboard Design v2, custom positioning and multiple screens

Post by blacksn0w »

Bigted wrote:
SuperMouse wrote:

But is it able to make the 'vandaag' default?
I also noticed that after a refresh of the screen this is also set to the first option.

Image
I'v read most of the posts on this thread, is there a solution to this issue?
Just submitted a pull request for solving this, after merge and an update of your Dashticz you should see a new option in the settings menu under "Screen" Image
Migration done, hello Home Assistant.
Bigted
Posts: 68
Joined: Friday 12 December 2014 14:42
Target OS: Raspberry Pi / ODroid
Domoticz version: 2020.1
Contact:

Re: New Dashboard Design v2, custom positioning and multiple screens

Post by Bigted »

blacksn0w wrote: Just submitted a pull request for solving this, after merge and an update of your Dashticz you should see a new option in the settings menu under "Screen" Image
Perfect thanks for the fast response
robgeerts
Posts: 1273
Joined: Saturday 24 January 2015 22:12
Target OS: NAS (Synology & others)
Domoticz version: 3.7067
Location: NL
Contact:

Re: Dashticz - General Discussions

Post by robgeerts »

I will merge this later today!
robgeerts
Posts: 1273
Joined: Saturday 24 January 2015 22:12
Target OS: NAS (Synology & others)
Domoticz version: 3.7067
Location: NL
Contact:

Re: Dashticz - General Discussions

Post by robgeerts »

Merged ;)
User avatar
EdwinK
Posts: 1820
Joined: Sunday 22 January 2017 21:46
Target OS: Raspberry Pi / ODroid
Domoticz version: BETA
Location: Rhoon
Contact:

Re: Dashticz - General Discussions

Post by EdwinK »

Just did a git pull:

remote: Counting objects: 8, done.
remote: Compressing objects: 100% (2/2), done.
remote: Total 8 (delta 6), reused 8 (delta 6), pack-reused 0
Unpacking objects: 100% (8/8), done.
From https://github.com/robgeerts/dashticz_v2
b66d5e9..0d14407 Beta -> origin/Beta
Your configuration specifies to merge with the ref 'refs/heads/beta'
from the remote, but no such ref was fetched.


Did I do something wrong?
Running latest BETA on a Pi-3 | Toon® Thermostat (rooted) | Hue | Tuya | IKEA tradfri | Dashticz V3 on Lenovo Huawei Tablet | Conbee
robgeerts
Posts: 1273
Joined: Saturday 24 January 2015 22:12
Target OS: NAS (Synology & others)
Domoticz version: 3.7067
Location: NL
Contact:

Re: Dashticz - General Discussions

Post by robgeerts »

No, something went wrong on my side...
Branch is now called Beta, instead of beta
User avatar
EdwinK
Posts: 1820
Joined: Sunday 22 January 2017 21:46
Target OS: Raspberry Pi / ODroid
Domoticz version: BETA
Location: Rhoon
Contact:

Re: Dashticz - General Discussions

Post by EdwinK »

Ah... So just to ignore it ;)
Running latest BETA on a Pi-3 | Toon® Thermostat (rooted) | Hue | Tuya | IKEA tradfri | Dashticz V3 on Lenovo Huawei Tablet | Conbee
robgeerts
Posts: 1273
Joined: Saturday 24 January 2015 22:12
Target OS: NAS (Synology & others)
Domoticz version: 3.7067
Location: NL
Contact:

Re: Dashticz - General Discussions

Post by robgeerts »

Yeah but did it get the latest version??
You can recognize it by new files in lang-folder like: 'nl_NL.json'
User avatar
EdwinK
Posts: 1820
Joined: Sunday 22 January 2017 21:46
Target OS: Raspberry Pi / ODroid
Domoticz version: BETA
Location: Rhoon
Contact:

Re: Dashticz - General Discussions

Post by EdwinK »

Yes, got those nl.json files
Running latest BETA on a Pi-3 | Toon® Thermostat (rooted) | Hue | Tuya | IKEA tradfri | Dashticz V3 on Lenovo Huawei Tablet | Conbee
raymond
Posts: 71
Joined: Monday 12 October 2015 15:46
Target OS: Raspberry Pi / ODroid
Domoticz version: V4.10232
Contact:

Re: Dashticz - General Discussions

Post by raymond »

Same here, got the language files, but I keep getting this error (if it is an error at all?)

Code: Select all

remote: Counting objects: 25, done.
remote: Compressing objects: 100% (12/12), done.
remote: Total 25 (delta 16), reused 22 (delta 13), pack-reused 0
Unpacking objects: 100% (25/25), done.
From https://github.com/robgeerts/dashticz_v2
   172b844..1a881c1  Beta       -> origin/Beta
Your configuration specifies to merge with the ref 'beta'
from the remote, but no such ref was fetched.
I'm not sure if I need to do something to merge? Or just leave it alone?

Cheers,

Ray
robgeerts
Posts: 1273
Joined: Saturday 24 January 2015 22:12
Target OS: NAS (Synology & others)
Domoticz version: 3.7067
Location: NL
Contact:

Re: Dashticz - General Discussions

Post by robgeerts »

Leave it alone if you have those files.
You can always do a clean install with the Beta
Locked

Who is online

Users browsing this forum: No registered users and 1 guest