Search found 105 matches

by mlamie
Friday 26 January 2018 13:22
Forum: Dashticz
Topic: Dashticz - General Discussions
Replies: 3672
Views: 565657

Re: Dashticz - General Discussions

htilburgs wrote: Friday 26 January 2018 13:04
The error is in the line:

Code: Select all

buttons.nunl = {key: 'nunl'  width:12, icon: 'fa-newspaper-o', title: 'Nu.nl', newwindow:true, url: 'http://www.nu.nl'}
You forgot the , behind key: 'nunl' ;)
That was the issue, my mistake. THANKS!!!
P.s. how did you manage to find it?
by mlamie
Friday 26 January 2018 13:16
Forum: Dashticz
Topic: Dashticz - General Discussions
Replies: 3672
Views: 565657

Re: Dashticz - General Discussions

DewGew wrote: Friday 26 January 2018 12:58

Code: Select all

blocks[5]['speaksOff'] = 'Device is off';
is wrong
Must be blocks[5]['speakOff']
Thanks, (copy paste issue) will update the wiki page as well, but it didn't do the trick :roll:

If i disable the CONFIG.js with /* and */ the default page load will work.
by mlamie
Friday 26 January 2018 11:57
Forum: Dashticz
Topic: Dashticz - General Discussions
Replies: 3672
Views: 565657

Re: Dashticz - General Discussions

I don't get it, i updated Dashticz to the latest version today. But page remains blank if I use my own customization. Can some one help troubleshooting? Pervious version (1yr old) still works, but a lot have been changed over time. var config = {} config['domoticz_ip'] = 'http://192.168.1.180:8080 ...
by mlamie
Saturday 24 June 2017 13:25
Forum: Feature requests
Topic: Dashticz - Feature Requests
Replies: 391
Views: 110618

Re: Dashticz - Feature Requests

Sorry, I forgot to reply, but it works great!! Thanx for the hard work. CSS: .icon.calendar_icon { max-width: 45px !important; margin-top: -6px !important; margin-left: -6px !important; } Great screenshot. I would like to have the F1 calander in Dashticz as well. Can you share your setup? Which ...
by mlamie
Saturday 10 June 2017 15:11
Forum: Other questions and discussions
Topic: MQTT/ ESP8266 Multi-sensor
Replies: 2
Views: 4230

Re: MQTT/ ESP8266 Multi-sensor

I use ESPEasy for my ESP8266 boards. Really easy to use and natively supported in combination with Domoticz. https://www.letscontrolit.com/wiki/index.php/ESPEasy
by mlamie
Tuesday 30 May 2017 22:23
Forum: LUA
Topic: LUA: Summer / Winter from timeofday or other...
Replies: 64
Views: 14294

Re: LUA: Summer / Winter from timeofday or other...

Thanks for the nice lua script. Now I have to find a good use case ;)
by mlamie
Friday 12 May 2017 21:16
Forum: Show your projects
Topic: Is it gonna rain within the next X minutes?
Replies: 307
Views: 80986

Re: Is it gonna rain within the next X minutes?

Weird, I used both scripts as mentioned on the wiki page and don't have any issue.
http://www.domoticz.com/wiki/Is_it_gonna_rain

Did you make is a time driven script or is it a device change driven script?
by mlamie
Tuesday 09 May 2017 22:39
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: OpenZWave & Domoticz
Replies: 3
Views: 3608

Re: OpenZWave & Domoticz

Thanks a lot for your reply. And... another question and you can close it... Are all the devices in this page "http://www.pepper1.net/zwavedb/?sort=name&sort_type=desc&filter_cmd_class=&filter_frequency=&filter_language=&filter_manufacturer=219&filter_generic_class=" for zwave or we have to ...
by mlamie
Tuesday 09 May 2017 21:21
Forum: Show your projects
Topic: Is it gonna rain within the next X minutes?
Replies: 307
Views: 80986

Re: Is it gonna rain within the next X minutes?

How do I know if the lua script is running? Script is located in domoticz\scripts\lua In the log of domoticz? No info found in "Instellingen / Log" also no errors.... Can you put the script in the events under Domoticz and see if that will result a status log update? http://i.imgur.com/Eib5370.png
by mlamie
Tuesday 09 May 2017 20:50
Forum: Show your projects
Topic: Is it gonna rain within the next X minutes?
Replies: 307
Views: 80986

Re: Is it gonna rain within the next X minutes?

I checked the scripts used by me and they both do not have the 5 in the line as you mentioned... read = os.execute('curl -s -o '..tempfilename..' "'..url..'"') Since I'm not a programmer is there someone willing to check, validate both scripts (wiki = switch device and this forum = text device ...
by mlamie
Tuesday 09 May 2017 20:46
Forum: Show your projects
Topic: Is it gonna rain within the next X minutes?
Replies: 307
Views: 80986

Re: Is it gonna rain within the next X minutes?

josimd wrote:How do I know if the lua script is running? Script is located in domoticz\scripts\lua
If all ok, you should see these lines in the log under status tab.
Image
by mlamie
Tuesday 09 May 2017 14:12
Forum: Show your projects
Topic: Is it gonna rain within the next X minutes?
Replies: 307
Views: 80986

Re: Is it gonna rain within the next X minutes?

I checked the scripts used by me and they both do not have the 5 in the line as you mentioned... read = os.execute('curl -s -o '..tempfilename..' "'..url..'"') Since I'm not a programmer is there someone willing to check, validate both scripts (wiki = switch device and this forum = text device). For ...
by mlamie
Monday 08 May 2017 19:10
Forum: Show your projects
Topic: Is it gonna rain within the next X minutes?
Replies: 307
Views: 80986

Re: Is it gonna rain within the next X minutes?

Ok, I have both scripts, the one from the wiki and the second one in the post above as advised by BarryT. When I compare both are almost identical, but some differences are there. I'm not a programmer, is someone willing to combine them optimize and advise the final version? For now it looks like ...
by mlamie
Monday 08 May 2017 14:53
Forum: Show your projects
Topic: Is it gonna rain within the next X minutes?
Replies: 307
Views: 80986

Re: Is it gonna rain within the next X minutes?

I'm reading though this topic and I would like to ask if someone can help me and maybe others by updating the wiki page. http://www.domoticz.com/wiki/Is_it_gonna_rain I followed that page, and some things are missing like raintext device. I now only have a rain on/of switch. Help is much ...
by mlamie
Sunday 07 May 2017 21:22
Forum: Show your projects
Topic: Is it gonna rain within the next X minutes?
Replies: 307
Views: 80986

Re: Is it gonna rain within the next X minutes?

I'm reading though this topic and I would like to ask if someone can help me and maybe others by updating the wiki page.
http://www.domoticz.com/wiki/Is_it_gonna_rain

I followed that page, and some things are missing like raintext device. I now only have a rain on/of switch. Help is much appreciated.
by mlamie
Sunday 07 May 2017 20:39
Forum: Dashticz
Topic: Dashticz - General Discussions
Replies: 3672
Views: 565657

Re: Dashticz - General Discussions

@Rob, thanks, I have updated the beta and stable. The refresh of the domoticz icons works again.
by mlamie
Saturday 06 May 2017 19:20
Forum: Bugs
Topic: Dashticz - Bug report
Replies: 557
Views: 129507

Re: Dashticz - Bug report

I think it is a bug, but don't know for sure. When I click a button to request the graph data and the graph is already displayed on one of the pages it will will not display the graph and is will mess up the graph on the dashboard page it selfs. See screenshot. P.s. I use the beta version. http://i ...
by mlamie
Saturday 06 May 2017 18:29
Forum: Dashticz
Topic: Dashticz - General Discussions
Replies: 3672
Views: 565657

Re: Dashticz - General Discussions

It looks like the beta version doesn't refresh the Domoticz icons (need to do a browser refresh), The stable version does. Is there a known issue there?
by mlamie
Saturday 06 May 2017 15:07
Forum: Dashticz
Topic: Dashticz - Module - Garbage collector
Replies: 959
Views: 153061

Re: Dashticz - Module - Garbage collector

robgeerts wrote:
mlamie wrote:Can you include Alphen aan den Rijn as well?
Added in latest beta!
It works! Thanks for the fast follow-up, I corrected it to text width: 6. Smaller will result in extra text lines.

Image
by mlamie
Friday 05 May 2017 12:16
Forum: Dashticz
Topic: Dashticz - General Discussions
Replies: 3672
Views: 565657

Re: Dashticz - General Discussions

I really like the Dashticz dashboard, the only issue for me to use it, is the power consumption. My wall tablet (nexus 7 2013) can't charge fast enough. The USB cable is to long and I need to change things, now it is located next to the thermostat. I used 2 wires connected to the thermostat and the ...