Dashticz - Feature Requests

Moderators: leecollings, htilburgs, robgeerts

Locked
dutchdevil83
Posts: 130
Joined: Monday 31 October 2016 19:34
Target OS: Raspberry Pi / ODroid
Domoticz version: latest
Location: Netherlands
Contact:

Re: Dashticz - Feature Requests

Post 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
Hardware
1x Raspberry Pi
1x Razberry Z-Wave
1x RFXtrx433E
1x Toon
1x GoodWe Solarpanels
2x FGSD-002 Smoke Detector
1x FGBS-001 Binaire Sensor (RFID lezer)
7x FGMS-001 Motion Sensor
3x ZW089 Verzonken Deursensor
7x NC Wallplug
&lots of KaKu stuff
blacksn0w
Posts: 99
Joined: Friday 10 March 2017 22:27
Target OS: Raspberry Pi / ODroid
Domoticz version:
Location: Germany
Contact:

Re: Dashticz - Feature Requests

Post 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.
Migration done, hello Home Assistant.
robgeerts
Posts: 1273
Joined: Saturday 24 January 2015 22:12
Target OS: NAS (Synology & others)
Domoticz version: 3.7067
Location: NL
Contact:

Re: Dashticz - Feature Requests

Post 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 :)
User avatar
EdwinK
Posts: 1820
Joined: Sunday 22 January 2017 21:46
Target OS: Raspberry Pi / ODroid
Domoticz version: BETA
Location: Rhoon
Contact:

Re: Dashticz - Feature Requests

Post by EdwinK »

Yes, please.
Running latest BETA on a Pi-3 | Toon® Thermostat (rooted) | Hue | Tuya | IKEA tradfri | Dashticz V3 on Lenovo Huawei Tablet | Conbee
dutchdevil83
Posts: 130
Joined: Monday 31 October 2016 19:34
Target OS: Raspberry Pi / ODroid
Domoticz version: latest
Location: Netherlands
Contact:

Re: Dashticz - Feature Requests

Post 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.
Hardware
1x Raspberry Pi
1x Razberry Z-Wave
1x RFXtrx433E
1x Toon
1x GoodWe Solarpanels
2x FGSD-002 Smoke Detector
1x FGBS-001 Binaire Sensor (RFID lezer)
7x FGMS-001 Motion Sensor
3x ZW089 Verzonken Deursensor
7x NC Wallplug
&lots of KaKu stuff
MarceldeJongNL
Posts: 43
Joined: Tuesday 03 May 2016 10:07
Target OS: Raspberry Pi / ODroid
Domoticz version: 3.5108
Location: Barendrecht
Contact:

Re: Dashticz - Feature Requests

Post by MarceldeJongNL »

+1, would love it! Maybe an option to edit all the configuration files?
Hardware: Raspberry Pi 2B | RFXCOM RFXtrx433E v1 | Synology DS213+ | KaKu Clones | Conrad RSL switches | KAKu Doorbell Clone | USB Webcam | ICY Thermostat | Resol DL2 | Imatic Relay Board | Eminent 6230 | Eminent 6220 | iMatic 16 ports Relay Board
robgeerts
Posts: 1273
Joined: Saturday 24 January 2015 22:12
Target OS: NAS (Synology & others)
Domoticz version: 3.7067
Location: NL
Contact:

Re: Dashticz - Feature Requests

Post by robgeerts »

Ok, I'm on vacation until 23th of september and will be working on this when I'm back!
MarceldeJongNL
Posts: 43
Joined: Tuesday 03 May 2016 10:07
Target OS: Raspberry Pi / ODroid
Domoticz version: 3.5108
Location: Barendrecht
Contact:

Re: Dashticz - Feature Requests

Post by MarceldeJongNL »

Great, enjoy your well-earned holiday!
Hardware: Raspberry Pi 2B | RFXCOM RFXtrx433E v1 | Synology DS213+ | KaKu Clones | Conrad RSL switches | KAKu Doorbell Clone | USB Webcam | ICY Thermostat | Resol DL2 | Imatic Relay Board | Eminent 6230 | Eminent 6220 | iMatic 16 ports Relay Board
User avatar
EdwinK
Posts: 1820
Joined: Sunday 22 January 2017 21:46
Target OS: Raspberry Pi / ODroid
Domoticz version: BETA
Location: Rhoon
Contact:

Re: Dashticz - Feature Requests

Post by EdwinK »

Have a nice time.
Running latest BETA on a Pi-3 | Toon® Thermostat (rooted) | Hue | Tuya | IKEA tradfri | Dashticz V3 on Lenovo Huawei Tablet | Conbee
robgeerts
Posts: 1273
Joined: Saturday 24 January 2015 22:12
Target OS: NAS (Synology & others)
Domoticz version: 3.7067
Location: NL
Contact:

Re: Dashticz - Feature Requests

Post by robgeerts »

Thanks! Will toast on it with a nice Liquor 43 ;)
MarceldeJongNL
Posts: 43
Joined: Tuesday 03 May 2016 10:07
Target OS: Raspberry Pi / ODroid
Domoticz version: 3.5108
Location: Barendrecht
Contact:

Re: Dashticz - Feature Requests

Post 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
Hardware: Raspberry Pi 2B | RFXCOM RFXtrx433E v1 | Synology DS213+ | KaKu Clones | Conrad RSL switches | KAKu Doorbell Clone | USB Webcam | ICY Thermostat | Resol DL2 | Imatic Relay Board | Eminent 6230 | Eminent 6220 | iMatic 16 ports Relay Board
User avatar
HansieNL
Posts: 957
Joined: Monday 28 September 2015 15:13
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Dashticz - Feature Requests

Post 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 :D
Blah blah blah
User avatar
EdwinK
Posts: 1820
Joined: Sunday 22 January 2017 21:46
Target OS: Raspberry Pi / ODroid
Domoticz version: BETA
Location: Rhoon
Contact:

Re: Dashticz - Feature Requests

Post 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
Running latest BETA on a Pi-3 | Toon® Thermostat (rooted) | Hue | Tuya | IKEA tradfri | Dashticz V3 on Lenovo Huawei Tablet | Conbee
Ingmar
Posts: 51
Joined: Sunday 04 May 2014 1:34
Target OS: NAS (Synology & others)
Domoticz version:
Location: The Netherlands
Contact:

Re: Dashticz - Feature Requests

Post 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
temp-humid.png (43.92 KiB) Viewed 3653 times
Synology NAS with stable release, AEON Z-wave, RFXCOM, Toon, Echo Dot, HAbridge, HarmonyHUB, Dashticz.
woody4165
Posts: 476
Joined: Monday 14 March 2016 13:55
Target OS: Linux
Domoticz version: beta
Location: Rome, Italy
Contact:

Re: Dashticz - Feature Requests

Post by woody4165 »

+1 for temp/humidity in same block
Cubietruck - Linux cubietruck 4.13.16 (Debian GNU/Linux 8 (jessie)) + Domoticz + RFLink, Xiaomi Gateway, Owl USB, Yeelight Color and B/W, ESP8266, Broadlink RM2, Netatmo Thermostat
johansson
Posts: 75
Joined: Sunday 27 September 2015 15:52
Target OS: Raspberry Pi / ODroid
Domoticz version:
Location: Finland
Contact:

Re: Dashticz - Feature Requests

Post 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 :D
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)
User avatar
remb0
Posts: 499
Joined: Thursday 11 July 2013 22:21
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Location: The Netherlands
Contact:

Re: Dashticz - Feature Requests

Post by remb0 »

Iframes is indeed a new option. Now I use an iframe for the domoticz security panel but it look awfull :P
Onrust
Posts: 37
Joined: Saturday 24 June 2017 10:44
Target OS: Raspberry Pi / ODroid
Domoticz version: 4.10717
Contact:

Re: Dashticz - Feature Requests

Post 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 :D :mrgreen:
johansson
Posts: 75
Joined: Sunday 27 September 2015 15:52
Target OS: Raspberry Pi / ODroid
Domoticz version:
Location: Finland
Contact:

Re: Dashticz - Feature Requests

Post by johansson »

Onrust wrote: Monday 25 September 2017 19:23Ah really? I was so proud of it :D :mrgreen:
:D The functionality is 5/5, but the looks are... erm... a bit outdated compared to the dashboard itself :lol:
User avatar
HansieNL
Posts: 957
Joined: Monday 28 September 2015 15:13
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Dashticz - Feature Requests

Post 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.
Blah blah blah
Locked

Who is online

Users browsing this forum: No registered users and 1 guest