Skip to content

C300X doesn't send MQTT informations on TX topic #34

@BsCmOD

Description

@BsCmOD

Hi, first of all thank'you for your work, I intergrated the bticino classe 300x to my home assistant to open the gate and turn on the external lights (I don't even understand how to fully intergrated with also calls, audio and video), I'm tryng to create notifications for lights, gate and especially for external calling but from home assistant I can see that I don't receive any information via mqtt from the intercom but it can receive to execute commands. What can I do? Is it a bug into mqtt installed into the modified firmware? Here is my automation.yaml script:

  • id: '1657896199804'
    alias: Notifiche dal citofono
    description: ''
    trigger:
    • platform: state
      entity_id:
      • sensor.video_intercom_rx
        action:
    • choose:
      • conditions:
        • condition: state
          entity_id: sensor.video_intercom_rx
          state: '821*10##'
          sequence:
        • service: notify.persistent_notification
          data:
          title: Notifica dal citofono
          notification_message: La luce del viale pedonale è stata accesa
      • conditions:
        • condition: state
          entity_id: sensor.video_intercom_rx
          state: '819*20##'
          sequence:
        • service: notify.persistent_notification
          data:
          title: Notifica dal citofono
          notification_message: Il cancello pedonale è stato aperto
      • conditions:
        • condition: state
          entity_id: sensor.video_intercom_rx
          state: '81#1#4#21*10##'
          sequence:
        • service: notify.persistent_notification
          data:
          title: Notifica dal citofono
          notification_message: Il campanello è stato suonato
          default: []
          mode: single

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions