Javier Peletier

Results 37 comments of Javier Peletier

@Konstantin8105 Given the pace at which reviews go in this repo, I'd suggest you move this widget to your own staond-alone repo under your control so we can begin using...

@Konstantin8105 Yes, thank you for a permisive license, but I would like to avoid copying your code if I can better link to it and everyone shares the same to...

Hello all, I just wrote a component that allows you to expose your ESPHome as a RTU modbus slave. The documentation is pending, but it is straightforward to use with...

Hello @bademux. This implementation already and actually only works over RS485. In the example you will see that first a serial uart has to be defined by specifying gpio pins...

> extmod @jmattsson, drop this for now, I need to see the community demand to port this forward before dedicating effort, if it is only me I see no point...

> [...] parallel and albeit ESP32-specific issue In #3100 you have a working implementation for ESP32. If it is accepted, my idea is to create the same for ESP8266, but...

@jesserockz Can we finish this review? I had recently to rebase due to a number of conflicts, I would like to avoid too much divergence, this fix is important to...

Here is the PR for the related documentation: https://github.com/esphome/esphome-docs/pull/2381

@numo68 It is not the lambdas. I tested it thoroughly removing all lambdas generated by components in `main.cpp`, but the stack consumption goes crazy anyway in the presence of those...

Here are the stats for my program: ### original generated code: 6592 bytes of stack ```cpp wifi::WiFiAP wifi_wifiap = wifi::WiFiAP(); wifi_wifiap.set_ssid("MyWifi"); wifi_wifiap.set_password("password"); wifi_wifiap.set_manual_ip(wifi::ManualIP{ .static_ip = network::IPAddress(192, 168, 0, 123), .gateway...