Skip to content

Commit

Permalink
Merge pull request tasmota#430 from jdeath/patch-1
Browse files Browse the repository at this point in the history
Update MagicHome-with-ESP8285.md
  • Loading branch information
blakadder authored Sep 5, 2020
2 parents 7c2fa25 + b724c2f commit 2bdffee
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions docs/devices/MagicHome-with-ESP8285.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,15 +118,20 @@ If you have an RF variant, you will want to configure the GPIOs like this:
GPIO_USER, // GPIO01 Serial RXD and Optional sensor
GPIO_LED1_INV, // GPIO02 Blue onboard LED (optional)
GPIO_USER, // GPIO03 Serial TXD and Optional sensor0
GPIO_ARIRFRCV, // GPIO04 RF receiver input
GPIO_ARIRFRCV, // GPIO04 RF receiver input (New Tasmota ALux IrRcv 147)
GPIO_PWM2, // GPIO05 RGB LED Green
0, 0, 0, 0, 0, 0, // Flash connection
GPIO_PWM3, // GPIO12 RGB LED Blue
GPIO_PWM4, // GPIO13 RGBW LED White
GPIO_PWM1, // GPIO14 RGB LED Red
GPIO_LED2_INV, // GPIO15 RF receiver control
GPIO_LED2_INV, // GPIO15 RF receiver control (New Tasmota ALuxIrSel 159)
0, 0
},
```
Tasmota template
```
'{"NAME":"MagicHome RGBW RF","GPIO":[0,0,56,0,147,38,0,0,39,40,37,159,0],"FLAG":0,"BASE":18}'
```

or like this:
Expand All @@ -145,7 +150,7 @@ or like this:
0, 0, 0
},
```
After choosing the correct module type in your Tasmota configuration, press a key on the remote after boot for the device to learn your code.
After choosing the correct module type in your Tasmota configuration, press a key on the remote after boot for the device to learn your code. No need for the below rules for the RF varient

### Full Set of rules for IR remote
Each rule can only be 511 characters long, some of the colors below use the built in predefined shortcut color numbers.
Expand Down

0 comments on commit 2bdffee

Please sign in to comment.