Hello.
I had a problem going from firmware 7.201 to 7.213. With the garage door remote control, when pressed and the alarm is connected, it bypasses the garage access areas. Since the firmware was changed, my garage door works poorly. My garage door moves with KNX. When I press the button on the garage remote, the door tries to open and instantly stops. I have reviewed the KNX telegrams and I see that when I press the button, the telegram is sent to Cytech and it returns the same telegram to the KNX, resulting in the door stopping instantly. I have tried uploading to the latest version of the KNX module and it still gives the same result. The only solution was to return to firmware 7.201 or remove the response bypasses.
I give you the response I use:
If Counter BypassPool = 0 Then
If SecurityMode <> SecurityOff Then
Garage Door Bypass(22)
Bypass Garage(21)
Bypass EntryPlot(28)
Bypass Sliding Door (23)
Knx On UCM02 2330
Do UnbypassGarage After 120 Seconds Using BypassGarage120s(1)
End If
Set BypassGarage(9) = 0
End If
I leave it like this, it does work:
If Counter BypassPool = 0 Then
If SecurityMode <> SecurityOff Then
Knx On UCM02 2330
Do UnbypassGarage After 120 Seconds Using BypassGarage120s(1)
End If
Set BypassGarage(9) = 0
End If
I have tried firmware 7.210 and 7.214 and they also cause problems.
For now I'm staying at 7,201. It is the only solution I see to continue having the bypasses.
Thank youLast edited on Thursday Apr 18th, 2024 11:55 am by mario.jr
|