Dashticz - General Discussions
Moderators: leecollings, htilburgs, robgeerts
- HansieNL
- Posts: 957
- Joined: Monday 28 September 2015 15:13
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz - General Discussions
Hello Rob,
Is it possible to change the icon/image for the trash block. I've made a kliko image and wanna use that one if possible...
Is it possible to change the icon/image for the trash block. I've made a kliko image and wanna use that one if possible...
Last edited by HansieNL on Friday 05 May 2017 2:36, edited 1 time in total.
Blah blah blah
-
- Posts: 17
- Joined: Thursday 10 November 2016 0:17
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz - General Discussions
Hello everyone!
I'm new to Domoticz etc, but I am loving it! I have a bunch of sonoff's running Espeasy, and some Xiaomi sensors, and a Broadlink RM2, everything is working really well, but now I want to do a touchscreen on the wall in my living area and use Dashticz.
I have followed the wiki and have it working except all I'm getting are my favorite switches, no clock, no weather, nothing else appears to work.
I have tried other peoples config.js and all I get is a blank screen!
Are there any dependencies etc that I need to install?
I'm running beta 3.7412 on Ubuntu 16.04 LTS as a VM under Hyper-v.
Any help would be appreciated.
Ta,
Fraser
I'm new to Domoticz etc, but I am loving it! I have a bunch of sonoff's running Espeasy, and some Xiaomi sensors, and a Broadlink RM2, everything is working really well, but now I want to do a touchscreen on the wall in my living area and use Dashticz.
I have followed the wiki and have it working except all I'm getting are my favorite switches, no clock, no weather, nothing else appears to work.
I have tried other peoples config.js and all I get is a blank screen!
Are there any dependencies etc that I need to install?
I'm running beta 3.7412 on Ubuntu 16.04 LTS as a VM under Hyper-v.
Any help would be appreciated.
Ta,
Fraser
- HansieNL
- Posts: 957
- Joined: Monday 28 September 2015 15:13
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz - General Discussions
Hello Fraser,maninblack30 wrote:Hello everyone!
I'm new to Domoticz etc, but I am loving it! I have a bunch of sonoff's running Espeasy, and some Xiaomi sensors, and a Broadlink RM2, everything is working really well, but now I want to do a touchscreen on the wall in my living area and use Dashticz.
I have followed the wiki and have it working except all I'm getting are my favorite switches, no clock, no weather, nothing else appears to work.
I have tried other peoples config.js and all I get is a blank screen!
Are there any dependencies etc that I need to install?
I'm running beta 3.7412 on Ubuntu 16.04 LTS as a VM under Hyper-v.
Any help would be appreciated.
Ta,
Fraser
Can you tell us what version (master/beta) you are using and post your config.js If you post your config.js as code we can check your code.
Blah blah blah
-
- Posts: 17
- Joined: Thursday 10 November 2016 0:17
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz - General Discussions
I think Master, i just did a git clone https://github.com/robgeerts/dashticz_v2
This one is one I copied and just changed my server details, it reults in a just my favorite switches, nothing else:
(Please keep in mind I know nothing about code!)
Thanks!
This one is one I copied and just changed my server details, it reults in a just my favorite switches, nothing else:
(Please keep in mind I know nothing about code!)
Code: Select all
var _LANGUAGE = 'en_US'; //or: en_US, fr_FR, hu_HU
var _HOST_DOMOTICZ = 'http://192.168.1.4:80';
var _DOMOTICZ_REFRESH = 5; //in seconds
var _DASHTICZ_REFRESH = 30; //in minutes
/*
IF YOU HAVE A MEDIABOX FROM ZIGGO (HORIZON), COPY SWITCH_HORIZON.PHP ON A WEBSERVER INSIDE YOUR NETWORK AND CHANGE THE IP.
ENTER THE PATH TO THIS FILE BELOW.
*/
var _HOST_ZIGGO_HORIZON = ''; //e.g. http://192.168.1.3/domoticz/switch_horizon.php';
var _APIKEY_WUNDERGROUND = '';
var _WEATHER_CITY = 'Eindhoven';
var _WEATHER_CITYNAME = ''; //show a different city name, leave empty if same as _WEATHER_CITY
var _WEATHER_COUNTRY = 'NL';
var _USE_AUTO_POSITIONING = true; //don't want to configure positions, use auto positioning
var _USE_FAVORITES = true; //only used when using auto positioning
var _HIDE_SECONDS_IN_CLOCK = false; //do not show the seconds in the clock
var _HIDE_MEDIAPLAYER_WHEN_OFF = false; //when you have a mediaplayer connected, hide it if nothing is playing
var _NEWS_RSSFEED = 'http://www.nu.nl/rss/algemeen';
var _USE_FAHRENHEIT = false;
var _USE_BEAUFORT = true; //Bft instead of m/s
var _TRANSLATE_SPEED = false; //windspeed, north northwest instead of NNW
var _STANDBY_AFTER_MINUTES = false; //enter amount of minutes like: 5 (5 minutes)
var _SCROLL_NEWS_AFTER = 7000; //milliseconds, so 7000 is 7 seconds
var _SHOW_LASTUPDATE = true;
var _LASTUPDATE_FORMAT = 'DD-MM-YY HH:mm';
var _SCREENSLIDER_EFFECT = 'slide'; //'slide' or 'fade' or 'cube' or 'coverflow' or 'flip'
var _APIKEY_MAPS = '';
var _MAPS_LATITUDE = '';
var _MAPS_LONGITUDE = '';
var _AUTO_SWIPEBACK_TO = 1; //when no activity, swipe back to main screen after x seconds
var _AUTO_SWIPEBACK_TIME = 10; //seconds
// Online Radio Stream Plugin, Note: you must enable plugin in column section 'streamplayer', see columns[3]['blocks'] example below.
var _STREAMPLAYER_TRACKS = [
{"track":1,"name":"Music FM","file":"http://stream.musicfm.hu:8000/musicfm.mp3"},
{"track":2,"name":"Radio 1","file":"http://213.181.210.106:8000/high.mp3"},
{"track":3,"name":"Test FM","file":"http://213.181.210.106:8000/high.mp3"},
];
// iCalendar Plugin, supports all .ics calendar types like Google Calendar, Apple Calendar
var _ICALENDAR_URL = 'https://testurl.com/ical.ics'; //supports .ics type calendars (Google Calendar, Apple Calendar etc.)
var _ICALENDAR_DATEFORMAT = 'friendly'; //'friendly', 'MM.DD.YYYY HH:mm', 'DD.MM.YYYY HH:mm', 'YYYY.MM.DD HH:mm'
var _ICALENDAR_LOCALE = 'en'; //en,hu, etc.
//Buttons or images to open webpages in an iframe, like a news website or weather forecast
var buttons = {}
buttons.buienradar = {width:12, isimage:true, refreshimage:60000, image: 'http://api.buienradar.nl/image/1.0/RadarMapNL?w=285&h=256', url: 'http://www.weeronline.nl/Europa/Nederland/Son/4058667'}
buttons.radio = {width:12, image: 'img/radio_on.png', title: 'Radio', url: 'http://nederland.fm'}
buttons.nunl = {width:12, icon: 'fa-newspaper-o', title: 'Nu.nl', url: 'http://www.nu.nl'}
//CUSTOM POSITIONING:
//defining wich blocks to show, de numbers represents the IDX of the device in Domoticz
//only define if you want to use a custom width instead of the default
//var blocks = {}
//blocks[1] = {}
//blocks[1]['width'] = 4; //1 to 12, remove this line if you want to use the default (4)
//blocks[1]['title'] = 'Living room' //if you want change the name of switch different then domoticz
//blocks[1]['icon'] = 'fa-eye'; //if you want an other icon instead of the default, choose from: http://fontawesome.io/cheatsheet/
//blocks[1]['image'] = 'bulb_off.png'; //if you want to show an image instead if icon, place image in img/ folder
//blocks[204] = {} //dimmer
//blocks[204]['width'] = 12;
//blocks[204]['title'] = 'Living room' //if you want change the name of switch different then domoticz
//blocks['blocktitle_1'] = {}
//blocks['blocktitle_1']['type'] = 'blocktitle';
//blocks['blocktitle_1']['title'] = 'Schakelaars';
//var columns = {}
//columns[1] = {}
//columns[1]['blocks'] = ['blocktitle_1',1,2,62,'144_2',204,248,295] //remark: idx 144 produces 2 blocks, so you can use: '144_1' and '144_2' (or of course, just 144 if you want one)
//columns[1]['width'] = 5;
//columns[2] = {}
//columns[2]['blocks'] = ['currentweather_big','weather',5,'144_1']
//columns[2]['width'] = 5;
//columns[3] = {}
//columns[3]['blocks'] = ['clock','sunrise','horizon','streamplayer',buttons.buienradar,buttons.radio,buttons.calendar,buttons.nunl,buttons.nzbget]
//columns[3]['width'] = 2;
//var columns_standby = {}
//columns_standby[1] = {}
//columns_standby[1]['blocks'] = ['clock','currentweather_big','weather']
//columns_standby[1]['width'] = 12;
//if you want to use multiple screens, use the code below:
//var screens = {}
//screens[1] = {}
//screens[1]['background'] = 'bg1.jpg';
//screens[1]['background_morning'] = 'bg_morning.jpg';
//screens[1]['background_noon'] = 'bg_noon.jpg';
//screens[1]['background_afternoon'] = 'bg_afternoon.jpg';
//screens[1]['background_night'] = 'bg_night.jpg';
//screens[1]['columns'] = [1,2,3]
//screens[2] = {}
//screens[2]['background'] = 'bg3.jpg';
//screens[2]['background_morning'] = 'bg_morning.jpg';
//screens[2]['background_noon'] = 'bg_noon.jpg';
//screens[2]['background_afternoon'] = 'bg_afternoon.jpg';
//screens[2]['background_night'] = 'bg_night.jpg';
//screens[2]['columns'] = [4,5,6]
- HansieNL
- Posts: 957
- Joined: Monday 28 September 2015 15:13
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz - General Discussions
You have two setting to set to false if you want to create your own setup, but than you have to define all your blocks.maninblack30 wrote:This one is one I copied and just changed my server details, it reults in a just my favorite switches, nothing else:
(Please keep in mind I know nothing about code!)
Thanks!
- Spoiler: show
var _USE_AUTO_POSITIONING = true; //don't want to configure positions, use auto positioning
var _USE_FAVORITES = true; //only used when using auto positioning
I would advise you to start reading the Wiki https://www.domoticz.com/wiki/Dashticz-v2 first to understand what's what in config.js.
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 - General Discussions
I've tried this, but I only was able to do this for the master, not for the beta. Do I need a parameter to get the beta?blacksn0w wrote:You are using Dashticz on RPi right? Why are you not using git via SSH? Just clone the repo (beta branch) and then update via git pull.htilburgs wrote:Same way....robgeerts wrote:How do you pull the latest version?? Maybe there goes something wrong?
I use TortoiseGit to pull the latest version to my Desktop, then I check everything and when done, I upload it via FTP (the complete dashticz-folder) to my webserver.
All your custom files will not be touched by an update, because they are no part of the repo.
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: 317
- Joined: Thursday 12 January 2017 15:30
- Target OS: Linux
- Domoticz version: Beta Ch
- Location: Finland
- Contact:
Re: Dashticz v2.0, custom positioning and multiple screens
I added manually, did git pull just now. Still missing those buttons Git pull said up to date btw.robgeerts wrote:Fixed in latest beta!HansieNL wrote:I had the same, add the following to config.js...tontze wrote:I just did git pull, and all my buttons disappeared, they still exist in config.js ?
var _THEME = 'default'
?
Last edited by tontze on Friday 05 May 2017 6:49, edited 2 times in total.
-----------------------------------------
Smartthings
zigbee2mqtt
RFLink 433mhz / Nrf 2.4Ghz
Mi Light
esp8266MiLight Hub
OpenHab/HomeAssistant/Domoticz
HP T610 & Debian 5.10.19-1 x86_64[/b]
Smartthings
zigbee2mqtt
RFLink 433mhz / Nrf 2.4Ghz
Mi Light
esp8266MiLight Hub
OpenHab/HomeAssistant/Domoticz
HP T610 & Debian 5.10.19-1 x86_64[/b]
-
- Posts: 317
- Joined: Thursday 12 January 2017 15:30
- Target OS: Linux
- Domoticz version: Beta Ch
- Location: Finland
- Contact:
Re: Dashticz v2.0, custom positioning and multiple screens
Yes, didnt help :/koowee wrote:Did you add ; after that? If not, try if that helptontze wrote:Hm, that didnt help for me ..HansieNL wrote: I had the same, add the following to config.js...
var _THEME = 'default'
Code: Select all
var _THEME = 'default';
-----------------------------------------
Smartthings
zigbee2mqtt
RFLink 433mhz / Nrf 2.4Ghz
Mi Light
esp8266MiLight Hub
OpenHab/HomeAssistant/Domoticz
HP T610 & Debian 5.10.19-1 x86_64[/b]
Smartthings
zigbee2mqtt
RFLink 433mhz / Nrf 2.4Ghz
Mi Light
esp8266MiLight Hub
OpenHab/HomeAssistant/Domoticz
HP T610 & Debian 5.10.19-1 x86_64[/b]
-
- Posts: 80
- Joined: Saturday 19 March 2016 21:12
- Target OS: NAS (Synology & others)
- Domoticz version:
- Contact:
Re: Dashticz v2.0, custom positioning and multiple screens
Maybe a topic with nice addons like trash, moon, traffic, etc.... or are they all coming in the wiki?robgeerts wrote:It's here
http://www.domoticz.com/forum/viewforum.php?f=67
Please do not add topics yet, I Will first create a few based on some questions
-
- Posts: 62
- Joined: Thursday 29 December 2016 18:17
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Location: Finland
- Contact:
Re: Dashticz - General Discussions
Try this onehtilburgs wrote:I've tried this, but I only was able to do this for the master, not for the beta. Do I need a parameter to get the beta?blacksn0w wrote:You are using Dashticz on RPi right? Why are you not using git via SSH? Just clone the repo (beta branch) and then update via git pull.htilburgs wrote:
Same way....
All your custom files will not be touched by an update, because they are no part of the repo.
Code: Select all
git clone --branch beta https://github.com/robgeerts/dashticz_v2.git dashticz_v2_beta
Code: Select all
git branch
-
- Posts: 476
- Joined: Monday 14 March 2016 13:55
- Target OS: Linux
- Domoticz version: beta
- Location: Rome, Italy
- Contact:
Re: Dashticz v2.0, custom positioning and multiple screens
Hi @robgeertsrobgeerts wrote:.
I have translated the language file for italian.
If you agree, I can share it here and you could include it in Dashticz.
Thanks for your work
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: 1273
- Joined: Saturday 24 January 2015 22:12
- Target OS: NAS (Synology & others)
- Domoticz version: 3.7067
- Location: NL
- Contact:
Re: RE: Re: Dashticz - General Discussions
Could you send me that image?HansieNL wrote:Hello Rob,
Is it possible to change the icon/image for the trash block. I've made a kliko image and wanna use that one if possible...
-
- Posts: 1273
- Joined: Saturday 24 January 2015 22:12
- Target OS: NAS (Synology & others)
- Domoticz version: 3.7067
- Location: NL
- Contact:
Re: RE: Re: Dashticz v2.0, custom positioning and multiple screens
Yes, please share Thanks!woody4165 wrote:Hi @robgeertsrobgeerts wrote:.
I have translated the language file for italian.
If you agree, I can share it here and you could include it in Dashticz.
Thanks for your work
-
- Posts: 476
- Joined: Monday 14 March 2016 13:55
- Target OS: Linux
- Domoticz version: beta
- Location: Rome, Italy
- Contact:
Re: RE: Re: Dashticz v2.0, custom positioning and multiple screens
It's the js file in the "lang" folder.robgeerts wrote: Yes, please share Thanks!
If you think there are other files that need to be translated, let me know.
here is the file
https://app.box.com/s/ri8hfypzv4o2w2e7xwkc6uwz4pg6jvhu
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
- DewGew
- Posts: 579
- Joined: Thursday 21 April 2016 12:01
- Target OS: Raspberry Pi / ODroid
- Domoticz version: V4.10618
- Location: Sweden
- Contact:
Re: Dashticz v2.0, custom positioning and multiple screens
Config.js file is moved to custom folder.tontze wrote:Yes, didnt help :/koowee wrote:Did you add ; after that? If not, try if that helptontze wrote:
Hm, that didnt help for me ..
Code: Select all
var _THEME = 'default';
// DewGew
Raspberry Pi 3 | domoticz | Aeon Labs Z-Stick GEN5 | RFlink gateway
NanoPi NEO-air | REGO6XX interface | Machinon theme | Homebridge | Domoticz Google Assistant | ideAlarm
NanoPi NEO-air | REGO6XX interface | Machinon theme | Homebridge | Domoticz Google Assistant | ideAlarm
- rbo0567
- Posts: 12
- Joined: Thursday 13 April 2017 16:41
- Target OS: Linux
- Domoticz version: v4.9701
- Location: 's-Hertogenbosch
- Contact:
Re: Dashticz v2.0, custom positioning and multiple screens
Yesss! Mijnafvalwijzer is working great.robgeerts wrote:sonar wrote:qwerk wrote:has anybody contacted mijnafvalwijzer ?
Mijnafvalwijzer should work in latest beta:
And in de columns part of config.js:Code: Select all
var trashcan = {} trashcan.deafvalapp = { trashapp: 'deafvalapp', width:4,zipcode:'5692VG', housenumber:'33', country:'NL' } trashcan.cure = { trashapp: 'cure', width:8, zipcode:'5654SB', housenumber:'3' } trashcan.mijnafvalwijzer = { trashapp: 'mijnafvalwijzer', width:4, zipcode:'3582ES', housenumber:'1' }
Code: Select all
columns[2]['blocks'] = [trashcan.deafvalapp,trashcan.cure,trashcan.mijnafvalwijzer]
-
- Posts: 222
- Joined: Tuesday 22 July 2014 7:21
- Target OS: Raspberry Pi / ODroid
- Domoticz version: beta
- Location: Netherlands
- Contact:
Re: Dashticz v2.0, custom positioning and multiple screens
rbo0567 wrote:Yesss! Mijnafvalwijzer is working great.robgeerts wrote:sonar wrote:
yep, another happy user over here.
mijnafvalwijzer. great
-
- Posts: 278
- Joined: Sunday 14 December 2014 12:28
- Target OS: Raspberry Pi / ODroid
- Domoticz version: V4.11375
- Contact:
Re: Dashticz - General Discussions
So I went away for one day and a trash plug-in is born new topics are made. You have to stay on it 24/7
Nice work with the trash plug-in Rob
I'll think that I going to use my old script because I like the heads up a day before the pick-up day
Nice work with the trash plug-in Rob
I'll think that I going to use my old script because I like the heads up a day before the pick-up day
-
- Posts: 1273
- Joined: Saturday 24 January 2015 22:12
- Target OS: NAS (Synology & others)
- Domoticz version: 3.7067
- Location: NL
- Contact:
Re: Dashticz - General Discussions
I just added support for some more trash calendars in BETA... please add questions or bugs regarding the trash module in this topic: http://www.domoticz.com/forum/viewtopic ... 67&t=17432
- HansieNL
- Posts: 957
- Joined: Monday 28 September 2015 15:13
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: RE: Re: Dashticz - General Discussions
Goodmorning,robgeerts wrote:Could you send me that image?HansieNL wrote:Hello Rob,
Is it possible to change the icon/image for the trash block. I've made a kliko image and wanna use that one if possible...
kliko.jpg
You did accept my pull request already? If so, you should have it in the img folder as kliko.png.
Blah blah blah
Who is online
Users browsing this forum: No registered users and 0 guests