Replies: 14 comments 36 replies
-
Hi |
Beta Was this translation helpful? Give feedback.
-
Any news regarding this ? I would try to fix it myself (as a newbie) but i don't know in which .ino file are the commands that read pzem 017 parameters and then change the current reading by multiply x2. It would be enough for me. |
Beta Was this translation helpful? Give feedback.
-
Changing in xnrg_06_pzem_dc.ino this line will do the trick ?
Any help from a dev would be appreciated. I'm not lazy but i don't know c++ and cannot fully understand tasmota structure because i read the code partialy blind. By doing so the energy counters will work correctly with the new modified amperage ? |
Beta Was this translation helpful? Give feedback.
-
@grappini Please find below a test version.
For now there is quite a few logs that you can't disable for debugging. tasmota.bin and tasmota.bin.gz: (obsolete binary removed) => Now feature is in Tasmota : see #19402 My development branch if you want to see the code: Now code is merged in Tasmota |
Beta Was this translation helpful? Give feedback.
-
I apologize for the late reply , i had a busy week. Unfortunately for the moment i cannot confirm it's working. |
Beta Was this translation helpful? Give feedback.
-
The bad luck is continuing. There was 2 pcs pzem 017 ordered from China , one got lost on the way and the other is not functioning. |
Beta Was this translation helpful? Give feedback.
-
To revive this, I just finished wiring a esp32 to a pzem 17 for my solar setup today's the first day and I've noticed I'm getting basically double what I was expecting in terms of power Generation. This makes sense since I'm using a 50a shunt model, while the OP had half the output on the 200a model. The default config as it stands must be tuned to the 100a model. I'll be flashing barbudors file tonight and configure it to the 50a shunt and will report back tomorrow evening to see if it's successful. I'll probably also turn it off tomorrow evening and back on in the morning to see if that byte is saved to flash in the pzem or not. |
Beta Was this translation helpful? Give feedback.
-
If you flashed my esp8266 binary to an ESP32 it is normal to have boot problem. Let me dive back into the topic, read your comments above and think about it. |
Beta Was this translation helpful? Give feedback.
-
Is it possible to get the direction of current flow through the pzem-017 shunt in tasmota? |
Beta Was this translation helpful? Give feedback.
-
As far as I’m aware no, it only adds to the value as it goes. It can’t
discern direction.
I got around this by using 2, one goes from the solar to the battery,
another going from battery to draw.
On Fri, Jul 15, 2022 at 7:00 AM xury77 ***@***.***> wrote:
Is it possible to get the direction of current flow through the pzem-017
shunt in tasmota?
—
Reply to this email directly, view it on GitHub
<#13733 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AYD23RXVXLBCRMTQRXGP2ZTVUFVHXANCNFSM5IM76APA>
.
You are receiving this because you commented.Message ID:
***@***.***>
--
|
Beta Was this translation helpful? Give feedback.
-
Hello, Can someone tell me what I'm doing wrong here? I removed the MAX485 circuit and replaced it with two wires exactly as in the image below. Now I feed pzem 017 with 3.3V - I tried to feed with 3.3V from the D1mini module and I fed with 3.3V from a laboratory source same GND with D1mini |
Beta Was this translation helpful? Give feedback.
-
is possible to use tasmota with pzem 017 and rs485 |
Beta Was this translation helpful? Give feedback.
-
Of course. If you connect transceiver rs485 to your Esp device |
Beta Was this translation helpful? Give feedback.
-
Im using the esphome i like more then tasmota but since i need to set the shunt to 200 i installed the tasmota to do that but tru e rs485 is not reading the values and i cant send the settint to 200a shunt.
Here is my config connection my pzem is stock I don't solder anything to it |
Beta Was this translation helpful? Give feedback.
-
I use pzem 017 with a 200A shunt in tasmota. The current readings shows only half of the real value. According to the specifications different shunts need different setting. Is there any way to change this in tasmota?
Register address | Description | Resolution
0x0003 | The current range |
0x0000: 100A
0x0001: 50A
0x0002: 200A
0x0003: 300A
Beta Was this translation helpful? Give feedback.
All reactions