Is it possible to exclude the "rawDeviceEvent" from the logs?
I get
2016-11-21 17:43:11.151 Tellstick: rawDeviceEvent 1: class:command;protocol:arctech;model:selflearning;house:40244481;unit:9;group:0;method:turnoff;
2016-11-21 17:43:11.152 Tellstick: rawDeviceEvent 1: class:command;protocol ...
Search found 4 matches
- Monday 21 November 2016 21:10
- Forum: Other questions and discussions
- Topic: rawDeviceEvent
- Replies: 0
- Views: 989
- Monday 19 September 2016 22:20
- Forum: LUA
- Topic: LUA runs too many times
- Replies: 5
- Views: 1654
Re: LUA runs too many times
Got it! TY
- Monday 19 September 2016 19:57
- Forum: LUA
- Topic: LUA runs too many times
- Replies: 5
- Views: 1654
Re: LUA runs too many times
Ahh, so that what it is for. TY mvzut! Can you point to a site describing the built-in-event editor? The manual doesn't describe it at all. I just did some trials and errors.
- Monday 19 September 2016 19:15
- Forum: LUA
- Topic: LUA runs too many times
- Replies: 5
- Views: 1654
LUA runs too many times
Hello
I'm trying to run a script three times in the afternoon and off three times again to turn it off but when I look in the logs it runs several times instead of just once.
What am I doing wrong?
function timedifference (s)
year = string.sub(s, 1, 4)
month = string.sub(s, 6, 7)
day = string ...
I'm trying to run a script three times in the afternoon and off three times again to turn it off but when I look in the logs it runs several times instead of just once.
What am I doing wrong?
function timedifference (s)
year = string.sub(s, 1, 4)
month = string.sub(s, 6, 7)
day = string ...