Page 128 of 184
Re: Dashticz - General Discussions
Posted: Thursday 29 June 2017 12:41
by robgeerts
With your config (and my own domoticz-url and apikeys) I get the following:
This is my Domoticz-homescreen
Do you have the latest version (updated yesterday) ?
Do you get any error in console? (F12 on windows)
Re: Dashticz - General Discussions
Posted: Thursday 29 June 2017 17:25
by garethhowell
I merged your latest master with my fork and it suddenly works. Thanks, Rob.
I'll take a look at the custom positioning now.
Re: Dashticz - General Discussions
Posted: Thursday 29 June 2017 22:47
by robgeerts
Great work

Weather radar for UK locations
Posted: Friday 30 June 2017 11:59
by garethhowell
Has anybody on here found the right strings for buienradar to show weather in the UK?
I can find the URL for Cambridge, but I can't find a suitable image.
Images for the Moon
Posted: Friday 30 June 2017 12:03
by garethhowell
I used the string everybody else seems to use to get the moon displayed
Code: Select all
buttons.moon = {width:12, isimage:true, refreshimage:60000, image: 'moon'}
and
Code: Select all
columns[10]['blocks'] = ['stationclock', 'sunrise', buttons.moon];
But I get an error in the browser
Code: Select all
Uncaught ReferenceError: _IDXmoonpicture is not defined
at getMoonInfo (eval at globalEval (jquery.min.js:2), <anonymous>:680:79)
at loadImage (eval at globalEval (jquery.min.js:2), <anonymous>:616:7)
at getBlock (eval at globalEval (jquery.min.js:2), <anonymous>:140:25)
at buildScreens (eval at globalEval (jquery.min.js:2), <anonymous>:207:5)
at HTMLDocument.eval (eval at globalEval (jquery.min.js:2), <anonymous>:155:2)
at i (jquery.min.js:2)
at Object.fireWith [as resolveWith] (jquery.min.js:2)
at Function.ready (jquery.min.js:2)
at HTMLDocument.J (jquery.min.js:2)
Re: Images for the Moon
Posted: Friday 30 June 2017 13:15
by htilburgs
garethhowell wrote:I used the string everybody else seems to use to get the moon displayed
Code: Select all
buttons.moon = {width:12, isimage:true, refreshimage:60000, image: 'moon'}
and
Code: Select all
columns[10]['blocks'] = ['stationclock', 'sunrise', buttons.moon];
But I get an error in the browser
Code: Select all
Uncaught ReferenceError: _IDXmoonpicture is not defined
at getMoonInfo (eval at globalEval (jquery.min.js:2), <anonymous>:680:79)
at loadImage (eval at globalEval (jquery.min.js:2), <anonymous>:616:7)
at getBlock (eval at globalEval (jquery.min.js:2), <anonymous>:140:25)
at buildScreens (eval at globalEval (jquery.min.js:2), <anonymous>:207:5)
at HTMLDocument.eval (eval at globalEval (jquery.min.js:2), <anonymous>:155:2)
at i (jquery.min.js:2)
at Object.fireWith [as resolveWith] (jquery.min.js:2)
at Function.ready (jquery.min.js:2)
at HTMLDocument.J (jquery.min.js:2)
Do you also have the next line in you config.js?
Code: Select all
var _IDXmoonpicture = 7; //index of the uservariabele MoonPicture
It's in the beginning of the config.js, under the other variables...
Re: Dashticz - General Discussions
Posted: Friday 30 June 2017 14:22
by garethhowell
htilburgs wrote:
Do you also have the next line in you config.js?
Code: Select all
var _IDXmoonpicture = 7; //index of the uservariabele MoonPicture
It's in the beginning of the config.js, under the other variables...
No, I don't. Thanks, i must have missed that somehow.
Re: Dashticz - General Discussions
Posted: Friday 30 June 2017 14:56
by garethhowell
garethhowell wrote:htilburgs wrote:
Do you also have the next line in you config.js?
Code: Select all
var _IDXmoonpicture = 7; //index of the uservariabele MoonPicture
It's in the beginning of the config.js, under the other variables...
No, I don't. Thanks, i must have missed that somehow.
Hmm. Different people have different values for this. How do I choose which one to use? I've tried a few and get nothing (though the error has gone)
Re: Dashticz - General Discussions
Posted: Friday 30 June 2017 15:37
by htilburgs
garethhowell wrote:garethhowell wrote:htilburgs wrote:
Do you also have the next line in you config.js?
Code: Select all
var _IDXmoonpicture = 7; //index of the uservariabele MoonPicture
It's in the beginning of the config.js, under the other variables...
No, I don't. Thanks, i must have missed that somehow.
Hmm. Different people have different values for this. How do I choose which one to use? I've tried a few and get nothing (though the error has gone)
Have you followed the instructions on the Wiki (
https://www.domoticz.com/wiki/Dashticz_ ... Moonphases)?
Because it's explained there.
You have to create 7 User Variables. One of them is MoonPicture which has an unique IDX number.
This is the number you have to for var _IDXmoonpicture.
Re: Dashticz - General Discussions
Posted: Friday 30 June 2017 16:26
by garethhowell
htilburgs wrote:
Have you followed the instructions on the Wiki (
https://www.domoticz.com/wiki/Dashticz_ ... Moonphases)?
Because it's explained there.
You have to create 7 User Variables. One of them is MoonPicture which has an unique IDX number.
This is the number you have to for var _IDXmoonpicture.
Drat! Where's that dunce's hat

Re: Dashticz - General Discussions
Posted: Saturday 01 July 2017 23:26
by wimfabries
Great work Rob !!!
I have 3 questions :
- when I select push on/off button in domoticz, it do'nt work in Dashticz
- when I choose webcam button it works great in PC-browser but not on smartphone/tablet
- Evohome thermostat zones are not working, it is showing a switch
Any idea ?
Thanks and greetz Wim
Re: Dashticz - General Discussions
Posted: Wednesday 05 July 2017 21:38
by Onrust
This dashboard is really totally awesome! Managed to integrate graphs, the domoticz security panel and some webcams as well. Many thnx for all your efforts! Gonna buy you a couple of beers before the weekend starts.
Just a few questions:
In the graph, when I select 'laatste uren' or 'afgelopen maand' the graph disappears and only comes back after refreshing the page. So it only displays 'vandaag'. Also, there seem to be (too) many data points in the graph, at least for my P1 meter and also for a few temp. sensors (Netatmo). Would be nice if this could be trimmed down somehow? Or maybe the option to have the 'points' not shown in the graph?
I have Dashticz running on the PI where Domoticz is installed. I have a port forward to this PI, so I can access it from outside. However, this also means that Dashticz is accessible from outside, when one knows the url and port. Do you have a login screen or some other form of authentication planned?
Re: Dashticz - General Discussions
Posted: Wednesday 05 July 2017 21:42
by EdwinK
I believe that if you set Domoticz to basic-auth in setup it will give you a log-in screen.
Re: Dashticz - General Discussions
Posted: Wednesday 05 July 2017 23:31
by Hesmink
garethhowell wrote:The switches that are shown on the Dashticz Dashboard are marked as favourites. So are the temperature gauges and scene/group, though.
I thought that all the devices that show on the Domoticz dashboard (because they have been yellow-starred) should appear on the Dashticz dashboard. Or am I missing something?
Try the beta, had the same problem, there was something missing in the code.
Re: Dashticz - General Discussions
Posted: Thursday 06 July 2017 8:58
by garethhowell
Hesmink wrote:garethhowell wrote:The switches that are shown on the Dashticz Dashboard are marked as favourites. So ...
Try the beta, had the same problem, there was something missing in the code.
Thanks for the suggestion, Hesmink. In my case it was that I needed to use the latest stable version as I was one behind.
Gareth
Re: Dashticz - General Discussions
Posted: Thursday 06 July 2017 16:42
by corederoma82
Why have I problem?
Thanks
Re: Dashticz - General Discussions
Posted: Thursday 06 July 2017 18:44
by Onrust
EdKo66 wrote:I believe that if you set Domoticz to basic-auth in setup it will give you a log-in screen.
OK, I'll test that, thnx.
Onrust wrote:
In the graph, when I select 'laatste uren' or 'afgelopen maand' the graph disappears and only comes back after refreshing the page. So it only displays 'vandaag'. Also, there seem to be (too) many data points in the graph, at least for my P1 meter and also for a few temp. sensors (Netatmo). Would be nice if this could be trimmed down somehow? Or maybe the option to have the 'points' not shown in the graph?
Any tips on this one, anyone?
Re: Dashticz - General Discussions
Posted: Thursday 06 July 2017 20:07
by Onrust
Did some further testing on the graphs. When I place it in its own column I can select 'laatste uren' or 'afgelopen maand' and it shows a nice graph. But if I try to go back to 'vandaag' or the other option, the graph is expanding itself in height and becomes invisible, even though I have a custom height set in custom.css (tried several values as well as disabling the custom height, but each time the effect was the same).
Edit: So, the graph opens on 'vandaag' by default. When clicking 'vandaag' twice again, the graph goes weird too.
Running on the lastest beta of Dasticz, but same behaviour on stable version.
Re: Dashticz - General Discussions
Posted: Thursday 06 July 2017 20:56
by robgeerts
corederoma82 wrote:Why have I problem?
Thanks
Either the ipaddress 192.168.1.7 is not reachable, or port 8080 is not reachable..
Re: Dashticz - General Discussions
Posted: Friday 07 July 2017 22:45
by corederoma82
but the ip addrees and port are corrects.....