Current and Power Factor Missing in Home Assistant

  • I have the Shelly 3EM installed and integrated in Home Assistant through HACS (Shelly for HAAS (Shelly Integration))

    I have the Power (Watts) consumptions (current and Total) on all three channels displayed correctly but the Voltage and Power Factor entities / sensors are missing. Your assistance will be welcomed. I do not use MQTT.

  • I recently had exactly the same problem with Shelly EM and integrated in Home Assistant through HACS (Shelly for HAAS (Shelly Integration)).

    After much searching I eventually found the answer. The ShellyForHASS integration defaults to only providing: current_consumption & total_consumption.

    To get more sensors - need to configure it e.g. in configuration.yaml add the following:

    Code
    #Shelly
    shelly:
      sensors: #sensors to show, can be override on each device
        - all

    See docs for the parameter "sensors" here: https://github.com/StyraHem/ShellyForHASS