Wow I lot of good suggestions and ideas thank you all.
- I have two identical ESP32 reading temperatures of my hotwater tank. they are closed together, one in a nice plastic box and one without the box. The one inside the box measure -70dbm and was disconnecting all the time, the one without the plastic box is -49dbm and very stable. So I removed the box and both read ~-48dbm, and very stable.
- Im going to add the uptime sensor to confirm whether the ESP actually reboots.
3)also I’ll add this code ```
fast_connect: true , output_power: 20.4 dB, power_save_mode: none
I'm not sure what the 20.4db means...
4) I think it might be some sort of interference as both ESP disconnects almost at the same time. I 'll check what happens in the utility room at that time.
5) these short disconnections are ok , I can live with them it's just that I want to learn more about the reasons and how to troubleshoot or maybe i missing something in the config, even is it's a normal behavior i'd like to know. I ordered one ESP32 version with an external wifi antena to test if it makes any difference. But yes, I can live with it.
6) power supply--- I am using one little block of apple's phone I think it is 1Amp should the ESP need more than 1Amp PowerSupply?
7) where should I get the log? is it in the ESPHome -- ? or the logs from the ESP32 device?the life log does not show much and it will be hard to catch it when it disconnects because i can't read the logs when its lost .. so I'm not sure..
Thank you very much