DutchKillerbee
DutchKillerbee
> > OK, I had my interval set on 120s. I just changed that to 300s. I will wait 24 hours before activating my script again. Hopefully I am unlocked...
Yes I am using the default. But unfortunately my main growat user account is locked. I tried to create a new one but I don't receive any email. So I...
FYI I experienced the same with WEMOS-S3-MINI with these settings: esphome: name: ${name} platformio_options: platform: https://github.com/platformio/platform-espressif32.git board: lolin_s3_mini framework: espidf board_build.flash_mode: dio build_unflags: -Werror=all esp32: variant: esp32s3 board: lolin_s3_mini flash_size:...
FYI I have had good results with "different throttle time" settings for each ble_client: heltec_balancer_ble: - ble_client_id: client0 throttle: **3s** id: bms0 - ble_client_id: client1 throttle: **5s** id: bms1
@octane321 I cannot help you with finding your crucial parameter but I had good results by using different throttle times for both BLE clients: heltec_balancer_ble: - ble_client_id: client0 throttle: **3s**...
Thanks for your quick reply FYI I am able to flash the standard esphome firmware using https://web.esphome.io/ using the same USB cable. Configure WIFI and the ESP is found by...
I moved to my linux machine and tried these settings: esp32: board: esp32-s3-devkitc-1 flash_size: 4MB variant: esp32s3 framework: type: esp-idf version: recommended I was able to compile and flash the...
Until now I was only able to flash the standard esphome firmware using https://web.esphome.io/ There is not much documentation/examples found on the net. I found this topic [https://community.home-assistant.io/t/wemos-lolin-esp32-s3-mini-v1-0-0-s3fh4r2/586820/12](url) and try...
UPDATE: Oke as I said I am new. To be able to flash the device needs to be in a flash mode. It seems that if the device is not...
Sorry for spamming this topic but I was able to compile/flash the WEMOS S3-MINI using this minimal configuration: substitutions: name: heltec-balancer device_description: "Monitor and control a Heltec 4A balancer via...