Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
BsCmOD opened this issue Jul 3, 2024 · 0 comments
Open

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

BsCmOD opened this issue Jul 3, 2024 · 0 comments

Comments

@BsCmOD
Copy link

BsCmOD commented Jul 3, 2024

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
@BsCmOD BsCmOD changed the title C300 doesn't send MQTT informations on TX topic C300X doesn't send MQTT informations on TX topic Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant