Hi Jos,
Thanks for helping out again. I changed the script to device event. Now it works flawlessly.
Thanks
F.
Search found 6 matches
- Monday 08 February 2016 23:12
- Forum: LUA
- Topic: Error with LUA script
- Replies: 5
- Views: 2684
- Saturday 06 February 2016 11:38
- Forum: LUA
- Topic: Error with LUA script
- Replies: 5
- Views: 2684
Error with LUA script
Hi all, I am executing the following LUA script (created via the Domoticz HTML interface): commandArray = {} if (devicechanged['Arm 1 partition'] == 'On') then if (otherdevices_svalues['Output:Anzeige S-intern'] == 'Off') then commandArray['Scene:AllesAus']='On' commandArray['Arbeitszimmer']='On ...
- Friday 20 November 2015 19:13
- Forum: LUA
- Topic: RGBW colour flash cycle or fade
- Replies: 1
- Views: 1552
Re: RGBW colour flash cycle or fade
Hi Chris, have you tried to include a time component, e.g.: commandArray = {} if (devicechanged['Kitchen Cupboard Lights'] == 'On') then commandArray=['Scene:Kitchen_Cupboard_Lights_Red']='On' commandArray=['Scene:Kitchen_Cupboard_Lights_White']='On AFTER 3' commandArray=['Scene:Kitchen_Cupboard ...
- Friday 27 February 2015 22:22
- Forum: Design, usability and languages
- Topic: Dashticz - Alternative Dashboard
- Replies: 174
- Views: 92751
Re: WIP - Dashticz - Alternative Dashboard
Got it working now. Don't know what the problem was. Before I used my Mac to download and unzip. Now used my wife's Windows notebook. However, is running now and I'm testing. Cheers
- Friday 27 February 2015 19:53
- Forum: Design, usability and languages
- Topic: Dashticz - Alternative Dashboard
- Replies: 174
- Views: 92751
Re: WIP - Dashticz - Alternative Dashboard
Hmm, tried typing http://192.168.1.89:8080/dash into my browser (Safari).
Still I only get a white page. Any other ideas?
Thanx
Still I only get a white page. Any other ideas?
Thanx
- Friday 27 February 2015 6:50
- Forum: Design, usability and languages
- Topic: Dashticz - Alternative Dashboard
- Replies: 174
- Views: 92751
Re: WIP - Dashticz - Alternative Dashboard
Hi everyone, This really looks great and I'd like to test it. Unfortunately I don't manage to get it up and running. What I did: - downloaded latest version from GitHub - unzipped it - copied everything into a new folder "dash" in Domoticz' "www" folder - edited CONFIG.js in the "dash" folder with ...