Search found 5 matches

by Kencirot
Monday 25 May 2020 0:11
Forum: Dashticz
Topic: Dashticz - Module - Garbage collector
Replies: 959
Views: 137423

Re: Dashticz - Module - Garbage collector

It is finally working now with using only those lines.

I want to all the config settings and found this in my list to be the problem:

Code: Select all

config['default_cors_url'] = '0';
Thanks
by Kencirot
Sunday 24 May 2020 23:15
Forum: Dashticz
Topic: Dashticz - Module - Garbage collector
Replies: 959
Views: 137423

Re: Dashticz - Module - Garbage collector

Yes, it is.
Index.php with

Code: Select all

<?php echo "hello world"; ?>
on apache working perfect when I visit with a browser.
by Kencirot
Sunday 24 May 2020 22:53
Forum: Dashticz
Topic: Dashticz - Module - Garbage collector
Replies: 959
Views: 137423

Re: Dashticz - Module - Garbage collector

This give me "loading..." with no end.
by Kencirot
Sunday 24 May 2020 22:17
Forum: Dashticz
Topic: Dashticz - Module - Garbage collector
Replies: 959
Views: 137423

Re: Dashticz - Module - Garbage collector

I started using Dashticz today and I really love the customization of it. Currently having some issues with the garbage collection module but after a good 7 hours I need to give up on getting this too work. Major things I did: Upgrade to latest Beta today ( Apache2 up and running on a Raspberry 3B ...
by Kencirot
Wednesday 05 June 2019 14:56
Forum: LUA
Topic: GoodWe Solar: get data from the new semsportal (lua script)
Replies: 106
Views: 25975

Re: GoodWe Solar: get data from the new semsportal (lua script)

I experience the same issue as Marktap. The daily total of previous day is being used untill the currect day is higher for me. I also notice when there is no power output I still get the last remain known output showing up (e.g 36Watts from 22:00h onwards till the morning). Is there a way to set it ...