Search found 38 matches

by damdub
Wednesday 12 April 2023 15:24
Forum: Dashticz
Topic: Dashticz auto_slide_pages not working anymore
Replies: 3
Views: 304

Re: Dashticz auto_slide_pages not working anymore

Hello Lokonli
Your advice was good
I found an error in devtools ans was able to correct it.
It's working again now
Thanks again
by damdub
Monday 10 April 2023 22:04
Forum: Dashticz
Topic: Dashticz auto_slide_pages not working anymore
Replies: 3
Views: 304

Re: Dashticz auto_slide_pages not working anymore

Anybody experiencing same behavior ?
Thank you for your help
by damdub
Saturday 08 April 2023 11:17
Forum: Dashticz
Topic: Dashticz auto_slide_pages not working anymore
Replies: 3
Views: 304

Dashticz auto_slide_pages not working anymore

Hello, since a few weeks now auto_slide_pages parameter is not working anymore on my setup. It has been working for months, I didn't change anything in my CONFIG.js file. It happenned right after an update (not sure which version). I thought this would maybe fixed in next version, I updated to ...
by damdub
Friday 10 February 2023 12:02
Forum: Dashticz
Topic: Issue with afterGetDevices function
Replies: 6
Views: 350

Re: Issue with afterGetDevices function

Hello I did update to last beta and after some tests it appears that it is not yet totally working I noticed that on some blocks it was OK and on some other blocks it wasn't I noticed that as soon as a "key" parameter is set on a block, update of color is not working (even if this key is not used in ...
by damdub
Thursday 09 February 2023 0:15
Forum: Dashticz
Topic: Dashticz - Function - Graphs
Replies: 80
Views: 22452

Re: Dashticz - Function - Graphs

That would be a great fall back. Thank you
But what would be the url to that specific graph which is part of a screen containing several different graphs...
Thanks again
by damdub
Wednesday 08 February 2023 18:34
Forum: Dashticz
Topic: Dashticz - Function - Graphs
Replies: 80
Views: 22452

Re: Dashticz - Function - Graphs

Hello
anybody ? is this "comparing usage" graph usable in Dashticz ?
Thank you very much
by damdub
Tuesday 07 February 2023 9:19
Forum: Dashticz
Topic: Issue with afterGetDevices function
Replies: 6
Views: 350

Re: Issue with afterGetDevices function

Great
Thank you for your answer
And above all, Thank you for all the work done :-)
by damdub
Monday 06 February 2023 18:35
Forum: Dashticz
Topic: Issue with afterGetDevices function
Replies: 6
Views: 350

Re: Issue with afterGetDevices function

Anybody ? ;-)
by damdub
Sunday 29 January 2023 19:36
Forum: Dashticz
Topic: Issue with afterGetDevices function
Replies: 6
Views: 350

Issue with afterGetDevices function

Hello I'm trying to change the color of a block if the Last_Update of the corresponding domoticz device is greater than 1 hour. Here is the part of my CONFIG.js function afterGetDevices(){ var device = Domoticz.getAllDevices()['348']; if(moment(device['LastUpdate']).unix() < (moment().unix() - (3600 ...
by damdub
Sunday 29 January 2023 17:54
Forum: Dashticz
Topic: Dashticz - Function - Graphs
Replies: 80
Views: 22452

Re: Dashticz - Function - Graphs

Hello all
I'm trying to put in my Dashticz dashboard the energy "comparing usage" graph which is available in Domoticz:
2023-01-29 17_51_18 Domo.png
2023-01-29 17_51_18 Domo.png (167.91 KiB) Viewed 792 times
Do you think this is possible ?
Thank you very much for your help
by damdub
Tuesday 22 November 2022 1:14
Forum: LUA
Topic: HTTP/HTTPS poller xml parser
Replies: 4
Views: 773

Re: HTTP/HTTPS poller xml parser

Hello and thank you for your reply Maybe I'm wrong but I was confident taht it was xml, but maybe xml can be embedded in html ? Sorry for my incompetence Here are the first lines of the file which I'm trying to parse. <?xml version="1.0"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional ...
by damdub
Tuesday 22 November 2022 0:07
Forum: LUA
Topic: HTTP/HTTPS poller xml parser
Replies: 4
Views: 773

HTTP/HTTPS poller xml parser

Hello I'm aiming to retrieve data from my heat pump. I'm using HTTP/HTTPS poller & an xml parser script. The heat pump is providing data into an xml file. The data from this xml wich I'm trying to retrieve is "ACTUAL TEMPERATURE 2" Here is a litte portion of the xml file (which is pretty big ...
by damdub
Sunday 02 October 2022 23:04
Forum: Dashticz
Topic: Dashticz - Show your dashboard and how-to's!
Replies: 1002
Views: 317602

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

Hello All, does anyone know if it could be possible to have a New Calendar block with fixed height (some events will not be displayed) and give the possibility to scroll inside the block to display hidden events ? Could be a nice feature to have the calendar block always fixed size and scrolling ...
by damdub
Thursday 05 May 2022 10:18
Forum: Dashticz
Topic: Dashticz - Function - Graphs
Replies: 80
Views: 22452

Re: Dashticz - Function - Graphs

Yes ! that was the perfect advice !
Thank you very much Lokonli.
by damdub
Wednesday 04 May 2022 23:51
Forum: Dashticz
Topic: Dashticz - Show your dashboard and how-to's!
Replies: 1002
Views: 317602

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

Hello All, does anyone know if it could be possible to have a New Calendar block with fixed height (some events will not be displayed) and give the possibility to scroll inside the block to display hidden events ? Could be a nice feature to have the calendar block always fixed size and scrolling ...
by damdub
Wednesday 04 May 2022 23:41
Forum: Dashticz
Topic: Dashticz - Function - Graphs
Replies: 80
Views: 22452

Re: Dashticz - Function - Graphs

Hi all, I’m try to insert an CO2 (air quality) graph, in my dashticz dashboard, but I cant … Captura.JPG i can see the block data, but the graph not show nothing How I must to do? I must to edit graphs.js ? but how?? Please help Thanks Hello did you succeed in showing your custom graph with CO2 dat ...
by damdub
Thursday 15 April 2021 20:14
Forum: dzVents
Topic: Get data from swith to text in dummy switch [Solved]
Replies: 31
Views: 2649

Re: Get data from swith to text in dummy switch [Solved]

Hello Sorry about my mistake. I did read the get started manual and allowed the 127.0.0.* but I made a mistake and used a "," instead of a ";" to separate IPs in that setup section. Sorry again. Your code is still giving an error because of a "then" missing after elseif item.isDevice or item.isTimer ...
by damdub
Thursday 15 April 2021 15:24
Forum: dzVents
Topic: Get data from swith to text in dummy switch [Solved]
Replies: 31
Views: 2649

Re: Get data from swith to text in dummy switch [Solved]

For your info I finally got these errors in domoticz logs 2021-04-15 14:22:52.508 Error: Error opening url: http://127.0.0.1:8080/json.htm?type=devices&rid=131 2021-04-15 14:22:52.567 Error: dzVents: Error: (3.0.2) songDisplay: HTTP/1.1 response: 401 ==>> Unauthorized 2021-04-15 14:22:52.578 Error ...
by damdub
Thursday 15 April 2021 13:51
Forum: dzVents
Topic: Get data from swith to text in dummy switch [Solved]
Replies: 31
Views: 2649

Re: Get data from swith to text in dummy switch [Solved]

No error anymore but... nothing happens. I see no log in domoticz logs and text block is never updated Song is playing and is identified in Domoticz LMS Logs domoLMS1.png If I paste in a browser the command http://DOMOTIQUEIP:8080/json.htm?type=devices&rid=131 the result is OK domoLMS2.png Any idea ...
by damdub
Thursday 15 April 2021 11:55
Forum: dzVents
Topic: Get data from swith to text in dummy switch [Solved]
Replies: 31
Views: 2649

Re: Get data from swith to text in dummy switch [Solved]

Hello and thank you for your help Here is my code imported as DZvents (All commented) Event I just modified the LMS IDX 2 times and the text utility block Name local scriptVar = 'songDisplay' return { on = { devices = { 131, -- ID of your LMS device }, httpResponses = { scriptVar, } }, logging ...