Page 149 of 184
Re: Dashticz - General Discussions
Posted: Thursday 09 November 2017 23:08
by sailmich
@robgeerts
Sorry my mistake you are right I tested now with beta, everything is working perfect. Seems I mixed it a little bit, with stable I have the problem as described before. Beta is running.
Sorry again and thanks for your support.
Re: Dashticz - General Discussions
Posted: Friday 10 November 2017 16:04
by DAVIZINHO
hello.
i have the last stable version update from github with "git pull"
Its posible to update with last beta branch without delete and install again?
Re: Dashticz - General Discussions
Posted: Friday 10 November 2017 16:23
by woody4165
If you want, you can have both and then decide.
just
Code: Select all
git clone https://github.com/robgeerts/dashticz_v2 --branch beta dashboard
where dashboard is a folder name of your choice.
Then just copy what's in stable folders "custom" and "custom_2" (and so on if you've created more) to the same folders in new beta and should be working.
Re: Dashticz - General Discussions
Posted: Friday 10 November 2017 17:36
by DAVIZINHO
Ok, now im using the beta and the blocktitle now is adjustable in lenght. GREAT!!!!
the unique problem for me is a xiaomi sensor, (temp, humidity and air presure) that not show the air presure in dashticz_v2

Re: Dashboard returns to second screen
Posted: Friday 10 November 2017 19:42
by curious
Solved .Thnx
Re: Dashticz - General Discussions
Posted: Friday 10 November 2017 20:02
by dagger38
Strange??
the clock in the topbar from the regular domoticz runs 45 minutes behind , dashticz clock is ok , but when i setup timers , i have to add 45 minutes to get it to work ok??
Re: Dashticz - General Discussions
Posted: Saturday 11 November 2017 19:31
by woody4165
woody4165 wrote:@robgeerts thanks for latest beta.
Now RGB is working also for Yeelight!!!
Am I wrong that I don't see anymore RGB support for yeelight in latest beta?
How can I check on which version I am and if I'm using beta or stable?
Thanks
Dashticz - Problem on Raspberry Pi: no sensors/actuators displayed
Posted: Sunday 12 November 2017 22:35
by mantoz
Hi guys,
I'm new to the forum and now I'm here asking for some help.
I started automating my home and I'm currently using Domoticz and I find it just great.
The system is working flawlessly so far: I have several temperature sensors, one motion sensor, automated blinds and a Philips Hue system for a couple of rooms. As an exercise, I started installing Domoticz at my holiday house as well.
Now I'm trying to add Dashticz.
While at the holiday house it worked very easily (it's running on a Linux Ubuntu Server), I am facing a problem on my Raspberry Pi3: I'm not able to display any sensor nor actuators. I just get the BlockTitle, the clock, other additional info, but no data from the sensors nor actuators (and no icons are displayed). Of course they are all present & working in Domoticz (and many are in the Domoticz dashboard as favorites).
I tried toggling the config[] variables in CONFIG.js (in particular 'auto_positioning' and 'use_favorites') but to no avail.
I'd like to debug the issue, but I don't know (and didn't find) any info to know if a detailed logfile is available somewhere.
Anyone had a similar issue and can give me some hints?
Thanks (any comment is welcome)!
Ciao,
mantoz
Re: Dashticz - Problem on Raspberry Pi: no sensors/actuators displayed
Posted: Monday 13 November 2017 0:28
by CaesarPL
Hi, are you 100% sure that you have uncommented config file?
Re: Dashticz - Problem on Raspberry Pi: no sensors/actuators displayed
Posted: Monday 13 November 2017 1:15
by mantoz
Hi CaesarPL,
thanks for your reply.
I am sure that I uncommented CONFIG.js, tried many times to change various params and I see the changes after reloading the page.
But nothing from the sensors...
The differences between Dashticz on Ubuntu server (working) and Raspberry are probably many. I also tried re-installing Dashticz, but it's still not working.
Using latest Dashticz beta and Domoticz 3.8614 on Raspberry Pi3 and Dashticz stable and Domoticz 3.8590 on Ubuntu Server.
Re: Dashticz - Problem on Raspberry Pi: no sensors/actuators displayed
Posted: Monday 13 November 2017 7:59
by CaesarPL
Even if there are differences, in my opinion Dashticz should work...
connection problem
Posted: Monday 13 November 2017 17:31
by FrankDutch
I want to make thi great dashboard work on an i pad. But the dahboard doesn't sync with domoticz. Can any one help me?
config['domoticz_ip'] = '
http://xxxxx:[email protected]:8090';

Re: connection problem
Posted: Monday 13 November 2017 22:43
by robgeerts
I see you are using username and password in the url..
This wont work in some browsers anymore!
try:
Code: Select all
config['domoticz_ip'] = 'http://192.168.1.167:8090';
Yes, you will have to enter the username and password in a prompt when loading Dashticz...
Re: Dashticz - Problem on Raspberry Pi: no sensors/actuators displayed
Posted: Monday 13 November 2017 23:37
by mantoz
Yeah, I think so as well.... but as of today, no sensors on Dashticz.
Maybe something is broken in my installation, or I need to install something more that is installed by default on Ubuntu (the working installation).
I get no error messages from Dashticz, is an option available to get some more debugging info?? That would be very useful!
Thanks,
mantoz
Re: Dashticz - Problem on Raspberry Pi: no sensors/actuators displayed
Posted: Tuesday 14 November 2017 1:03
by mantoz
After some additional tinkering I was able to get the sensors displayed in Dashticz.
To be totally sincere, I don't know exactly why now it works
Anyway, I just restarted from scratch with CONFIG.js and set only the very basic config, as suggested in the Installation section of the wiki:
var config = {}
config['language'] = 'nl_NL'; //or: en_US, de_DE, fr_FR, hu_HU, it_IT, pt_PT, sv_SE
config['domoticz_ip'] = 'http://192.168.x.xx:808x';
config['domoticz_refresh'] = '5';
config['dashticz_refresh'] = '60';
Maybe was just setting the language to 'nl_NL' ?
Now I'll try to get a nice-looking dashboard without auto-positioning.
Thanks,
mantoz
Re: Dashticz - General Discussions
Posted: Tuesday 14 November 2017 14:53
by evandenboom
Hello
I am using the default installation of Dashticz on an Rpi. Everything is working fine except the Font Awesome.
I would like to use this for various icons.
The font files do exist on the server and I bij viewing the source in the browser I can see that they are "loaded".
I used the syntax i found in various examples on this forum, like:
- Spoiler: show
-
var blocks ={}
blocks[64_2] = {}
blocks[64_2]['width'] = 4;
blocks[64_2]['title'] = 'Solar Totaal';
blocks[64_2]['icon'] = 'fa-sun-o';
Can anyone please point my in the right direction.
Elliot
Re: Dashticz - General Discussions
Posted: Tuesday 14 November 2017 16:04
by EdwinK
I think it should be
Code: Select all
var blocks ={}
blocks['64_2'] = {}
blocks['64_2']['width'] = 4;
blocks['64_2']['title'] = 'Solar Totaal';
blocks['64_2']['icon'] = 'fa-sun-o';
if you use underscore in your blocks
Re: Dashticz - General Discussions
Posted: Tuesday 14 November 2017 16:21
by evandenboom
Thanks for the quick response. But unfortunately still no icon.
Re: Dashticz - General Discussions
Posted: Tuesday 14 November 2017 17:12
by pvm
sailmich wrote:@robgeerts
In addition more details.
Button for screen 2 -> screen 5
Button 3 -> screen 1
Button 4 -> screen 2
Button 5 -> screen 3
Autoback_swipe_to 1 -> screen 5
Autoback_swipe_to 2 -> screen 1
When I set 3/4/5/1 I get 2/3/4/5 exectly what I need. Before beta no problems 1 -> screen 1 ..........
What code is behind the buttons? How to configure this?
Re: connection problem
Posted: Tuesday 14 November 2017 17:26
by FrankDutch
i have tried that but it doesn't work. no popup
the trange thing is that when i put the config.js in the notworking state the i get the connection with Domoticz
the ipad don“t get a connection either way (it is an ipad 1)