CircuitSetup / Expandable-6-Channel-ESP32-Energy-Meter

Hardware & Software documentation for the CircuitSetup Expandable 6 Channel ESP32 Energy Meter. Works with ESPHome and Home Assistant.
https://circuitsetup.us/product/expandable-6-channel-esp32-energy-meter/
MIT License
537 stars 107 forks source link

Please help :/ #184

Open turkoy opened 1 month ago

turkoy commented 1 month ago

I can not get any voltage, ampere, wattage value in any way, what could be the reason for this? I am using it with the following config.

AC POWER 12v 2.2A SCT013 Current meter

board 1.4rev1

asdasdSCREEN

`substitutions: disp_name: elk-cihaz-1 update_time: 10s current_cal: '8650' voltage_cal: '29462'

esphome: name: elk-cihaz-1

esp32: board: nodemcu-32s framework: type: arduino

spi: clk_pin: 18 miso_pin: 19 mosi_pin: 23

sensor:

Total Amps

turkoy commented 1 month ago

frequency values are constantly moving between 30 and 130 ? and it shows double frequency even though there is only 1 ac power connected.

zdelesde commented 1 month ago

Perhaps you're using a DC power supply instead of an AC one?

CircuitSetup commented 1 month ago

frequency values are constantly moving between 30 and 130 ? and it shows double frequency even though there is only 1 ac power connected.

It sounds like you're not using an AC transformer, but an AC power supply. It has to be a transformer.

turkoy commented 1 month ago

Thank you very much for your answers.

Yes, it is not written on the adapter, but it may be an AC to DC adapter, I cannot measure the output, I will check it or I will buy a 220V AC to 12V or 9V AC adapter.

Can we say that the problem is completely caused by this? If I am testing with a dc input adapter.

In addition, if I used a dc adapter, is the board broken?