muxa / hubitat

Custom Hubitat apps & drivers
18 stars 15 forks source link

My Remotec ZFM-80 Wave Relay is not turning off after the set timeout expires. #3

Open Allistah opened 3 years ago

Allistah commented 3 years ago

Hi there,

I've spent hours and hours trying to get this to work with this code but I can't figure it out. I am using a single door open/closed sensor to detect the garage door. I do not have a fully open sensor. I am using a Remotec ZFM-80 relay. It looks like your code is supposed to turn off the relay after x amount of time, but it is not happening no matter what I do. Any idea how I can fix this? I am on a Hubitat with version 2.2.4.145. Thank you for your time.

Here is the log from clicking Open, manually turning off the relay, then clicking Close:

2020-11-24 08:25:01.944 pm debug Garage door event: closed 2020-11-24 08:25:01.922 pm info Garage Main Door Sensor detected that Garage Main Door is fully closed 2020-11-24 08:24:44.934 pm info Engage garage switch from controller 2020-11-24 08:24:44.913 pm debug Garage door event: closing 2020-11-24 08:23:55.405 pm debug Garage door event: open 2020-11-24 08:23:55.374 pm info Garage Main Door Sensor detected that Garage Main Door is opening 2020-11-24 08:23:53.719 pm info Engage garage switch from controller 2020-11-24 08:23:53.693 pm debug Garage door event: opening 2020-11-24 08:23:29.629 pm debug Garage door event: closed 2020-11-24 08:23:29.600 pm info Garage Main Door Sensor detected that Garage Main Door is fully closed 2020-11-24 08:21:17.846 pm debug Garage door event: open 2020-11-24 08:21:17.820 pm info Garage Main Door Sensor detected that Garage Main Door is opening 2020-11-24 08:21:15.902 pm info Engage garage switch from controller 2020-11-24 08:21:15.853 pm debug Garage door event: opening 2020-11-24 08:20:07.078 pm info Initialised

muxa commented 3 years ago

@jpirnie Can you please post a screenshot of the app configuration screen?

Allistah commented 3 years ago

Sure thing, I should have done that to begin with. Here it is. Another thing I had to do to get it to work via the manual switch on the wall in the garage was comment out the line below. If my wife pressed the button in the garage to open the door, this line would stop it about 4 inches off the ground and it would be dead from that point.

            else {
                log "Engage garage switch from controller"
                //garageSwitch.on()

Screen Shot 2020-11-25 at 7 45 40 AM