Dashticz - Show your dashboard and how-to's!

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 - Show your dashboard and how-to's!

Post by EdwinK »

I think I need to make mine similair ;)
Running latest BETA on a Pi-3 | Toon® Thermostat (rooted) | Hue | Tuya | IKEA tradfri | Dashticz V3 on Lenovo Huawei Tablet | Conbee
PSYCHOTIC
Posts: 20
Joined: Saturday 21 February 2015 16:32
Target OS: Windows
Domoticz version:
Location: Netherlands
Contact:

Re: Dashticz - Show your dashboard and how-to's!

Post by PSYCHOTIC »

Can anyone tell me how to change the fonsize in the spotify plugin? And how to make the playlist selector bigger and also resize the fontsize.

Thx for your time guys!!!
edwin1234
Posts: 287
Joined: Sunday 09 October 2016 20:20
Target OS: Raspberry Pi / ODroid
Domoticz version: 2021.1
Location: Nederland
Contact:

Re: Dashticz - Show your dashboard and how-to's!

Post by edwin1234 »

How to put a website on dashticz
Like http://hondenpage.com

Thanks
Lokonli
Posts: 2287
Joined: Monday 29 August 2016 22:40
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Dashticz - Show your dashboard and how-to's!

Post by Lokonli »

You can put the the url in a frame block to show it directly on the dashboard, or use a button to show a popup window or new browser window on click.

Sent from my SM-A320FL using Tapatalk

edwin1234
Posts: 287
Joined: Sunday 09 October 2016 20:20
Target OS: Raspberry Pi / ODroid
Domoticz version: 2021.1
Location: Nederland
Contact:

Re: Dashticz - Show your dashboard and how-to's!

Post by edwin1234 »

Thanks for your answer
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 - Show your dashboard and how-to's!

Post by EdwinK »

PSYCHOTIC wrote: Thursday 13 February 2020 19:31 Can anyone tell me how to change the fonsize in the spotify plugin? And how to make the playlist selector bigger and also resize the fontsize.

Thx for your time guys!!!

See https://dashticz.readthedocs.io/en/beta ... -text-size
Running latest BETA on a Pi-3 | Toon® Thermostat (rooted) | Hue | Tuya | IKEA tradfri | Dashticz V3 on Lenovo Huawei Tablet | Conbee
User avatar
clinkadink
Posts: 417
Joined: Tuesday 31 December 2019 1:15
Target OS: Linux
Domoticz version: 2020.2
Location: Swindon, UK
Contact:

Re: Dashticz - Show your dashboard and how-to's!

Post by clinkadink »

edwin1234 wrote: Wednesday 12 February 2020 12:16 I have set my bar graph color to yellow in the config file

blocks['graph_6'] = {
graph: 'bar',
datasetColors: ['yellow']
}

but the bar graph stays white.
Do i have to change something else?
Graphs and Multigraphs are now merged in the latest beta, they now use the same block.This means if you define a block, you don't need to use the "graph_idx" naming anymore, instead you need to add the devices param. In your case, add this ...

Code: Select all

blocks['my_graph] = {
    devices: [6],
    graph: 'bar',
    datasetColors: ['yellow']
}
Cheers.
"UI is the saddle, the stirrups, & the reins. UX is the feeling you get being able to ride the horse."
marktn
Posts: 232
Joined: Tuesday 21 April 2015 21:39
Target OS: Windows
Domoticz version:
Contact:

Re: Dashticz - Show your dashboard and how-to's!

Post by marktn »

Hi,

I need some help, i have 2 page's in dashticz.
Is there a way to swipe automatic?

I have tried these.. But nothing works.
config['enable_swiper'] = 2
config['auto_slide_pages'] = 6;
Domoticz latest stable, Intel NUC, Proxmox, Zigate, RFLink, Kaku switches, Ikea lights, Xiaomi sensors, Honeywell smoke detectors, Yeelight, Shelly, Slave Domoticz PI 3B+, Node-Red, Espeasy.
User avatar
HansieNL
Posts: 964
Joined: Monday 28 September 2015 15:13
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Dashticz - Show your dashboard and how-to's!

Post by HansieNL »

marktn wrote: Sunday 16 February 2020 21:05 Hi,

I need some help, i have 2 page's in dashticz.
Is there a way to swipe automatic?

I have tried these.. But nothing works.
config['enable_swiper'] = 2
config['auto_slide_pages'] = 6;
Just tested with latest beta version and it’s working here.
Can you let us know what version you are using?
Blah blah blah
Lokonli
Posts: 2287
Joined: Monday 29 August 2016 22:40
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Dashticz - Show your dashboard and how-to's!

Post by Lokonli »

marktn wrote: Sunday 16 February 2020 21:05 Hi,

I need some help, i have 2 page's in dashticz.
Is there a way to swipe automatic?

I have tried these.. But nothing works.
config['enable_swiper'] = 2
config['auto_slide_pages'] = 6;
Add the following to CONFIG.js as well:

Code: Select all

config['auto_swipe_back_after'] = '0';
marktn
Posts: 232
Joined: Tuesday 21 April 2015 21:39
Target OS: Windows
Domoticz version:
Contact:

Re: Dashticz - Show your dashboard and how-to's!

Post by marktn »

Lokonli wrote: Sunday 16 February 2020 23:18
marktn wrote: Sunday 16 February 2020 21:05 Hi,

I need some help, i have 2 page's in dashticz.
Is there a way to swipe automatic?

I have tried these.. But nothing works.
config['enable_swiper'] = 2
config['auto_slide_pages'] = 6;
Add the following to CONFIG.js as well:

Code: Select all

config['auto_swipe_back_after'] = '0';
Yes that was the solution! Thanks for helping!!
Domoticz latest stable, Intel NUC, Proxmox, Zigate, RFLink, Kaku switches, Ikea lights, Xiaomi sensors, Honeywell smoke detectors, Yeelight, Shelly, Slave Domoticz PI 3B+, Node-Red, Espeasy.
User avatar
flemm
Posts: 25
Joined: Thursday 20 February 2020 8:04
Target OS: Raspberry Pi / ODroid
Domoticz version: 4.11780
Location: Netherlands
Contact:

Re: Dashticz - Show your dashboard and how-to's!

Post by flemm »

Hi everyone!

A few weeks ago I finally installed my first Pi with domoticz and dashticz. I've been messing around with it to create my custom dashboard, and I thought i'd say hello and share my progress so far. I'm very thankful for all the information I already obtained from this forum, and would love to help other people out with issues or questions.

Here's my progress so far. It's still pretty basic and there are some small issues, like the heating image/icon. Next step is to add some graphs and other info like weather and so on.

Cheers!
Attachments
dashticz.png
dashticz.png (100.28 KiB) Viewed 1726 times
Mario ipsum RGB mushroom 1-up.
User avatar
Sjonnie2017
Posts: 364
Joined: Wednesday 02 August 2017 19:43
Target OS: Linux
Domoticz version: Latest ß
Location: The Netherlands
Contact:

Re: Dashticz - Show your dashboard and how-to's!

Post by Sjonnie2017 »

Looks nice. I like the basic design and the color of the headers/titles. You have much the same components as I have although I have chosen a different approach:

Image

Greetz,

Sjonnie
ConBee II - TRÅDFRI lights + switches, loads of ChingLing dimmers and switches, Heiman and Xiaomi sensors
SolarEdge SE4000H (with active modbus_tcp)
YouLess Energy meter
Shelly 2.5 in roller shutter mode
User avatar
flemm
Posts: 25
Joined: Thursday 20 February 2020 8:04
Target OS: Raspberry Pi / ODroid
Domoticz version: 4.11780
Location: Netherlands
Contact:

Re: Dashticz - Show your dashboard and how-to's!

Post by flemm »

Nice, love the clean layout. Lot's of switches and stuff, but still easy on the eye. I'm still shifting blocks around, guess you are quite lucky with nice even amounts of devices.. :D And you got me just what i was missing, a block showing the uptime :lol: Thanks!
Mario ipsum RGB mushroom 1-up.
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 - Show your dashboard and how-to's!

Post by EdwinK »

Sjonnie2017 wrote: Thursday 20 February 2020 18:05 Looks nice. I like the basic design and the color of the headers/titles. You have much the same components as I have although I have chosen a different approach:
This indeed looks nice and clean.
Running latest BETA on a Pi-3 | Toon® Thermostat (rooted) | Hue | Tuya | IKEA tradfri | Dashticz V3 on Lenovo Huawei Tablet | Conbee
marktn
Posts: 232
Joined: Tuesday 21 April 2015 21:39
Target OS: Windows
Domoticz version:
Contact:

Re: Dashticz - Show your dashboard and how-to's!

Post by marktn »

Is there a nice way to get a notification in dashticz?

I have Fully kiosk Browser on my tablet. With motion detection and screensaver.
On my phone i am using the domoticz app, that recieves Notifications.
Domoticz latest stable, Intel NUC, Proxmox, Zigate, RFLink, Kaku switches, Ikea lights, Xiaomi sensors, Honeywell smoke detectors, Yeelight, Shelly, Slave Domoticz PI 3B+, Node-Red, Espeasy.
User avatar
Sjonnie2017
Posts: 364
Joined: Wednesday 02 August 2017 19:43
Target OS: Linux
Domoticz version: Latest ß
Location: The Netherlands
Contact:

Re: Dashticz - Show your dashboard and how-to's!

Post by Sjonnie2017 »

flemm wrote: Thursday 20 February 2020 20:12 Nice, love the clean layout. Lot's of switches and stuff, but still easy on the eye. I'm still shifting blocks around, guess you are quite lucky with nice even amounts of devices.. :D And you got me just what i was missing, a block showing the uptime :lol: Thanks!
It took some time to configure the size and amount of blocks on the first screen. Especially because I use a number of blocks on other screens as well. A bit of experimenting and a lot of trial and error got me to this layout.
ConBee II - TRÅDFRI lights + switches, loads of ChingLing dimmers and switches, Heiman and Xiaomi sensors
SolarEdge SE4000H (with active modbus_tcp)
YouLess Energy meter
Shelly 2.5 in roller shutter mode
Remelco
Posts: 15
Joined: Sunday 16 December 2018 12:45
Target OS: NAS (Synology & others)
Domoticz version: 2020.1
Contact:

Re: Dashticz - Show your dashboard and how-to's!

Post by Remelco »

I always see a beautifull full screen from everyone . How do you do that? In safari I get an "X" in the screen on the left side. WIth kiosk pro (free version) I see the advertisement on the bottom.
User avatar
Sjonnie2017
Posts: 364
Joined: Wednesday 02 August 2017 19:43
Target OS: Linux
Domoticz version: Latest ß
Location: The Netherlands
Contact:

Re: Dashticz - Show your dashboard and how-to's!

Post by Sjonnie2017 »

Remelco wrote: Tuesday 24 March 2020 10:27 I always see a beautifull full screen from everyone . How do you do that? In safari I get an "X" in the screen on the left side. WIth kiosk pro (free version) I see the advertisement on the bottom.
Depends on the size of your screen maybe? Have you tried on a different computer with Chrome, Edge, Firefox?
ConBee II - TRÅDFRI lights + switches, loads of ChingLing dimmers and switches, Heiman and Xiaomi sensors
SolarEdge SE4000H (with active modbus_tcp)
YouLess Energy meter
Shelly 2.5 in roller shutter mode
Remelco
Posts: 15
Joined: Sunday 16 December 2018 12:45
Target OS: NAS (Synology & others)
Domoticz version: 2020.1
Contact:

Re: Dashticz - Show your dashboard and how-to's!

Post by Remelco »

I am using an Ipad. With Chrome and edge it is not possible to go to full screen.
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest