]> git.giorgioravera.it Git - homeassistant.git/commitdiff
Added shelly em power factor
authorGiorgio Ravera <giorgio.ravera@gmail.com>
Thu, 21 Apr 2022 07:56:15 +0000 (09:56 +0200)
committerGiorgio Ravera <giorgio.ravera@gmail.com>
Thu, 21 Apr 2022 08:12:32 +0000 (10:12 +0200)
packages/shelly/shelly_customizations.yaml
packages/shelly/shelly_log.yaml

index 7330ec54bbafe7fafb456c227c79cb8ec91fc00c..6f4a033cd208387e54f97e1ed07fd6a6536da240 100644 (file)
@@ -302,6 +302,10 @@ homeassistant:
       friendly_name: Energia Restituita Canale 2
     sensor.shelly_em_channel_2_voltage:
       friendly_name: Tensione Canale 2
+    sensor.shelly_em_channel_1_power_factor:
+      friendly_name: Fattore di Potenza Canale 1
+    sensor.shelly_em_channel_2_power_factor:
+      friendly_name: Fattore di Potenza Canale 2
     binary_sensor.shelly_em_overpowering:
       friendly_name: Shelly EM - Sovraccarico Energetico
     binary_sensor.shelly_em_cloud:
index 30284f9e78aa502e135b5f1f6cd207358744d955..f050ec70d6426741f7bedbbda8ef0deefe51f230 100644 (file)
@@ -130,6 +130,8 @@ history:
       - sensor.shelly_em_channel_2_energy\r
       - sensor.shelly_em_channel_2_energy_returned\r
       - sensor.shelly_em_channel_2_voltage\r
+      - sensor.shelly_em_channel_1_power_factor\r
+      - sensor.shelly_em_channel_2_power_factor\r
       - binary_sensor.shelly_em_overpowering\r
       - binary_sensor.shelly_em_cloud\r
       - binary_sensor.shelly_em_firmware_update\r
@@ -268,6 +270,8 @@ logbook:
       - sensor.shelly_em_channel_2_energy\r
       - sensor.shelly_em_channel_2_energy_returned\r
       - sensor.shelly_em_channel_2_voltage\r
+      - sensor.shelly_em_channel_1_power_factor\r
+      - sensor.shelly_em_channel_2_power_factor\r
       - binary_sensor.shelly_em_overpowering\r
       - binary_sensor.shelly_em_cloud\r
       - binary_sensor.shelly_em_firmware_update\r
@@ -406,6 +410,8 @@ recorder:
       - sensor.shelly_em_channel_2_energy\r
       - sensor.shelly_em_channel_2_energy_returned\r
       - sensor.shelly_em_channel_2_voltage\r
+      - sensor.shelly_em_channel_1_power_factor\r
+      - sensor.shelly_em_channel_2_power_factor\r
       - binary_sensor.shelly_em_overpowering\r
       - binary_sensor.shelly_em_cloud\r
       - binary_sensor.shelly_em_firmware_update\r