* Added note for “SetOption78 1” in Tasmota
If you are using Tasmota 7.2+ it is necessary to run the command “SetOption78 1” in the Tasmota console and restart your device to be able to upgrade to esphome.
* Update migrate_sonoff_tasmota.rst
* Update migrate_sonoff_tasmota.rst
---------
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
Co-authored-by: Richard North <rich.north@gmail.com>
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
Raspberry pico W is supported, but the vanilla raspberry pico clearly is not. After trying "rpipico" as a board this error shows up "Error: Unknown board ID 'rpipico'". It is bit misleading, because from what I know about esphome you cannot just have a device that communicates through USB and doesn't connect to WiFi.
I think it is important to understand that RP2040 isn't like ESP. Every RP2040 board doesn't support esphome, but basically any ESP device can support esphome.
* Update daly_bms.rst
Add a couple of examples of Daly BMS control using uart.write
* Examples of Daly BMS control using uart.write
fixed lint errors
* Examples of Daly BMS control using uart.write
probably fixed lint errors
* Fixed every boot up battery level setup
* Update st7789v.rst
Modified to allow dimmable control of the backlight (using GPIO4)
* Update st7789v.rst
---------
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
I have a Costco Feit A19 that is similar but different. It is actually a RGBCT. I was wondering if we could post it here or otherwise make clear that there are alternate configs for Feit A19 bulbs. Maybe just warning people that there are several models of Feit A19 RGB/white bulbs is enough to not confuse people like me that used the sample code. Also, whoTF makes 2 nearly identical bulbs but with different pinouts WTF is that about, Feit electric?
My change is to the pins of the sm16716 and changing it to an RGBCT bulb.
* Update deep_sleep.rst
Added note to explain that onboard USB chip may interfere with deep sleep.
* Update deep_sleep.rst
Added note to explain potential with deep sleep on some ESP8266
* Update deep_sleep.rst