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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 53,611
» Latest member: gobellitxf
» Forum threads: 4,975
» Forum posts: 25,997

Full Statistics

Online Users
There are currently 329 online users.
» 0 Member(s) | 326 Guest(s)
Applebot, Bing, Google

Latest Threads
Unable to install Add-on
Forum: Comfort with Home Assistant
Last Post: Ingo
Yesterday, 11:14 AM
» Replies: 3
» Views: 1,254
Comfigurator 4.0.x
Forum: Comfigurator
Last Post: slychiu
Yesterday, 01:44 AM
» Replies: 3
» Views: 1,155
Inconsistent Behaviour
Forum: Comfort with Home Assistant
Last Post: bagushandhoko
02-06-2026, 04:54 AM
» Replies: 2
» Views: 138
Random Communication Fail...
Forum: Problems & Troubleshooting
Last Post: Howser
02-03-2026, 07:19 PM
» Replies: 21
» Views: 2,022
Comfort Server Manager & ...
Forum: Ethernet UCM/ETH03
Last Post: philcolley
01-23-2026, 04:35 PM
» Replies: 5
» Views: 593
Cancelling dial-outs afte...
Forum: Questions on Using Comfort
Last Post: slychiu
01-13-2026, 12:05 PM
» Replies: 6
» Views: 461
What SMTP servers do peop...
Forum: Ethernet UCM/ETH03
Last Post: Onix69
01-10-2026, 08:29 PM
» Replies: 6
» Views: 4,890
8.030 not upgrading
Forum: Firmware Upgrading Problems
Last Post: MCFH
01-07-2026, 10:16 AM
» Replies: 9
» Views: 1,560
Comfort GSM not answering...
Forum: GSM Module
Last Post: caravanboy
12-31-2025, 10:49 AM
» Replies: 21
» Views: 6,168
Comfort Forums has been m...
Forum: Forum/Website
Last Post: slychiu
12-31-2025, 02:18 AM
» Replies: 7
» Views: 1,843

 
  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

  MultiSensor Module MSM01 Temperature and Humidity in Home Assistant
Posted by: slychiu - 04-06-2025, 07:42 AM - Forum: Comfort with Home Assistant - Replies (6)

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 which can trigger alarms or Responses in Comfort.



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

The temperature and Humidity can be mapped to Comfort Sensors eg






 The Comfort 2 mqtt addon in Home Assistant can be configured to display the temperature and Humidity sensors on the dashboard, eg Entry in configuration.yaml

   - name: Temperature
     unique_id: \"comfort2_sensor1\"
     state_topic: \"comfort2mqtt/sensor1\"
     value_template: \"{{ value_json.Value }}\"
     availability_topic: \"comfort2mqtt/alarm/online\"
     json_attributes_template: \"{{ value_json | tojson }}\"
     json_attributes_topic: \"comfort2mqtt/sensor1\"
     device_class: temperature
     state_class: measurement
     unit_of_measurement: °C
     payload_available: \"1\"
     payload_not_available: \"0\"

   - name: Humidity
     unique_id: \"comfort2_sensor2\"
     state_topic: \"comfort2mqtt/sensor2\"
     value_template: \"{{ value_json.Value }}\"
     availability_topic: \"comfort2mqtt/alarm/online\"
     json_attributes_template: \"{{ value_json | tojson }}\"
     json_attributes_topic: \"comfort2mqtt/sensor2\"
     device_class: humidity
     state_class: measurement
     unit_of_measurement: \"%\"
     payload_available: \"1\"
     payload_not_available: \"0\"
the dashboard should show 











Print this item

  Can only see "Comfort to MQTT" in devices and services, devices.
Posted by: Pharris15 - 04-03-2025, 04:58 PM - Forum: Comfort with Home Assistant - Replies (3)

Unable to see Comfort II Ultra (MQTT client), Comfort2MTTBridge (MQTT client).
I am using a Mosquitto broker on another device. I can see the messages at the MQTT broker but not in HA.
I am a newbie to HA.
I have reinstalled from scratch and arrived at the same problem.

Print this item

  comms Problem SEM01
Posted by: johnrf - 03-27-2025, 04:59 AM - Forum: Expansion Modules - Replies (1)

Hi, I upgraded to the latest version and lost my SEM01. I was asked to download the older version to see what happened, and that seems to have fixed the lost SEM01. Everything seems OK, but on a restart of the system (power Reset), I get a comms failure on SEM01. This clears when I log in on the keyboard or do a module scan through Comfigurator. and states \'communications restored\' I have also communications error 33 restored. when the communications is in fault mode non of the inputs are working in SEM1   

Print this item

  Coms failure after upgrage to 8.021
Posted by: johnrf - 03-23-2025, 01:33 AM - Forum: Slave Firmware - Replies (9)

Hi Chiu, I am having a few problems with my system after doing some upgrades. I have lost coms with my slave 01 after doing the upgrade. All I did was checked each module for updates and di them.
The last one was slave 1 and it upgraded to version 8.021 and when it rebooted at the end it states coms failure to slave 1 and of course I have no inputs from that point on.
I have re done the upgrade and all seems to work but I still have no coms to the at sem   

Print this item

  Clock 1 day ahead
Posted by: on4cet - 03-21-2025, 09:54 AM - Forum: Firmware Upgrading Problems - Replies (6)

Hi,
I already tried to use another ntp server pool to automatically correct the time from the UCM to the Comfort system, but since months the clock goes wrong after a few days.  The time is exactly correct, but the day always differs 1 day.  So when we are friday, comfort is already at saturday.
I maybe could uncheck the setting to automatically correct the time from ntp servers, but that also means that clock drift etc... may encounter after some time.
Anyone experience with this odd behaviour ?

Kind Regards,
Bart

Print this item

  UCM ID change
Posted by: Ghyllwood - 03-15-2025, 05:55 PM - Forum: Questions on Installation and Connection - Replies (8)

Does anyone know how you change the ID of this UCM I think it is  ETHge V2.2.3Or can you point me at the relevant manual? Thanks



Attached Files Thumbnail(s)
   
Print this item