From: Giorgio Ravera Date: Sat, 3 Aug 2024 07:49:12 +0000 (+0200) Subject: Added other bticino relays X-Git-Url: http://git.giorgioravera.it/?a=commitdiff_plain;h=f98c9e25d7714d19bc5c5e55188021d0d0b34523;p=homeassistant.git Added other bticino relays --- diff --git a/.storage/lovelace.lovelace_devices b/.storage/lovelace.lovelace_devices index 451a4c77..618f5283 100644 --- a/.storage/lovelace.lovelace_devices +++ b/.storage/lovelace.lovelace_devices @@ -5028,6 +5028,165 @@ ] } ] + }, + { + "type": "entities", + "show_header_toggle": "off", + "style": ".card-header {\n padding: 0px 0px 0px 0px !important;\n}\n", + "entities": [ + { + "type": "section", + "label": "3584 - Luce 0x000474000015de7e" + }, + { + "type": "custom:hui-element", + "card_type": "vertical-stack", + "cards": [ + { + "type": "horizontal-stack", + "cards": [ + { + "type": "picture", + "style": "ha-card { \n --paper-card-background-color: 'rgba(0, 0, 0, 0.0)';\n --ha-card-background: \"rgba(0, 0, 0, 0)\";\n --ha-card-box-shadow: 'none';\n}\n", + "image": "/local/images/devices/BTicino/BTI_3584C.png", + "tap_action": { + "action": "none" + } + }, + { + "type": "vertical-stack", + "cards": [ + { + "type": "custom:button-card", + "template": "template_device_generic_state", + "entity": "light.0x000474000015de7e", + "name": "Stato" + }, + { + "type": "custom:button-card", + "template": "template_device_firmware", + "entity": "update.0x000474000015de7e", + "name": "Firmare" + }, + { + "type": "custom:button-card", + "entity": "select.0x000474000015de7e_power_on_behavior", + "template": "template_device_generic_state", + "name": "Power-On" + } + ] + } + ] + } + ] + } + ] + }, + { + "type": "entities", + "show_header_toggle": "off", + "style": ".card-header {\n padding: 0px 0px 0px 0px !important;\n}\n", + "entities": [ + { + "type": "section", + "label": "3584 - Luce 0x000474000015de50" + }, + { + "type": "custom:hui-element", + "card_type": "vertical-stack", + "cards": [ + { + "type": "horizontal-stack", + "cards": [ + { + "type": "picture", + "style": "ha-card { \n --paper-card-background-color: 'rgba(0, 0, 0, 0.0)';\n --ha-card-background: \"rgba(0, 0, 0, 0)\";\n --ha-card-box-shadow: 'none';\n}\n", + "image": "/local/images/devices/BTicino/BTI_3584C.png", + "tap_action": { + "action": "none" + } + }, + { + "type": "vertical-stack", + "cards": [ + { + "type": "custom:button-card", + "template": "template_device_generic_state", + "entity": "light.0x000474000015de50", + "name": "Stato" + }, + { + "type": "custom:button-card", + "template": "template_device_firmware", + "entity": "update.0x000474000015de50", + "name": "Firmare" + }, + { + "type": "custom:button-card", + "entity": "select.0x000474000015de50_power_on_behavior", + "template": "template_device_generic_state", + "name": "Power-On" + } + ] + } + ] + } + ] + } + ] + }, + { + "type": "entities", + "show_header_toggle": "off", + "style": ".card-header {\n padding: 0px 0px 0px 0px !important;\n}\n", + "entities": [ + { + "type": "section", + "label": "3584 - Luce 0x000474000015ded8" + }, + { + "type": "custom:hui-element", + "card_type": "vertical-stack", + "cards": [ + { + "type": "horizontal-stack", + "cards": [ + { + "type": "picture", + "style": "ha-card { \n --paper-card-background-color: 'rgba(0, 0, 0, 0.0)';\n --ha-card-background: \"rgba(0, 0, 0, 0)\";\n --ha-card-box-shadow: 'none';\n}\n", + "image": "/local/images/devices/BTicino/BTI_3584C.png", + "tap_action": { + "action": "none" + } + }, + { + "type": "vertical-stack", + "cards": [ + { + "type": "custom:button-card", + "template": "template_device_generic_state", + "entity": "light.0x000474000015ded8", + "name": "Stato" + }, + { + "type": "custom:button-card", + "template": "template_device_firmware", + "entity": "update.0x000474000015ded8", + "name": "Firmare" + }, + { + "type": "custom:button-card", + "entity": "select.0x000474000015ded8_power_on_behavior", + "template": "template_device_generic_state", + "name": "Power-On" + } + ] + } + ] + } + ] + } + ] } ] } diff --git a/packages/BTicino/bticino_groups.yaml b/packages/BTicino/bticino_groups.yaml index a314e749..d81436be 100644 --- a/packages/BTicino/bticino_groups.yaml +++ b/packages/BTicino/bticino_groups.yaml @@ -7,9 +7,10 @@ group: name: BTicino Devices icon: mdi:alpha-b-box entities: - - update.0x0004740001583a4a + # Dimmers - update.0x0004740000254d99 - - update.0x000474000159053e + - update.0x0004740001583a4a + # Lights - update.0x000474000025912a - update.0x00047400002599cf - update.0x0004740000249a4e @@ -18,3 +19,14 @@ group: - update.0x00047400002790a6 - update.0x0004740000282606 - update.0x0004740000279162 + - update.0x000474000015de7e + - update.0x000474000159053e + - update.0x000474000015ded8 + # Covers + - update.0x000474000159053e + - update.0x00047400015a3e19 + - update.0x00047400015ada4b + - update.0x00047400015adb10 + - update.0x00047400015ada3d + - update.0x00047400015ada3f + diff --git a/packages/BTicino/bticino_log.yaml b/packages/BTicino/bticino_log.yaml index 979b9e92..96fa3a3e 100644 --- a/packages/BTicino/bticino_log.yaml +++ b/packages/BTicino/bticino_log.yaml @@ -23,12 +23,6 @@ logbook: - switch.0x0004740000254d99_led_if_on - switch.0x0004740000254d99_led_in_dark - # BTI-NT4027C - Tapparella 0x000474000159053e - - select.0x000474000159053e_identify - - select.0x000474000159053e_calibration_mode - - switch.0x000474000159053e_led_if_on - - switch.0x000474000159053e_led_in_dark - # BTI-3584C - Wired Relay 0x000474000025912a - select.0x000474000025912a_power_on_behavior @@ -53,6 +47,51 @@ logbook: # BTI-3584C - Wired Relay 0x0004740000279162 - select.0x0004740000279162_power_on_behavior + # BTI-3584C - Wired Relay 0x000474000015de7e + - select.0x000474000015de7e_power_on_behavior + + # BTI-3584C - Wired Relay 0x000474000015de50 + - select.0x000474000015de50_power_on_behavior + + # BTI-3584C - Wired Relay 0x000474000015ded8 + - select.0x000474000015ded8_power_on_behavior + + # BTI-NT4027C - Tapparella 0x000474000159053e + - select.0x000474000159053e_identify + - select.0x000474000159053e_calibration_mode + - switch.0x000474000159053e_led_if_on + - switch.0x000474000159053e_led_in_dark + + # BTI-NT4027C - Tapparella 0x00047400015a3e19 + - select.0x00047400015a3e19_identify + - select.0x00047400015a3e19_calibration_mode + - switch.0x00047400015a3e19_led_if_on + - switch.0x00047400015a3e19_led_in_dark + + # BTI-NT4027C - Tapparella 0x00047400015ada4b + - select.0x00047400015ada4b_identify + - select.0x00047400015ada4b_calibration_mode + - switch.0x00047400015ada4b_led_if_on + - switch.0x00047400015ada4b_led_in_dark + + # BTI-NT4027C - Tapparella 0x00047400015adb10 + - select.0x00047400015adb10_identify + - select.0x00047400015adb10_calibration_mode + - switch.0x00047400015adb10_led_if_on + - switch.0x00047400015adb10_led_in_dark + + # BTI-NT4027C - Tapparella 0x00047400015ada3d + - select.0x00047400015ada3d_identify + - select.0x00047400015ada3d_calibration_mode + - switch.0x00047400015ada3d_led_if_on + - switch.0x00047400015ada3d_led_in_dark + + # BTI-NT4027C - Tapparella 0x00047400015ada3f + - select.0x00047400015ada3f_identify + - select.0x00047400015ada3f_calibration_mode + - switch.0x00047400015ada3f_led_if_on + - switch.0x00047400015ada3f_led_in_dark + ###################################################################### # BTicino Package - Recorder ###################################################################### @@ -78,12 +117,6 @@ recorder: - switch.0x0004740000254d99_led_if_on - switch.0x0004740000254d99_led_in_dark - # BTI-NT4027C - Tapparella 0x000474000159053e - - select.0x000474000159053e_identify - - select.0x000474000159053e_calibration_mode - - switch.0x000474000159053e_led_if_on - - switch.0x000474000159053e_led_in_dark - # BTI-3584C - Wired Relay 0x000474000025912a - select.0x000474000025912a_power_on_behavior @@ -107,3 +140,48 @@ recorder: # BTI-3584C - Wired Relay 0x0004740000279162 - select.0x0004740000279162_power_on_behavior + + # BTI-3584C - Wired Relay 0x000474000015de7e + - select.0x000474000015de7e_power_on_behavior + + # BTI-3584C - Wired Relay 0x000474000015de50 + - select.0x000474000015de50_power_on_behavior + + # BTI-3584C - Wired Relay 0x000474000015ded8 + - select.0x000474000015ded8_power_on_behavior + + # BTI-NT4027C - Tapparella 0x000474000159053e + - select.0x000474000159053e_identify + - select.0x000474000159053e_calibration_mode + - switch.0x000474000159053e_led_if_on + - switch.0x000474000159053e_led_in_dark + + # BTI-NT4027C - Tapparella 0x00047400015a3e19 + - select.0x00047400015a3e19_identify + - select.0x00047400015a3e19_calibration_mode + - switch.0x00047400015a3e19_led_if_on + - switch.0x00047400015a3e19_led_in_dark + + # BTI-NT4027C - Tapparella 0x00047400015ada4b + - select.0x00047400015ada4b_identify + - select.0x00047400015ada4b_calibration_mode + - switch.0x00047400015ada4b_led_if_on + - switch.0x00047400015ada4b_led_in_dark + + # BTI-NT4027C - Tapparella 0x00047400015adb10 + - select.0x00047400015adb10_identify + - select.0x00047400015adb10_calibration_mode + - switch.0x00047400015adb10_led_if_on + - switch.0x00047400015adb10_led_in_dark + + # BTI-NT4027C - Tapparella 0x00047400015ada3d + - select.0x00047400015ada3d_identify + - select.0x00047400015ada3d_calibration_mode + - switch.0x00047400015ada3d_led_if_on + - switch.0x00047400015ada3d_led_in_dark + + # BTI-NT4027C - Tapparella 0x00047400015ada3f + - select.0x00047400015ada3f_identify + - select.0x00047400015ada3f_calibration_mode + - switch.0x00047400015ada3f_led_if_on + - switch.0x00047400015ada3f_led_in_dark