How to change the transparancy of the normal switches/buttons? When setting a custom background it is not readable anymore. For floorplan its fine but not for the rest of the tabs.
Search found 130 matches
- Saturday 23 December 2017 15:05
- Forum: Design, usability and languages
- Topic: Aurora theme
- Replies: 466
- Views: 176254
- Wednesday 29 November 2017 15:24
- Forum: LUA
- Topic: How to do better programming?
- Replies: 23
- Views: 4153
Re: How to do better programming?
First of all, switch to dzVents.. it will significantly reduce the amount of code you write and it's a lot easier and better to read (and documented). But does it execute faster? I have one "master" script for device and one "master" script for time. In that script i call my own function library ...
- Sunday 01 October 2017 13:48
- Forum: Dashticz
- Topic: Dashticz - Save CONFIG.js automatically with PHP
- Replies: 34
- Views: 8368
Re: Dashticz - Save CONFIG.js automatically with PHP
Wow, nice work. Going to try it in a moment. You had a good vacation?
Just tested:
1) When clicking the settings icon and clicking save it saves so this is good
2) When going into EDIT mode my changes aren`t save to the config file and still have to this manually
Just tested:
1) When clicking the settings icon and clicking save it saves so this is good
2) When going into EDIT mode my changes aren`t save to the config file and still have to this manually
- Saturday 30 September 2017 16:58
- Forum: dzVents
- Topic: ideAlarm (A dzVents alarm environment)
- Replies: 103
- Views: 24087
Re: ideAlarm v2.0.0 released (A dzVents alarm environment)
How do you guys implement the Security panel in a nice way? Or should I get some kind of nice hardware to arm/disarm? I am using ImperiHome on a wall mounted tablet at the front door - Any suggestions? WAF and reliability is important. I also installed ideAlarm and got this error when arming: 2017 ...
- Wednesday 06 September 2017 18:25
- Forum: Feature requests
- Topic: Dashticz - Feature Requests
- Replies: 391
- Views: 110661
Re: Dashticz - Feature Requests
+1 on that one. I am running a apache server with php enabled so this function would be awesome.
- Wednesday 06 September 2017 18:23
- Forum: Dashticz
- Topic: Dashticz - Show your dashboard and how-to's!
- Replies: 1004
- Views: 325626
Re: Dashticz - Show your dashboard and how-to's!
I have made a spinning font awesome icon when my solar panels are generating power. Ofcourse you can also use this for spinning other icons. Add this to CUSTOM.JS for defining the action: function getStatus_29(idx,value,device){ if(parseFloat(device['Usage'])>0){ blocks['29_1']['icon'] = 'fa fa-sun ...
- Friday 01 September 2017 12:44
- Forum: Feature requests
- Topic: Dashticz - Feature Requests
- Replies: 391
- Views: 110661
Re: Dashticz - Feature Requests
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
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
- Monday 28 August 2017 20:16
- Forum: Dashticz
- Topic: Dashticz - Show your dashboard and how-to's!
- Replies: 1004
- Views: 325626
Re: Dashticz - Show your dashboard and how-to's!
I have made a spinning font awesome icon when my solar panels are generating power. Ofcourse you can also use this for spinning other icons. Add this to CUSTOM.JS for defining the action: function getStatus_29(idx,value,device){ if(parseFloat(device['Usage'])>0){ blocks['29_1']['icon'] = 'fa fa-sun ...
- Sunday 27 August 2017 20:30
- Forum: Bugs
- Topic: Dashticz - Bug report
- Replies: 557
- Views: 129547
Re: Dashticz - Bug report
Try latest beta, but use: blocks[29]['icon'] = 'fa fa-sun-o'; Ok now it`s showing the same symbol as the gas readings (fa-fire). But no custom icon (also tried other icons but it stays on fa-fire) Ok looked into your change in the code and figured out what went wrong. I have to specify the icon ...
- Friday 25 August 2017 18:49
- Forum: Bugs
- Topic: Dashticz - Bug report
- Replies: 557
- Views: 129547
Re: Dashticz - Bug report
Ok now it`s showing the same symbol as the gas readings (fa-fire). But no custom icon (also tried other icons but it stays on fa-fire)robgeerts wrote: ↑Friday 25 August 2017 15:49 Try latest beta, but use:
Code: Select all
blocks[29]['icon'] = 'fa fa-sun-o';
- Friday 25 August 2017 15:00
- Forum: Bugs
- Topic: Dashticz - Bug report
- Replies: 557
- Views: 129547
- Friday 25 August 2017 9:43
- Forum: Bugs
- Topic: Dashticz - Bug report
- Replies: 557
- Views: 129547
Re: Dashticz - Bug report
Fixed in latest version! What do you mean with the icon part? I want to use a custom icon for my energy readings from mine solar panels. If i define the fa-sun-o icon in config.js this isn`t working. Its using the default power plug icon which is (i think?) hardcoded. For normal switches i can ...
- Thursday 24 August 2017 21:28
- Forum: Bugs
- Topic: Dashticz - Bug report
- Replies: 557
- Views: 129547
Re: Dashticz - Bug report
For 120_4 /120_5:
Deliver & DeliverToday should be switched
For icon part i don`t understand what your solution is? It isn`t working now.
Deliver & DeliverToday should be switched

For icon part i don`t understand what your solution is? It isn`t working now.
- Thursday 24 August 2017 19:07
- Forum: Bugs
- Topic: Dashticz - Bug report
- Replies: 557
- Views: 129547
Re: Dashticz - Bug report
I think i found another bug... I want to change my icons of my energy meters but the following code isn`t working: //Slimme meters blocks[29] = {} //Zonnepanelen blocks[29]['width'] = 4; blocks[29]['icon'] = 'fa-sun-o'; //Icon is not working blocks[29]['title'] = 'Zon'; blocks[29]['switch'] = true ...
- Thursday 24 August 2017 18:47
- Forum: Bugs
- Topic: Dashticz - Bug report
- Replies: 557
- Views: 129547
Re: Dashticz - Bug report
Do you mean it still shows the last update Hi Rob, thanks for you fix! The total blocks are now fixed but i have 2 other blocks now which gives a "undefined" error. It`s the "CounterDeliv" and "CounterDelivToday" in the following Json output of my P1 energy meter: { "ActTime" : 1503593114 ...
- Friday 18 August 2017 14:14
- Forum: Bugs
- Topic: Dashticz - Bug report
- Replies: 557
- Views: 129547
Re: Dashticz - Bug report
Could you send me (via PM) your config.js and the output of: http://DOMOTICZ_IP:PORT/json.htm?type=devices&filter=all&used=true&order=Name Send you a PM, can you help me out please? It`s undefined with the total usages as stated in the config.JS (comments). So the _3 option gives undefined...
- Wednesday 16 August 2017 21:10
- Forum: Dashticz
- Topic: Dashticz - Function - RGB-support
- Replies: 46
- Views: 10259
Re: Dashticz - Function - RGB-support
But for now, is there a workaround to hide it from dashticz? Rob temporarily removed the RGB colorpicker in the latest beta, so that's a solution until a better solution is found! mmm that`s why my color selector isn`t showing :lol: hope this function is back soon... maybe idea to make a changelog ...
- Wednesday 16 August 2017 15:40
- Forum: Third party and supplementary tools
- Topic: [ DomoDash ] a Angular tablet/mobile dashboard *Updated
- Replies: 64
- Views: 24725
Re: [ DomoDash ] a Angular tablet/mobile dashboard *Updated
Trying to get it to work but my switches aren`t working. When pressing the switch i get this fault error: TypeError: a.getHost is not a function at a.l.switchDevice (app.js:1) at fn (eval at compile (angular.js:14127), <anonymous>:4:403) at b (angular.js:15140) at e (angular.js:24663) at b.$eval ...
- Tuesday 15 August 2017 20:14
- Forum: Bugs
- Topic: Dashticz - Bug report
- Replies: 557
- Views: 129547
Re: Dashticz - Bug report
Have done the latest beta update and now my energy blocks give some "undefined" with total usage blocks for gas/energy.
Is there someway to fix this?
Is there someway to fix this?
- Wednesday 05 July 2017 20:45
- Forum: LUA
- Topic: Sharing : Afval kalendar in text sensor
- Replies: 348
- Views: 57953
Re: Sharing : Afval kalendar in text sensor
For sending a notification one day before the actual pickup day (for example paper day is wednesday but waste day is friday here) i use this code for the notication: --Notification if tonumber(os.date("%d")) + 1 == tonumber(string.match(tmp, "0*(%d+)")) then commandArray['SendNotification ...