Shelly Pro 3EM and 4th clamp/CT on N/PEN

VPN/Proxy erkannt

Es scheint, dass Sie einen VPN- oder Proxy-Dienst verwenden. Bitte beachten Sie, dass die Nutzung eines solchen Dienstes die Funktionalität dieser Webseite einschränken kann.

  • I have Shelly Pro 3EM 120A (gen2)

    see knowledge-base/shelly-pro-3em.


    I bought an additional split-core current transformer, Shelly CT 120A,

    • SHELLY SP3D-1121
    • EAN/GTIN: 3800235266410

    I plug all 4 CTs and all 4 wires.

    I can access the device

    • locally via its IPv4
    • via Home Assistant and its Shelly integration
    • via Shelly Cloud (app and page)

    I see current on phases A/B/C, but I do not see any value of N/PEN.


    What is wrong there?

    Should I activate some additional settings in the configuration to make N/PEN visible? And where?

    Does N/PEN measuring work for anybody?

  • Did you calibrate the CT at neutral wire (IN)? This must be done to get figures of current in neutral wire (other figures are not available.

    „Habt Geduld. Alle Dinge sind schwierig, bevor sie einfach werden!“ (aus Frankreich)

    „Nothing in life is to be feared, it is only to be understood.“ (Marie Curie, 1867-1934)

    „Comment is free, but facts are sacred“ (C.P. Scott, britischer Verleger)

  • When I choose local IP of Shelly Pro 3EM

    export SHELLY_IPV4='<MY_LOCAL_IP>'

    then I see the status via command

    curl --silent --request POST --data '{"id":1,"method":"Shelly.GetStatus"}' http://${SHELLY_IPV4}/rpc | jq '.result.sys'

    Similarly, I can see the configuration via the command

    curl --silent --request POST  --data '{"id":1, "method":"EM.GetConfig", "params":{"id":0}}'  http://${SHELLY_IPV4}/rpc | jq '.result'

    And when I want to see current values, then I use the command

    curl --silent --request POST --data '{"id":1,"method":"Shelly.GetStatus"}'  http://${SHELLY_IPV4}/rpc | jq '.result."em:0"'

    where I see a non-zero value for a_current` but null value for n_current.

  • Dieses Thema enthält 7 weitere Beiträge, die nur für registrierte Benutzer sichtbar sind.