Added module settings for tunable bulbs

Interloping 2019-02-08 09:35:29 +10:00
parent e30bc1d0e0
commit 9418dbdf77
1 changed files with 17 additions and 6 deletions

@ -72,6 +72,7 @@ Connect your FTDI up to these pins:
Flash with your preferred method [I use this one](https://www.youtube.com/watch?v=UDnNI5wkNNY) Flash with your preferred method [I use this one](https://www.youtube.com/watch?v=UDnNI5wkNNY)
(remember to connect GPIO0 to GND when plugging in your FTDI this will force the ESP into firmware write mode, you may need to try it a couple of times. (remember to connect GPIO0 to GND when plugging in your FTDI this will force the ESP into firmware write mode, you may need to try it a couple of times.
## Module Settings
Once flashed I use termite (or you could use any serial command tool) to send my settings: Once flashed I use termite (or you could use any serial command tool) to send my settings:
_Note: Change these to match your environment_ _Note: Change these to match your environment_
@ -80,12 +81,23 @@ _Note: Change these to match your environment_
Or set manually from the web interface: Or set manually from the web interface:
### Dimmable warm white or cool white bulbs
![Config](https://i.ibb.co/RD4xfMr/Bulb-Config.png) ![Config](https://i.ibb.co/RD4xfMr/Bulb-Config.png)
I based these settings on the RGBW settings. I would have thought PWM1-3 were redundant, but have only had it work with all of these assigned as per below. The bulb is then tunable, with a brightness slider and a cool/warm slider.
`D3 GPIO0 => None `
`TX GPIO1 => None`
`D4 GPIO2 => None`
`RX GPIO3 => None`
`D2 GPIO4 => PWM1`
`D1 GPIO5 => PWM4`
`D6 GPIO12 => PWM2`
`D7 GPIO13 => PWM5`
`D5 GPIO14 => PWM3`
`D8 GPIO15 => None`
`D0 GPIO16 => None`
*** ### RGBW colour bulbs
Settings for Mirabella RGBW version:
![Mirabella RGBW Bulb Tasmota Settings](https://i.ibb.co/BBM0Xyw/mirabella-genio-rgbw-tasmota-settings.png) ![Mirabella RGBW Bulb Tasmota Settings](https://i.ibb.co/BBM0Xyw/mirabella-genio-rgbw-tasmota-settings.png)
@ -96,7 +108,6 @@ Settings for Mirabella RGBW version:
* D1 GPIO5 = PWM4 = White * D1 GPIO5 = PWM4 = White
*** ## Re-assembly
Re-assembly procedure is the reverse of the disassemble procedure!
(reassemble procedure is the reverse of the disassemble procedure!)