Page 2 of 20
Re: Dashticz - Feature Requests
Posted: Tuesday 09 May 2017 13:29
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
Re: Dashticz - Feature Requests
Posted: Tuesday 09 May 2017 14:39
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
Re: Dashticz - Feature Requests
Posted: Tuesday 09 May 2017 14:41
by MarceldeJongNL
You are amazing! Will test ASAP!
Re: Dashticz - Feature Requests
Posted: Tuesday 09 May 2017 16:35
by gielie
Id like to switch the name and data for my Toon thermostat, this is not possible with the switch blocks code.
IS this something i can do or should Rob add this feature?
Re: Dashticz - Feature Requests
Posted: Tuesday 09 May 2017 16:45
by robgeerts
I have to fix this I guess, will look into this
Re: Dashticz - Feature Requests
Posted: Tuesday 09 May 2017 16:48
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?
Re: Dashticz - Feature Requests
Posted: Tuesday 09 May 2017 16:51
by robgeerts
Switch should now work in latest version.
Code: Select all
blocks['144_2'] = {}
blocks['144_2']['switch'] = true;
Re: Dashticz - Feature Requests
Posted: Wednesday 10 May 2017 1:34
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
Or icons that change colour.
- Empty.png (44.8 KiB) Viewed 3439 times
- percent half.png (46.14 KiB) Viewed 3439 times
- percent almost full.png (46.14 KiB) Viewed 3439 times
Re: Dashticz - Feature Requests
Posted: Wednesday 10 May 2017 8:31
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.
Re: Dashticz - Feature Requests
Posted: Wednesday 10 May 2017 11:26
by robgeerts
It could be that theres a separate url for returning the costs... I'll dive into this later
Re: Dashticz - Feature Requests
Posted: Wednesday 10 May 2017 13:49
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.
Re: Dashticz - Feature Requests
Posted: Wednesday 10 May 2017 13:52
by robgeerts
Did you change 144 to the correct idx and is _2 right?
Re: Dashticz - Feature Requests
Posted: Wednesday 10 May 2017 14:14
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
Re: Dashticz - Feature Requests
Posted: Wednesday 10 May 2017 14:30
by robgeerts
So it looks like this?
Code: Select all
blocks[303] = {}
blocks[303]['switch'] = true;
Can anyone else test this works or not?
Re: Dashticz - Feature Requests
Posted: Wednesday 10 May 2017 14:57
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.
Re: Dashticz - Feature Requests
Posted: Wednesday 10 May 2017 15:04
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
Re: Dashticz - Feature Requests
Posted: Wednesday 10 May 2017 15:18
by qwerk
I have a horstman and same here. not switching
funny, that temp related devices are the other way around from lamps /switches
Re: Dashticz - Feature Requests
Posted: Wednesday 10 May 2017 15:31
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.
Re: Dashticz - Feature Requests
Posted: Wednesday 10 May 2017 17:02
by godinperson
Re: Dashticz - Feature Requests
Posted: Wednesday 10 May 2017 20:39
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.