-
Awesome project! please make it so i can either connect all lamps to a D1 Mini, or directly to my raspberry Pi running HA OS
-
Add smartconfig capability to micropython for esp8266 and esp32
Add the following to modesp.c
{ MP_ROM_QSTR(MP_QSTR_smartconfig), MP_ROM_PTR(&mp_module_esp_smartconfig) },
Create smartconfig py…
-
Hey,
I recently updated esphome which brought the new version of the library with the native haier switches/buttons, which I think are great!
I'm however facing some trouble getting the new beep…
-
Hi @TripitakaBC ,
thanks for your awesome Work on the Ampinvt MPPT Solar Controller.
I received my AP-60A Unit in the next Weeks and i will run the ESPHome with the ESP8266 MCU, that should also…
-
Is that possible to use Arduino platform and RTOS-SDK? I have a project using arduino platform and I would like to use the mqtt_client.h library from RTOS-SDK. Any tips? Thanks!
-
I downloaded this as a zip and went to arduino ide and sketch - include library - add .ZIP library i selected this zip it said install library
My Code:
#define BLYNK_TEMPLATE_ID "TMPL3skojbLaL"
#…
-
I've used a cheap Wipro bulb and converted it to an ESP8266 DiyHue bulb. The problem is colour reproduction. Red is way too dim, and Blue is too bright. I've tried using `b = b * 50 / 100` and `g = g …
-
from 7segment_gpio.h line 33:
`constexpr uint8_t max_digit_count = 4;`
Cannot initialize more digits because of this limit.
I also tried using this with esp8266 and that did not work, are you pla…
-
I have an ESP8266 1M with micropython 1.19.1. I'm not able to open a secure socket that can be accessed from a browser. I used the example code from the 1.19.1 repository (/examples/network/http_serve…
-
After `LOAD "HTTP://MY.SERVER:8000/SHADES.D64", 8` the ESP8266 crashes:
```
28 IEC: [28] (20 LISTEN 08 DEVICE) F0 (F0 OPEN) (00 CHANNEL) [48 54 54 50 3A 2F 2F 31 39 32 2E 31 36 38 2E 31 37 38…