Search found 16 matches

by Jempe
Monday 27 November 2017 23:00
Forum: Dashticz
Topic: Dashticz - General Discussions
Replies: 3672
Views: 526572

Re: Dashticz - General Discussions

You can show all the possible value from your sensor (in this exemple :(parseFloat(device['Humidity'])<=30) )with an json call:
curl -s "domoticz.ip:port/json.htm?type=devices&rid=YourIDXsensor"
by Jempe
Monday 27 November 2017 19:46
Forum: Dashticz
Topic: Dashticz - General Discussions
Replies: 3672
Views: 526572

Re: Change colour of an icon dynamically

I use the following code for changing the background of a opened door block, it gives the block a certain div class depending on the value. Then in the CSS you can define the div class styles. Maybe with a bit of playing around you can get it to work for your case? Got the info from the Wiki Hi ...
by Jempe
Monday 27 November 2017 16:44
Forum: Dashticz
Topic: Dashticz - General Discussions
Replies: 3672
Views: 526572

Re: Dashticz - General Discussions

I have a problem with temperature/humidity sensor. It's not possible to clic on the block to see the graph. Before the last update to stable(~3 week https://github.com/robgeerts/dashticz_v2/commit/7a10cac978d1e76e4a88d1bc4e333e2441361715), it's was possible to clik on the block 23 (not 23_1) and ...
by Jempe
Monday 27 November 2017 10:20
Forum: Dashticz
Topic: Dashticz - Module - Calendar
Replies: 459
Views: 108673

Re: Dashticz - Module - Calendar

After the installation from some php moduIe it's work perfectly!
Thank you!
I have send you a "bitcoin beer"
Best regards
by Jempe
Sunday 26 November 2017 23:31
Forum: Dashticz
Topic: Dashticz - Module - Calendar
Replies: 459
Views: 108673

Re: Dashticz - Module - Calendar

Making an json from ics it's not a problem. But the script that Rob hosts on his server don't make only json. He parse the data and output code reorganise with an id for each event and only the title and start and end date. So it's not possible to use the calendar.js from dashitz without this part ...
by Jempe
Sunday 26 November 2017 21:25
Forum: Dashticz
Topic: Dashticz - Module - Calendar
Replies: 459
Views: 108673

Re: Dashticz - Module - Calendar

Perfect!
Can you provide the code from https://wedevise.nl/dashticz/ical that is use for you calendar module?
I really want to find a local solution for the calendar...
by Jempe
Sunday 26 November 2017 19:13
Forum: Dashticz
Topic: Dashticz - Module - Calendar
Replies: 459
Views: 108673

Re: Dashticz - Module - Calendar

mmmh... I really don't want to use google... please let the choice to use google or not. I have an Nextcloud that give me all what i need. The actual solution work and i will try to hosting the icstojson in my lan. For the character problem i have a solution that work, i convert my ics to iso-85591 ...
by Jempe
Sunday 26 November 2017 0:58
Forum: Dashticz
Topic: Dashticz - Module - Calendar
Replies: 459
Views: 108673

Re: Dashticz - Module - Calendar

But for the character with accent i don't understand... I have change all the accent with the html code with sed on the ics file and the bug is not away... And i really don't like the fact that's an external cal is made with my data... maybe i will search another solution... but my coding skill is ...
by Jempe
Sunday 26 November 2017 0:19
Forum: Dashticz
Topic: Dashticz - Module - Calendar
Replies: 459
Views: 108673

Re: Dashticz - Module - Calendar

I have found a solution for the blank iframe in calendar. I have changing the random id on the iframe with a fixed id. And now it's work perfectly, no more blank iframe :-) var html = '<div class="modal fade" id="calendar_42" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden ...
by Jempe
Saturday 25 November 2017 9:12
Forum: Dashticz
Topic: Dashticz - Module - Calendar
Replies: 459
Views: 108673

Re: Dashticz - Module - Calendar

The url problem is the same with other url.
With google.ch the page as never worked during my test, blank every time. But with other page it's like my fullcalandar page. It's work after a full refresh of dashticz but the url is lost after dashitcz "refresh" the calendar part.
by Jempe
Saturday 25 November 2017 0:08
Forum: Dashticz
Topic: Dashticz - Module - Calendar
Replies: 459
Views: 108673

Re: Dashticz - Module - Calendar

Yes i will try and i say you tomorow...
The url lost when dashitcz reload the event.
Thank's
by Jempe
Friday 24 November 2017 23:41
Forum: Dashticz
Topic: Dashticz - Module - Calendar
Replies: 459
Views: 108673

Re: Dashticz - Module - Calendar

And this when the iframe is not blank
Image
by Jempe
Friday 24 November 2017 23:29
Forum: Dashticz
Topic: Dashticz - Module - Calendar
Replies: 459
Views: 108673

Re: Dashticz - Module - Calendar

Here is a print screen of my blank bug
Image
by Jempe
Friday 24 November 2017 23:21
Forum: Dashticz
Topic: Dashticz - Module - Calendar
Replies: 459
Views: 108673

Re: Dashticz - Module - Calendar

I have another problem with the calendar from dashticz. I use the "url" option that open fullcalendar with all my event imported from some .ics Fullcalendar work well but some time (most of time) the iframe display only a blank page... I have never a blank page when i load the url outside from ...
by Jempe
Thursday 23 November 2017 13:00
Forum: Dashticz
Topic: Dashticz - Module - Calendar
Replies: 459
Views: 108673

Re: Dashticz - Module - Calendar

Hi,
It's my first post in this forum si i can't PM...
But here is my file, they contain only 2 event for test purpose;
https://sync2me.ch/io/index.php/s/dSGKpxkh6M4h2ad

Thank's
by Jempe
Thursday 23 November 2017 12:24
Forum: Dashticz
Topic: Dashticz - Module - Calendar
Replies: 459
Views: 108673

Re: Dashticz - Module - Calendar

Hi, Thank you for this amazing dashboard! I use ics file that i export from nextcloud automatically every 5 minutes with wget. Local conversion to Json it's not implemented so i put it on the same server where my nextcoud is. It's work, with wget i concatenate multiple calendar in one file so i don ...