Hello,
See the link below, it works for me.
viewtopic.php?p=264365#p264365
Search found 19 matches
- Saturday 30 April 2022 10:11
- Forum: Dashticz
- Topic: Combine 2 different idx devices in 1 block
- Replies: 2
- Views: 300
- Sunday 25 July 2021 14:53
- Forum: Dashticz
- Topic: Dashticz - buttons format - full button
- Replies: 7
- Views: 570
Re: Dashticz - buttons format - full button
Hi Doudy, See below how this works with an icon, it should work the same with an image. CONFIG.js: var buttons = {} buttons.p2 = {key: "button0",width:1, isimage:true, icon:'fas fa-bars', title: '', slide:2} custom.css: [data-id='button0'] { //background-color: red !important; max-height: 70px ...
- Saturday 17 July 2021 20:07
- Forum: Dashticz
- Topic: Dashticz - buttons format - full button
- Replies: 7
- Views: 570
Re: Dashticz - buttons format - full button
Hi Doudy, See my configuration below, this will help you to the solution: CONFIG.js var buttons = {} buttons.page1 = { width:12, title:'page 1', image: 'img/thuis.png', isimage: true, slide:1}; buttons.page2 = { width:12, title:'page 2', image: 'img/grafiek.png', isimage: true, slide:2}; buttons ...
- Sunday 04 July 2021 22:03
- Forum: Dashticz
- Topic: Dashticz - Module - Garbage collector
- Replies: 959
- Views: 137517
Re: Dashticz - Module - Garbage collector
Thanks for your help Lokonli.
It works again, we are very happy with it.
It works again, we are very happy with it.
- Sunday 04 July 2021 9:14
- Forum: Dashticz
- Topic: Dashticz - Module - Garbage collector
- Replies: 959
- Views: 137517
Re: Dashticz - Module - Garbage collector
Hello Lokonli,
Will you soon have time to change the PHP script for the Rova?
Just send the bill to me
Will you soon have time to change the PHP script for the Rova?
Just send the bill to me
- Sunday 04 July 2021 8:52
- Forum: Dashticz
- Topic: Dashticz - afterGetDevices()
- Replies: 5
- Views: 783
Re: Dashticz - afterGetDevices()
Goodmorning, Below is an example of how it works for me: (Instead of Data, use Status) CUSTOM.JS if (alldevices[118].Status == 'On') { $('.block_75 .col-data').addClass('warningblue'); } else { $('.block_75 .col-data').removeClass('warningblue'); } CUSTOM.CSS .warningblue { color: green !important; }
- Monday 07 June 2021 21:00
- Forum: Dashticz
- Topic: Dashticz - Module - Garbage collector
- Replies: 959
- Views: 137517
Re: Dashticz - Module - Garbage collector
Stephan, thanks for looking.
Is this easy to adjust to get it working again in Dashticz?
Is this easy to adjust to get it working again in Dashticz?
- Saturday 29 May 2021 16:31
- Forum: Dashticz
- Topic: Dashticz - Module - Garbage collector
- Replies: 959
- Views: 137517
Re: Dashticz - Module - Garbage collector
Hi, I get the following error with the garbage module: Error loading garbage data undefined. The waste company I use is: Rova Even after an update of Dashticz, this error continues to appear. Has anything changed at Rova? Do more people have problems with the garbage module in Dashticz? At the ...
- Thursday 27 May 2021 19:32
- Forum: Dashticz
- Topic: Dashticz - Module - Garbage collector
- Replies: 959
- Views: 137517
Re: Dashticz - Module - Garbage collector
Hi,
I get the following error with the garbage module: Error loading garbage data undefined.
The waste company I use is: Rova
Even after an update of Dashticz, this error continues to appear.
Has anything changed at Rova?
I get the following error with the garbage module: Error loading garbage data undefined.
The waste company I use is: Rova
Even after an update of Dashticz, this error continues to appear.
Has anything changed at Rova?
- Sunday 14 February 2021 15:52
- Forum: Dashticz
- Topic: Display graph of Grafana in Dashticz Frame
- Replies: 1
- Views: 344
Display graph of Grafana in Dashticz Frame
Hello,
Is it possible to display a graph from Grafana in a Dashticz-Frame?
I am now trying via a frameurl, but then I get the message: no access to website.
Does anyone have this working?
Thanks in advance,
Corné
Is it possible to display a graph from Grafana in a Dashticz-Frame?
I am now trying via a frameurl, but then I get the message: no access to website.
Does anyone have this working?
Thanks in advance,
Corné
- Saturday 26 December 2020 8:15
- Forum: Dashticz
- Topic: Dashticz - Show your dashboard and how-to's!
- Replies: 998
- Views: 306439
Re: Dashticz - Show your dashboard and how-to's!
Hello, For everyone who also displays Dashticz on a 7 inch touchscreen, here's a preview of my project. I have enlarged all blocks and texts, so that it can also be read from a distance. https://lh3.googleusercontent.com/pw/ACtC ...
- Friday 25 December 2020 11:34
- Forum: Dashticz
- Topic: Dashticz - Show your dashboard and how-to's!
- Replies: 998
- Views: 306439
Re: Dashticz - Show your dashboard and how-to's!
Hello everyone, For everyone who also displays Dashticz on a 7 inch touchscreen, here's a preview of my project. I have enlarged all blocks and texts, so that it can also be read from a distance. https://lh3.googleusercontent.com/GudytR6VS7u4B ...
- Thursday 24 December 2020 10:58
- Forum: Dashticz
- Topic: Combine 2 different idx devices in 1 block
- Replies: 2
- Views: 1083
Re: Combine 2 different idx devices in 1 block
Thanks for the tips @lokonli !
I finally solved it like below to get it working:
I finally solved it like below to get it working:
Code: Select all
function getStatus_235(block) {
var airDevice = Domoticz.getAllDevices()[235];
var humDevice = Domoticz.getAllDevices()[234];
block.value = humDevice.Humidity + ' % ';
block.title = airDevice.Data
}
- Wednesday 23 December 2020 9:30
- Forum: Dashticz
- Topic: Combine 2 different idx devices in 1 block
- Replies: 2
- Views: 1083
Combine 2 different idx devices in 1 block
Hello Everyone,
Is it possible to display 2 separate devices in 1 block in Dashticz?
I mean a humidity meter and air quality meter.
I would like to see this: (55% / 471ppm)
Is it possible to display 2 separate devices in 1 block in Dashticz?
I mean a humidity meter and air quality meter.
I would like to see this: (55% / 471ppm)
- Sunday 13 December 2020 8:53
- Forum: Dashticz
- Topic: Dashticz Graphs - Features, Fixes & Updates
- Replies: 188
- Views: 17962
Re: Dashticz Graphs - Features, Fixes & Updates
Goodmorning, Since the last update of Dashticz I no longer have the standard buttons in the popup of the graphic. How can I go back to the standard buttons without pictures in them with last hours, today and last month? There is no block/configuration parameter for that, but you can hide the icons ...
- Saturday 12 December 2020 9:43
- Forum: Dashticz
- Topic: Dashticz Graphs - Features, Fixes & Updates
- Replies: 188
- Views: 17962
Re: Dashticz Graphs - Features, Fixes & Updates
Goodmorning,
Since the last update of Dashticz I no longer have the standard buttons in the popup of the graphic.
How can I go back to the standard buttons without pictures in them with last hours, today and last month?
Since the last update of Dashticz I no longer have the standard buttons in the popup of the graphic.
How can I go back to the standard buttons without pictures in them with last hours, today and last month?
- Monday 02 November 2020 20:48
- Forum: Dashticz
- Topic: Create your own images (.jpg) for Dashticz
- Replies: 3
- Views: 303
Create your own images (.jpg) for Dashticz
Good evening,
How can you create images for the blocks in Dashticz yourself?
I manage to add it in the folder /dashticz/img and then have it displayed.
I just can't get the colors right, a clear white image.
Thanks in advance for the tips!
How can you create images for the blocks in Dashticz yourself?
I manage to add it in the folder /dashticz/img and then have it displayed.
I just can't get the colors right, a clear white image.
Thanks in advance for the tips!
- Tuesday 12 November 2019 7:12
- Forum: Other questions and discussions
- Topic: Dashticz change temperature text color
- Replies: 2
- Views: 374
Re: Dashticz change temperature text color
@HansieNL
Thanks, it works.
This code is even simpler than what I was trying
Thanks, it works.
This code is even simpler than what I was trying
- Monday 11 November 2019 20:35
- Forum: Other questions and discussions
- Topic: Dashticz change temperature text color
- Replies: 2
- Views: 374
Dashticz change temperature text color
Hello, Is it possible to change the text color of a temperature block when another block changes status in Dashticz? I display the temperature of the living room in white, when the boiler starts heating I want the text color to change from white to red. I have already tried a few things in the ...