Page 11 of 20
Re: Dashticz - Feature Requests
Posted: Friday 01 September 2017 12:44
by dutchdevil83
Is it possible to implant save functionality so when making changes we don`t have to copy/paste to config.js ?
I think it`s possible with following tool but i am not experienced enough to enroll this function into Dashticz.
http://jquery.tiddlywiki.org/twFile.html
Re: Dashticz - Feature Requests
Posted: Friday 01 September 2017 12:55
by blacksn0w
dutchdevil83 wrote: ↑Friday 01 September 2017 12:44
Is it possible to implant save functionality so when making changes we don`t have to copy/paste to config.js ?
I think it`s possible with following tool but i am not experienced enough to enroll this function into Dashticz.
http://jquery.tiddlywiki.org/twFile.html
This won't work if you are not on the Domoticz Host itself.
With Javascript (alone) it is not possible at all to edit files on the server.
You would need a server side language like php to change the files, which would be an easy solution, but the majority couldn't use it because they are using the webserver shipped by Domoticz. If you are using Apache or Nginx with php support and hosting Dashticz with it, a php solution would be possible.
Re: Dashticz - Feature Requests
Posted: Friday 01 September 2017 22:21
by robgeerts
I could make an option to save, if you are running dashitcz on a webserver with PHP enabled...
Of course, not everyone can use this but the advanced users will

Re: Dashticz - Feature Requests
Posted: Saturday 02 September 2017 10:47
by EdwinK
Yes, please.
Re: Dashticz - Feature Requests
Posted: Wednesday 06 September 2017 18:25
by dutchdevil83
robgeerts wrote: ↑Friday 01 September 2017 22:21
I could make an option to save, if you are running dashitcz on a webserver with PHP enabled...
Of course, not everyone can use this but the advanced users will
+1 on that one. I am running a apache server with php enabled so this function would be awesome.
Re: Dashticz - Feature Requests
Posted: Wednesday 06 September 2017 19:42
by MarceldeJongNL
+1, would love it! Maybe an option to edit all the configuration files?
Re: Dashticz - Feature Requests
Posted: Wednesday 06 September 2017 21:21
by robgeerts
Ok, I'm on vacation until 23th of september and will be working on this when I'm back!
Re: Dashticz - Feature Requests
Posted: Wednesday 06 September 2017 22:50
by MarceldeJongNL
Great, enjoy your well-earned holiday!
Re: Dashticz - Feature Requests
Posted: Wednesday 06 September 2017 22:59
by EdwinK
Have a nice time.
Re: Dashticz - Feature Requests
Posted: Wednesday 06 September 2017 23:00
by robgeerts
Thanks! Will toast on it with a nice Liquor 43

Re: Dashticz - Feature Requests
Posted: Thursday 07 September 2017 13:43
by MarceldeJongNL
robgeerts wrote: ↑Wednesday 30 August 2017 20:19
in latest version (BETA), this will work:
Code: Select all
blocks[97] = {};
blocks[97]['link'] = 'http://www.nu.nl';
blocks[97]['target'] = 'iframe'; // iframe, _blank
Its not possible to configurate whether it will open in a tab or separate window..
If window stays blank, it's forbidden to include the website in an iframe, you will have to use _blank
Tried it just now with the latest beta, but unfortunately it is not working for me.
Block showing fine but nothing happens when I click on it.
Code: Select all
blocks[459] = {}
blocks[459]['link'] = 'http://www.nu.nl';
blocks[459]['target'] = 'iframe'; // iframe, _blank
Enjoy the Liquor 43, and maybe you can look into it when you are back
Re: Dashticz - Feature Requests
Posted: Thursday 07 September 2017 17:44
by HansieNL
robgeerts wrote: ↑Wednesday 06 September 2017 21:21
Ok, I'm on vacation until 23th of september and will be working on this when I'm back!
Have a nice holiday

Re: Dashticz - Feature Requests
Posted: Saturday 16 September 2017 10:34
by EdwinK
Is it possible to add a 'Pollen-radar'? I know it's way to early for the next season. But... could this be implemented
See example at
http://www.weeronline.nl/Weer-Widgets/4058223/0
Re: Dashticz - Feature Requests
Posted: Sunday 17 September 2017 10:22
by Ingmar
Hi Rob,
Is it possible with a temperature sensor block to have the option to include the humidity in the block? Because that would be so much more space efficient. I've made an example of what I mean in paint to explain it. I wouldn't want it for every temperature sensor, but for my bathroom for example I do. Maybe it's also possible to have no numbers behind the comma of the humidity to make it look more clean?

- temp-humid.png (43.92 KiB) Viewed 3988 times
Re: Dashticz - Feature Requests
Posted: Sunday 17 September 2017 10:48
by woody4165
+1 for temp/humidity in same block
Re: Dashticz - Feature Requests
Posted: Monday 25 September 2017 11:29
by johansson
Been setting up Dashticz to be used in a wall fixed tablet, showing temperatures, most common switches, shared calendars etc. Most of the stuff is beginning to be in place, but to make things perfect there're obviously some development requests:
1) any possibility to add user variable to dashboard? There's a script utilizing a user variable to set car heating schedule; would be great to have it visible on the screen. Even better if the user variable could be set through dashboard, but just showing the value would be a step forward
2) is there a way to embed any website (as a frame or something). The Finnish train schedules are not yet supported, but there are several sites displaying station specific schedules (e.g.
https://www.junat.net/fi/oulunkyla), so that would do the trick as well. The optimal solution would having the same kind of public transport module as there's now for NL or Germany, but maybe that's a bit much asked
3) how could the security panel of Domoticz be presented in a bit cleaner way, the current panel pops out quite badly (see for example this
post)
Re: Dashticz - Feature Requests
Posted: Monday 25 September 2017 19:00
by remb0
Iframes is indeed a new option. Now I use an iframe for the domoticz security panel but it look awfull

Re: Dashticz - Feature Requests
Posted: Monday 25 September 2017 19:23
by Onrust
johansson wrote: ↑Monday 25 September 2017 11:29
the current panel pops out quite badly (see for example this
post)
Ah really? I was so proud of it

Re: Dashticz - Feature Requests
Posted: Monday 25 September 2017 19:57
by johansson
Re: Dashticz - Feature Requests
Posted: Thursday 28 September 2017 18:49
by HansieNL
What are the options for the FlipClock? I mean, can I disable seconds and resize the clock?
@Rob... I hope you enjoyed your holiday.