]> git.giorgioravera.it Git - homeassistant.git/commitdiff
Updated shelly names
authorGiorgio Ravera <giorgio.ravera@gmail.com>
Thu, 19 Feb 2026 13:04:55 +0000 (14:04 +0100)
committerGiorgio Ravera <giorgio.ravera@gmail.com>
Thu, 19 Feb 2026 13:04:55 +0000 (14:04 +0100)
.storage/lovelace.lovelace_devices
automations/energy.yaml
packages/shelly/shelly_customizations.yaml
packages/shelly/shelly_groups.yaml
packages/shelly/shelly_log.yaml
template_messages/speech.yaml
utility_meter/energy.yaml

index 40409135ec76dbe73cc22203c58e318aca0d66bc..3a4647ba01676f65082b226ac638b2db3985fef0 100644 (file)
                                 {
                                   "type": "custom:button-card",
                                   "template": "template_device_generic_state",
-                                  "entity": "sensor.shelly_em_channel_1_power",
+                                  "entity": "sensor.shelly_em_channel_1_potenza",
                                   "name": "Potenza"
                                 }
                               ]
                                 {
                                   "type": "custom:button-card",
                                   "template": "template_device_generic_state",
-                                  "entity": "sensor.shelly_em_channel_1_power",
+                                  "entity": "sensor.shelly_em_channel_1_potenza",
                                   "name": "Potenza"
                                 },
                                 {
                                   "type": "custom:button-card",
                                   "template": "template_device_generic_state",
-                                  "entity": "sensor.shelly_em_channel_1_voltage",
+                                  "entity": "sensor.shelly_em_channel_1_tensione",
                                   "name": "Tensione",
                                   "icon": "mdi:alpha-v-box"
                                 },
                                 {
                                   "type": "custom:button-card",
                                   "template": "template_device_generic_state",
-                                  "entity": "sensor.shelly_em_channel_1_power_factor",
+                                  "entity": "sensor.shelly_em_channel_1_fattore_di_potenza",
                                   "name": "FP",
                                   "icon": "mdi:angle-acute"
                                 },
                                 {
                                   "type": "custom:button-card",
                                   "template": "template_device_firmware",
-                                  "entity": "update.shelly_em_firmware_update",
+                                  "entity": "update.shelly_em_firmware",
                                   "name": "Firmare"
                                 },
                                 {
                                   "type": "custom:button-card",
                                   "template": "template_device_generic_button",
-                                  "entity": "button.shelly_em_reboot",
+                                  "entity": "button.shelly_em_riavvia",
                                   "name": "Riavvia Dispositivo",
                                   "icon": "mdi:restart"
                                 }
index 69a33f5cc7dd220e92a72f7613d06f944848baef..c7b01e59aa085aa540334dd62fb5855aa26fab3a 100644 (file)
@@ -7,13 +7,13 @@
 
   trigger:
     - trigger: numeric_state
-      entity_id: sensor.shelly_em_channel_1_power
+      entity_id: sensor.shelly_em_channel_1_potenza
       above: 3300
 
   action:
     action: script.notify_all
     data_template:
       title: "Home Assistant - Consumo Energetico Elevato"
-      message: "Consumo energetico elevato ({{ states.sensor.shelly_em_channel_1_power.state }})."
+      message: "Consumo energetico elevato ({{ states.sensor.shelly_em_channel_1_potenza.state }})."
       enable_persistent: false
       volume_level: 0.4
index 677989073949f56a96bbcb538809f7d7c0a982ff..b6215cec628d52c08cb53b7f18341ae81a76fabc 100644 (file)
@@ -8,41 +8,41 @@ homeassistant:
     # Shelly EM (shellyem_b9f0d0)
     switch.shelly_em:
       friendly_name: Pulsante
-    sensor.shelly_em_channel_1_power:
+    sensor.shelly_em_channel_1_potenza:
       friendly_name: Potenza Istantanea
-    sensor.shelly_em_channel_1_energy:
+    sensor.shelly_em_channel_1_energia:
       friendly_name: Energia
-    sensor.shelly_em_channel_1_energy_cost:
+    sensor.shelly_em_channel_1_energia_cost:
       friendly_name: Costo Energia
-    sensor.shelly_em_channel_1_energy_returned:
+    sensor.shelly_em_channel_1_energia_restituita:
       friendly_name: Energia Restituita
-    sensor.shelly_em_channel_1_voltage:
+    sensor.shelly_em_channel_1_tensione:
       friendly_name: Tensione
-    sensor.shelly_em_channel_1_power_factor:
+    sensor.shelly_em_channel_1_fattore_di_potenza:
       friendly_name: Fattore di Potenza Canale 1
-    sensor.shelly_em_channel_2_power:
+    sensor.shelly_em_channel_2_potenza:
       friendly_name: Potenza Istantanea Canale 2
-    sensor.shelly_em_channel_2_energy:
+    sensor.shelly_em_channel_2_energia:
       friendly_name: Energia Canale 2
-    sensor.shelly_em_channel_2_energy_returned:
+    sensor.shelly_em_channel_2_energia_restituita:
       friendly_name: Energia Restituita Canale 2
-    sensor.shelly_em_channel_2_voltage:
+    sensor.shelly_em_channel_2_tensione:
       friendly_name: Tensione Canale 2
-    sensor.shelly_em_channel_2_power_factor:
+    sensor.shelly_em_channel_2_fattore_di_potenza:
       friendly_name: Fattore di Potenza Canale 2
-    binary_sensor.shelly_em_overpowering:
+    binary_sensor.shelly_em_sovra_potenza:
       friendly_name: Sovraccarico Energetico
     binary_sensor.shelly_em_cloud:
       friendly_name: Connessione Cloud
-    update.shelly_em_firmware_update:
+    update.shelly_em_firmware:
       friendly_name: Aggiornamento Firmware
-    update.shelly_em_beta_firmware_update:
+    shelly_em_firmware_beta:
       friendly_name: Aggiornamento Firmware Beta
-    sensor.shelly_em_rssi:
+    sensor.shelly_em_intensita_del_segnale:
       friendly_name: Potenza Segnale
-    sensor.shelly_em_uptime:
-      friendly_name: Uptime
-    button.shelly_em_reboot:
+    sensor.shelly_em_ultimo_riavvio:
+      friendly_name: Ultimo Riavvio
+    button.shelly_em_riavvia:
       friendly_name: Riavvia Dispositivo
 
     # Shelly Bulb (shellybulb_bc8610)
index afcdb008279c20324d1828b20bac2ad2431e8d44..36b0af8081309666ad0df1634a7629a5b828ae27 100644 (file)
@@ -7,5 +7,5 @@ group:
     name: Shelly Devices
     icon: mdi:alpha-s-box
     entities:
-      - update.shelly_em_firmware_update
+      - update.shelly_em_firmware
       #- update.luce_piantana_firmware_update
index d33f673392a4cf5f615737a25eaca22c315d7624..8cbfef262d33c97b2710288de29ff19d2bef28c7 100644 (file)
@@ -7,22 +7,22 @@ logbook:
     entities:
       # Shelly EM (shellyem_b9f0d0)
       - switch.shelly_em
-      #- sensor.shelly_em_channel_1_power
-      - sensor.shelly_em_channel_1_energy
-      - sensor.shelly_em_channel_1_energy_cost
-      - sensor.shelly_em_channel_1_energy_returned
-      - sensor.shelly_em_channel_1_voltage
-      - sensor.shelly_em_channel_1_power_factor
-      - sensor.shelly_em_channel_2_power
-      - sensor.shelly_em_channel_2_energy
-      - sensor.shelly_em_channel_2_energy_returned
-      - sensor.shelly_em_channel_2_voltage
-      - sensor.shelly_em_channel_2_power_factor
-      - binary_sensor.shelly_em_overpowering
+      #- sensor.shelly_em_channel_1_potenza
+      - sensor.shelly_em_channel_1_energia
+      - sensor.shelly_em_channel_1_energia_cost
+      - sensor.shelly_em_channel_1_energia_restituita
+      - sensor.shelly_em_channel_1_tensione
+      - sensor.shelly_em_channel_1_fattore_di_potenza
+      - sensor.shelly_em_channel_2_potenza
+      - sensor.shelly_em_channel_2_energia
+      - sensor.shelly_em_channel_2_energia_restituita
+      - sensor.shelly_em_channel_2_tensione
+      - sensor.shelly_em_channel_2_fattore_di_potenza
+      - binary_sensor.shelly_em_sovra_potenza
       - binary_sensor.shelly_em_cloud
-      - update.shelly_em_firmware_update
-      - sensor.shelly_em_rssi
-      - sensor.shelly_em_uptime
+      - update.shelly_em_firmware
+      - sensor.shelly_em_intensita_del_segnale
+      - sensor.shelly_em_ultimo_riavvio
       # Shelly Bulb (shellybulb_bc8610)
       - binary_sensor.luce_piantana_cloud
       - update.luce_piantana_firmware_update
@@ -38,22 +38,22 @@ recorder:
     entities:
       # Shelly EM (shellyem_b9f0d0)
       - switch.shelly_em
-      #- sensor.shelly_em_channel_1_power
-      #- sensor.shelly_em_channel_1_energy
-      #- sensor.shelly_em_channel_1_energy_cost
-      - sensor.shelly_em_channel_1_energy_returned
-      - sensor.shelly_em_channel_1_voltage
-      - sensor.shelly_em_channel_2_power_factor
-      - sensor.shelly_em_channel_2_power
-      - sensor.shelly_em_channel_2_energy
-      - sensor.shelly_em_channel_2_energy_returned
-      - sensor.shelly_em_channel_2_voltage
-      - sensor.shelly_em_channel_1_power_factor
-      - binary_sensor.shelly_em_overpowering
+      #- sensor.shelly_em_channel_1_potenza
+      #- sensor.shelly_em_channel_1_energia
+      #- sensor.shelly_em_channel_1_energia_cost
+      - sensor.shelly_em_channel_1_energia_restituita
+      - sensor.shelly_em_channel_1_tensione
+      - sensor.shelly_em_channel_2_fattore_di_potenza
+      - sensor.shelly_em_channel_2_potenza
+      - sensor.shelly_em_channel_2_energia
+      - sensor.shelly_em_channel_2_energia_restituita
+      - sensor.shelly_em_channel_2_tensione
+      - sensor.shelly_em_channel_1_fattore_di_potenza
+      - binary_sensor.shelly_em_sovra_potenza
       - binary_sensor.shelly_em_cloud
-      - update.shelly_em_firmware_update
-      - sensor.shelly_em_rssi
-      - sensor.shelly_em_uptime
+      - update.shelly_em_firmware
+      - sensor.shelly_em_intensita_del_segnale
+      - sensor.shelly_em_ultimo_riavvio
       # Shelly Bulb (shellybulb_bc8610)
       - binary_sensor.luce_piantana_cloud
       - update.luce_piantana_firmware_update
index 6b4c67b5dc0b5dce4d001158b1c9a8ecd1254ceb..5a254c9e1647bf4fa6cd53149ba229cf1ee0aec9 100644 (file)
 
   {# Consumption Status #}
   {%- macro status_consumption() -%}
-  "Il consumo istantaneo è pari a {{ states.sensor.shelly_em_channel_1_power.state }} watt"
+  "Il consumo istantaneo è pari a {{ states.sensor.shelly_em_channel_1_potenza.state }} watt"
   {%- endmacro -%}
 
   {# Location Status #}
index 5967fe721f4f0f6ddfed92d917aca8eb1cf1f26e..e4050b9ef7d5619a78fa27b4ad7b428f37c7fc12 100644 (file)
@@ -3,9 +3,9 @@
 ######################################################################
 
 consumo_energetico_giornaliero:
-  source: sensor.shelly_em_channel_1_energy
+  source: sensor.shelly_em_channel_1_energia
   cycle: daily
 
 consumo_energetico_mensile:
-  source: sensor.shelly_em_channel_1_energy
+  source: sensor.shelly_em_channel_1_energia
   cycle: monthly