mandulaj / PZEM-004T-v30

Arduino library for the Updated PZEM-004T v3.0 Power and Energy meter
MIT License
259 stars 109 forks source link

Multiple pzem #13

Closed hamidrasyid closed 4 years ago

hamidrasyid commented 4 years ago

Hi, can we put multiple pzem in to 1 uart serial? any recommendation method? thank you

mandulaj commented 4 years ago

See #5, You can program each of your PZEM with an address and then create individual instances for each one. All can then be addressed on a single UART! Hope it helps.