Replies: 7 comments 6 replies
-
Thank you for your suggestions, wery appreciated. Could you please specify how you adjust the polling frequency? Is it the throttle setting? |
Beta Was this translation helpful? Give feedback.
-
Nice catch, mine does the same, just trying ... be great if it fixes as it's annoying! |
Beta Was this translation helpful? Give feedback.
-
I use an ESP32 CAM (this is what I had in "stock") and with throttle at 2s it works perfect. I use bellow cards and I can see all information updating at 2s. Possibly it depends also on the ESP32 chip type. |
Beta Was this translation helpful? Give feedback.
-
Just a follow-up note on this... As per here: https://esp32.com/viewtopic.php?t=6707 @syssi - not sure of the control possible in the code, but is it possible to sleep wifi, poll BLE, sleep BLE & send WiFi data? |
Beta Was this translation helpful? Give feedback.
-
@syssi When using a board with ethernet, will it default to that when eth config is present or is there a config option for it to use ethernet? |
Beta Was this translation helpful? Give feedback.
-
please see #364 for some fairly effective workarounds I have devised to address these issues with BLE. |
Beta Was this translation helpful? Give feedback.
-
I have no issues with bms ble throttle: 0s and soyosource component + a lot of other stuff in my config lika garage door control, ads and ina measurements, etc. Only the OTA update was buggy, so I added an automation, which disables BLE as soon as an OTA update starts. https://github.com/kev300/HA_with_EspHome/blob/main/esp-home_config/garage.yaml |
Beta Was this translation helpful? Give feedback.
-
Finally all up & running - but boy it was a journey.
Its a superb repo & works incredibly well - as long as you understand the limitations of the systems involved.
Me: Used ESP's for ages first foray into ESPHome - so off to a bit of a rocky start.
I couldnt get RS485 working, so went to BLE - nothing but issues.
Random dropouts of BLE & WiFi, really poor performance, kept getting dropouts when flashing firmware - just a horrible time & nothing consistent - so next to impossible to debug & work through.
The solution - seems that its all down to the performance capabilities of the hardware.
I followed the steps & used the "example" config in its entirety on a WROOM 32 - it worked a bit, then would randomly drop out for 5min & back again. Kept giving WiFi errors - right next to a good station & still issues.
It seems that the hardware (ESP32 & possibly the BMS) is just not capable of doing updates for "all" sensors in the config every 5 seconds, pull them from BLE & then send them over Wifi.
If you're having random issues, dropouts, performance issues my advice:
Hope that helps some others out - i'll put a pull request in to update the examples with more info/descriptions.
Beta Was this translation helpful? Give feedback.
All reactions