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
5 hours ago
System not announcing are...
Last Post: raygregg114
5 hours ago
Cbus to KNX translator - ...
Last Post: Home
Today, 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

  Help Please - Vocabulary corrupt
Posted by: Wimphot - 10-07-2021, 12:31 PM - Forum: Problems & Troubleshooting - Replies (4)

Fitted new shock/vibration + reed switch to external doorway.
Uploaded new config to Comfort. (possible mistake here: wrote ALL to comfort NOT just zone changes!)
feedbackon keypad:
[indent]ID#1 - [color=\"#00aa55\"]assumed keypad ID [yes] - [no][/color]
Ver1.08efollowed by
WRONG TEXT
PUSH *1 TOGETHERthen (very briefly)
NO TEXT DATA
DOWNLOAD ABORTED.[/indent]System info:ULT 5.121
UCM PC01-066A (GSM7.XXX) labels P104188 & C086904 on the board + UCMGSM4
plus
UCM PC01-066A (GSM7.XXX) labels P076140 & C055863 on the board + USB daughter board labelled P099146.


PC Info:
Comfort V3.12.16.0 (Comfort II Ultra) running on Win 7 SP2 {only wintel machine I have). Using USB

I am assuming I need to carry out a Vocab upgrade - as described here:
https://www.comfortforums.com/forum76/1623.html
I will use a new copy of the voiceproc file downloaded from here:
https://www.cytech.biz/myma.html
I have kate39, Marta32, myma39 [color=\"#ff0000\"]AND[/color] [color=\"#ff0000\"]zmyma39[/color] in my config folder - do I need ALL 4? to complete the upgrade.

Am I good to proceed?

Print this item

  Comfigurator on Macbook Air
Posted by: mreneuk - 10-04-2021, 10:45 AM - Forum: Comfigurator - Replies (9)

Can the comfigurator be used with a mac.

Print this item

  Open Source software
Posted by: mattbrain - 09-15-2021, 12:22 PM - Forum: UCM/Pi - Replies (3)

Hi All After an extended period with little activity on the software development, I\'m pleased to announce alphaWerk are releasing the UCM/Pi software as opensource.    

The repo can be found here: https://github.com/alphawerk/ucmpi_os 

If you have any questions, please don\'t hesitate to ask here or contact me on matt@alphawerk.co.uk For those of you interested in the UCM/Pi, but are unsure whether it is right for you, i\'ll be publishing instructions on getting the software to run on a regular Pi (albeit missing some critical features such as hardware monitoring and UCM permissive authentication).

Print this item

  Set time
Posted by: Ian - 09-13-2021, 07:23 AM - Forum: Responses and Actions - Replies (6)

I would like to set the time of comfort to be the same as my LAN. I know there is the opportunity when transferring to Comfort, but can I do it from a response?

Print this item

  Siren/Doorbell Volume on Keypads
Posted by: slychiu - 09-05-2021, 06:02 AM - Forum: FAQs - Technical - No Replies

To increase the volume of siren sounds or doorbell on Keypads;

  1. Look for J56 shunt on main board DSP side Put shunt in for louder, remove for softer siren and doorbell tones
  2. In Configuration > Voice Settings, change Keypad Annoucement Level to a higher value



Print this item

  Visonic MC 308 with Comfort II
Posted by: cc_uk - 09-01-2021, 01:43 PM - Forum: Wireless Security - Replies (3)

I have a Comfort II with a Visconic MC308 connected to it.
I have two Visonic wireless PIRs - one is currently paired with the MC308.   I am getting spurious false alarms on the Comfort system.
The PIR is fairly close to the MC308 so it\'s not a range issue.  The PIR is in a closed box while I am testing,  so not triggering it\'s sensor.
I have additionally removed the cover from the MC308 to put it into test mode.   When the spurious alarms are received by Comfort they do not correspond with  a PIR trigger to the MC308 (ie no success tone fropm the MC308).

I do hear the \'success tone\' from the MC308 every 10-12 minutes which I believe is a keepalive between the PIR and the MC308  These do not trigger a comfort alarm.
If I deliberately trigger the PIR I do get the success tone from the MC308 in test mode and Comfort does also trigger.

Therefore I believe the problem with spurious alarms lies between the MC308 and comfort
Comfort is configured with shunts not to require EOL resistors, and no EOL resistors are connected.  There are three connections between comfort and the MC308 - 12V, 0V and Zone 1 on MC308 connected to Zone 4 input on the Comfort panel.
There is no connection to COM terminal on the comfort panel, for this zone, but I assume all the COM zone connections are tied to 0V anyway.  And no connection to COM on the MC308
The Zone on Comfort is configured as a NC.  I have tried with Digtial set to YES and to NO and Sensitivity values of 100, 200, 300, 400 & 500 and get the same result.
Shoudl this open collectior type connection be defined as Digital or not?    What does that setting actually do on Comfort?

Any help appreciated.

Print this item

  Edit Action Codes Changes view of Response
Posted by: slychiu - 09-01-2021, 08:26 AM - Forum: Comfigurator - No Replies

Note that from 3.13.6, if you use \"Edit Action Codes\" for a Response in which there is more than 1 condition, for example


If Counter Counter001 = 3 And Flag Flag002 = 0 Then
    Pulse Output001(1) For 10
End If 


After Edit action Codes, the Response will be changed to the below 
 
Get Counter Counter001(1)
BranchIfNotEqual 8 3
Get Flag Flag002(2)
BranchIfNonZero 3
Pulse Output001(1) For 10 

Do not worry, the Function of the Response is not changed, because the action codes remain unchanged, ie
 

81,1, 146,8,3, 132,2,2, 115,3, 130,10,1, 255

The reason for this is to allow Read  fron Comfort - Responses are not changed by Comfigurator. ie the raw Action Codes are not changed by a Read from Comfort so that the working of the Response is unchanged.
Read from Comfort has the same effect on Response has Edot Action Codes

Print this item

  Virtual inputs
Posted by: theshepherdmatt - 08-30-2021, 12:59 PM - Forum: Responses and Actions - Replies (4)

Hi guys,
I cannot remove the virtual inputs on 2 of my zones?
any help will be appreciated.
cheers 
matt



Attached Files Thumbnail(s)
   
Print this item

  IRIO Website and Brochure
Posted by: slychiu - 08-21-2021, 05:45 AM - Forum: IRIO - Replies (4)

The new IRIO website is at https://www.cytech.biz/brochure/irio.html 

There is a download link for the  brcohure



Attached Files Thumbnail(s)
   
Print this item

  Comfort without PSTN landlines?
Posted by: caravanboy - 08-17-2021, 10:49 AM - Forum: Questions on Installation and Connection - Replies (7)

I\'ve seen a news story today that in the UK they are planning to switch off PSTN landlines from 2025.   BBC News story

I know Comfort has a GSM backup option (although mine still has bugs/issues during AC power failures - but that\'s another thread) but will there be any new modules or way of Comfort still working over VOIP landlines in four years time?  Or is there already a way to support this?

Print this item


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

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