Search found 15 matches

by ArthurNL
Wednesday 27 November 2019 19:39
Forum: Show your projects
Topic: Nefit / Buderus data/control via Arduino / ESP8266 to Domoticz (directly without OpenTherm module or Easy)
Replies: 247
Views: 75821

Re: Nefit / Buderus data/control via Arduino / ESP8266 to Domoticz (directly without OpenTherm module or Easy)

Hi Kees How do I check if my Nefit Topline Compact HRC is compatible? The word "Works for almost all EMS compatible Nefit boilers" is making me uncertain to buy your gateway. Greetz Its compatible. The reason there is 'almost all' in the text is that there are so many different EMS boilers and ...
by ArthurNL
Wednesday 24 October 2018 20:55
Forum: Dashticz
Topic: Use specific data in graphs
Replies: 3
Views: 642

Re: Use specific data in graphs

Interesting, but can't it to work like I want. If I insert/change the code to the above, my graphs (or better, the plotted lines/data) of my Gas & Electra meters also disappear. It looks like it doesn't doesn't execute the (idx=xxx) part. It acts the same, even if I put an imaginary idx-number in it.
by ArthurNL
Monday 15 October 2018 20:20
Forum: Dashticz
Topic: Dashticz beta: set colors.
Replies: 10
Views: 2061

Re: Dashticz beta: set colors.

However, text below in CUSTOM.CSS does not color my icons; .fa.fas fa-male.on {color: green} .fa.fas fa-male.off {color: red} .fa.fas fa-female.on {color: green} .fa.fas fa-female.off {color: red} For e.g. this works for me: .fas.fa-fire {color: red} .fas.fa-fire {color: green} So I think you ...
by ArthurNL
Friday 12 October 2018 10:14
Forum: Dashticz
Topic: Import weather data other than Wunderground
Replies: 96
Views: 19890

Re: Import weather data other than Wunderground

Dashticz V2.4.0 Domoticz version 4.10059 DzVents version: 2.4.7 Python version: None The popup on buienradar (weer.nl) is also empty when I click on the picture. Also if I use any other url. I tried to see if my firewall is blocking something, but can't see anything there that's causing this. It's ...
by ArthurNL
Thursday 11 October 2018 16:52
Forum: Dashticz
Topic: Import weather data other than Wunderground
Replies: 96
Views: 19890

Re: Import weather data other than Wunderground

dk78 wrote: Thursday 11 October 2018 16:34 Strange. WU works, but OWM not. I tried everything, including deleting the 'wu'-config stuff, but it isn't displaying any information. OWM in Domoticz itself works, but I can't see it in Dashticz. Is there some logging available? I'm pretty new to Dashticz.
Post your complete config.js plz.
by ArthurNL
Thursday 11 October 2018 15:09
Forum: Dashticz
Topic: Import weather data other than Wunderground
Replies: 96
Views: 19890

Re: Import weather data other than Wunderground

dk78 wrote: Thursday 11 October 2018 13:17 Does anyone see something I miss?
Remove all the "wu_" config. The other stuff looks to be ok.

See also my post here: viewtopic.php?f=67&t=17242&start=440#p193496
by ArthurNL
Tuesday 09 October 2018 17:48
Forum: Dashticz
Topic: Dashticz - Show your dashboard and how-to's!
Replies: 1002
Views: 319586

Re: Dashticz - Show your dashboard and how-to's!

for the bar, search morris.bar on google and take a look at the graphs.js in the js folder :-) Sounds difficult :D Care to share the graphs.js ? Maybe someone can make it as an option in config.js, so you can choose, bar, line, cake :-) And also the colors . . . Can you share your graphs.js? So we ...
by ArthurNL
Monday 08 October 2018 22:11
Forum: Dashticz
Topic: Dashticz - Show your dashboard and how-to's!
Replies: 1002
Views: 319586

Re: Dashticz - Show your dashboard and how-to's!

Thuis wrote: Monday 08 October 2018 16:18 for the bar, search morris.bar on google and take a look at the graphs.js in the js folder :-)
Sounds difficult :D

Care to share the graphs.js ?
by ArthurNL
Monday 08 October 2018 12:00
Forum: Dashticz
Topic: dasticz show several errors
Replies: 10
Views: 1184

Re: dasticz show several errors

retetiba wrote: Sunday 07 October 2018 21:33 Hi

I have installed dashticz in the standard folder (I think). The files are located in ~/domoticz/www/dashticz_v2.

I assume this is correct.
So you access Dashticz by: http://192.168.1.xxx:8080/dasticz_v2/index.html

Also attach your CONFIG.js and a screenshot of the actual error messages.
by ArthurNL
Sunday 07 October 2018 9:15
Forum: Dashticz
Topic: Dashticz - Show your dashboard and how-to's!
Replies: 1002
Views: 319586

Re: Dashticz - Show your dashboard and how-to's!

My latest version; https://image.prntscr.com/image/7y5Qzql3RfqJyDePyl9KJw.png config.js var config = {} config['language'] = 'en_US'; config['domoticz_ip'] = 'http://192.168.1.51:8080'; config['app_title'] = 'Dashticz'; config['domoticz_refresh'] = '60'; config['dashticz_refresh'] = '60'; config ...
by ArthurNL
Saturday 06 October 2018 21:03
Forum: Feature requests
Topic: Dashticz - Feature Requests
Replies: 391
Views: 108070

Re: Dashticz - Feature Requests

Is it possible to add an second entry for detecting the one for gas too? Fixed this myself. I am filtering on the Device-Name instead of Sub-Type . In main.js, the function getYouLessBlock is changed as follows; function getYouLessBlock(device, idx) { this.html = ''; if (device['Name'] === 'Electra ...
by ArthurNL
Saturday 06 October 2018 16:13
Forum: Feature requests
Topic: Dashticz - Feature Requests
Replies: 391
Views: 108070

Re: Dashticz - Feature Requests

I am using 2 Youless Energymeters (http://www.youless.nl/). 1 for measuring Electricity and 1 for Gas. In the default Domoticz dashboard, they are seen as two separate devices, the one for Electricity using kWh and the one for Gas using m3. But in Dashticz, they both show kWh. When I search in main ...
by ArthurNL
Saturday 06 October 2018 15:51
Forum: Dashticz
Topic: Dashticz - Custom JS
Replies: 27
Views: 6000

Re: Dashticz - Custom JS

screen.PNGIts a long time since i post something here but now i have a question. How can i reverse the icons for de blinds, when its closed i want the open icon and when its open i want the closed icon. Also how can i reverse the text, i want the lux value under and the "lux buiten" on top? Last ...
by ArthurNL
Saturday 06 October 2018 10:13
Forum: Dashticz
Topic: Dashticz - Show your dashboard and how-to's!
Replies: 1002
Views: 319586

Re: Dashticz - Show your dashboard and how-to's!

My contribution: https://image.prntscr.com/image/KoqLeVo_QRGxLTwirT0eNw.png Config.js var config = {} config['language'] = 'en_US'; config['domoticz_ip'] = 'http://url&port'; config['app_title'] = 'Dashticz'; config['domoticz_refresh'] = '60'; config['dashticz_refresh'] = '60'; config['standard ...
by ArthurNL
Friday 05 October 2018 14:42
Forum: Dashticz
Topic: Dashticz - Show your dashboard and how-to's!
Replies: 1002
Views: 319586

Re: Dashticz - Show your dashboard and how-to's!

Thuis wrote: Thursday 04 October 2018 16:14 Image

Image

If only I could center the blocks on the standby screen ....
And get weather to show in Dutch. WIP.
Could you post your config.js?