Search found 7 matches

by nowy
Wednesday 05 May 2021 17:08
Forum: Switches and Scenes
Topic: Rain Bird RSD-BEX Rain Sensor as switch via ESP Easy
Replies: 2
Views: 419

Re: Rain Bird RSD-BEX Rain Sensor as switch via ESP Easy

Based on logs its bouncing all the time: May 5 17:38:39 192.168.3.16 Podlewanie EspEasy: SW : GPIO=14 State=0 Output value=1 May 5 17:38:39 192.168.3.16 Podlewanie EspEasy: EVENT: Sekcja6#State=1.00 May 5 17:38:39 192.168.3.16 Podlewanie EspEasy: SW : GPIO=14 State=1 Output value=0 May 5 17:38:39 ...
by nowy
Wednesday 05 May 2021 10:10
Forum: Switches and Scenes
Topic: Rain Bird RSD-BEX Rain Sensor as switch via ESP Easy
Replies: 2
Views: 419

Rain Bird RSD-BEX Rain Sensor as switch via ESP Easy

Hi All, Anybody has experience with Rain Bird RSD-BEX Rain Sensor. I connected it to the ESP Easy Mega as Switch input to GPIO-14 to have it visable in Domoticz as simple switch. Idea is that if the switch is on (so rain sensor disconnected the circuit because of rain) then I have a dzvents rule to ...
by nowy
Thursday 22 October 2020 14:21
Forum: dzVents
Topic: How to set timer - need to have active two sensors in specific time. [Solved]
Replies: 8
Views: 923

Re: How to set timer - need to have active two sensors in specific time. [Solved]

Sorry my fault I have also the temp+hum sensors behind the motion sensors - I disabled them to not confused log output. Motion sensors are Light/Switch type (wireless 433MHz) with Sonoff RF Bridge. 2020-10-22 14:14:26.580 Status: dzVents: Info: scene Control: ------ Finished Test 2020-10-22 14:14:30 ...
by nowy
Thursday 22 October 2020 12:20
Forum: dzVents
Topic: How to set timer - need to have active two sensors in specific time. [Solved]
Replies: 8
Views: 923

Re: How to set timer - need to have active two sensors in specific time. [Solved]

Here you are logs: 2020-10-22 12:19:16.629 Status: dzVents: Info: scene Control: ------ Start internal script: Test: Device: "Garaż (Dummy)", Index: 135 2020-10-22 12:19:16.632 Status: dzVents: Debug: scene Control: Processing device-adapter for Alarm noc: Switch device adapter 2020-10-22 12:19:16. ...
by nowy
Thursday 22 October 2020 0:20
Forum: dzVents
Topic: How to set timer - need to have active two sensors in specific time. [Solved]
Replies: 8
Views: 923

Re: How to set timer - need to have active two sensors in specific time. [Solved]

Tested and ... Script works well when I added two tested switches and manually activated them but when I use my motion sensors scripts starts and right away finish. What can be wrong? 2020-10-22 00:15:14.624 Status: dzVents: Info: XXX: ------ Start internal script: Test: Device: "Garaż (Dummy) ...
by nowy
Wednesday 21 October 2020 23:18
Forum: dzVents
Topic: How to set timer - need to have active two sensors in specific time. [Solved]
Replies: 8
Views: 923

Re: How to set timer - need to have active two sensors in specific time. [Solved]

Where should I place additional condition like if domoticz.devices('Alarm').state == 'On') then execute rest function so turn on the switch if at least these two sensors are active.
by nowy
Wednesday 21 October 2020 20:24
Forum: dzVents
Topic: How to set timer - need to have active two sensors in specific time. [Solved]
Replies: 8
Views: 923

How to set timer - need to have active two sensors in specific time. [Solved]

Hi All, I need dzvents script that will activate the switch if at least two any motion sensors (from 10 sensors) are active simultaneously in last 5 minutes. So if first sensor detects the move then timer starts and if in the next 5 minutes second sensor discovers move then switch will be activated ...