Boa noite pessoal…
Ando ao tempo a tentar utilizar o Utility Meter num shelly 2.5… so que nao me dá valores aceitaveis…
por exemplo:
tenho uma lampada led de 4w e ao fim de 30 min diz que ja consumi 400 w ±
nao sei qual é o meu erro.
a minha config:
switch:
- platform: mqtt
name: "IluminacaoLGaragem"
state_topic: "shellies/shellyswitch25-5CE9A3/relay/0"
command_topic: "shellies/shellyswitch25-5CE9A3/relay/0/command"
payload_on: "on"
payload_off: "off"
retain: false
- platform: mqtt
name: "Iluminacao Varanda"
state_topic: "shellies/shellyswitch25-5CE9A3/relay/1"
command_topic: "shellies/shellyswitch25-5CE9A3/relay/1/command"
payload_on: "on"
payload_off: "off"
retain: false
sensor:
- platform: mqtt
name: "IluminacaoLgaragempower"
state_topic: "shellies/shellyswitch25-5CE9A3/relay/0/power"
unit_of_measurement: "Watts"
- platform: mqtt
name: "IluminacaoLgaragemenergy"
state_topic: "shellies/shellyswitch25-5CE9A3/relay/0/energy"
unit_of_measurement: "Kwh"
- platform: mqtt
name: "Iluminacao Varanda Power"
state_topic: "shellies/shellyswitch25-5CE9A3/relay/1/power"
unit_of_measurement: "Watts"
- platform: mqtt
name: "Iluminacao Varanda Energy"
state_topic: "shellies/shellyswitch25-5CE9A3/relay/1/energy"
unit_of_measurement: "Kwh"
utility_meter:
consumo_diario_luz_varanda_shelly:
source: sensor.iluminacao_varanda_energy
cycle: daily