Search found 3 matches

by sypher007
Friday 28 September 2018 15:52
Forum: Switches and Scenes
Topic: Delay receive send rfxcom
Replies: 7
Views: 954

Re: Delay receive send rfxcom

I wil check the logs when I get home. In the meantime: I found that the switches I use (KAKU AWMT-003) have a burst delay. Could this be the problem?
by sypher007
Friday 28 September 2018 10:19
Forum: Switches and Scenes
Topic: Delay receive send rfxcom
Replies: 7
Views: 954

Re: Delay receive send rfxcom

In the logging I can see domoticz respond immediately (within the same second) and send the switch command. The delay only occurs when I use the physical switch. If I test it for example by switching "$Living zitgedeelte V1" the lamp immediately switches.
by sypher007
Friday 28 September 2018 9:54
Forum: Switches and Scenes
Topic: Delay receive send rfxcom
Replies: 7
Views: 954

Delay receive send rfxcom

Hello, I have an issue with a lua script I created to switch my living room lights on & off. Here's the situation: http://www.graux.biz/rfxcom.png The script to determine the previous state and switch the lamp goes as follows: commandArray = {} if (devicechanged['$Living zitgedeelte V1'] == 'On' or ...