Page 3 of 11

Re: IMPORTANT REQUEST!!!

Posted: Sunday 21 October 2018 16:58
by EdwinK
In the various .js-files I've changed https://dashticz.nl/ to http://192.168.0.10/scripts/ but I'm not seeing garbage or calendar working. Before doing this I issued a git pull, with a notice that everything was up to date (noticed my custom.css file to be empty after this)

Guess there is still something else to do.

Re: IMPORTANT REQUEST!!!

Posted: Monday 22 October 2018 10:35
by gielie
@rob are you still involved with the project or are you abandon it totally?
What i want to know is are there any new developments, is someone taking over?

basic question is this project dead and should we search for another dashitcz like module?

Re: IMPORTANT REQUEST!!!

Posted: Monday 22 October 2018 10:38
by poudenes
Can someone post a full info about where we need change URLS to use the 4 scripts when you upload them to a webserver?

Re: IMPORTANT REQUEST!!!

Posted: Monday 22 October 2018 11:52
by Thuis
robgeerts wrote: Thursday 18 October 2018 14:59 Ok, i had to remove the scripts from my server.
In the attachment a zip with the files.
You can just upload it to a server with PHP and change the url in Dashticz.

Look through the scripts, I NEVER SAVED ANY OF YOUR DATA.
I DONT CARE ABOUT YOUR DATA!

It was done because the parsing of some external webservices made the dashboard slower.
Also, some webservice for the garbage-calendars for example, have different arrays of data they return, I wanted it to be returned in one way so the script in Dashticz could be the same for every garbage-collector.

Anyway, use it if you want and dont use if you dont want.
I did this as a hobby project and indeed, charged nothing for it.
First Rob, thank you for sharing your hobby with us. It is a great hobby and thank you we may also get the joy of using the nice Dashticz with Domoticz.

I like the features of the garbage and the ical calendar, so now it has not been working and i am afraid that, maybe in the future, it will have to be local so, I am trying to get the ical and garbage to work. I have apache24 with php5 up and running, and trying to change the curl to my host.
curUrl = 'http://127.0.0.1/dashticz/ical/?time=' + cache + '&url=' + curUrl;
curUrl = 'http://127.0.0.1:8090/dashticz/ical/?time=' + cache + '&url=' + curUrl;
curUrl = 'http://127.0.0.1:8090/myhome/dashticz/ical/?time=' + cache + '&url=' + curUrl;
unfortunately without success. I must add that I use windows 7 32 bit.

The only reason I am trying to do this is I would like to get it to work, but I did not mind the way it was before. So without any local stuff. It worked great ! And despite what people think, I think you did not use any information or gain anything from your hobby project. Google is probably a company to be more concerned about then Dashticz, if these people are so concerned about their privacy...

Keep up the good work, and I hope the project will stay alive for a long while !
( just downloaded the beta, with changes 18 hours ago, so there is still some development, and thanks for that ! )

Re: IMPORTANT REQUEST!!!

Posted: Monday 22 October 2018 11:54
by EdwinK
@gielie, i thought Rob just did some updates on the beta (git pull gave me some changes), I hope Rob doesn't leave us, there is no better dashboard out there.

@poudenes I second, third and fourth that ;)

Re: IMPORTANT REQUEST!!!

Posted: Monday 22 October 2018 12:19
by poudenes
EdwinK wrote: Monday 22 October 2018 11:54 @gielie, i thought Rob just did some updates on the beta (git pull gave me some changes), I hope Rob doesn't leave us, there is no better dashboard out there.

@poudenes I second, third and fourth that ;)
I have TV, and Public transport working. only ical isn't working yet. :)

Re: IMPORTANT REQUEST!!!

Posted: Monday 22 October 2018 12:36
by EdwinK
Great.. How did you do that?

Re: IMPORTANT REQUEST!!!

Posted: Monday 22 October 2018 12:41
by robgeerts
gielie wrote: Monday 22 October 2018 10:35 @rob are you still involved with the project or are you abandon it totally?
What i want to know is are there any new developments, is someone taking over?

basic question is this project dead and should we search for another dashitcz like module?
Im still involved and I am still proud on this project!
Its not that somebody is taking it over but there are some people adding new contributions to it, wich I love!
I started this as a hobby, put much time in it while earning nothing. That doesnt matter at all but, because of that, my regular work (running own business) was running behind.

Re: IMPORTANT REQUEST!!!

Posted: Monday 22 October 2018 12:50
by EdwinK
Thuis wrote: Monday 22 October 2018 11:52
First Rob, thank you for sharing your hobby with us. It is a great hobby and thank you we may also get the joy of using the nice Dashticz with Domoticz.

I like the features of the garbage and the ical calendar, so now it has not been working and i am afraid that, maybe in the future, it will have to be local so, I am trying to get the ical and garbage to work. I have apache24 with php5 up and running, and trying to change the curl to my host.
curUrl = 'http://127.0.0.1/dashticz/ical/?time=' + cache + '&url=' + curUrl;
curUrl = 'http://127.0.0.1:8090/dashticz/ical/?time=' + cache + '&url=' + curUrl;
curUrl = 'http://127.0.0.1:8090/myhome/dashticz/ical/?time=' + cache + '&url=' + curUrl;
unfortunately without success. I must add that I use windows 7 32 bit.

The only reason I am trying to do this is I would like to get it to work, but I did not mind the way it was before. So without any local stuff. It worked great ! And despite what people think, I think you did not use any information or gain anything from your hobby project. Google is probably a company to be more concerned about then Dashticz, if these people are so concerned about their privacy...

Keep up the good work, and I hope the project will stay alive for a long while !
( just downloaded the beta, with changes 18 hours ago, so there is still some development, and thanks for that ! )
Second this also. (I seem to agree to a lot lately).

What if you tyr localhost instead of 127.0.0.1? I know it should be the same thing in the end, but who knows.

Re: IMPORTANT REQUEST!!!

Posted: Monday 22 October 2018 12:53
by Thuis
Jay !!!

Image

Joepie !!!

Re: IMPORTANT REQUEST!!!

Posted: Monday 22 October 2018 12:55
by Thuis
Nope, also Localhost no success :-(

Re: IMPORTANT REQUEST!!!

Posted: Monday 22 October 2018 12:56
by EdwinK
Damn...

But it seems you succeeded, looking at your previous post.

Re: IMPORTANT REQUEST!!!

Posted: Monday 22 October 2018 12:58
by robgeerts
Thuis wrote: Monday 22 October 2018 11:52
robgeerts wrote: Thursday 18 October 2018 14:59 Ok, i had to remove the scripts from my server.
In the attachment a zip with the files.
You can just upload it to a server with PHP and change the url in Dashticz.

Look through the scripts, I NEVER SAVED ANY OF YOUR DATA.
I DONT CARE ABOUT YOUR DATA!

It was done because the parsing of some external webservices made the dashboard slower.
Also, some webservice for the garbage-calendars for example, have different arrays of data they return, I wanted it to be returned in one way so the script in Dashticz could be the same for every garbage-collector.

Anyway, use it if you want and dont use if you dont want.
I did this as a hobby project and indeed, charged nothing for it.
First Rob, thank you for sharing your hobby with us. It is a great hobby and thank you we may also get the joy of using the nice Dashticz with Domoticz.

I like the features of the garbage and the ical calendar, so now it has not been working and i am afraid that, maybe in the future, it will have to be local so, I am trying to get the ical and garbage to work. I have apache24 with php5 up and running, and trying to change the curl to my host.
curUrl = 'http://127.0.0.1/dashticz/ical/?time=' + cache + '&url=' + curUrl;
curUrl = 'http://127.0.0.1:8090/dashticz/ical/?time=' + cache + '&url=' + curUrl;
curUrl = 'http://127.0.0.1:8090/myhome/dashticz/ical/?time=' + cache + '&url=' + curUrl;
unfortunately without success. I must add that I use windows 7 32 bit.

The only reason I am trying to do this is I would like to get it to work, but I did not mind the way it was before. So without any local stuff. It worked great ! And despite what people think, I think you did not use any information or gain anything from your hobby project. Google is probably a company to be more concerned about then Dashticz, if these people are so concerned about their privacy...

Keep up the good work, and I hope the project will stay alive for a long while !
( just downloaded the beta, with changes 18 hours ago, so there is still some development, and thanks for that ! )
Thanks for the compliments.
What if you put a simple HTML-file in the root? Could you open that one?
If yes, try a PHP-file too with the following contents:

<?php
echo 'test';
?>

If you see code in your browser, PHP is not working, if you only see 'test', installation is all good.
Do you get a warning ion your console window when opening Dashticz?

Re: IMPORTANT REQUEST!!!

Posted: Monday 22 October 2018 13:05
by Thuis
http://127.0.0.1:8090/test.php

i get:

test

so that seems to be working.

Re: IMPORTANT REQUEST!!!

Posted: Monday 22 October 2018 13:11
by moses123
Crazy,

I have only installed lighttp, configured lighttp to run php and on port 8090 with the help of google. Created a link from /var/www to the dashticz folder und actiaved the local url in the settings. thats all. Used the latest beta. Now i have domoticz on 8080 with built in webserver and dashticz on 8090 with lighttp. That's all.

Don't forget to install the curl-Module within php!! That was my main fault.


I am wondering why this is so difficult.

MOses123

Re: IMPORTANT REQUEST!!!

Posted: Monday 22 October 2018 13:12
by moses123
Thuis wrote: Monday 22 October 2018 13:05 http://127.0.0.1:8090/test.php

i get:

test

so that seems to be working.
Have you installed the curl module in php? That was my fault.

Re: IMPORTANT REQUEST!!!

Posted: Monday 22 October 2018 13:14
by Thuis
In notepad++ i double click:

curUrl = 'http://127.0.0.1:8090/onshuis/dashticz/ical/?time='

Then my browser opens and i get: address bar: http://127.0.0.1:8090/onshuis/dashticz/ical/?time=

Fatal error: Call to undefined function curl_init() in C:\Apache24\www\onshuis\dashticz\ical\helpers\SG_iCal_Parser.php on line 44

So it must be accessible thru the server....

Re: IMPORTANT REQUEST!!!

Posted: Monday 22 October 2018 13:15
by Thuis
AHA ! curl module, oke, i can search the internet for a curl module, thank you !

Re: IMPORTANT REQUEST!!!

Posted: Monday 22 October 2018 13:27
by Thuis
when i do
<?php
phpinfo();
?>

i can see i have curl installed in c:\curl\bin

and i also added it to the php.ini
.....

Re: IMPORTANT REQUEST!!!

Posted: Monday 22 October 2018 13:30
by Thuis
I took the c:\curl\bin from my omgevingsvariabelen, so i have to restart my pc .....