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
1 hour ago
System not announcing are...
Last Post: raygregg114
2 hours ago
Cbus to KNX translator - ...
Last Post: Home
8 hours ago
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

  Comfort Register Monitor
Posted by: slychiu - 05-16-2025, 07:23 AM - Forum: Automation Programming - No Replies

Register Monitor
The new Register Monitor feature is very useful when you want to monitor a range of Comfort registers; Zones/Inputs, Outputs, Counters, Flags, and Sensors. Before this, you had to go to Zones to monitor zones, Outputs to monitor outputs, Counters to monitor counters, etc. This new feature allows all required registers to be monitored in a single window.


  
  see http://www.comfortforums.com/forum20/5149.html for details

Print this item

  Comfort Register Monitor
Posted by: slychiu - 05-16-2025, 07:21 AM - Forum: FAQs - Technical - No Replies

Register Monitor
The new Register Monitor feature is very useful when you want to monitor a range of Comfort registers; Zones/Inputs, Outputs, Counters, Flags, and Sensors. Before this, you had to go to Zones to monitor zones, Outputs to monitor outputs, Counters to monitor counters, etc. This new feature allows all required registers to be monitored in a single window.


   
see http://www.comfortforums.com/forum20/5149.html for details

Print this item

  crl_comfort_app_convertor.php not working
Posted by: rodime - 05-15-2025, 05:55 PM - Forum: iOS Apps - Replies (5)

Produces following error on Upload File submit.  

Fatal error[/b]: Uncaught TypeError: Cannot access offset of type XMLParser on array in /home/cytech/www/www/cytech_beta/crl_comfort_app_convertor.php:552 Stack trace: #0 /home/cytech/www/www/cytech_beta/crl_comfort_app_convertor.php(556): new_xml_parser(\'/home/cytech/ww...\') #1 {main} thrown in /home/cytech/www/www/cytech_beta/crl_comfort_app_convertor.php[/b] on line 552[/b]
[/b]
[/b]The site was working fine as recently as last week.

Print this item

  Siren Output
Posted by: rodime - 05-14-2025, 03:15 PM - Forum: Questions on Using Comfort - Replies (14)

Hi there,

I am testing an external relay which I want to trigger specifically on a siren event.

To do so as a catch all, I am using the Siren Output setting within default partition 0 (I\'m not using partitions 1-3) to trigger the relay on an output zone.

1. Please confirm that the Siren Output within the partitions setting is in ADDITION to the regular siren output - ie BOTH will trigger on siren event.

2. So as not to disturb neighbours, I need to do extensive testing without triggering the physical bell box for this scenario. I believe the Bell Out needs to be left to Yes in order to trigger the Siren Output in partitions. What is the best way to disable the siren from sounding in this scenario. Without going into the bell box.

Thanks

Print this item

  Too many RS485 messages from PIRs
Posted by: Pharris15 - 05-11-2025, 09:39 AM - Forum: Responses and Actions - Replies (1)

I use the alarm PIR sensors to trigger devices external to Comfort via RS485 messages.
As the PIRs can retrigger multiple times when moving through a zone it means a lot of RS485 messages sent. This can mean that some triggers are delayed due to the amount of data.
What is the easiest method to reduce the number of repeat messages, is it a matter of adding a \"wait\" after a \'Universal SendCommand UCM02\' instruction?

Print this item

  CM9001/A with ARM Processor
Posted by: slychiu - 05-02-2025, 01:45 AM - Forum: NEWS & Announcements - Replies (16)

see CM9001/A with ARM Processor at http://www.comfortforums.com/thread-5607.html

Print this item

  Home Assistant Remote Access using DuckDNS and LetsEncrypt
Posted by: slychiu - 04-24-2025, 02:11 AM - Forum: Comfort with Home Assistant - Replies (1)

This is a guide to setting up encrypted remote access  using DuckDns and Lets encrypt to secure the connection. This content is mainly from https://smarthomeaddict.co.uk/2022/07/ho...tsencrypt/ which is one of the  best guides.

Why this method?

  •     It’s a quick and relatively easy way to get remote access to Home Assistant.
  •     It provides an SSL certificate to keep your connection secure.
Some downsides
  •     There is a need to open up a port in your router to forward the port.
  •     Internal access will now report a certificate error, but you can safely ignore this
First Go to DuckDNS.org. Sign in or create an account. Create a domain with the name of your choice, it will end in duckdns.org. Click Add Domain.


The domain will then appear below. To link your account with the addon, select and copy the string in the token field. Don’t give anybody this token, as it’s a security risk to share it.


Next Install the DuckDNS addon. Go to Settings, Addons and then click on Addon Store. Click DuckDNS. Click Install. Once it’s installed, enable the watchdog and go to the Configuration tab. As you can see, we need some information to add to the config.


add the duckdns URL in the domains box eg xxxx.duckdns.org You should see the same URL above the Domains box with an X. 
Warning - you may see another X on the left. Press X to delete this blank domainotherwise the add on will not work. This caused me a lot of time to sort it out

Also when you copy and paste the token from the duckdns page, check that there are no spaces in the front of the token. By default the token is copied with one or more spaces.

In the Let’s Encrypt section, change false in accept terms to true in order to allow the addon to request an SSL certificate.  Finally click Save.


We now need to let Home Assistant know it’s using an SSL certificate. To do this, edit the configuration.yaml file and add an http section, then add the following two lines.

http:
  ssl_certificate: /ssl/fullchain.pem
  ssl_key: /ssl/privkey.pem  
 Click Save.



Click Developer Tools, and check config. If there are any errors correct them – If all is well click Restart.

Next forward forward a port in your router to allow traffic through so that you can access your Home Assistant instance from the Internet.

Go to your router IP address.
  1. Forward port 8123 to internal Port 8123. Protocol is TCP
  2. Forward port 443 to internal Port 8123. Protocol is TCP
As we’re using an SSL certificate, we’ll be using https. This means that the traffic between your browser or mobile and Home Assistant is encrypted, so nobody can intercept or see what you are doing. The standard port for https is port 443, however Home Assistant is on port 8123.

  When you go back to Home Assistant, eg http://homeassistant-local:8123 you will get an error. This is because you’ve turned on SSL, so we need to change the URL slightly to use https instead of http, ie https://homeassistant-local:8123 

 Once you do this, you’ll get a warning that your connection is not private as we’re using the IP address. It is safe to ignore this as this is inside your network. Click Advanced, and then the Proceed link. Home Assistant will now display and you can use this as normal. 
From a browser outside the home network, enter your DuckDNS url that you set up, ensuring you precede this with https:.  eg https://mydomain.duckdns You do not need port 8123

Log in using your normal credentials. Once logged in, you can then operate home assistant as if you were browsing from your home network.
You can use the remote access domain  eg https://mydomain.duckdns even within your home network so you do not need to use the local IP address.


Warning: as local access now  requires https, theHone assistant Voice Preview dition may not be able to connect as it requires http access

Print this item

  Monitoring of Temperature and Humidity Alarms
Posted by: slychiu - 04-21-2025, 12:44 PM - Forum: Comfort with Home Assistant - Replies (2)




The MSM01 built-in Temperature sensor is mapped to a Comfortsensor

  1. Comfort Sensor for Temperature in deg C
  2. Comfort Counter for Temperature Setpoint deg C
  3. Comfort Flag for Enable Setpoint (and Alarm)
  4. Comfort Virtual Input trigger alarm when Temperature exceeds the Setpoint
Similarly the MSM01s Built in Humidity Sensor is mapped to a Comfort Sensor


  1. Comfort Sensor for Humidity in %
  2. Comfort Counter for Humidity Setpoint in %
  3. Comfort Flag for Enable Setpoint (and Alarm)
  4. Comfort Virtual Input which triggers alarm when the humidity reading exceeds the Setpoint
The Home assistant Dashboard can be programmed to display Temperature and Humidity monitoring 

The below screenshot shows temperature Monitoring Enabled, with temperature below Setpoint ;




This is temperature above setpoint, and temperature alarm triggered



Below is Humidity Monitoring with Humidity below setpoint



Humidity above Setpoint  and Humidity Alarm Triggered




Combined view of Humidity





to be continued...

Print this item

  MultiSensor Module MSM01 Temperature and Humidity Graphical display
Posted by: slychiu - 04-11-2025, 07:07 AM - Forum: Environmental Monitoring System - No Replies

The Multisensor Module MSM01 has internal sensors for Temperature & Humidity as well as connections to water leakage detection cable for Water Leakage. It also has 4 external inputs for Dry contacts.



see http://www.comfortforums.com/forum139/4919.html for more info.

The temperature and Humidity can be mapped to Comfort Sensors eg



Setpoints for temperature and humidity can be set up, so that if the temperature or humidity exceeds the setpoints, an alarm can be triggered.


Comfort has an integration to the Home Assistant Platform see http://www.comfortforums.com/forum143/5577.html Home Assistant can be installed in a Respberry Pi. The Home Assistant User Interface can be accessed by Browser on any computer (PC, MAC, Linux) or on Mobile phone apps for iOS and Android. Notifications can be set up for registered Mobile phones when any temperature or humidity alarm occurs.


The current sensor value for Temperature and Humidity can be displayed on the Dashboard



Home Assistant also allows powerful graphing capabilities for the sensor values. The duration over which the sensor values can be selected eg 1 week, 1 month, and the time scale of the graphical display be  adjusted as well as the vertical Axis scaling and units.




Similarly Water Leakage sensor values can be displayed if required.
The Sensor Data displayed on the graph can be exported to a csv file


For details on configuration and setup in Home Assistant please see http://www.comfortforums.com/forum143/5624.html  
Comfort EMS with MSM01 can be packaged and configured with Raspbery Pi and Home Assistant if required

Print this item

  FF not arming to vacation mode
Posted by: gsnottingham - 04-07-2025, 11:01 AM - Forum: Arming and Disarming - Replies (6)

I recently updated my firmware to the current version from quite an old version and also installed a GSM module. 

We always had the system programmed so that when we pressed the lock symbol the alarm would bypass the garage sensors and then set to away mode. We could then access the garage on our way out of the house. 

If we were going out and wanted the whole house including the garage to be alarmed then we pressed \'FF\' and the system was set to vacation mode.

Since my recent upgrade, pressing FF does not do anything. We can only set to vacation mode by using the GSM module.

Is there now a different way to set to vacation mode that I have missed? 

Thanks  

Print this item


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

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