Dashticz - Feature Requests

Moderators: leecollings, htilburgs, robgeerts

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 »

Oh, and an other one that would be awesome:

I use the find my iPhone script to store some LAT & LON in a VAR in domoticz. If I change this to a Custom Text Device, could it also be possible to use these values in Google Maps instead of the static values? Multiple maps (or multiple pins on 1 map) would be fantastic
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 »

MarceldeJongNL wrote:I would love to use one instance of Dashticz for multiple custom configurations (Desktop, Tablet, Phone, etc)
Could you make an option, to specify as specific Custom folder in the HTML file? Like a simple variable you put in the HTML file

Example:
index.html uses /custom (default)
mobile.html uses /custom_mobile
tablet_second_floor.html uses /custom_tablet_second_floor

That would make managing multiple instances a breeze

Thanks for all you effort!
This works in latest beta :)
http://www.domoticz.com/forum/viewtopic ... 67&t=17489
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: This works in latest beta :)
http://www.domoticz.com/forum/viewtopic ... 67&t=17489
You are amazing! Will test ASAP!
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
gielie
Posts: 290
Joined: Tuesday 12 January 2016 11:40
Target OS: Raspberry Pi / ODroid
Domoticz version: latest β
Location: The Netherlands (Alkmaar)
Contact:

Re: Dashticz - Feature Requests

Post by gielie »

Id like to switch the name and data for my Toon thermostat, this is not possible with the switch blocks code.

Image

IS this something i can do or should Rob add this feature?
- Aeon Labs USB Stick met Z-wave plus
- Aeotec MultiSensor 6
- FIBARO FGS223
- FIBARO FGWPE Wall Plug
- Neo CoolCam Power plug
- Popp Smoke Detector
- Toon
- Kodi Media Server
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 have to fix this I guess, will look into this
User avatar
gielie
Posts: 290
Joined: Tuesday 12 January 2016 11:40
Target OS: Raspberry Pi / ODroid
Domoticz version: latest β
Location: The Netherlands (Alkmaar)
Contact:

Re: Dashticz - Feature Requests

Post by gielie »

Id like to add show_lastupdate to single blocks instead of show to all blocks and then hide it by other blocks where i don't want it. I only want to show the last update at the presence block, is this possible?
- Aeon Labs USB Stick met Z-wave plus
- Aeotec MultiSensor 6
- FIBARO FGS223
- FIBARO FGWPE Wall Plug
- Neo CoolCam Power plug
- Popp Smoke Detector
- Toon
- Kodi Media Server
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 »

Switch should now work in latest version.

Code: Select all


blocks['144_2'] = {}
blocks['144_2']['switch'] = true;
User avatar
mongoose
Posts: 42
Joined: Friday 22 November 2013 10:43
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Dashticz - Feature Requests

Post by mongoose »

Only just starting with Dashticz, very well done :) Loving it so far.

The feature I'd like to see is, something along the lines of a sensor percentage being converted to a picture. i.e A water tank level

Now that being said, I haven't build my tank meter yet. (could use the battery icon as well)

The other thing that would be cool, is to change a picture according to how warm/cold it is. i.e. 0 - 10 degrees c show a jacket, 10-20 shorts and tshirt :P Or icons that change colour.
Empty.png
Empty.png (44.8 KiB) Viewed 3427 times
percent half.png
percent half.png (46.14 KiB) Viewed 3427 times
percent almost full.png
percent almost full.png (46.14 KiB) Viewed 3427 times
clubeddie
Posts: 80
Joined: Saturday 19 March 2016 21:12
Target OS: NAS (Synology & others)
Domoticz version:
Contact:

Re: Dashticz - Feature Requests

Post by clubeddie »

robgeerts wrote:
clubeddie wrote:Is it possible to show the costs of consumed power and gas?

These data is available in the log section of domoticz, and a user can adjust the kwh and m3 price of his supplier.
I don't know if this data can be extracted somehow?

No is also an answer :-)
Do you get this data back from the json output?
http://URL_TO_DOMOTICZ/json.htm?type=devices
No, there is no data aboit it. Only the counters. Then is it maybe only possible if there is a script with an calculator, where you can set the cost price.
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 »

It could be that theres a separate url for returning the costs... I'll dive into this later
User avatar
gielie
Posts: 290
Joined: Tuesday 12 January 2016 11:40
Target OS: Raspberry Pi / ODroid
Domoticz version: latest β
Location: The Netherlands (Alkmaar)
Contact:

Re: Dashticz - Feature Requests

Post by gielie »

robgeerts wrote:Switch should now work in latest version.

Code: Select all


blocks['144_2'] = {}
blocks['144_2']['switch'] = true;
The switch block of my Toon thermostaat is not working, i still have the temp above the text and i can not switch this.
- Aeon Labs USB Stick met Z-wave plus
- Aeotec MultiSensor 6
- FIBARO FGS223
- FIBARO FGWPE Wall Plug
- Neo CoolCam Power plug
- Popp Smoke Detector
- Toon
- Kodi Media Server
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 »

Did you change 144 to the correct idx and is _2 right?
User avatar
gielie
Posts: 290
Joined: Tuesday 12 January 2016 11:40
Target OS: Raspberry Pi / ODroid
Domoticz version: latest β
Location: The Netherlands (Alkmaar)
Contact:

Re: Dashticz - Feature Requests

Post by gielie »

robgeerts wrote:Did you change 144 to the correct idx and is _2 right?
Yes my idx of the Toon Room Setpoint is 303, and not with an extra _# so i don't know why u use this, but still its not working, when i add a _# nothing is showing thus i need to use the idx 303
- Aeon Labs USB Stick met Z-wave plus
- Aeotec MultiSensor 6
- FIBARO FGS223
- FIBARO FGWPE Wall Plug
- Neo CoolCam Power plug
- Popp Smoke Detector
- Toon
- Kodi Media Server
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 »

So it looks like this?

Code: Select all

blocks[303] = {}
blocks[303]['switch'] = true;
Can anyone else test this works or not?
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:So it looks like this?

Code: Select all

blocks[303] = {}
blocks[303]['switch'] = true;
Can anyone else test this works or not?
Doesn't work. Even with ['switch'] = true; temperature stays on top.
Blah blah blah
SwordFish
Posts: 278
Joined: Sunday 14 December 2014 12:28
Target OS: Raspberry Pi / ODroid
Domoticz version: V4.11375
Contact:

Re: Dashticz - Feature Requests

Post by SwordFish »

robgeerts wrote:So it looks like this?

Code: Select all

blocks[303] = {}
blocks[303]['switch'] = true;
Can anyone else test this works or not?
I have a Nest thermostaat and the ' blocks[xxx]['switch'] = true; ' isn't working either
qwerk
Posts: 222
Joined: Tuesday 22 July 2014 7:21
Target OS: Raspberry Pi / ODroid
Domoticz version: beta
Location: Netherlands
Contact:

Re: Dashticz - Feature Requests

Post by qwerk »

I have a horstman and same here. not switching
funny, that temp related devices are the other way around from lamps /switches
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 »

qwerk wrote:I have a horstman and same here. not switching
funny, that temp related devices are the other way around from lamps /switches
I had the same thoughts and was thinking why it's done that way. As you can see is the temperature font much bigger, because that's the setting you wanna know. For me it's now even logical if the name is removed. I just have one thermostat, so the icon and temp says enough.
Hope you understand it a bit better. ;)

It would be nice if the flames icon would be red if the thermostat is heating.
Blah blah blah
godinperson
Posts: 26
Joined: Saturday 06 May 2017 0:23
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Dashticz - Feature Requests

Post by godinperson »

A Kodi widget would be nice, something like this: http://3.bp.blogspot.com/-hn9QvlyWj-Q/W ... uttons.jpg
SuperMouse
Posts: 30
Joined: Sunday 09 April 2017 11:14
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Dashticz - Feature Requests

Post by SuperMouse »

Hi all,

Is it also possible to lock items (switches) so the cannot be altered in the dashboard.

If someone accidently presses the presence "aanwezig/afwezi'g" switch you have the wrong data.
Locked

Who is online

Users browsing this forum: No registered users and 0 guests