Dashticz - General Discussions
Moderators: leecollings, htilburgs, robgeerts
-
- Posts: 40
- Joined: Wednesday 01 November 2017 17:01
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 3.8153
- Location: Belgium Achel
- Contact:
Re: Dashticz - General Discussions
Maybe:
config['garbage'] = {
In front
config['garbage'] = {
In front
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
- EdwinK
- Posts: 1820
- Joined: Sunday 22 January 2017 21:46
- Target OS: Raspberry Pi / ODroid
- Domoticz version: BETA
- Location: Rhoon
- Contact:
Re: Dashticz - General Discussions
Yup, that was indeed the problem. Just found it
Running latest BETA on a Pi-3 | Toon® Thermostat (rooted) | Hue | Tuya | IKEA tradfri | Dashticz V3 on Lenovo Huawei Tablet | Conbee
-
- Posts: 16
- Joined: Thursday 16 November 2017 20:02
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz - General Discussions
rldn wrote: ↑Tuesday 26 December 2017 10:38 Hi, big fan of this project.
But can someone please tell me why i cant get the news feed show up? I already put the proxy address in front of the feed address, tried several feeds but nothing shows up in the dashboard!?
blocks['news_10'] = {} // NU.NL
blocks['news_10']['feed'] = 'https://crossorigin.me/http://www.nu.nl/rss/algemeen';
Someone please?
-
- Posts: 317
- Joined: Thursday 12 January 2017 15:30
- Target OS: Linux
- Domoticz version: Beta Ch
- Location: Finland
- Contact:
Re: Dashticz - General Discussions
can you post other lines too ?rldn wrote: ↑Tuesday 26 December 2017 23:19rldn wrote: ↑Tuesday 26 December 2017 10:38 Hi, big fan of this project.
But can someone please tell me why i cant get the news feed show up? I already put the proxy address in front of the feed address, tried several feeds but nothing shows up in the dashboard!?
blocks['news_10'] = {} // NU.NL
blocks['news_10']['feed'] = 'https://crossorigin.me/http://www.nu.nl/rss/algemeen';
Someone please?
-----------------------------------------
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: 16
- Joined: Thursday 16 November 2017 20:02
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz - General Discussions
Config.jstontze wrote: ↑Wednesday 27 December 2017 15:28can you post other lines too ?rldn wrote: ↑Tuesday 26 December 2017 23:19rldn wrote: ↑Tuesday 26 December 2017 10:38 Hi, big fan of this project.
But can someone please tell me why i cant get the news feed show up? I already put the proxy address in front of the feed address, tried several feeds but nothing shows up in the dashboard!?
blocks['news_10'] = {} // NU.NL
blocks['news_10']['feed'] = 'https://crossorigin.me/http://www.nu.nl/rss/algemeen';
Someone please?
- Spoiler: show
-
- Posts: 742
- Joined: Saturday 30 May 2015 22:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version: beta
- Contact:
Re: Dashticz - General Discussions - WIKI update
Today I found time to prepare a fresh Dashticz on the sideline of my 'old' Dashticz that is from July 2017. Many things have changed/updated/improved, so I copied CONFIG.js and started modifying that according to the Dashticz WIKI.
Since I really needed it to get everything working 'the new way', I came across some outdated pieces of information, that obviously haven't been updated in the 'heat of the battle'. No offence, but since I came across them anyhow, I will mention them here for review and update of the WIKI:
http://www.domoticz.com/wiki/Dashticz_V2_-_Installation
config['language']
- some languages are missing and in Sweden Sw should be Sv
http://www.domoticz.com/wiki/Dashticz_V ... figuration
config['calendarlanguage'] = 'nl_NL';
- variable not explained, but seems to control weather dates and garbage pickup dates language. Was quite confusing, since I had a mix of Dutch/English w/o this variable
config['calendarurl'] = 0;
-variable not explained, no idea
config['hide_topbar']
- Topbar setup only referenced at the 'Custom applications' http://www.domoticz.com/wiki/Dashticz_V ... plications
-- Either link to that section or move it from 'Custom applicatons' to Configuration or Positioning, since it isn't that of a niche, but an important 'block'
-- Or explain the topbar in more detail
config['app_title']
- Seems to be part of the Topbar, but not mentioned as so. The block definition calls it Logo?
http://www.domoticz.com/wiki/Dashticz_V ... dby_Screen
Standby Screen
- var _STANDBY_AFTER_MINUTES still the old variable definition
http://www.domoticz.com/wiki/Dashticz_V ... plications
Garbage collector
- Variables not explained
- Actual supported garbage companies not mentioned, I found them here: http://www.domoticz.com/forum/viewtopic ... 32#p132882
- I thought that in the garbage config, the original names like gft and rest had to reflect the garbage company way of naming them, so I changed gft into Gft and rest in Rest. The Garbage block didn't work, until I reverted both to gft and rest. Might be added to the explanation that these 'words' shoulnd't be modified (I read in the forum that these words check for multiple synonyms that the different garbage companies use)
Topbar
- Variables not explained
- Logo = app title variable?
- miniclock = date and actual time?
- settings = variable settings = settings + full screen?
- sunrise seems also to be an option, I found in the forum. Is not yet mentioned here
Settings 'on screen' don't 'stick' after 'Save', the site reloads, but the setting remain the 'old ones'. CONFIG.js is also not modified, although it takes all actual values from that file
Except the 'Settings' issue described above, I was able to get everything up and running again, so I don't need further explanation in this topic, but I hope someone with the rights to edit, will update the WIKI.
UPDATE 28-12-17:
The config describes Google Map parameters (the Wiki doesn't describe what to do with them), but I just found in the forum another way of adding the GM to the dashboard:
var maps = {}
maps.location = { height: 800, width:12, latitude: 40.4989948, longitude: -3.6610076, zoom:15 }
and used in:
columns[3] = {}
columns[3]['blocks'] = [maps.location]
I used to use columns[3]['blocks'] = ['trafficmap']
Since I really needed it to get everything working 'the new way', I came across some outdated pieces of information, that obviously haven't been updated in the 'heat of the battle'. No offence, but since I came across them anyhow, I will mention them here for review and update of the WIKI:
http://www.domoticz.com/wiki/Dashticz_V2_-_Installation
config['language']
- some languages are missing and in Sweden Sw should be Sv
http://www.domoticz.com/wiki/Dashticz_V ... figuration
config['calendarlanguage'] = 'nl_NL';
- variable not explained, but seems to control weather dates and garbage pickup dates language. Was quite confusing, since I had a mix of Dutch/English w/o this variable
config['calendarurl'] = 0;
-variable not explained, no idea
config['hide_topbar']
- Topbar setup only referenced at the 'Custom applications' http://www.domoticz.com/wiki/Dashticz_V ... plications
-- Either link to that section or move it from 'Custom applicatons' to Configuration or Positioning, since it isn't that of a niche, but an important 'block'
-- Or explain the topbar in more detail
config['app_title']
- Seems to be part of the Topbar, but not mentioned as so. The block definition calls it Logo?
http://www.domoticz.com/wiki/Dashticz_V ... dby_Screen
Standby Screen
- var _STANDBY_AFTER_MINUTES still the old variable definition
http://www.domoticz.com/wiki/Dashticz_V ... plications
Garbage collector
- Variables not explained
- Actual supported garbage companies not mentioned, I found them here: http://www.domoticz.com/forum/viewtopic ... 32#p132882
- I thought that in the garbage config, the original names like gft and rest had to reflect the garbage company way of naming them, so I changed gft into Gft and rest in Rest. The Garbage block didn't work, until I reverted both to gft and rest. Might be added to the explanation that these 'words' shoulnd't be modified (I read in the forum that these words check for multiple synonyms that the different garbage companies use)
Topbar
- Variables not explained
- Logo = app title variable?
- miniclock = date and actual time?
- settings = variable settings = settings + full screen?
- sunrise seems also to be an option, I found in the forum. Is not yet mentioned here
Settings 'on screen' don't 'stick' after 'Save', the site reloads, but the setting remain the 'old ones'. CONFIG.js is also not modified, although it takes all actual values from that file
Except the 'Settings' issue described above, I was able to get everything up and running again, so I don't need further explanation in this topic, but I hope someone with the rights to edit, will update the WIKI.
UPDATE 28-12-17:
The config describes Google Map parameters (the Wiki doesn't describe what to do with them), but I just found in the forum another way of adding the GM to the dashboard:
var maps = {}
maps.location = { height: 800, width:12, latitude: 40.4989948, longitude: -3.6610076, zoom:15 }
and used in:
columns[3] = {}
columns[3]['blocks'] = [maps.location]
I used to use columns[3]['blocks'] = ['trafficmap']
Last edited by jake on Thursday 28 December 2017 20:36, edited 1 time in total.
-
- 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
Hmm this seems to be broken, will look into this!
-
- Posts: 232
- Joined: Wednesday 17 February 2016 22:55
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Location: Germany
- Contact:
Re: Dashticz - General Discussions
@Rob I use the newest beta and still have problems with my blinds. I have blinds with percentage and blinds without percentage. None of them could be moved by up and down arrows. Blinds with percentage I can move with sliders, but no way to move my blinds without percentage. Would be really great if you could take a look what the reason is. I took a look in main.js of newest beta and an older beta witch is working and saw different but my skills aren't good enough to solve it by myself. And I'm not sure if it is the cause for non working arrows. Do I have to change CONFIG.js?
Thanks again for your great support.
Thanks again for your great support.
-
- Posts: 742
- Joined: Saturday 30 May 2015 22:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version: beta
- Contact:
Re: Dashticz - General Discussions
With the beta's of 2 days before,I had the electricity, solar panel yield and gas blocks showing default titles instead of custom. Today, with a fresh git pull, it solved itself for electricity, but the PVoutput.org splitted block (power and energy) both show the default title 'Solar Panel Yield'.
It was solved before, after mentioning it in this topic
The gas blocks is a different story:
It used to display today's values only.
With the latest beta:
- It creates 2 blocks, both for today and for total (when I use the _1 or _2 I can solve that)
- It gives the totals the custom title
- It gives the today's values the default title 'gas vandaag'
It was solved before, after mentioning it in this topic
The gas blocks is a different story:
It used to display today's values only.
With the latest beta:
- It creates 2 blocks, both for today and for total (when I use the _1 or _2 I can solve that)
- It gives the totals the custom title
- It gives the today's values the default title 'gas vandaag'
-
- Posts: 68
- Joined: Wednesday 03 February 2016 19:22
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz - General Discussions
Thanks for your suggestion, only the problem was spotify in my own config, i think i read it is not usuable in latest beta.
DewGew wrote: ↑Thursday 14 December 2017 7:36Settings are store at local storage in your browser. Sometimes the settings are not updated when you upgrade dashticz. Try to clear Local Storage in your browser. For chrome:joostnl wrote: ↑Wednesday 13 December 2017 19:36 I tried to update to latest beta. (First update ever)
Removed all dashboard files, uploaded new ones, add my old config file.
The UI loads fine with buienradar etc only it is not showing any of my Domoticz devices it is just blank empty.
Do i have to do something to regain acces to domoticz? (it is not working on my tablet/laptop diffrent browsers)
If i reupload my backup it is working great again.
Code: Select all
var config = {} config['domoticz_ip'] = 'http://192.168.1.13:2449'; config['domoticz_refresh'] = '5'; config['dashticz_refresh'] = '60'; config['auto_positioning'] = 0; config['use_favorites'] = 0; config['last_update'] = 1; config['hide_topbar'] = 1; config['last_update'] = 0; config['wu_api'] = 'secretttt'; config['wu_city'] = 'secretttt'; config['wu_name'] = ''; config['spot_clientid'] = 'secretttt'; 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.weer.nl/verwachting/nederland/son/189656/'} 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'} var screens = {} screens[1] = {} screens[1]['background'] = 'bg10.jpg'; screens[1]['columns'] = [1,2,3] screens[2] = {} screens[2]['background'] = 'bg10.jpg'; screens[2]['columns'] = [4] blocks['blocktitle_1'] = {} blocks['blocktitle_1']['type'] = 'blocktitle'; blocks['blocktitle_1']['title'] = 'Light'; blocks['blocktitle_2'] = {} blocks['blocktitle_2']['type'] = 'blocktitle'; blocks['blocktitle_2']['title'] = 'Temperature' blocks['blocktitle_3'] = {} blocks['blocktitle_3']['type'] = 'blocktitle'; blocks['blocktitle_3']['title'] = 'Power'; blocks['blocktitle_4'] = {} blocks['blocktitle_4']['type'] = 'blocktitle'; blocks['blocktitle_4']['title'] = 'Plants'; blocks['blocktitle_5'] = {} blocks['blocktitle_5']['type'] = 'blocktitle'; blocks['blocktitle_5']['title'] = 'Multimedia'; blocks['blocktitle_6'] = {} blocks['blocktitle_6']['type'] = 'blocktitle'; blocks['blocktitle_6']['title'] = 'Graph'; columns[1] = {} columns[1]['blocks'] = ['blocktitle_1',418,446,137,'blocktitle_3',8,9,117] columns[1]['width'] = 4; columns[2] = {} columns[2]['blocks'] = ['blocktitle_2',6,4,3,2,460,'blocktitle_4',159,163,173,'blocktitle_5',12,16,14,'spotify'] columns[2]['width'] = 5; columns[3] = {} columns[3]['blocks'] = ['clock','sunrise','weather',buttons.buienradar,'traffic'] columns[3]['width'] = 3; columns[4] = {} columns[4]['blocks'] = ['blocktitle_6'] columns[4]['width'] = 3;
Hit F12. Go to Application tab. Expand Local storage folder. Selct your dashticz address then right click and select Clear.
For Edge:
Hit F12. Go to debugger. Click the folder icon. Expand Local Storage. Selct your dashticz address. selct all and then delete.
-
- Posts: 16
- Joined: Thursday 16 November 2017 20:02
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz - General Discussions
Anyone a solution for my news feed problem?
-
- Posts: 14
- Joined: Wednesday 27 December 2017 22:08
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz - General Discussions
Hello,
can sombody help me please. i got a d-link 5009L ip camera
when i try to insert the live view on my frontpage i get a error. (https://ibb.co/h7wNRb)
when i try to go to the link in my browser it works. (https://ibb.co/gCg6mb)
my code:
buttons.webcam1 = { width:6, isimage:true, refresh:5000, image: 'http://guest:*hiddenpw*@192.168.1.11/vi ... lution=VGA', url: 'http://guest:*hiddenpw*@192.168.1.11/vi ... lution=VGA'}
also tried: (same result)
buttons.webcam1 = { width:12, isimage:true, refresh:5000, image: 'http://guest:*hiddenpw*@192.168.1.11/image.jpg', url: 'http://guest:*hiddenpw*@192.168.1.11/image.jpg' }
columns[2] = {}
columns[2]['blocks'] = ['weather','currentweather_big',calendars.business,calendars.private,maps.plaatsnaam,buttons.buienradar,buttons.webcam1]
columns[2]['width'] = 5;
[/spoiler]
can sombody help me please. i got a d-link 5009L ip camera
when i try to insert the live view on my frontpage i get a error. (https://ibb.co/h7wNRb)
when i try to go to the link in my browser it works. (https://ibb.co/gCg6mb)
my code:
buttons.webcam1 = { width:6, isimage:true, refresh:5000, image: 'http://guest:*hiddenpw*@192.168.1.11/vi ... lution=VGA', url: 'http://guest:*hiddenpw*@192.168.1.11/vi ... lution=VGA'}
also tried: (same result)
buttons.webcam1 = { width:12, isimage:true, refresh:5000, image: 'http://guest:*hiddenpw*@192.168.1.11/image.jpg', url: 'http://guest:*hiddenpw*@192.168.1.11/image.jpg' }
columns[2] = {}
columns[2]['blocks'] = ['weather','currentweather_big',calendars.business,calendars.private,maps.plaatsnaam,buttons.buienradar,buttons.webcam1]
columns[2]['width'] = 5;
[/spoiler]
-
- Posts: 68
- Joined: Wednesday 03 February 2016 19:22
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz - General Discussions
I hope you continue working on your Dashticz project in 2018 Rob, small donation for some beers
-
- 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
Thanks!!
I will try to do as much as I can.
This is a hobby project for me so, of course, my work and family comes first but trying to add new features in 2018!
Have a great evening and a happy 2018!
I will try to do as much as I can.
This is a hobby project for me so, of course, my work and family comes first but trying to add new features in 2018!
Have a great evening and a happy 2018!
-
- Posts: 40
- Joined: Wednesday 01 November 2017 17:01
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 3.8153
- Location: Belgium Achel
- Contact:
Re: Dashticz - General Discussions
Happy hollidays Rob , Thanks for all the work and a FANTASTIC 2018...Take it easy , it's a holliday for all of us! )
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
-
- Posts: 1601
- Joined: Friday 18 October 2013 23:33
- Target OS: Raspberry Pi / ODroid
- Domoticz version: BETA
- Location: Arnhem/Nijmegen Nederland
- Contact:
Re: Dashticz - General Discussions
Dear All
Finally i do have my tablet working.. [ stable ]
13 inch portret
Some hard to get settings problems for me...
I wil have the topbar customized.
Now i see smal icons and tekst..
I hope there is someone that can help me with th options.
I try the make the topbar in 1 line.:
logo, icon sunrise, time sunrise, icon sunset, time sunset, day, date, month,year [ i hope weak number ], time, settings. [ and all to resize ]
This is what i get grrr: With this settings [ sorry i cannot better ]
Edit [ this is also for the topbar i think? :
I now i make a piece of shit....
Only. perhaps there a masters to help me.
Thanks!!! [ Rob also for the great work !!]
And a good 2018 to all!!!
Finally i do have my tablet working.. [ stable ]
13 inch portret
Some hard to get settings problems for me...
I wil have the topbar customized.
Now i see smal icons and tekst..
I hope there is someone that can help me with th options.
I try the make the topbar in 1 line.:
logo, icon sunrise, time sunrise, icon sunset, time sunset, day, date, month,year [ i hope weak number ], time, settings. [ and all to resize ]
This is what i get grrr: With this settings [ sorry i cannot better ]
Code: Select all
.wi.wi-sunrise { font-size: 18pt !important; color: green; margin-left: 35px !important;}
.wi.wi-sunset { font-size: 18pt !important; color: blue; }
.sunrise { font-size: 20pt !important; color: blue; margin-left: 35px; }
.sunset { font-size: 20pt !important; color: red; }
Code: Select all
.weekday { margin-centre: 0x; font-size: 100px; color: blue; font-weight: bold; font-variant: small-caps;}
.clock { margin-left: 5px; font-size: 80px; color: green; font-weight: bold; font-variant: small-caps;}
.date { margin-left: 5px; font-size: 50px; color: orange; font-weight: bold; font-variant: small-caps;}
Only. perhaps there a masters to help me.
Thanks!!! [ Rob also for the great work !!]
And a good 2018 to all!!!
Xu4: Beta Extreme antenna RFXcomE,WU Fi Ping ip P1 Gen5 PVOutput Harmony HUE SolarmanPv OTG Winddelen Alive ESP Buienradar MySensors WOL Winddelen counting RPi: Beta SMAspot RFlinkTest Domoticz ...Different backups
-
- Posts: 4
- Joined: Tuesday 19 December 2017 16:37
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz - General Discussions
Hi All,
I like to set my webcam url in the config.js
When i use this url "http://xxx.xxx.xxx.xx:xxxx/videostream.cgi" in my browser it will work fine after fill in the user and password.
How can i fix this problem?
Greetz,
kottick
I like to set my webcam url in the config.js
- Spoiler: show
When i use this url "http://xxx.xxx.xxx.xx:xxxx/videostream.cgi" in my browser it will work fine after fill in the user and password.
How can i fix this problem?
Greetz,
kottick
-
- Posts: 127
- Joined: Sunday 13 September 2015 18:58
- Target OS: Raspberry Pi / ODroid
- Domoticz version: stable
- Location: Nieuwegein, NL
- Contact:
Re: Dashticz - General Discussions
That's because of the security settings in your browser. I'm not sure if you can disable that (and actually I hope not). This message is to prevent websites to post usernames and password to other sites than the one you think (imagine the site of your bank, where malicious code is injected, which sends your username and password to some people with wrong intentions).
In this case annoying and I'm not sure you can easily get round it.
In this case annoying and I'm not sure you can easily get round it.
-
- Posts: 1601
- Joined: Friday 18 October 2013 23:33
- Target OS: Raspberry Pi / ODroid
- Domoticz version: BETA
- Location: Arnhem/Nijmegen Nederland
- Contact:
Re: Dashticz - General Discussions
some one have a test url from a online webcam for me..
That is working
So i can check ho this is work..
And i can set my page. until my cam is comming
Thanks
That is working
So i can check ho this is work..
And i can set my page. until my cam is comming
Thanks
Xu4: Beta Extreme antenna RFXcomE,WU Fi Ping ip P1 Gen5 PVOutput Harmony HUE SolarmanPv OTG Winddelen Alive ESP Buienradar MySensors WOL Winddelen counting RPi: Beta SMAspot RFlinkTest Domoticz ...Different backups
Who is online
Users browsing this forum: No registered users and 0 guests