Tu dis dans ton 1er message que ça ne fonctionne pas en Knx et dans le dernier que ça fonctionne en Knx ????
Dans la copie d'écran on voit des GA mais pas les objets, notamment celui de la LED du bouton.
Pour Home assistant, il suffit dans le fichier group.yaml (avec la ligne group: !include group.yaml dans configuration.yaml) de procéder comme dans l'exemple suivant :
# ECL SUD #####################
ecl_sud_group_light:
name: ecl_sud_group_light
entities:
- light.Cellier
- light.Lingerie
- light.cuisine_cloison
- light.cuisine_plafond
- light.cuisine_plan_de_travail
- light.sejour_table
- light.sejour_spots
- light.sejour_tableau
- light.salon_plafond
- light.salon_spots
- light.salon_led_tv
- light.hall
- light.dgt_etage
- light.sdb_etage_plafond
- light.sdb_etage_miroir
- light.ch2
- light.ch3_centre
- light.ch3_spots
- light.ch4_centre
- light.ch4_spots
- light.dgt_sous_sol
- light.chaufferie
- light.debarras
- light.cave
Code la carte (4 groupes) :
type: horizontal-stack
cards:
- show_name: true
show_icon: true
type: button
tap_action:
action: navigate
navigation_path: /lovelace/ecl-sud
entity: group.ecl_sud_group_light
name: ECL SUD
icon: mdi:lightbulb-group
- show_name: true
show_icon: true
type: button
tap_action:
action: navigate
navigation_path: /lovelace/ecl-sud
entity: group.ecl_sud_pc
name: Prises SUD
icon: mdi:lightbulb-group
- show_name: true
show_icon: true
type: button
tap_action:
action: navigate
navigation_path: /lovelace/ecl-troglo
entity: group.troglo_group_light
name: TROGLO
icon: mdi:lightbulb-group
- show_name: true
show_icon: true
type: button
tap_action:
action: navigate
navigation_path: /lovelace/ecl-ext
entity: group.exterieur_group_light
name: EXT
icon: mdi:lightbulb-group
Dans la copie d'écran on voit des GA mais pas les objets, notamment celui de la LED du bouton.
Pour Home assistant, il suffit dans le fichier group.yaml (avec la ligne group: !include group.yaml dans configuration.yaml) de procéder comme dans l'exemple suivant :
# ECL SUD #####################
ecl_sud_group_light:
name: ecl_sud_group_light
entities:
- light.Cellier
- light.Lingerie
- light.cuisine_cloison
- light.cuisine_plafond
- light.cuisine_plan_de_travail
- light.sejour_table
- light.sejour_spots
- light.sejour_tableau
- light.salon_plafond
- light.salon_spots
- light.salon_led_tv
- light.hall
- light.dgt_etage
- light.sdb_etage_plafond
- light.sdb_etage_miroir
- light.ch2
- light.ch3_centre
- light.ch3_spots
- light.ch4_centre
- light.ch4_spots
- light.dgt_sous_sol
- light.chaufferie
- light.debarras
- light.cave
Code la carte (4 groupes) :
type: horizontal-stack
cards:
- show_name: true
show_icon: true
type: button
tap_action:
action: navigate
navigation_path: /lovelace/ecl-sud
entity: group.ecl_sud_group_light
name: ECL SUD
icon: mdi:lightbulb-group
- show_name: true
show_icon: true
type: button
tap_action:
action: navigate
navigation_path: /lovelace/ecl-sud
entity: group.ecl_sud_pc
name: Prises SUD
icon: mdi:lightbulb-group
- show_name: true
show_icon: true
type: button
tap_action:
action: navigate
navigation_path: /lovelace/ecl-troglo
entity: group.troglo_group_light
name: TROGLO
icon: mdi:lightbulb-group
- show_name: true
show_icon: true
type: button
tap_action:
action: navigate
navigation_path: /lovelace/ecl-ext
entity: group.exterieur_group_light
name: EXT
icon: mdi:lightbulb-group