Replies: 2 comments 11 replies
-
Please try to remove stuff which needs a lot of resources:
|
Beta Was this translation helpful? Give feedback.
-
After hours of testing, I'm sure that two of the three esp32 boards I used are the problem. Two of the USB-C esp32dev boards WiFi/Bluetooth signal performance is significantly degraded compared to similar USB-Mini esp32dev boards. Signal strengths could have contributed to the errors, but even with the USB-C devices, signals still displayed under -40DB and usually considered very good. All the devices were created using documented esphome procedure. After confirming the board was working, I used the esphome installed .yaml to modify the multi BMS .yaml code in this project. On a side note, I found that setting a static IP really helped with using ota to flash the devices. Seems that mDNS on my router is problematic, so having the static IP helps eleviate some network issues. I am very happy to report that finding the right esp32 hardware works great with this project. After testing so many setting senarios and hardware combinations, the settings below and the one esp32 device it is installed on has been working flawlessly for the better part of a day.
Thank you so much for the ideas to effectivly work through these issues. Now on to build the automations and dashboards for an ad-hoc engineered solar system. |
Beta Was this translation helpful? Give feedback.
-
Trying to monitor two battery BMS. For the most part this works great. A great solutoon and many thanks. Problem is this configuration keeps experiencing loss of wifi and I think even some restarts. I can not provide logs for are the restarts, since I can't connect to get logs. I can see the device drops off the network by doing ping tests. When things are working, the esp32 has a strong WiFi connection and the BLE connections seem to be solid when the connection are working. I've tried two different versions esp32 board devices with same result. Could someone look at the yaml I'm using and see if there is something I've messed up? Sorry i'm not figuring out how to paste the yaml as code. Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions