Something a bit strange going on with my Domoticz installation since I started to use the dashboard a couple of days ago. Could be just a coincidence of course but the Domoticz has been very stable lately and I have not updated it in a few weeks. Now when I started using the dashboard I've had several crashes (1-2 / day, Monit is handling the restarts). I was wondering could there be any kind of connection to using the dashboard, has anyone else noticed anything similar?
I was wondering can I show something like this http://iltasanomat.weatherproof.fi/tutk ... 3%A4-Suomi in a small window like the weather radar in Netherlands? I know I can add a button for a popup window but it would be nice to see it on the main screen directly Or are there any Finnish users here who have found something better? There are plenty of weather radars available but I haven't found anything that would work in similar way to Buienradar.
Also, as a feature request it would be nice if one could configure the block to have On/Off buttons instead of just the toggle from the icon. I have some switches that cycle e.g. brightness of a light if you keep pressing the On button. This way it fits to a more compact space. Or would it be possible to somehow fit a dimmer switch with the slider to a standard width (4) block?
Nautilus wrote:
I was wondering can I show something like this http://iltasanomat.weatherproof.fi/tutk ... 3%A4-Suomi in a small window like the weather radar in Netherlands? I know I can add a button for a popup window but it would be nice to see it on the main screen directly Or are there any Finnish users here who have found something better? There are plenty of weather radars available but I haven't found anything that would work in similar way to Buienradar.
Download latest version and try this to use iframes:
First, define the frame:
Amazing dashboard! I like how most of it works straight out of the box. One question, is it normal behavior that the buienradar image does not refresh on its own? Does it only refresh with a full page refresh? Tested this with chrome on android and Windows. Thanks
Amazing dashboard! I like how most of it works straight out of the box. One question, is it normal behavior that the buienradar image does not refresh on its own? Does it only refresh with a full page refresh? Tested this with chrome on android and Windows. Thanks
Well, it should refresh, in one of the latest versions (since a day or 2) but for some reason it sometimes shows a cached version....
Will look into this
With version dashboard-master-f91dc326e9df83cfab11e9c6e58c5af384fa4298 I get the error in my attachment.
In a version from 2 days ago I do not have this problem, with the exact same settings in config.js.
Can you also look into that Rob, or is this a mistake somewhere on my part?
var _HOST_ZIGGO_HORIZON = ''; //e.g. http://192.168.1.3/domoticz/switch_horizon.php';
var _APIKEY_WUNDERGROUND = 'deleted';
var _WEATHER_CITY = 'Amsterdam';
var _WEATHER_CITYNAME = ''; //show a different city name, leave empty if same as _WEATHER_CITY
var _WEATHER_COUNTRY = 'NL';
var _USE_AUTO_POSITIONING = true; //don't want to configure positions, use auto positioning
var _USE_FAVORITES = true; //only used when using auto positioning
var _HIDE_SECONDS_IN_CLOCK = false; //do not show the seconds in the clock
var _HIDE_MEDIAPLAYER_WHEN_OFF = false; //when you have a mediaplayer connected, hide it if nothing is playing
var _NEWS_RSSFEED = 'http://www.nu.nl/rss/algemeen';
var _USE_FAHRENHEIT = false;
var _STANDBY_AFTER_MINUTES = false; //enter amount of minutes like: 5 (5 minutes)
@robgeerts: excellent job! I wonder where your energy is coming from
Two things from my side:
- As this topic is becoming larger it gets harder to find all the settings and possibilities. Alas the wiki page is not up-to-date. Perhaps an idea?
- I noticed a little glitch in graphs.js. I had to alter the line:
Weird... It seems the type changes from undefined to string when data from a temperature device is queried... At first load the type is undefined, however when I click on one of the buttons like 'afgelopen maand' the caption changed from 'Buienradar - Temperature' to 'Buienradar - Temperature: undefined'.
Won't it be nice to have a " afval kalender " on your dahboard. So that it shows a date and which container like the one on topic from domoboard.
Just thinking.
SwordFish wrote:Won't it be nice to have a " afval kalender " on your dahboard. So that it shows a date and which container like the one on topic from domoboard.
Just thinking.
SwordFish wrote:Won't it be nice to have a " afval kalender " on your dahboard. So that it shows a date and which container like the one on topic from domoboard.
Just thinking.
freakshock wrote:With version dashboard-master-f91dc326e9df83cfab11e9c6e58c5af384fa4298 I get the error in my attachment.
In a version from 2 days ago I do not have this problem, with the exact same settings in config.js.
Does console (f12) give you any error?
wizjos wrote:
- As this topic is becoming larger it gets harder to find all the settings and possibilities. Alas the wiki page is not up-to-date. Perhaps an idea?
Forumuser @htilburgs is updating the wiki at: http://www.domoticz.com/wiki/Dashticz-v2
This will be the official one, I still have to update the readme, wil put in a link to this wiki!
wizjos wrote:
- I noticed a little glitch in graphs.js. I had to alter the line:
Weird... It seems the type changes from undefined to string when data from a temperature device is queried... At first load the type is undefined, however when I click on one of the buttons like 'afgelopen maand' the caption changed from 'Buienradar - Temperature' to 'Buienradar - Temperature: undefined'.
freakshock wrote:With version dashboard-master-f91dc326e9df83cfab11e9c6e58c5af384fa4298 I get the error in my attachment.
In a version from 2 days ago I do not have this problem, with the exact same settings in config.js.
jquery.min.js:4 Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/.
index.html:72 Uncaught ReferenceError: blocks is not defined
at getStatusBlock (eval at <anonymous> (jquery.min.js:2), <anonymous>:72:13)
at Object.success (main.js:500)
at i (jquery.min.js:2)
at Object.fireWith [as resolveWith] (jquery.min.js:2)
at y (jquery.min.js:4)
at HTMLScriptElement.b.onload.b.onreadystatechange (jquery.min.js:4)
Last edited by freakshock on Friday 14 April 2017 17:15, edited 1 time in total.