Dashticz TEXT device

Moderators: leecollings, htilburgs, robgeerts

Post Reply
gvandick
Posts: 30
Joined: Saturday 01 July 2017 12:48
Target OS: Windows
Domoticz version:
Contact:

Dashticz TEXT device

Post by gvandick »

Using garbagecalender Dummy text device in Domoticz.

In text device show three text rows with the next three delivery days. (Updating from garbage calendar website lua script)

In dashticz these three lines show up as 1 line. Is there a way to show each day on different row, as in text device Domoticz.
User avatar
madpatrick
Posts: 636
Joined: Monday 26 December 2016 12:17
Target OS: Linux
Domoticz version: 2024.7
Location: Netherlands
Contact:

Re: Dashticz TEXT device

Post by madpatrick »

Can you post your setup.
Normal you can us html commands to Dashticz for layout, like <br>
-= HP server GEN8 Xeon(R) E3-1220L_V2 -=- OZW -=- Toon2 (rooted) -=- Domoticz v2024.7 -=- Dashticz v3.12b on Tab8" =-
User avatar
HansieNL
Posts: 957
Joined: Monday 28 September 2015 15:13
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Dashticz TEXT device

Post by HansieNL »

@gvandick With Dashticz you can use a special garbage block if you like.
Screenshot 2022-01-06 at 20-02-55 Dashticz.png
Screenshot 2022-01-06 at 20-02-55 Dashticz.png (2.34 KiB) Viewed 1631 times
See https://dashticz.readthedocs.io/en/mas ... rbage.html
Blah blah blah
gvandick
Posts: 30
Joined: Saturday 01 July 2017 12:48
Target OS: Windows
Domoticz version:
Contact:

Re: Dashticz TEXT device

Post by gvandick »

Dashticz garbagecalendar doesn't support Gemeente Montferland so I use https://github.com/jvanderzande/GarbageCalendar

In Dashticz I added block Domoticz. In custom.css I can style text: allign, height, color .. and so on
I think the way Dash0ticz import data from Domoticz device is the issue



/*afvalcalendar*/
.block_1108 {
height: 100px !important;
font-size: 12px;
color: white;
}
gvandick
Posts: 30
Joined: Saturday 01 July 2017 12:48
Target OS: Windows
Domoticz version:
Contact:

Re: Dashticz TEXT device

Post by gvandick »

Schermafbeelding 2022-01-07 105201.png
Schermafbeelding 2022-01-07 105201.png (10.03 KiB) Viewed 1613 times
Schermafbeelding 2022-01-07 103729.png
Schermafbeelding 2022-01-07 103729.png (4.67 KiB) Viewed 1613 times
gvandick
Posts: 30
Joined: Saturday 01 July 2017 12:48
Target OS: Windows
Domoticz version:
Contact:

Re: Dashticz TEXT device

Post by gvandick »

madpatrick wrote: Thursday 06 January 2022 10:26 Can you post your setup.
Normal you can us html commands to Dashticz for layout, like <br>
Thanks for the hint

I found the solution
/*afvalcalendar*/
.block_1108 {
height: 120px !important;
font-size: 12px;
content: "\a";
white-space: pre;
color: white;
}
gvandick
Posts: 30
Joined: Saturday 01 July 2017 12:48
Target OS: Windows
Domoticz version:
Contact:

Re: Dashticz TEXT device

Post by gvandick »

Schermafbeelding 2022-01-09 105947.png
Schermafbeelding 2022-01-09 105947.png (5.9 KiB) Viewed 1592 times
Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests