See viewtopic.php?f=67&t=17242&start=200#p151132
Dashticz - Show your dashboard and how-to's!
Moderators: leecollings, htilburgs, robgeerts
-
- Posts: 51
- Joined: Sunday 04 May 2014 1:34
- Target OS: NAS (Synology & others)
- Domoticz version:
- Location: The Netherlands
- Contact:
Re: A little help to make my dashboard awesome
Synology NAS with stable release, AEON Z-wave, RFXCOM, Toon, Echo Dot, HAbridge, HarmonyHUB, Dashticz.
-
- Posts: 476
- Joined: Monday 14 March 2016 13:55
- Target OS: Linux
- Domoticz version: beta
- Location: Rome, Italy
- Contact:
Re: A little help to make my dashboard awesome
Thanks Ingmar!
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
-
- Posts: 476
- Joined: Monday 14 March 2016 13:55
- Target OS: Linux
- Domoticz version: beta
- Location: Rome, Italy
- Contact:
Re: Dashticz - Show your dashboard and how-to's!
Finally my tablet is on the wall. Fixed with two side supports printed with a 3d printer.
Since in that part of wall there is an interspace, I have inserted a 433Mhz relay connected with Domoticz/RFLink and created on the tablet with Macrodroid app two macros, one when the charging reaches 80% and one when it drops to 20% and send HTTP/GET action to domoticz to activate the charger, depending on it to have the tablet not charging every time.
The dashboard is very similar to the Ingmar one (thanks Ingmar for inspiration).
Some "bugs" that I noticed are the fact that when there is a block like xxx_1, the [switch] fuction does not work, either if I define the block with xxx_1 or xxx.
I don't see anymore the icons for sunrise/sunset, but just time for both.
Any advise on these two issues?
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
-
- Posts: 67
- Joined: Monday 04 July 2016 10:16
- Target OS: Raspberry Pi / ODroid
- Domoticz version: latest B
- Location: Netherlands
- Contact:
Re: Dashticz - Show your dashboard and how-to's!
Hai woody4165,
yep only in "else if".. A white or black screen is mostly a typo (syntax error) look for missing } ] or ;
but Ierlandfan said it already, there a some strange things going on with the beta versions latests and previous.
yep only in "else if".. A white or black screen is mostly a typo (syntax error) look for missing } ] or ;
but Ierlandfan said it already, there a some strange things going on with the beta versions latests and previous.
-
- Posts: 89
- Joined: Friday 09 October 2015 17:40
- Target OS: Linux
- Domoticz version:
- Contact:
Re: Dashticz - Show your dashboard and how-to's!
Yep, I am on latest beta which magically started to work (sort of) no menu and I lost switches and a few other things . I din't do anything. Just left my the page alone for 24 hours or so. Probably caching issue, Eventhough I ctrl-F5 and F5 éd. Anyway, just wait for another version.
-
- Posts: 350
- Joined: Sunday 19 April 2015 0:36
- Target OS: Raspberry Pi / ODroid
- Domoticz version: V2022.2
- Location: UK
- Contact:
Re: Dashticz - Show your dashboard and how-to's!
Here's my attempt:
CONFIG.js:
I don't seem to be able to switch title and date on multi-value devices
- I've tried:
and
Also, if anyone has a transparent Raspberry Pi image I'd be grateful!
CONFIG.js:
- Spoiler: show
- Spoiler: show
I don't seem to be able to switch title and date on multi-value devices
- I've tried:
Code: Select all
blocks[211] = {}
blocks[211]['switch'] = true;
Code: Select all
blocks['211_1'] = {}
blocks['211_1']['switch'] = true;
blocks['211_2'] = {}
blocks['211_2']['switch'] = true;
blocks['211_3'] = {}
blocks['211_3']['switch'] = true;
- 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!
Must be a big screen
Running latest BETA on a Pi-3 | Toon® Thermostat (rooted) | Hue | Tuya | IKEA tradfri | Dashticz V3 on Lenovo Huawei Tablet | Conbee
-
- Posts: 350
- Joined: Sunday 19 April 2015 0:36
- Target OS: Raspberry Pi / ODroid
- Domoticz version: V2022.2
- Location: UK
- Contact:
Re: Dashticz - Show your dashboard and how-to's!
Nah - iMac 21.5-inch. Browser (Firefox) occupying about 2/3rds width...
- 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!
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: 67
- Joined: Monday 04 July 2016 10:16
- Target OS: Raspberry Pi / ODroid
- Domoticz version: latest B
- Location: Netherlands
- Contact:
Re: Dashticz - Show your dashboard and how-to's!
Hello,
Still having issues with the lastest Beta Latest commit f4d1f5a 4 days ago (21/10/2017) regarding Temp & Humidiy sensors.
see http://www.domoticz.com/forum/viewtopic ... 00#p154374 (bug report) and
http://www.domoticz.com/forum/viewtopic ... 00#p154381 (bug report)
is this just me or ?
One issue solved
blocks[xxx]['show_lastupdate'] = false; //if you want to show the last update specific for this block
if you use:
blocks[xxx]['hide_lastupdate'] = false/true; this works..
I studied the latest Master version and I can't debug where the image I want it to display is being processed, In my opinion it isn't.
So I cut and pasted and coded some in the main,js with following results:
"Zwembad" is a Temp sensor only and processed accordingly, the other sensors are Temp/Hygro sensors with:
My own image.
Temp & Humidy in one (1) block.
Status of battery in text in % and icon. (icon will flash if < 20%)
and last seen will turn red if (in my case) there is no value received within 15 minutes.
Unfortunately The impact on main.js is to extensive to share, but maybe an inspiration for team Rob.
I thought a LCD theme was nice..
Still having issues with the lastest Beta Latest commit f4d1f5a 4 days ago (21/10/2017) regarding Temp & Humidiy sensors.
see http://www.domoticz.com/forum/viewtopic ... 00#p154374 (bug report) and
http://www.domoticz.com/forum/viewtopic ... 00#p154381 (bug report)
is this just me or ?
One issue solved
blocks[xxx]['show_lastupdate'] = false; //if you want to show the last update specific for this block
if you use:
blocks[xxx]['hide_lastupdate'] = false/true; this works..
I studied the latest Master version and I can't debug where the image I want it to display is being processed, In my opinion it isn't.
So I cut and pasted and coded some in the main,js with following results:
"Zwembad" is a Temp sensor only and processed accordingly, the other sensors are Temp/Hygro sensors with:
My own image.
Temp & Humidy in one (1) block.
Status of battery in text in % and icon. (icon will flash if < 20%)
and last seen will turn red if (in my case) there is no value received within 15 minutes.
Unfortunately The impact on main.js is to extensive to share, but maybe an inspiration for team Rob.
I thought a LCD theme was nice..
-
- Posts: 350
- Joined: Sunday 19 April 2015 0:36
- Target OS: Raspberry Pi / ODroid
- Domoticz version: V2022.2
- Location: UK
- Contact:
Re: Dashticz - Show your dashboard and how-to's!
@htilburgs Thanks!
-
- Posts: 476
- Joined: Monday 14 March 2016 13:55
- Target OS: Linux
- Domoticz version: beta
- Location: Rome, Italy
- Contact:
Re: Dashticz - Show your dashboard and how-to's!
Really nice @yfands, more than nice.
This is what's missing for temp/hum sensors and you added also the battery status. Really fantastic!
If I can help anyone in testing or (small) coding, let me know.
This is what's missing for temp/hum sensors and you added also the battery status. Really fantastic!
If I can help anyone in testing or (small) coding, let me know.
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
- 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!
Again, really nice @yfands. Hope this too will one day be in Dashticz.
Running latest BETA on a Pi-3 | Toon® Thermostat (rooted) | Hue | Tuya | IKEA tradfri | Dashticz V3 on Lenovo Huawei Tablet | Conbee
-
- Posts: 2
- Joined: Thursday 19 October 2017 20:50
- Target OS: Linux
- Domoticz version: Beta
- Location: Lublin, PL
- Contact:
Re: Dashticz - Show your dashboard and how-to's!
My Dashticz panel on old iPad:
Actual HW setup:
- Logitech squeezebox
- Netatmo weather station
- Denon AVR
- Broadlink RM2 Pro (for sending RF and IR codes)
- LightwaveRF switches
- RFXCOM 433 (controlling RF and lightwave)
- USB Zwave controller
- Danfoss radiator valves (Z-wave)
- INODE (inode.pl) electricity meter + inode LAN
custom.css:
Actual HW setup:
- Logitech squeezebox
- Netatmo weather station
- Denon AVR
- Broadlink RM2 Pro (for sending RF and IR codes)
- LightwaveRF switches
- RFXCOM 433 (controlling RF and lightwave)
- USB Zwave controller
- Danfoss radiator valves (Z-wave)
- INODE (inode.pl) electricity meter + inode LAN
custom.css:
- Spoiler: show
- Spoiler: show
- Spoiler: show
- Attachments
-
- ipad1s.jpg (131.44 KiB) Viewed 5072 times
-
- ipad2s.jpg (213.35 KiB) Viewed 5072 times
-
- ipad3s.jpg (141.39 KiB) Viewed 5072 times
- 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!
yfands wrote: ↑Friday 13 October 2017 10:34 Hai Rob,
Nice work, I like Dashticz very much.
But I have way to many 'items' for 1 dashboard, so by creating more dashboards (screens) I'll keep swiping, so In my opinion there was only one thing missing, a mainmenu, I can now jump to the desired screen by a click/touch.
So with a little change in main.js I was able to create a menu with buttons, once clicked/touched will slide to the desired screen.
Maybe another option for Dashticz, but I like to see it in an ordered fashion, something in Config.js saying var Menu{} etc..
Or maybe keep the dashboard 'look', and create a mainmenu in the topbar.
Regards
Frank
I've been playing with this, and although it looks great, I rather go back to the original Dashticz for now. Do I need to change stuff in main.js again?
Running latest BETA on a Pi-3 | Toon® Thermostat (rooted) | Hue | Tuya | IKEA tradfri | Dashticz V3 on Lenovo Huawei Tablet | Conbee
- 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!
Much bigger then my 7inch Nexus7 tablet
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 like a as simple as possible dashboard. I have tried several setups, but wasn't sattisfied.
After I choose for a Microsoft Surface RT tablet to use as the dashboard, I've started all over to fit the important buttons on the screen.
I came to the conclusion that buttons have to be simple and kids (wife) proof. This is my new simplified dashboard.
config.JS
After I choose for a Microsoft Surface RT tablet to use as the dashboard, I've started all over to fit the important buttons on the screen.
I came to the conclusion that buttons have to be simple and kids (wife) proof. This is my new simplified dashboard.
config.JS
- Spoiler: show
- 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
-
- Posts: 67
- Joined: Monday 04 July 2016 10:16
- Target OS: Raspberry Pi / ODroid
- Domoticz version: latest B
- Location: Netherlands
- Contact:
Re: Dashticz - Show your dashboard and how-to's!
EdwinK wrote: ↑Saturday 04 November 2017 23:13yfands wrote: ↑Friday 13 October 2017 10:34 Hai Rob,
Nice work, I like Dashticz very much.
But I have way to many 'items' for 1 dashboard, so by creating more dashboards (screens) I'll keep swiping, so In my opinion there was only one thing missing, a mainmenu, I can now jump to the desired screen by a click/touch.
So with a little change in main.js I was able to create a menu with buttons, once clicked/touched will slide to the desired screen.
Maybe another option for Dashticz, but I like to see it in an ordered fashion, something in Config.js saying var Menu{} etc..
Or maybe keep the dashboard 'look', and create a mainmenu in the topbar.
Regards
Frank
I've been playing with this, and although it looks great, I rather go back to the original Dashticz for now. Do I need to change stuff in main.js again?
@Edwin,
Just download the latest master or beta and install, the menu should be gone.
Rgds
Frank
-
- 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!
Great dashboards!!
-
- Posts: 40
- Joined: Wednesday 01 November 2017 17:01
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 3.8153
- Location: Belgium Achel
- Contact:
Re: Dashticz - Show your dashboard and how-to's!
Trouble setting up camera Velleman :
I own a velleman CAMIP5N1 ip cam.
In the setup i can give in all the variables , ecxept the url for the image?
If i put snapshot.jpg , no image is generated?
Anyone know the correct setup for this camera?
Thanks
I own a velleman CAMIP5N1 ip cam.
In the setup i can give in all the variables , ecxept the url for the image?
If i put snapshot.jpg , no image is generated?
Anyone know the correct setup for this camera?
Thanks
My system:
1 Raspberry Pi 3
1 Rfx-Trx 433 module
1 Milight module
1 aeotec Zwave stick
1 Philips Home Bridge
3 Qubino ZMNHBDx Flush 2 Relays
2 FIBARO System FGS223 Double Relay
1 Niko home system
1 Raspberry Pi 3
1 Rfx-Trx 433 module
1 Milight module
1 aeotec Zwave stick
1 Philips Home Bridge
3 Qubino ZMNHBDx Flush 2 Relays
2 FIBARO System FGS223 Double Relay
1 Niko home system
Who is online
Users browsing this forum: No registered users and 1 guest