Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Latest Threads
UCMA/Pi for Home Assistan...
Last Post: PaulGordon
7 hours ago
System not announcing are...
Last Post: raygregg114
8 hours ago
Cbus to KNX translator - ...
Last Post: Home
Yesterday, 09:45 AM
Trouble connecting
Last Post: Home
09-21-2026, 03:42 PM
Comfort Analog Input Grap...
Last Post: slychiu
09-12-2026, 08:31 AM
Comfort Server Manager 2
Last Post: slychiu
09-08-2026, 04:48 AM
Comfort App Converter Dow...
Last Post: slychiu
09-08-2026, 02:00 AM
Comfort Android App 2.1 t...
Last Post: slychiu
09-08-2026, 01:56 AM
Ucm velbus c9mmunicati8ns...
Last Post: wexfordman
09-05-2026, 11:29 PM
Custom Events
Last Post: Ingo
08-29-2026, 08:47 AM

Forum Statistics
» Members: 53,661,   » Latest member: PaulGordon,   » Forum threads: 5,213,   » Forum posts: 28,672,  
Full Statistics

  Will a UCM/Pi be able to send out commands to other smart devices?
Posted by: palmlodge - 06-08-2019, 06:25 AM - Forum: UCM/Pi - Replies (10)

I\'m looking to add the UCM/Pi, and curious if it will be able to send out commands to other smart devices, such as sending an on/off command to an Alexa enabled mains switch?
If so, that would mean my CBUS switches can then control Alexa enabled mains modules, which would be amazing.
Thanks

Print this item

  buggy timer behaviour
Posted by: 2dp - 06-01-2019, 10:22 AM - Forum: Problems & Troubleshooting - Replies (11)

Hello!
I have a problem (it has been present since the first commissioning of the system, but it\'s a system in my own office, so it has low priority Smile ) with timed auto-switch-off of a light.
I have one of the lights in the main room controlled over an output from the main panel of the Comfort system.

The output is controlled manually and/or automatically.
Manually, the state of the output is toggled by two pushbuttons (one is connected to a zone on the main panel, another to a RIO input) and key \"8\" on the secondary keypad. Also from a control on the Comfort app for iPhone. The app also controls the state of the flag that turns automatic control on or off.
If the automatic control flag is on, the light is also controlled automatically. There are two PIR (motion detection zones) on the main panel that call the same ON Response for automatic switch on:

Code:
If Flag Night_time <> 0 And Flag AutoAllowed <> 0 Then
    Output MainLight On
End If
Stop Timer MainLightT
The last line is supposed to (if I understood correctly how timers in Comfort are supposed to work?) \"kill\" the last auto-switch-off delay that started counting when these same PIR zones both became inactive.
That is - the same two PIR zones call the same OFF Response for automatic switch off:
Code:
If Input PIR1 = 0 And Input PIR2 = 0 And Flag AutoAllowed <> 0 And Output MainLight <> 0 And NightTime <> 0 Then
    Wait 180 Seconds MainLightT
    If Input PIR1 = 0 And Input PIR2 = 0 And Flag AutoAllowed <> 0 And Output MainLight <> 0 Then
        Output MainLight Off
    End If
End If
So (in my head), this should mean:
If any of the PIR zones goes to off, check if the other one is off as well, and, if automatic control is allowed and it\'s night time, then activate the timer and wait for 3 minutes. After 3 minutes, check all the conditions AGAIN, and if all of them are STILL valid, switch the light off.

Meanwhile, if any of the PIR zones goes back to ON, the timer will be stopped (beacuse of the ON response) and the \"wait for 180 seconds\" part of the OFF response will never be completed, so the light will remain on.
Eventually, the movement in this area will stop (everybody will leave somewhere, but not necessarily arm the alarm, because they may be in the other surrounding rooms, so the alarm cannot be armed yet), and then the \"wait for 180 seconds\" part of the OFF response will complete, all the conditions will still check out, and the light will turn off.
The same timer is also stopped whenever a manual command to switch on or off is issued, or the AutoAllowed flag is toggled either way, so there should be no remaining auto-switch-offs queued for delayed execution after a manual action.

This is how I imagined it will work. Part of the time it actually does work like that. But sometimes it consistently - doesn\'t. Smile

For instance - it\'s dark inside, you enter, PIR detector sees you, light turns on immediately. And then it turns off a couple of seconds later (the PIR detector is actually ON all the time!). Then, the detector turns off, you move again, light turns on again, and turns off again after a few seconds. Etc. Nobody touches the AutoAllowed flag. :?

Another problem - we have a meeting in that room. I switch the light on manually and switch off the AutoAllowed flag. But the light STILL GETS automatically switched off after some time! :X And this is something that is persistent. I can\'t keep this light on all the time. I can switch it on and off manually, but I can\'t stop it from getting switched off by itself (when the PIRs turn off).
When the AutoAllowed flag is off, the light doesn\'t turn on automatically. Ever. This is OK.
So, to summarize, the switching on works fine, both manual and automatic. But the switching off doesn\'t.

Is it a problem of me not understanding the way timers (or responses) work, or is it a bug in Comfort? I looked for a way to not only stop the timer, but somehow \"reset\" all the actions that depend on it, but I haven\'t found it. It occured to me that maybe Comfort internally puts all the \"wait for timer\" requests to a stack (sort of) and doesn\'t delete them when a timer is programmatically stopped before the given time elapses. And so, when, eventually this specific timer actually DOES elapse, then a whole bunch of \"wait for timer\" stuff pops out and executes in an erratic sequence. But I suppose there would be a warning of such behaviour somewhere in the manual, wouldn\'t it? :?

Print this item

  Module scan time out
Posted by: bodsmate - 05-25-2019, 06:23 PM - Forum: Problems & Troubleshooting - Replies (2)

I have just added another UCM and note when I do a module scan in configurator, it always times out with \"module scan time out. Please retry the scan later.\"
This is not new, as this has always happened since the system was installed many years ago, I seem to remember if I disconnect the SEM, it scans the rest of the modules ok. I have added the new UCM manually and as with the other UCM\'s, keypads etc - works perfectly, just I am unable to scan them so thought I would ask if anyone knows why this happens.
Cheers Mark

Print this item

  communications error after removing door station board
Posted by: ianh100 - 05-21-2019, 07:55 PM - Forum: Troubles - Replies (3)

Hi, a few months ago i stopped using my door station but left the module installed. I am now getting communication errors so thought I would just remove the board. I am unable to remove the module in the software interface. 
This is a Gen1 Ultra board but using 3.5.6.0 of comfigurator. My board does not support scan. The software says to either scan or remove the module under teh module tab. I can\'t see any way to remove the module manually. Am I missing something here?
Many Thanks

Print this item

  KT03 - upgrade failed
Posted by: Home - 05-21-2019, 04:01 PM - Forum: KT03 Touchscreen Keypad (OBSOLETE) - Replies (1)

I\'ve just been upgrading KT03 they take best part of 1/2hr when over the bus rather than USB direct !
Unfortunately the laptop im using went to sleep during the firmware upgrade and now the KT03 is dead - 
Can I still upload via the USB on the front?

Print this item

  C-bus 2 custom applications 1 and 2. Requires new UCM/CBUS2 Firmware (to be released)
Posted by: Home - 05-20-2019, 06:43 PM - Forum: CBus - Replies (5)

C-bus 2 custom applications 1 and 2. Requires new UCM/CBUS2 Firmware (to be released)
Can someone explain what the CBUS custom applications are please?

Print this item

  Philips Hue - UCM
Posted by: Home - 05-20-2019, 06:28 PM - Forum: Lighting Interfaces - Replies (14)

We are increasingly coming across Philips Hue.
Does anyone know if Comfor can control this and if so how?

Print this item

  Zones not responding
Posted by: Swiss-Toni - 05-17-2019, 09:42 PM - Forum: Problems & Troubleshooting - Replies (10)

[size=\"4\"][font=\"georgia\"]I have installed a controil; panel and a Sem for a client, the problem is that the zones are not responding as they should. The SEM is connected via cat cable as per manual. the Zones that are affected in the SEM are [sub]17/18 and 23/24 when used they show Inactive /active  and [/sub]fail to change accordingly, initialy I changed cabels testing contacts and Pirs, only to find the fault was directly on the SEM as it was tested directly by linking out zones and leaving open. Siminlar situation is occuring on Control Panel Zone 1,7, & 8.[/font][/size][size=\"4\"][font=\"georgia\"]I swopped the SEM for another that I had and still the same problem occured, this leaves me to think that the problem is either the Control Panel is faulty or their is a serious fault in the programming.[/font][/size][size=\"4\"][font=\"georgia\"]The system has been set up as an alarm only system so far and has been staged with 3 partitions.
[/font][/size][size=\"4\"][font=\"georgia\"]Has anyone had any similar problems and were you able to resolve the problem
[/font][/size][size=\"4\"][font=\"georgia\"]Cables and end products have been changed unecsearily to no avail, after which all end equipment has been tested working inc cabling.[/font][/size]

Print this item

  Problems with Comfigurator 3.12.13
Posted by: slychiu - 05-04-2019, 07:59 AM - Forum: Comfigurator 3.x Old Versions (Archive) - Replies (8)

Comfigurator 3.12.13 (Beta)
Known bugs

  • KP04AT Internal Temperature sensor field Read froom KP04 is not correct, does not update the sensor
  • Cbus Custom application 1 and 2, when Read from Cbus EEPROM, values of FF give exception.
  • Divide Action 157 shows Wring Parameters in Response Wizard

Bugs Fixed from 3.12.12
  • Action Code Counter clear and set  158,0 and 1 were reversed
  • KNX/Logic – when UCM/GSM4 is connected, scan gets exception
  • UCM/Logic add UCM give exception (not connnected to system yet)
  • Slave 1 comms failure is reported as Door station -15 in status bar
  • When connecting to a Comfort with a different vocabulary from the cclx file, Comfigurator detects the vocabulary correctly, but when selecting words, the wrong wordlist is used (according to the cclx file, not Comfort). However after saving the file and opening again, the correct vocab is used
  • KNX/Logic gets exception when UCM/GSM4 was connected
New Features and Changes
  • UCM/Modbus – allow different modbus id on each Modbus to Comfort line.
  • Added Action 160 s12V timed off to turn off S12V for programmed duration. (requires New Comfort Firmware to be released)
  • Added Subtract action 149, 3  subtract Immediate  Action. (requires New Comfort Firmware to be released)
  • Added Set user partition action 161 (requires New Comfort Firmware to be released)
  • Ucm/Pi module tab added virtual input assignment. If UCM/Pi is already in the configuration, delete and add it again to see the new Virtual Inputs tab
  • CM9001- EMS Sensors calibration allow decimal fraction (requires New Comfort Firmware to be released)
  • KP04AT temp sensor  - KP Internal Temp Sensor field for KP04AT with temperature sensor
  • C-bus 2 custom applications 1 and 2. Requires new UCM/CBUS2 Firmware (to be released)

Print this item

  KT03 for sale
Posted by: Home - 05-02-2019, 09:28 AM - Forum: KT03 Touchscreen Keypad (OBSOLETE) - Replies (1)

A number of KT03\'s for sale
All latest firmware all working OK

Offers invited for individual or multiple.

Print this item


Online Users
There are currently 1096 online users. » 0 Member(s) | 1091 Guest(s)
Applebot, Baidu, Bing, Facebook, Google

Powered By MyBB, © 2002-2026 Melroy van den Berg.