Comfort Automation/ Security System Forums
comfort2mqtt/alarm/message - Printable Version

+- Comfort Automation/ Security System Forums (https://www.comfortforums.com)
+-- Forum: Software Applications (https://www.comfortforums.com/forum-4.html)
+--- Forum: Comfort with Home Assistant (https://www.comfortforums.com/forum-143.html)
+--- Thread: comfort2mqtt/alarm/message (/thread-5818.html)



comfort2mqtt/alarm/message - srooks - 11-04-2025

I don't see this topic being published. Was trying to use it for a doorbell press. 

   


RE: comfort2mqtt/alarm/message - Ingo - 11-05-2025

(11-04-2025, 05:54 PM)srooks Wrote: I don't see this topic being published. Was trying to use it for a doorbell press. 

You have to add it like any other entity.

    - name: Doorbell
      unique_id: "comfort2_alarm_doorbell"
      default_entity_id: "binary_sensor.comfort2_alarm_doorbell"
      state_topic: "comfort2mqtt/alarm/doorbell"
      availability_topic: "comfort2mqtt/alarm/online"
      payload_on: "1"
      payload_off: "0"
      payload_available: "1"
      payload_not_available: "0"
      device_class: sound


RE: comfort2mqtt/alarm/message - srooks - 11-05-2025

(11-05-2025, 05:44 AM)Ingo Wrote:
(11-04-2025, 05:54 PM)srooks Wrote: I don't see this topic being published. Was trying to use it for a doorbell press. 

You have to add it like any other entity.

    - name: Doorbell
      unique_id: "comfort2_alarm_doorbell"
      default_entity_id: "binary_sensor.comfort2_alarm_doorbell"
      state_topic: "comfort2mqtt/alarm/doorbell"
      availability_topic: "comfort2mqtt/alarm/online"
      payload_on: "1"
      payload_off: "0"
      payload_available: "1"
      payload_not_available: "0"
      device_class: sound

Yes, I've done this. However documentation (and earlier thread) suggests this topic is published to - and this has the doorbell number. 

    - name: Alarm Message
      unique_id: "comfort2_alarm_message"
      object_id: "comfort2_alarm_message"
      state_topic: "comfort2mqtt/alarm/message"
      availability_topic: "comfort2mqtt/alarm/online"
      payload_available: "1"
      payload_not_available: "0"

But I'm not seeing this ever sent / triggered ?


RE: comfort2mqtt/alarm/message - Ingo - 11-05-2025

Please post the debug log when the doorbell is pressed and answered. You should see DBxx