Comfort Automation/ Security System Forums > Support > Firmware History > Comfort Firmware > Problem with firmware 7.210 and next. |
Moderated by: ident |
Author | Post | |||||||||
---|---|---|---|---|---|---|---|---|---|---|
mario.jr Member
|
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 you Last edited on Thursday Apr 18th, 2024 11:55 am by mario.jr |
|||||||||
slychiu Administrator ![]()
|
we will check and let you know |
|||||||||
slychiu Administrator ![]()
|
The reason may be decsribed in the post below http://www.comfortforums.com/view_topic.php?id=5481&forum_id=79&jump_to=26723#p26723 we will produce a new version which hopefully will fix the problem |
|||||||||
slychiu Administrator ![]()
|
can you send the cclx file to support@cytec h.biz so we can look at the problem more closely |
|||||||||
mario.jr Member
|
I just send it. Thank you |
|||||||||
slychiu Administrator ![]()
|
Please test the new firmware 7.215 that I referred to in my email. I believe this shoul;d fgix the probem |
|||||||||
mario.jr Member
|
Hi. I have tried firmware 7.215 and it is still the same. |