Dashticz - General Discussions

Dashticz, alternative dashboard based on HTML, CSS, jQuery

Moderators: leecollings, htilburgs, robgeerts

User avatar
mvveelen
Posts: 687
Joined: Friday 31 October 2014 10:22
Target OS: NAS (Synology & others)
Domoticz version: Beta
Location: Hoorn, The Netherlands
Contact:

Re: Dashticz - General Discussions

Post by mvveelen »

Since the latest beta (I missed a few beta's so I don't know which one is the guilty one :) ) I don't see the 'buttons' to switch from screen 1 to screen 2 (and back). They are still there, but probably very tiny, because when I click on the place where they used to be I can switch between te screens. Didn't change anything in the .css myself.
RPi3b+/RFXCOM rfxtrx433E/Shelly/Xiaomi Gateway/Philips HUE Lights/Atag Zone One/2 SunnyBoy inverters/AirconWithMe/P1 smartmeter/Domoticz latest Beta
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 removed the buttons.
This was already removed 10 to 20 versions ago but due to changes they were back.
Blueone
Posts: 130
Joined: Friday 29 November 2013 11:30
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Dashticz - General Discussions

Post by Blueone »

Is there a possibilty somewhere in the code to set the refresh time for the weather and trash seperate of the dasticz refresh? I scheduled the full refresh each 12 hours (otherwise it is distractive with a tablet on the wall next to the tv :oops: ). But I would to refresh the weather and trash (otherwise i have the old date of the trash in the morning) a bit more often without a full load.
poudenes
Posts: 667
Joined: Wednesday 08 March 2017 9:42
Target OS: Linux
Domoticz version: 3.8993
Location: Amsterdam
Contact:

Re: Dashticz - General Discussions

Post by poudenes »

In latest beta the buttons to change screens are gone. Update before the buttons become small and are blue in color ...
RPi3 B+, Debain Stretch, Domoticz, Homebridge, Dashticz, RFLink, Milight, Z-Wave, Fibaro, Nanoleaf, Nest, Harmony Hub, Now try to understand pass2php
tontze
Posts: 317
Joined: Thursday 12 January 2017 15:30
Target OS: Linux
Domoticz version: Beta Ch
Location: Finland
Contact:

Re: Dashticz - General Discussions

Post by tontze »

Quick guestion, blocks in wiki :

Code: Select all

var blocks = {}
 
blocks[1] = {}
blocks[1]['width'] = 4; //1 to 12, remove this line if you want to use the default (4)
blocks[1]['title'] = 'Living room' //if you want change the name of switch different then domoticz
blocks[1]['icon'] = 'fa-eye'; //if you want an other icon instead of the default, choose from: http://fontawesome.io/cheatsheet/
blocks[1]['image'] = 'bulb_off.png'; //if you want to show an image instead if icon, place image in img/ folder
blocks[1]['switch'] = true; //if you want to switch the title and data
blocks[1]['hide_data'] = true; //if you want to hide the data of this block
blocks[1]['show_lastupdate'] = true; //if you want to show the last update specific for this block
Should "blocks[1]['title'] = 'Living room' //if you want change the name of switch different then domoticz" have ; after the 'Living room' like icon row has ?
-----------------------------------------
Smartthings
zigbee2mqtt
RFLink 433mhz / Nrf 2.4Ghz
Mi Light
esp8266MiLight Hub
OpenHab/HomeAssistant/Domoticz
HP T610 & Debian 5.10.19-1 x86_64[/b]
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 »

It's not required..
repoman
Posts: 38
Joined: Saturday 15 April 2017 13:05
Target OS: Windows
Domoticz version:
Contact:

Re: Dashticz - General Discussions

Post by repoman »

robgeerts wrote:I removed the buttons.
This was already removed 10 to 20 versions ago but due to changes they were back.
Is it possible to make something like "var _swipe buttons = true/false" ?

(i'm using Dashtic on a laptop and a pc/server with a monitor)

Pascal
josimd
Posts: 59
Joined: Saturday 09 January 2016 19:47
Target OS: -
Domoticz version:
Contact:

Re: Dashticz - General Discussions

Post by josimd »

My dashboard is up and running, can be openend via http://192.168.0.15:8084 but how can I access the domoticz configuration screens which I had before my dashboard was running?
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 »

You had to install it in a subfolder... now yoi have overwritten some domoticz files..
josimd
Posts: 59
Joined: Saturday 09 January 2016 19:47
Target OS: -
Domoticz version:
Contact:

Re: Dashticz - General Discussions

Post by josimd »

aha...so I have to wait for the next domoticz update..
User avatar
HansieNL
Posts: 964
Joined: Monday 28 September 2015 15:13
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Dashticz - General Discussions

Post by HansieNL »

josimd wrote:aha...so I have to wait for the next domoticz update..
Maybe you can download Domoticz .tgz file and overwrite www folder. Don't forget to backup your Dashticz cusom folder first.
Then reinstall Dashticz in other folder.
Blah blah blah
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 »

The bullets to swipe to other pages are back again.
You can hide them in custom.css if you dont want them:

Code: Select all

.swiper-pagination-bullet {
    width: 0px !important;
    height: 0px !important;
}
Or make them bigger:

Code: Select all

.swiper-pagination-bullet {
    width: 30px !important;
    height: 30px !important;
}
booster
Posts: 34
Joined: Wednesday 10 December 2014 20:33
Target OS: Raspberry Pi / ODroid
Domoticz version:
Location: Rijssen, The Netherlands
Contact:

Re: Dashticz - General Discussions

Post by booster »

I'm also starting to play around with Dashticz, and I'm trying to get the most important switches on the dashboard now.
Just one issue I'm running into:

My curtains look like this in the standard domoticz page:
dash2.png
dash2.png (39.59 KiB) Viewed 2013 times
However, when adding them (standard way) in Dashticz, the curtains are not listed as dimmer/with a slider, so I can't set a percentage.
dash3.png
dash3.png (15.93 KiB) Viewed 2013 times
In domoticz, I configured them as "blinds percentage inverted"
dash1.PNG
dash1.PNG (28.66 KiB) Viewed 2013 times
Is there something I can do to make them listed with the slider from within Dashticz, without changing the switch type?
Connected to:
-Pi3; Aeon Labs Z-Stick; Fibaro Switches, Roller Shutter and Motion Sensors; Qubino Dimmers; P1 Port + Youless, MiLight; HUE Bridge; Forest shuttle Z-Wave; RFLink + KAKU; Voltcraft CO20; Everspring floodsensors; GreenWave PN-6; NEO Sensors
Swifty
Posts: 76
Joined: Saturday 31 December 2016 21:03
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Dashticz - General Discussions

Post by Swifty »

Anyone know of a good source for animated weather radar covering UK ?

I checked out Weather underground which works, but their images look very bad (very rough and blocky).
I also looked at OpenWeatherMap API, as their maps look really nice, but I can't work out how to get more than a single tiny tile...
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 »

booster wrote:I'm also starting to play around with Dashticz, and I'm trying to get the most important switches on the dashboard now.
Just one issue I'm running into:

My curtains look like this in the standard domoticz page:
dash2.png

However, when adding them (standard way) in Dashticz, the curtains are not listed as dimmer/with a slider, so I can't set a percentage.
dash3.png

In domoticz, I configured them as "blinds percentage inverted"
dash1.PNG

Is there something I can do to make them listed with the slider from within Dashticz, without changing the switch type?
I've added this type of device (dummy) to my domoticz so I can fix this.
Will be fixed asap!
repoman
Posts: 38
Joined: Saturday 15 April 2017 13:05
Target OS: Windows
Domoticz version:
Contact:

Re: Dashticz - General Discussions

Post by repoman »

robgeerts wrote:The bullets to swipe to other pages are back again.
You can hide them in custom.css if you dont want them:

Code: Select all

.swiper-pagination-bullet {
    width: 0px !important;
    height: 0px !important;
}
Or make them bigger:

Code: Select all

.swiper-pagination-bullet {
    width: 30px !important;
    height: 30px !important;
}
Thnx!
booster
Posts: 34
Joined: Wednesday 10 December 2014 20:33
Target OS: Raspberry Pi / ODroid
Domoticz version:
Location: Rijssen, The Netherlands
Contact:

Re: Dashticz - General Discussions

Post by booster »

robgeerts wrote: I've added this type of device (dummy) to my domoticz so I can fix this.
Will be fixed asap!
Great!!!! Thanks Rob!!
Connected to:
-Pi3; Aeon Labs Z-Stick; Fibaro Switches, Roller Shutter and Motion Sensors; Qubino Dimmers; P1 Port + Youless, MiLight; HUE Bridge; Forest shuttle Z-Wave; RFLink + KAKU; Voltcraft CO20; Everspring floodsensors; GreenWave PN-6; NEO Sensors
Trigun
Posts: 390
Joined: Wednesday 30 November 2016 11:58
Target OS: Raspberry Pi / ODroid
Domoticz version: 4.10717
Contact:

Re: Dashticz - General Discussions

Post by Trigun »

repoman wrote:
robgeerts wrote:The bullets to swipe to other pages are back again.
You can hide them in custom.css if you dont want them:

Code: Select all

.swiper-pagination-bullet {
    width: 0px !important;
    height: 0px !important;
}
Or make them bigger:

Code: Select all

.swiper-pagination-bullet {
    width: 30px !important;
    height: 30px !important;
}
Thnx!
Hi Guys,

I was also looking for this option but when I open custom.css the file seems empty. is this right or am I forgetting something:)
thanks i advance guys!

Grtz
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 »

Nope. It's correct. In this file you can add stuf you want. Such as rounded corners or in this case no bullets.
Running latest BETA on a Pi-3 | Toon® Thermostat (rooted) | Hue | Tuya | IKEA tradfri | Dashticz V3 on Lenovo Huawei Tablet | Conbee
Trigun
Posts: 390
Joined: Wednesday 30 November 2016 11:58
Target OS: Raspberry Pi / ODroid
Domoticz version: 4.10717
Contact:

Re: Dashticz - General Discussions

Post by Trigun »

EdKo66 wrote:Nope. It's correct. In this file you can add stuf you want. Such as rounded corners or in this case no bullets.
Hi Edko, thnx for your reply!
can you help me a bit out here?
the code states:
/*
CUSTOM CSS FILE
*/


this is going to sound dumb but where do I need to put the code?
after the /* ....*/ ?
Locked

Who is online

Users browsing this forum: No registered users and 1 guest