Search found 130 matches

by Blueone
Thursday 26 April 2018 18:53
Forum: Android
Topic: Domoticz app 2.0
Replies: 2380
Views: 650455

Re: Re: Re: Domoticz app 2.0

Please check your connection settings or if there are issues with the domoticz installation. Nothing changed on the app for this. There isn't any issues with the installation or connection settings. The dashboard loads fine after a while, but it can take a minute. From browser (desktop or mobile ...
by Blueone
Thursday 16 November 2017 16:10
Forum: Dashticz
Topic: Dashticz - Save CONFIG.js automatically with PHP
Replies: 34
Views: 8407

Re: Dashticz - Save CONFIG.js automatically with PHP

anyone knows how to do this?
by Blueone
Thursday 26 October 2017 11:14
Forum: Dashticz
Topic: Dashticz - Save CONFIG.js automatically with PHP
Replies: 34
Views: 8407

Re: Dashticz - Save CONFIG.js automatically with PHP

I tried a lot to write the config automatically to the config.js, it doesn't work om my end. Does anyone have an idea about how to fix this?
by Blueone
Thursday 26 October 2017 11:12
Forum: Android
Topic: Domoticz app 2.0
Replies: 2380
Views: 650455

Re: Domoticz app 2.0

There is a new Beta coming: 0.1.416 (3514) Android O Changes: - Shortcuts - Notifications Channels / Badges / Light indicators - Adaptive icon - New Geofencing API lib - Rework on Widgets - Other fixes Other: - Implemented voltage graphs - Implemented lux (min/max/avg) graphs Please check if things ...
by Blueone
Thursday 12 October 2017 9:56
Forum: Dashticz
Topic: Dashticz - Save CONFIG.js automatically with PHP
Replies: 34
Views: 8407

Re: Dashticz - Save CONFIG.js automatically with PHP

Does someknow know what chmod I have to use to make sure the config.js is writable for the webuser?
by Blueone
Wednesday 23 August 2017 16:00
Forum: Android
Topic: Domoticz app 2.0
Replies: 2380
Views: 650455

Re: Re: Re: Domoticz app 2.0

There isn't any issues with the installation or connection settings. The dashboard loads fine after a while, but it can take a minute. From browser (desktop or mobile) the dashboard loads like the wind. When opening the app, first there is a blank page with ads showing, then a toast with error ...
by Blueone
Friday 11 August 2017 8:15
Forum: Bugs
Topic: Dashticz - Bug report
Replies: 557
Views: 129951

Re: Dashticz - Bug report

robgeerts wrote: Tuesday 08 August 2017 22:43 Yes, thats the plugin I use to show a colorpicker..
Is it maybe possible to have an option to disable the RGB functionallity for the being? :)
by Blueone
Tuesday 08 August 2017 22:36
Forum: Bugs
Topic: Dashticz - Bug report
Replies: 557
Views: 129951

Re: Dashticz - Bug report

Can someone with this issue confirm this? I didn't had any freezes anymore after removing the RGB lights from the dashboard, I will try to narrow it down further to see what is causing it in the weekend. Oke, this row is causing the freeze issue: $(".rgbw").spectrum({ if I comment the line, the ...
by Blueone
Tuesday 08 August 2017 8:49
Forum: Bugs
Topic: Dashticz - Bug report
Replies: 557
Views: 129951

Re: Dashticz - Bug report

robgeerts wrote:Can someone with this issue confirm this?
I didn't had any freezes anymore after removing the RGB lights from the dashboard, I will try to narrow it down further to see what is causing it in the weekend.
by Blueone
Sunday 06 August 2017 9:28
Forum: Dashticz
Topic: Dashticz - Module - Settings
Replies: 40
Views: 12739

Re: Dashticz - [BETA]Module - Settings - VERSION 2

Thanks!
by Blueone
Saturday 05 August 2017 21:44
Forum: Dashticz
Topic: Dashticz - Module - Garbage collector
Replies: 959
Views: 154071

Re: Dashticz - [BETA] Module - Garbage collector

I previously had this configuration: var trashcan = {} trashcan.cure = { maxitems: 4, trashapp: 'cure', width:12, zipcode:'******', housenumber:'*' } var trashcanstandby = {} trashcanstandby.cure = { maxitems: 1, trashapp: 'cure', width:6, zipcode:'*****', housenumber:'*' } var trashnames ...
by Blueone
Saturday 05 August 2017 21:10
Forum: Dashticz
Topic: Dashticz - Module - Garbage collector
Replies: 959
Views: 154071

Re: Dashticz - [BETA] Module - Garbage collector

I previously had this configuration: var trashcan = {} trashcan.cure = { maxitems: 4, trashapp: 'cure', width:12, zipcode:'******', housenumber:'*' } var trashcanstandby = {} trashcanstandby.cure = { maxitems: 1, trashapp: 'cure', width:6, zipcode:'*****', housenumber:'*' } var trashnames ...
by Blueone
Saturday 05 August 2017 20:55
Forum: Dashticz
Topic: Dashticz - Module - Settings
Replies: 40
Views: 12739

Re: Dashticz - [BETA]Module - Settings - VERSION 2

add "var config = {}" to the top of the config file, that resolved it for me (Was using the latest beta but also a black screen).

And another question :D , is it possible to set the sunrise on the place of the logo in the title bar (maybe an option in the menu)?
by Blueone
Saturday 05 August 2017 20:30
Forum: Bugs
Topic: Dashticz - Bug report
Replies: 557
Views: 129951

Re: Dashticz - Bug report

It is an async call? req = $.getJSONP({ url: settings['domoticz_ip']+'/json.htm?type=devices&filter=all&used=true&order=Name&jsoncallback=?', type: 'GET', async: true, contentType: "application/json",dataType: 'jsonp', error: function( jqXHR, textStatus ) { console.error("Domoticz error!\nPlease ...
by Blueone
Wednesday 02 August 2017 19:15
Forum: Bugs
Topic: Dashticz - Bug report
Replies: 557
Views: 129951

Re: Dashticz - Bug report

Do you have some tips for debugging something like this, I can't see it in the network tab from the google debugger, I would like to debug it but I need some directions :). At this moment I only know it happens just after the call to domoticz. I just send you a profiling copy, maybe you can do ...
by Blueone
Wednesday 02 August 2017 11:21
Forum: Bugs
Topic: Dashticz - Bug report
Replies: 557
Views: 129951

Re: Dashticz - Bug report

It is an async call? req = $.getJSONP({ url: settings['domoticz_ip']+'/json.htm?type=devices&filter=all&used=true&order=Name&jsoncallback=?', type: 'GET', async: true, contentType: "application/json",dataType: 'jsonp', error: function( jqXHR, textStatus ) { console.error("Domoticz error!\nPlease ...
by Blueone
Monday 31 July 2017 19:52
Forum: Bugs
Topic: Dashticz - Bug report
Replies: 557
Views: 129951

Re: Dashticz - Bug report

Is was some time ago I installed the latest updates but I updated my tablet from a beta release from about two weeks ago to the master version of Domoticz, for some reasons the dashboards hangs very often with a high cpu usage without the config is being changed. Is someone else also experiencing ...
by Blueone
Monday 31 July 2017 11:02
Forum: Android
Topic: Domoticz app 2.0
Replies: 2380
Views: 650455

Re: Re: Re: Domoticz app 2.0

Please check your connection settings or if there are issues with the domoticz installation. Nothing changed on the app for this. There isn't any issues with the installation or connection settings. The dashboard loads fine after a while, but it can take a minute. From browser (desktop or mobile ...
by Blueone
Sunday 30 July 2017 22:19
Forum: Dashticz
Topic: Dashticz - Custom scripts
Replies: 6
Views: 2445

Re: Script to change the RPI Touch Screen brightness

It canalso be done with dashticz, I wrote an how-to in the wiki a couple of months ago.
by Blueone
Friday 28 July 2017 13:10
Forum: Bugs
Topic: Dashticz - Bug report
Replies: 557
Views: 129951

Re: Dashticz - Bug report

Is was some time ago I installed the latest updates but I updated my tablet from a beta release from about two weeks ago to the master version of Domoticz, for some reasons the dashboards hangs very often with a high cpu usage without the config is being changed. Is someone else also experiencing ...