Dashticz V3 - Automatic installation

Dashticz, alternative dashboard based on HTML, CSS, jQuery

Moderators: leecollings, htilburgs, robgeerts

User avatar
fabry91
Posts: 67
Joined: Sunday 09 December 2018 16:52
Target OS: NAS (Synology & others)
Domoticz version: 2022.2
Location: Italy
Contact:

Re: Dashticz V3 - Automatic installation

Post by fabry91 »

Sjonnie2017 wrote: Friday 18 December 2020 18:14 Config.js indeed! I modified my Dashticz dashboards some time ago so I forgot the extension (and was too lazy to check before posting :oops: )

I can't remember I had this error when I installed Dashticz on my Pi. But from what I read here (https://peppe8o.com/install-home-assist ... th-docker/) it does not have to be a problem (I am extrapolating.. I know).

What happens if you follow this guide: https://dashticz.readthedocs.io/en/mast ... board.html. It will only show your favorites from Domoticz but at least it is a start to see if the installation is OK. Just mark out the username and password lines and see what happens.
Thank you very much for your support ;)
User avatar
fabry91
Posts: 67
Joined: Sunday 09 December 2018 16:52
Target OS: NAS (Synology & others)
Domoticz version: 2022.2
Location: Italy
Contact:

Re: Dashticz V3 - Automatic installation

Post by fabry91 »

Hello, back again with some boaring question, hope someone can help me, even if they'll be stupid question, I already read the manuale and understood that it's a grind, but how:

- I can have the clock in the first column in the center of the whole free speace remaning? (red box named "clock)
- I can remove the space between the switches? (blue box crossed)
- I can have 5 box with the streaming of the cam? (red box named "cam")

The problem is that I don't understand what size and number I need to put, I'm attaching a screen of the config file.

Thank you in advance :|
Attachments
LAYOUT.jpg
LAYOUT.jpg (145.04 KiB) Viewed 730 times
config1.jpg
config1.jpg (35.97 KiB) Viewed 730 times
config2.jpg
config2.jpg (41.74 KiB) Viewed 730 times
Lokonli
Posts: 2287
Joined: Monday 29 August 2016 22:40
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Dashticz V3 - Automatic installation

Post by Lokonli »

Try the following:

Two columns.
Column 1 width 5
Column 2 width 7
(Sum of column width should be 12)

Assign all switches to column 1 and give them width 6.

Make clock basicclock, width 12, scale 0.5, and place in column 2

All cams width 6, place in column 2 as well.



Sent from my SM-A320FL using Tapatalk

User avatar
fabry91
Posts: 67
Joined: Sunday 09 December 2018 16:52
Target OS: NAS (Synology & others)
Domoticz version: 2022.2
Location: Italy
Contact:

Re: Dashticz V3 - Automatic installation

Post by fabry91 »

Lokonli wrote: Monday 21 December 2020 23:49 Try the following:

Two columns.
Column 1 width 5
Column 2 width 7
(Sum of column width should be 12)

Assign all switches to column 1 and give them width 6.

Make clock basicclock, width 12, scale 0.5, and place in column 2

All cams width 6, place in column 2 as well.



Sent from my SM-A320FL using Tapatalk
Hello Lokonli,

thank you very much for your reply, only thing I don't have understand, how can I set the scale in the blocks of the clock?
I never had write the code for adding a camera, how can I do it? Like, what is the right code of the block?

I'm attaching the current layout and script.

Thank you very much ;)
Attachments
layout.jpg
layout.jpg (97.13 KiB) Viewed 714 times
config.jpg
config.jpg (38.31 KiB) Viewed 714 times
Lokonli
Posts: 2287
Joined: Monday 29 August 2016 22:40
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Dashticz V3 - Automatic installation

Post by Lokonli »

if you give columns[2] width:7 instead of width:12 then it will fit right of the first column.

Do you have camera's that provide an image link? and a mjpeg link?
Try this:

https://dashticz.readthedocs.io/en/mast ... meras.html

Instead of a camera block you can add a button, which shows a small preview. If you push the button, a popup window shows a bigger image.
Check:
https://dashticz.readthedocs.io/en/mast ... ttons.html
User avatar
fabry91
Posts: 67
Joined: Sunday 09 December 2018 16:52
Target OS: NAS (Synology & others)
Domoticz version: 2022.2
Location: Italy
Contact:

Re: Dashticz V3 - Automatic installation

Post by fabry91 »

Lokonli wrote: Tuesday 22 December 2020 21:49 if you give columns[2] width:7 instead of width:12 then it will fit right of the first column.

Do you have camera's that provide an image link? and a mjpeg link?
Try this:

https://dashticz.readthedocs.io/en/mast ... meras.html

Instead of a camera block you can add a button, which shows a small preview. If you push the button, a popup window shows a bigger image.
Check:
https://dashticz.readthedocs.io/en/mast ... ttons.html
Hello Lokonli,

it takes a little long to understand but finally done! :o :mrgreen:
Thank you very much for your help and fast replies!! ;)

Now I'm figuring out how to put the clock in the center of the upper space.
Attachments
Untitled.jpg
Untitled.jpg (112.3 KiB) Viewed 701 times
Lokonli
Posts: 2287
Joined: Monday 29 August 2016 22:40
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Dashticz V3 - Automatic installation

Post by Lokonli »

Are you using the beta branch or master branch?

In beta branch I've added 'basicclock', which you can scale to the preferred width.

Sent from my SM-A320FL using Tapatalk

User avatar
fabry91
Posts: 67
Joined: Sunday 09 December 2018 16:52
Target OS: NAS (Synology & others)
Domoticz version: 2022.2
Location: Italy
Contact:

Re: Dashticz V3 - Automatic installation

Post by fabry91 »

Lokonli wrote: Wednesday 23 December 2020 0:32 Are you using the beta branch or master branch?

In beta branch I've added 'basicclock', which you can scale to the preferred width.

Sent from my SM-A320FL using Tapatalk
I am using the beta branch, it says me that a new version is available (v3.7.1), how can I update the current v3.7.0? This will cause a lost of the config?

Thank you!
User avatar
fabry91
Posts: 67
Joined: Sunday 09 December 2018 16:52
Target OS: NAS (Synology & others)
Domoticz version: 2022.2
Location: Italy
Contact:

Re: Dashticz V3 - Automatic installation

Post by fabry91 »

fabry91 wrote: Thursday 24 December 2020 12:11
Lokonli wrote: Wednesday 23 December 2020 0:32 Are you using the beta branch or master branch?

In beta branch I've added 'basicclock', which you can scale to the preferred width.

Sent from my SM-A320FL using Tapatalk
I am using the beta branch, it says me that a new version is available (v3.7.1), how can I update the current v3.7.0? This will cause a lost of the config?

Thank you!
Hello @Lokonli, news about how to update to 3.7.2?

Thank you and Happy New Year ;)
Lokonli
Posts: 2287
Joined: Monday 29 August 2016 22:40
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Dashticz V3 - Automatic installation

Post by Lokonli »

Did you already try this:?

viewtopic.php?f=67&t=34997

And next time it will just be 'git pull'
User avatar
fabry91
Posts: 67
Joined: Sunday 09 December 2018 16:52
Target OS: NAS (Synology & others)
Domoticz version: 2022.2
Location: Italy
Contact:

Re: Dashticz V3 - Automatic installation

Post by fabry91 »

Lokonli wrote: Thursday 31 December 2020 19:04 Did you already try this:?

viewtopic.php?f=67&t=34997

And next time it will just be 'git pull'
Thank you Lokonli, everything done! ;)
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest