- Spoiler: show
Dashticz - Show your dashboard and how-to's!
Moderators: leecollings, htilburgs, robgeerts
- HansieNL
- Posts: 964
- Joined: Monday 28 September 2015 15:13
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz - Show your dashboard and how-to's!
Blah blah blah
- htilburgs
- Posts: 464
- Joined: Tuesday 03 November 2015 11:01
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Location: Netherlands
- Contact:
Re: Dashticz - Show your dashboard and how-to's!
I'm using this one....
- Spoiler: show
Hardware:
RPi3 - Aeon Labs Z-Stick GEN5 - Fibaro Dimmer 2 - Fibaro Roller Shutter 2 - Fibaro Smoke Sensor - Yeelight RGBW Led bulb - Yeelight Smart LED Light Strip - Neo Coolcam PIR Motion Sensor - Neo Coolcam PowerPlug - Nest Thermostat v3
RPi3 - Aeon Labs Z-Stick GEN5 - Fibaro Dimmer 2 - Fibaro Roller Shutter 2 - Fibaro Smoke Sensor - Yeelight RGBW Led bulb - Yeelight Smart LED Light Strip - Neo Coolcam PIR Motion Sensor - Neo Coolcam PowerPlug - Nest Thermostat v3
- HansieNL
- Posts: 964
- Joined: Monday 28 September 2015 15:13
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz - Show your dashboard and how-to's!
Thx. Running fine now. Removed the switch part, because I don't need it.htilburgs wrote:I'm using this one....
- Spoiler: show
Blah blah blah
- HansieNL
- Posts: 964
- Joined: Monday 28 September 2015 15:13
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz - Show your dashboard and how-to's!
Does someone know how to remove the ": 30%" after a title
Blah blah blah
- EdwinK
- Posts: 1820
- Joined: Sunday 22 January 2017 21:46
- Target OS: Raspberry Pi / ODroid
- Domoticz version: BETA
- Location: Rhoon
- Contact:
Re: Dashticz - Show your dashboard and how-to's!
Maybe by just renaming it
blocks[xx] = {};
blocks[xx]['title'] = 'Slaapkamer'';
where xx is your IDX?
blocks[xx] = {};
blocks[xx]['title'] = 'Slaapkamer'';
where xx is your IDX?
Running latest BETA on a Pi-3 | Toon® Thermostat (rooted) | Hue | Tuya | IKEA tradfri | Dashticz V3 on Lenovo Huawei Tablet | Conbee
- htilburgs
- Posts: 464
- Joined: Tuesday 03 November 2015 11:01
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Location: Netherlands
- Contact:
Re: Dashticz - Show your dashboard and how-to's!
I found no way.... It's in the main.js (line 1040)
Maybe overrule with custom.js?
Code: Select all
html+='<strong class="title">'+device['Name']+': '+device['Level']+'%'+'</strong>';
Hardware:
RPi3 - Aeon Labs Z-Stick GEN5 - Fibaro Dimmer 2 - Fibaro Roller Shutter 2 - Fibaro Smoke Sensor - Yeelight RGBW Led bulb - Yeelight Smart LED Light Strip - Neo Coolcam PIR Motion Sensor - Neo Coolcam PowerPlug - Nest Thermostat v3
RPi3 - Aeon Labs Z-Stick GEN5 - Fibaro Dimmer 2 - Fibaro Roller Shutter 2 - Fibaro Smoke Sensor - Yeelight RGBW Led bulb - Yeelight Smart LED Light Strip - Neo Coolcam PIR Motion Sensor - Neo Coolcam PowerPlug - Nest Thermostat v3
- HansieNL
- Posts: 964
- Joined: Monday 28 September 2015 15:13
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz - Show your dashboard and how-to's!
Maybe blocks[IDX]['level'] = false; is an option to add.htilburgs wrote:I found no way.... It's in the main.js (line 1040)Maybe overrule with custom.js?Code: Select all
html+='<strong class="title">'+device['Name']+': '+device['Level']+'%'+'</strong>';
Just opened GitHub issue for this.
Blah blah blah
-
- Posts: 1
- Joined: Sunday 21 May 2017 11:45
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz - Show your dashboard and how-to's!
My layout right now
still have to add a lot of switches and scenes but the tiny buttons to control the radio bother me does anyone know how to change that?
(We added some lights from the neighbors as our RFXCom receiver/transmitter detected them)
(Thuis with 'ss' was for debugging purposes because I thought nothing was changing when I uploaded CONFIG.js
)



(We added some lights from the neighbors as our RFXCom receiver/transmitter detected them)
(Thuis with 'ss' was for debugging purposes because I thought nothing was changing when I uploaded CONFIG.js


- HansieNL
- Posts: 964
- Joined: Monday 28 September 2015 15:13
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz - Show your dashboard and how-to's!
Trying to minimalize my sliders view.
Only the line of Salontafel is thicker than the rest. Maybe someone knows how to get it smaller or a better way to handle this?
Only the line of Salontafel is thicker than the rest. Maybe someone knows how to get it smaller or a better way to handle this?
Code: Select all
.block_236 .ui-slider-handle,
.block_124 .ui-slider-handle,
.block_126 .ui-slider-handle {
background-color: #6a6a6a;
border-radius: 25px;
border-color: #6a6a6a;
height: 15px;
width: 15px;
}
.block_236 .ui-slider-horizontal,
.block_124 .ui-slider-horizontal,
.block_126 .ui-slider-horizontal {
background-color: #6a6a6a;
border-color: transparent;
height: 1px;
}
Blah blah blah
- htilburgs
- Posts: 464
- Joined: Tuesday 03 November 2015 11:01
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Location: Netherlands
- Contact:
Re: Dashticz - Show your dashboard and how-to's!
@hansienl, curious, how did you get rid of the %??
Hardware:
RPi3 - Aeon Labs Z-Stick GEN5 - Fibaro Dimmer 2 - Fibaro Roller Shutter 2 - Fibaro Smoke Sensor - Yeelight RGBW Led bulb - Yeelight Smart LED Light Strip - Neo Coolcam PIR Motion Sensor - Neo Coolcam PowerPlug - Nest Thermostat v3
RPi3 - Aeon Labs Z-Stick GEN5 - Fibaro Dimmer 2 - Fibaro Roller Shutter 2 - Fibaro Smoke Sensor - Yeelight RGBW Led bulb - Yeelight Smart LED Light Strip - Neo Coolcam PIR Motion Sensor - Neo Coolcam PowerPlug - Nest Thermostat v3
- HansieNL
- Posts: 964
- Joined: Monday 28 September 2015 15:13
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz - Show your dashboard and how-to's!
Short of memory?htilburgs wrote:@hansienl, curious, how did you get rid of the %??

Blah blah blah
- htilburgs
- Posts: 464
- Joined: Tuesday 03 November 2015 11:01
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Location: Netherlands
- Contact:
Re: Dashticz - Show your dashboard and how-to's!
Ah, ok... Think it's the weather.
I don't like to edit main.js, it make it hard to update.
I hoped that the block[idx]['level']=false; came through (Tried it, but no luck)
I don't like to edit main.js, it make it hard to update.
I hoped that the block[idx]['level']=false; came through (Tried it, but no luck)

Hardware:
RPi3 - Aeon Labs Z-Stick GEN5 - Fibaro Dimmer 2 - Fibaro Roller Shutter 2 - Fibaro Smoke Sensor - Yeelight RGBW Led bulb - Yeelight Smart LED Light Strip - Neo Coolcam PIR Motion Sensor - Neo Coolcam PowerPlug - Nest Thermostat v3
RPi3 - Aeon Labs Z-Stick GEN5 - Fibaro Dimmer 2 - Fibaro Roller Shutter 2 - Fibaro Smoke Sensor - Yeelight RGBW Led bulb - Yeelight Smart LED Light Strip - Neo Coolcam PIR Motion Sensor - Neo Coolcam PowerPlug - Nest Thermostat v3
- HansieNL
- Posts: 964
- Joined: Monday 28 September 2015 15:13
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz - Show your dashboard and how-to's!
I just bought him another beer. Maybe that speed up things?htilburgs wrote:Ah, ok... Think it's the weather.
I don't like to edit main.js, it make it hard to update.
I hoped that the block[idx]['level']=false; came through (Tried it, but no luck)

Blah blah blah
- htilburgs
- Posts: 464
- Joined: Tuesday 03 November 2015 11:01
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Location: Netherlands
- Contact:
Re: Dashticz - Show your dashboard and how-to's!
I liked your idea, but with a little different buttons and moved the slider further down.
(And I don't have a problem with different thickness).

(And I don't have a problem with different thickness).

Code: Select all
.block_46 .ui-slider-handle,
.block_70 .ui-slider-handle,
.block_179 .ui-slider-handle,
.block_193 .ui-slider-handle,
.block_213 .ui-slider-handle {
border-radius: 25px;
height: 15px;
width: 15px;
padding: 6px 10px 6px 10px;
}
.block_46 .ui-slider-horizontal,
.block_70 .ui-slider-horizontal,
.block_179 .ui-slider-horizontal,
.block_193 .ui-slider-horizontal,
.block_213 .ui-slider-horizontal {
border-color: transparent;
height: 3px;
bottom: -10px;
}
Hardware:
RPi3 - Aeon Labs Z-Stick GEN5 - Fibaro Dimmer 2 - Fibaro Roller Shutter 2 - Fibaro Smoke Sensor - Yeelight RGBW Led bulb - Yeelight Smart LED Light Strip - Neo Coolcam PIR Motion Sensor - Neo Coolcam PowerPlug - Nest Thermostat v3
RPi3 - Aeon Labs Z-Stick GEN5 - Fibaro Dimmer 2 - Fibaro Roller Shutter 2 - Fibaro Smoke Sensor - Yeelight RGBW Led bulb - Yeelight Smart LED Light Strip - Neo Coolcam PIR Motion Sensor - Neo Coolcam PowerPlug - Nest Thermostat v3
-
- Posts: 1273
- Joined: Saturday 24 January 2015 22:12
- Target OS: NAS (Synology & others)
- Domoticz version: 3.7067
- Location: NL
- Contact:
Re: Dashticz - Show your dashboard and how-to's!
Hold on, let me fix itHansieNL wrote:I just bought him another beer. Maybe that speed up things?htilburgs wrote:Ah, ok... Think it's the weather.
I don't like to edit main.js, it make it hard to update.
I hoped that the block[idx]['level']=false; came through (Tried it, but no luck)

(thanks!)
-
- Posts: 1273
- Joined: Saturday 24 January 2015 22:12
- Target OS: NAS (Synology & others)
- Domoticz version: 3.7067
- Location: NL
- Contact:
Re: Dashticz - Show your dashboard and how-to's!
Check latest beta!
Code: Select all
blocks[295] = {}
blocks[295]['hide_data'] = true;
- HansieNL
- Posts: 964
- Joined: Monday 28 September 2015 15:13
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz - Show your dashboard and how-to's!
robgeerts wrote:Check latest beta!
- Spoiler: show
Thanks... works like a charm. Another Github issue can be closed.
Blah blah blah
-
- Posts: 99
- Joined: Friday 10 March 2017 22:27
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Location: Germany
- Contact:
Re: Dashticz - Show your dashboard and how-to's!
Finally managed to finish my custom wall mounting for the 10" tablet.
Just used a spruce plank and stained it to get this brownish color.
Also i've bought four round magnets with a hole in the middle to attach the tablet to them, this is the next part of the project, will start this within the next days.
Since the magnets are made of metal, they transmit energy and i've attached a wire to each of them to realize the loading process. I've never thought this would actually work, but why not, easy physics.
Here are some photos of the current project status:




If you are wondering about the second picture, i soldered the wire not directly to the magnet because it would lose its magnetism when heated over 80° C so i've soldered it to a washer and placed the magnet on top.
Project cost currently around 13€ (1€ wood, 6€ magnets, 20ct screws, 5€ usb cable). Think will finish it with not more than 20€.
Just used a spruce plank and stained it to get this brownish color.
Also i've bought four round magnets with a hole in the middle to attach the tablet to them, this is the next part of the project, will start this within the next days.
Since the magnets are made of metal, they transmit energy and i've attached a wire to each of them to realize the loading process. I've never thought this would actually work, but why not, easy physics.
Here are some photos of the current project status:




If you are wondering about the second picture, i soldered the wire not directly to the magnet because it would lose its magnetism when heated over 80° C so i've soldered it to a washer and placed the magnet on top.
Project cost currently around 13€ (1€ wood, 6€ magnets, 20ct screws, 5€ usb cable). Think will finish it with not more than 20€.
Migration done, hello Home Assistant.
-
- Posts: 744
- Joined: Saturday 30 May 2015 22:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version: beta
- Contact:
Re: Dashticz - Show your dashboard and how-to's!
How to connect your tablet to the magnets? And how to transfer the energy from the magnets to the the tablet battery?
-
- Posts: 99
- Joined: Friday 10 March 2017 22:27
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Location: Germany
- Contact:
Re: Dashticz - Show your dashboard and how-to's!
There are two other magnets which will be attached to the tablet itself. How i will do it in fact will be the other question 
Then simply two wires which are going to a small micro usb plug which is plugged into the tablet. Worked quite good while testing, but i've not yet decided how to mount the magnets to the back of the tablet.

Then simply two wires which are going to a small micro usb plug which is plugged into the tablet. Worked quite good while testing, but i've not yet decided how to mount the magnets to the back of the tablet.
Migration done, hello Home Assistant.
Who is online
Users browsing this forum: No registered users and 1 guest