You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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:
alias: Notifiche dal citofono
description: ''
trigger:
entity_id:
action:
entity_id: sensor.video_intercom_rx
state: '821*10##'
sequence:
data:
title: Notifica dal citofono
notification_message: La luce del viale pedonale è stata accesa
entity_id: sensor.video_intercom_rx
state: '819*20##'
sequence:
data:
title: Notifica dal citofono
notification_message: Il cancello pedonale è stato aperto
entity_id: sensor.video_intercom_rx
state: '81#1#4#21*10##'
sequence:
data:
title: Notifica dal citofono
notification_message: Il campanello è stato suonato
default: []
mode: single
The text was updated successfully, but these errors were encountered: