Search found 6 matches

by VagoAutomat
24 Mar 2020, 18:44
Forum: ESP Easy: Hardware
Topic: Support for PZEM 004T Energy monitor
Replies: 309
Views: 6687679

Re: Support for PZEM 004T Energy monitor

Hi all, after some 'singular' test for debug purpose I reviewed the code and all work correctly now.

Thankyou
by VagoAutomat
09 Mar 2020, 20:13
Forum: ESP Easy: Hardware
Topic: Support for PZEM 004T Energy monitor
Replies: 309
Views: 6687679

Re: Support for PZEM 004T Energy monitor

Uhm...

MQTT receive an empty string, trying to modify the conversion from float to string but... 5 as maximum value... mmmhhh
by VagoAutomat
07 Mar 2020, 17:34
Forum: ESP Easy: Hardware
Topic: Support for PZEM 004T Energy monitor
Replies: 309
Views: 6687679

Re: Support for PZEM 004T Energy monitor

Hi all again. All is in place, just one thing I cannot explain. The current value is correctly shown on between 0 and 5 A range despite the values seems ok. The card has no particular configuration, the card is very simple entity: sensor.corrente min: 0 severity: green: 0 red: 16 yellow: 10 theme: d...
by VagoAutomat
06 Mar 2020, 22:33
Forum: ESP Easy: Hardware
Topic: Support for PZEM 004T Energy monitor
Replies: 309
Views: 6687679

Re: Support for PZEM 004T Energy monitor

Yep, you' re right. I changed ports and library. The library I'm using is this PZEM004Tv30.h instead of PZEM004T.h And the setup is PZEM004Tv30 pzem( D5, D6, 1 ) instead of serial. 1 is the address, no longer needed the fake ip address to be defined. Thankyou, all works perfectly now. Stefano
by VagoAutomat
06 Mar 2020, 18:54
Forum: ESP Easy: Hardware
Topic: Support for PZEM 004T Energy monitor
Replies: 309
Views: 6687679

Re: Support for PZEM 004T Energy monitor

Hi, newbie here. I bought a pzem-004t, an ESP2866 board, download some code from git, follow all instruction but.... I cannot manage in have all the set working. My target is to publish over my mqtt server the values collected by the ESP from the pzem. I wrote the routine for posting a value over mq...
by VagoAutomat
06 Mar 2020, 18:36
Forum: Introduce yourself
Topic: Hi all
Replies: 1
Views: 7597

Hi all

Hi all, I live in Italy. Attracted by house automation I entered the iot world few months ago. I installed my first SCS Legrand.bTicino system in my house and step by step I learnt how to integrate it on Home Assistant via MQTT. Now I integrated some sensors in order to write some automation but now...