Search found 7 matches

by mortyone
Friday 07 July 2017 17:47
Forum: Switches and Scenes
Topic: 433mhz LED controller not detected by Domoticz + Rflink
Replies: 3
Views: 1412

Re: 433mhz LED controller not detected by Domoticz + Rflink

Hi, Yes when I switch on debug mode for Rflink it picks up every button press of the remote control, so fair to say that Rflink can intercept the airwaves OK. The Rflink is also working fine with all my other wall plug switches and PIRs. It's just domoticz which doesn't seem to be able to ...
by mortyone
Thursday 06 July 2017 0:42
Forum: Switches and Scenes
Topic: 433mhz LED controller not detected by Domoticz + Rflink
Replies: 3
Views: 1412

433mhz LED controller not detected by Domoticz + Rflink

Hi, I bought the following LED controller from eBay, it works off 433mhz and obviously would be amazing to control the LED lights using domoticz switches for on/off/dim etc : http://www.ebay.co.uk/itm/272302718334 2017-07-05 23.37.25.png The 433mhz remote works fine, however domoticz + RFLINK don't ...
by mortyone
Monday 29 May 2017 23:59
Forum: LUA
Topic: Lua commandArray with multiple devices issue
Replies: 12
Views: 5474

Re: Lua commandArray with multiple devices issue

Hi, Thank you for your advice, very much appreciated, I tested the 1 second delay you suggested and that did the trick perfectly, very interesting. Earlier today I also found a different hacky workaround - I introduced a user variable which is initialised to 3 when the PIR detects motion and ...
by mortyone
Monday 29 May 2017 9:35
Forum: LUA
Topic: Lua commandArray with multiple devices issue
Replies: 12
Views: 5474

Re: Lua commandArray with multiple devices issue

UPDATE - my original issue is not resolved, but I have managed to get lua scripts running again through 2 steps:- 1) run the shell script /home/pi/domoticz/updaterelease (v3.5877) 2) created a dummy BLOCKY scipt, which seemed to kick start the event system and start running lua scripts again in ...
by mortyone
Sunday 28 May 2017 23:41
Forum: LUA
Topic: Lua commandArray with multiple devices issue
Replies: 12
Views: 5474

Re: Lua commandArray with multiple devices issue

Hi, My transceiver is a RF Link Gateway USB v46.0 from nemcom.nl. I think the hardware is fine, otherwise I would not be able to turn the switches on and off from the web GUI. Below is a simplified version of my device script, which has the same issue. In this simplified example, any PIR motion ...
by mortyone
Friday 26 May 2017 8:55
Forum: LUA
Topic: Lua commandArray with multiple devices issue
Replies: 12
Views: 5474

Re: Lua commandArray with multiple devices issue

So remember I'm activating two different lamps, not the same lamp twice i.e commandArray ["BedroomSwitch1"] = "On" commandArray ["BedroomSwitch2"] = "On" Are you saying the above syntax means Switch2 will overwrite Switch1? I don't think that is the case because the domoticz log file definitely ...
by mortyone
Friday 26 May 2017 1:58
Forum: LUA
Topic: Lua commandArray with multiple devices issue
Replies: 12
Views: 5474

Lua commandArray with multiple devices issue

Hi, I'm completely stumped with a lua scripting issue whereby attempting to switch on multiple devices via the commandArray doesn't always work. I have 2 switches, I can switch them on and off OK through the switches tab. However, with lua, when I try switch them both on, only 1 of the 2 will ...