-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
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:
- sensor.video_intercom_rx
- 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
- condition: state
- 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
- condition: state
- 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
- condition: state
- conditions:
- platform: state
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels