mirror of https://github.com/arendst/Tasmota.git
PZEM-004T V3
parent
4cb36a048a
commit
1f9535fde4
|
@ -29,8 +29,15 @@
|
||||||
|
|
||||||
## Tasmota Parameter Configuration
|
## Tasmota Parameter Configuration
|
||||||
|
|
||||||
- set module as GENERIC (18), then GPIOs as in the image below:
|
[Device Template](Templates)<BR>
|
||||||
<img src="https://user-images.githubusercontent.com/34340210/52659176-bcf5af00-2eca-11e9-9575-99e2c95fef74.png" height="400" />
|
**PZEM-004T version prior to V3:**
|
||||||
|
|
||||||
|
`{"NAME":"HW-655 PZEM","GPIO":[0,63,0,62,6,5,0,0,0,0,0,0,0],"FLAG":0,"BASE":18}`
|
||||||
|
|
||||||
|
|
||||||
|
**PZEM-004T version V3:**
|
||||||
|
|
||||||
|
`{"NAME":"HW-655 PZEM","GPIO":[0,98,0,62,6,5,0,0,0,0,0,0,0],"FLAG":0,"BASE":18}`
|
||||||
|
|
||||||
- use **`I2CScan`** to detect your device address
|
- use **`I2CScan`** to detect your device address
|
||||||
- use **`DeviceAddress XXX`** (where XXX is the decimal converted address found) to set the I<sup>2</sup>C address
|
- use **`DeviceAddress XXX`** (where XXX is the decimal converted address found) to set the I<sup>2</sup>C address
|
||||||
|
|
Loading…
Reference in New Issue