Search found 8 matches

by panomi
Wednesday 27 July 2016 21:55
Forum: Rfxcom Transceiver
Topic: Kinping projector screen - lightning4 - domoticz - help
Replies: 8
Views: 2740

Re: Kinping projector screen - lightning4 - domoticz - help

Maybe not the answer your looking for, but I have an Invisions screen and it's listed as: Blinds, T6 DC106
by panomi
Monday 14 March 2016 10:44
Forum: Suggestions
Topic: Mode-selector / multistate device
Replies: 104
Views: 45624

Re: Mode-selector / multistate device

I am missing the selector levels when i want to create a scene with a selector. Is this in the scope of future updates? Or is there an other way of inserting a selector into a scene. For the time being i created a virtual switch with the same action commands dSceneMissingSelectorLevels.png I second ...
by panomi
Saturday 23 January 2016 13:52
Forum: LUA
Topic: Lua script executing problem
Replies: 10
Views: 2936

Re: Lua script executing problem

Ik heb het probleem als volgt opgelost:

Een RPi2 gepakt en hierop Domoticz geïnstalleerd. Scripts werken direct.
Ik weet dus nog steeds niet waarom ze het op de Synology niet doen, maar kost teveel tijd om uit te zoeken.
by panomi
Friday 08 January 2016 19:51
Forum: LUA
Topic: Lua script executing problem
Replies: 10
Views: 2936

Re: Lua script executing problem

True, the problem is, I can't execute anything. Not with On / Off action and .sh or python. The scripts are all functional but nog through Domoticz. Files have execute rights. I'm confused.
by panomi
Friday 08 January 2016 17:54
Forum: LUA
Topic: Lua script executing problem
Replies: 10
Views: 2936

Re: Lua script executing problem

Just checking, if I execute command LUA on my synology I get : -ash: lua: not found.

Do I need to install LUA libraries or are these included in Domoticz installation?
by panomi
Sunday 03 January 2016 15:59
Forum: LUA
Topic: Lua script executing problem
Replies: 10
Views: 2936

Re: Lua script executing problem

Ok. If you don't fill out the On or Off action and you use a script in the lua folder this is automatically called, correct? In the mean time still trying. If I add an escape character before ("\sh /") then the EventSystem comes up with an error which means the script is executed but the .sh file is ...
by panomi
Sunday 03 January 2016 15:39
Forum: LUA
Topic: Lua script executing problem
Replies: 10
Views: 2936

Re: Lua script executing problem

Think you need sh in front of your script: os.execute ("sh /volume1/@appstore/domoticz/var/scripts/test.sh") Jos Tried that but no luck. Log shows: 2016-01-03 15:36:18.348 (Dummy Control) Lighting 2 (Yamaha) 2016-01-03 15:36:22.727 (Dummy Control) Lighting 2 (Yamaha) I think I should get something ...
by panomi
Sunday 03 January 2016 15:28
Forum: LUA
Topic: Lua script executing problem
Replies: 10
Views: 2936

Lua script executing problem

I'm starting with Domoticz and I've got the following problem executing a lua script. The situation is as follows: - Got a virtual switch named: 'Yamaha' - I've got the following lua script(script_device_Yamaha.lua) which resides in the folder: '/volume1/@appstore/domoticz/var/scripts/lua ...