Search found 12 matches

by pecora
Tuesday 17 May 2016 11:06
Forum: LUA
Topic: Lua script for controlling humidity in the bathroom
Replies: 144
Views: 57334

Re: Lua script for controlling humidity in the bathroom

Does anyone have a suggestion?
by pecora
Saturday 14 May 2016 23:47
Forum: LUA
Topic: Lua script for controlling humidity in the bathroom
Replies: 144
Views: 57334

Re: Lua script for controlling humidity in the bathroom

Very nice script...! It helped me out in the bathroom.

But I've got another sensor in the kitchen. How can I implement that one in the script?

Cant make a new script because I can't paste him also in "on action" of the fan.
by pecora
Wednesday 11 May 2016 16:01
Forum: iOS
Topic: New switches eDomoticz
Replies: 1
Views: 3253

New switches eDomoticz

I've added new switches after installing eDomoticz but it will not discover them in Eve or Insteon+.

Who can help me out... :ugeek:
by pecora
Monday 25 April 2016 9:50
Forum: PHP and all others
Topic: Event using remote for security // need help
Replies: 2
Views: 899

Re: Event using remote for security // need help

Thanks for the suggestion Georgesattali but this is not the solution. It will not work ;)

This is the effect needed:

If remote = on
then domoticz sec panel = armed
by pecora
Friday 22 April 2016 13:09
Forum: PHP and all others
Topic: Event using remote for security // need help
Replies: 2
Views: 899

Event using remote for security // need help

I was wondering why this blocky won't work. Has anyone a suggestion? The image has been attached...
by pecora
Friday 22 April 2016 10:39
Forum: LUA
Topic: Set security armed/disarmed by switch
Replies: 20
Views: 16361

Re: Set security armed/disarmed by switch

I'm not get it work... This is the script I have
---------
commandArray = {}

if (devicechanged['RemoteHJ'] == 'On') then
commandArray['Domoticz Security Panel'] = 'Arm Away'

end

return commandArray
--------

What do I wrong
by pecora
Thursday 21 April 2016 17:07
Forum: LUA
Topic: How to get my remote control arm and disarm my security panel
Replies: 1
Views: 688

Re: How to get my remote control arm and disarm my security panel

All the names (Remote 1 and SecPanel) are correct
by pecora
Thursday 21 April 2016 15:28
Forum: LUA
Topic: How to get my remote control arm and disarm my security panel
Replies: 1
Views: 688

How to get my remote control arm and disarm my security panel

I try using a lua script my remote control (on / off switch) to turn the alarm on and off, but it just will not work. :? the remote control (COCO) is visible in the switches and works. I have the following LUA script in events: commandArray = {} -- if (devicechanged['Remote1'] == 'On') then ...
by pecora
Thursday 23 July 2015 20:11
Forum: PHP and all others
Topic: Doorbell stays "on"
Replies: 10
Views: 3769

Doorbell stays "on"

I try to build an event with my doorbell, it needs to be "off" but it stays always "on".

Did I something wrong... :mrgreen:
by pecora
Monday 13 July 2015 19:30
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: How to control Domoticz over 3G?
Replies: 25
Views: 19877

Re: How to control Domoticz over 3G?

Ok, everything I set exactly as indicated. unfortunately I do not get it working. The Ras Pi is coupled to an Apple Airport Time Capsule. Can this possibly cause problems?
by pecora
Monday 13 July 2015 16:13
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: How to control Domoticz over 3G?
Replies: 25
Views: 19877

Re: How to control Domoticz over 3G

Thinkpad, thanks for your response to my post. The three points you mentioned, I have arranged. What's the next step?

Thanks in advance!
by pecora
Monday 13 July 2015 12:57
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: How to control Domoticz over 3G?
Replies: 25
Views: 19877

How to control Domoticz over 3G?

I am a novice :geek: with Domoticz. I would like to Domoticz operate remotely over 3G on my iPhone with Pilot Home Automation. How can I arrange this via the server settings?

A huge thank you for your response.