Search found 4 matches

by agynna
Friday 22 April 2016 16:35
Forum: LUA
Topic: Unexpected e-mails sent by Lua script
Replies: 4
Views: 1158

Re: Unexpected e-mails sent by Lua script

I have now found that theses problems were solved by updating to Domoticz 3.4843. It thus seems that the bug(s) were not in my scripts above, but in Domoticz. Anyway they seem to be resolved now.
by agynna
Friday 27 November 2015 14:14
Forum: LUA
Topic: Unexpected e-mails sent by Lua script
Replies: 4
Views: 1158

Re: Unexpected e-mails sent by Lua script

Hello again! I have discovered some other weird e-mail related behaviour on the same system. This makes me think the problem is not in the scrips, but in the setup. There is a main device script that checks every temperature reported, and if outside bound alerts me by playing sound and sending a ...
by agynna
Thursday 19 November 2015 16:08
Forum: LUA
Topic: Unexpected e-mails sent by Lua script
Replies: 4
Views: 1158

Re: Unexpected e-mails sent by Lua script

Oh, also no email is sent if line 42 is commented out. This implies that lines 39 and 42 are interpreted. The MessageTime uservariable is also updated, but only when the e-mail is sent, i e not when line 42 is commented out.
by agynna
Thursday 19 November 2015 15:22
Forum: LUA
Topic: Unexpected e-mails sent by Lua script
Replies: 4
Views: 1158

Unexpected e-mails sent by Lua script

Hi all awesome Lua-Domoticz experts, I have a problem where my script produces an e-mail when it's not supposed to, with partly unexpected content. I have implemented a simple freezer alarm with 5 Proove 433 MHz thermometers, a RFXcom, a Windows 7 computer, Domoticz 2.3563 and Lua. The main part ...