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
* addded: BME680 IAQ Class
* fixed: yaml layout
* fixed: some iaq values has result in an error
* Update bme680_bsec.rst
* Update bme680_bsec.rst
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
* Update xiaomi_ble.rst
I spent a while trying to figure out how to find the Mac address for some sensors. As Bind Key has a top level heading I figured MAC address should also.
* Update xiaomi_ble.rst
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
* Added basic usage example
Document is not easy to follow for people who do not have some experience using ESPHome. I added simple usage example to help them starting up.
* Update index.rst
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>