Home Assistant Energy Monitoring and Presence Detection

Поділитися
Вставка
  • Опубліковано 4 жов 2024

КОМЕНТАРІ • 45

  • @PricelessToolkit
    @PricelessToolkit  2 роки тому +3

    I hope you find it useful, thanks for watching and subscribing. 😉

  • @RoofusKit
    @RoofusKit Рік тому +4

    The Sense energy monitor is a commercial product designed to do just what you described, monitor the whole home consumption and try to infer what devices are using electricity at any given time. I've never heard of anyone who was pleased with its accuracy.

  • @antonrekun
    @antonrekun 2 роки тому +4

    Thanks for this great video! I absolutely love how you got straight to the point without making the video too long

  • @hermannweinzierl5731
    @hermannweinzierl5731 7 місяців тому +1

    great idea!!m Do it

  • @richieguy4477
    @richieguy4477 2 роки тому +1

    Thanks for sharing. The only missing part is the wiring connection from TTL port to ESP01S. It would be great if you can clarify on this.

    • @PricelessToolkit
      @PricelessToolkit  2 роки тому

      Hi, Need to be connected like any other uart device "Transmitting ligne to receiving ligne" ( ESP TX to RX ESP RX to TX )

    • @FelixSEgea
      @FelixSEgea Рік тому

      Hi! Ttl port need 5vdc to work and you use 3,3vdc, can you explain betterthis point?

  • @G6EJD
    @G6EJD Рік тому +1

    Without a Powerfactor reading to apply to the results the values are largely inaccurate eg V.A.PF = Watts even more important if you have solar

    • @PricelessToolkit
      @PricelessToolkit  Рік тому +1

      HI, David, subscriber "Nunu00" fixed reactive power 15 days ago, see new "pmeter.yaml"

  • @fouadkhalifa520
    @fouadkhalifa520 2 роки тому +1

    Thanks for the video, I have one clarification In PZEM Module data sheet it needs 5vdc so please advise 3.3Vdc is Ok ?

  • @bartmulder6995
    @bartmulder6995 9 місяців тому

    When you are far away from home 😂😂

  • @tronronboyd
    @tronronboyd Рік тому +1

    Hi there. Thank you for this great video. I was able to successfully get it working, first time. Do you have code that would allow the use of the PZEM meter with the four seven segment displays on it? I understand it uses a different protocol. HA help files describe a program to do this but it is serial only, not OTA using the ESP-01s.

    • @PricelessToolkit
      @PricelessToolkit  Рік тому

      Hi, I'm glad everything worked. Do you mean the second ESP module with the segment display? If so, then I don't have the ready code, but it's easy to do 1. (esphome.io/components/sensor/homeassistant.html) 2. (esphome.io/components/display/index.html)

    • @tronronboyd
      @tronronboyd Рік тому

      @@PricelessToolkit No, I was referring to the PZEM-004, which I understand is not modbus.

  • @wernerbotes4261
    @wernerbotes4261 Рік тому +1

    Hi thanks for the video works perfectly on my system. Question is there a way to program the ESP32 to have a more accurate reading on the PMeter_current took a clamp meter and the reading is off by 0.2amp.

    • @PricelessToolkit
      @PricelessToolkit  Рік тому

      Hi, I think there is no way to calibrate "Current" in esphome, maybe I'm wrong.

    • @PricelessToolkit
      @PricelessToolkit  Рік тому

      Sorry, the first time I read your comment I did not understand your question 🙂, yes, you can "calibrate_linear" esphome.io/components/sensor/index.html#calibrate-linear

    • @wernerbotes4261
      @wernerbotes4261 Рік тому

      @@PricelessToolkit Hi thanks will test and see if I get it going, I'm not a programmer LOL.

  • @TomaszDominikowski
    @TomaszDominikowski 2 роки тому +2

    What if I have three phase power?

    • @PricelessToolkit
      @PricelessToolkit  2 роки тому +1

      There are other power meters with multiple transformers, or zorruno.com/w/EnergyMonitoringPZEM004T

  • @ToTo-od9wz
    @ToTo-od9wz 2 роки тому +1

    How we can do same thing for a triphasic power net?

    • @PricelessToolkit
      @PricelessToolkit  2 роки тому

      Hi, easy! community.home-assistant.io/t/how-to-use-pzem004t-energy-monitor-with-esphome/107083/114?u=madman

  • @00xeno00
    @00xeno00 2 роки тому

    Did you modify the pzem module adding 1k ohm resistor? It should work 5v otherwise....

    • @PricelessToolkit
      @PricelessToolkit  2 роки тому +2

      No, I didn't, It working with 3.3v TTL without a problem.

  • @eduardofranca5805
    @eduardofranca5805 Рік тому +1

    Hi, your video is great!!! BUT, TTL port need 5vdc to work and you use 3,3vdc, can you explain it? tks

    • @PricelessToolkit
      @PricelessToolkit  Рік тому

      Hi, it works with 3.3V too. Many people use 3.3v and have no problem.

  • @EpicDesignSolutions
    @EpicDesignSolutions 2 роки тому +1

    this should work in autstralia right?

    • @PricelessToolkit
      @PricelessToolkit  2 роки тому

      Hi. It has a range of 80-260V so yes!

    • @EpicDesignSolutions
      @EpicDesignSolutions 2 роки тому

      @@PricelessToolkit excellent.. thanks for the reply. And subbed

    • @EpicDesignSolutions
      @EpicDesignSolutions 2 роки тому

      @@PricelessToolkit and do you think its possible to make a wireless smart button to trigger Google routins? Maybe next project?

    • @PricelessToolkit
      @PricelessToolkit  2 роки тому +1

      @@EpicDesignSolutions I plan to make like a Battery powered"stream deck" but smaller for HA . But next project is "Droplet" you can check community tab. Thanks for Sub !!!!!!

  • @fouadkhalifa520
    @fouadkhalifa520 2 роки тому

    I successfully connect it, but all the reading indicate unknown, did you know how i could fix that?
    thanks for your support

  • @varunkumaran2624
    @varunkumaran2624 2 роки тому

    Reactive power is unknown... What shld we do then?? Shld I wait a bit longer ?

    • @PricelessToolkit
      @PricelessToolkit  2 роки тому +2

      Hi, yes I know about it. In YAML calculation for "Reactive power" is wrong. I put this part in the config in the hope that someone will fix it and share it :)

    • @varunkumaran2624
      @varunkumaran2624 2 роки тому

      Ohh okayyy

  • @iecasyed6397
    @iecasyed6397 2 роки тому

    you need to adjust the content