mirror of https://github.com/arendst/Tasmota.git
Added table for ZJ-WFMN-A V1.1. Red and Green are swapped and White is on a different GPIO.
parent
b35c5c623f
commit
d3e735771c
|
@ -27,6 +27,8 @@ The `IO0` port is `GPIO0` that needs to be pulled to ground when powered on for
|
|||
|
||||
Once flashed, I configured it as follows (using Tasmota v6.1.1):
|
||||
|
||||
ZJ-WFMN-B V1.1
|
||||
|
||||
| Field | Value |
|
||||
|---|---|
|
||||
|Module type|18 Generic|
|
||||
|
@ -35,6 +37,16 @@ Once flashed, I configured it as follows (using Tasmota v6.1.1):
|
|||
|D7 GPIO13|40 PWM4|
|
||||
|D5 GPIO14|37 PWM1|
|
||||
|
||||
ZJ-WFMN-A V1.1
|
||||
|
||||
| Field | Value | Function |
|
||||
|---|---|---|
|
||||
|Module type|18 Generic|Module type|
|
||||
|D1 GPIO5|38 PWM2|BLUE|
|
||||
|D6 GPIO12|37 PWM1|RED|
|
||||
|D7 GPIO13|39 PWM3|GREEN|
|
||||
|D8 GPIO14|40 PWM4|WHITE|
|
||||
|
||||
With all that done, one of the critical things I needed to do so I could set the colors was to run the command to set `SetOption15` to `1`. For me, this was sending the MQTT command (you will need to adjust for your config):
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue