I absolutely love ESPHome, and am using it a lot, and learning a lot in the process. Here is a list of suggestions, wishes, gripes, etc on how it could be improved. I am hoping that some kind developer will pick something up as a good idea to implement
Dashboard
Add ability to āUpdate Allā devices that actually need updating (not all devices regardless of their upgrade state) Maybe the options could be āFlash Allā (current functionality) and āUpdate Allā (Only devices not at latest fw version)
Add āClean All Buildsā - After many issues, I now always clean builds before updating whether really needed or not. Maybe I am not alone in doing soā¦
Sort the tiles by name!!! This drives me up the wall! Or at the very least allow picking sort method.
Add folder support for ātemplatesā. I would rather not use the . trick to hide the filesā¦
Any way to distinguish WIP (work in progress) from Deployed devices?
Subset of tiles where you can see what a pain it is to find the one you are looking for. It sorts by the file name and while it is sometimes a good idea for device and file name to match, it is not always the caseā¦
Add IP (the one configured, or used, whatever is feasible)
Add MAC (just make it easier to find on router - Iāve had IP messes where I used the same IP more than once, I go by MAC to be sure, and set everything static on router)
Exclude Update checkbox - to avoid updating a device when using āUpdate Allā
Add installed version
Integrations used list (this would help remember which device to go update when ESPHome changes)
Split screen to see main device YAML and template file(s) all on one screen (or some way to piece together a YAML that has been split up)
Code snippets to easily reuse the same code in each device? Instead of using templates for everything which are efficient but also a bit more annoying when you have to go hunt for each one to see what YAML is in it
Some way to overrule what is in a template (I have not fully researched this yet) / package. For example, I use the ratgdo YAML that uses a remote_package but due to some minor changes I need to make, I have to copy the contents of the package into my YAML and sync it up each time. I understand this can cause other issues⦠just brainstorming on nice-to-have options
Other - in HA
How much data is being pumped into the database by the device. Way too many times I forget to tone the data down after developing/testing/etc and it bloats and bogs down the DB.
Sorting in the ESPHome Device page (Controls, Sensors, Configuration, Diagnostic). As shown below, with devices that have up to 88 entities, it would be nice to be able to sort them other than just by name. Anyone using LD2410 likely has the issue
Fix the ability to remove an unavailable ESPHome entity. I often rename stuff so I run into this a lot. It is often possible to delete it after a system reboot. May be possible to delete elsewhere but I typically try to do it from the device page when I notice the old straggler⦠and it doesnāt work.
Make number boxes smaller⦠or the column wider so that more of the entity name will fit. Also, would be so nice to be able to disable decimals from the number box when not needed.
I wish I could help in getting any of this done⦠I wouldnāt be able to code it, but am open to help in any other way.
Just tweaked my list to clarify. When I hit āUpdate Allā it tries to compile and update all 40+ devices I have. It always stops half way and I end up having to update the rest manually. What I was suggesting was a way to only update those that still have the blue label āUpdate Availableā and that were not āExcludedā (other feature request).
It is not always advisable or needed to update a device⦠although I have the itch until Iāve updated them all lol
I donāt have that many devices. I just manually updated buderus for rest I use update all.
Usually only one device, its converted sonoff mini, fail due to poor wifi connection.
In my case it only updates devices that are marked blue - update available. Never saw that it updated all.
I just hit the button, and it started from the top of my list. The device is already up-to-date. Maybe a malfunction on my end, but Iāve always seen it do it. It also asks if you want to update āall devicesā.
Edit: Sometimes this is not a bad thing as it is my understanding that if the firmware gets compiled but not uploaded (maybe offline or some other issue), the update badge will go away even though the device has not been updated⦠but for most of my cases it is annoying.
Hm⦠I just hit update all and it started to update all devices. But Im mostly certain that when new version of eshome is installed it update only devices marked blue - update available.
It could be⦠but my builds always stops (no errors, just stops) after a dozen devices. Hitting āUpdate Allā at that point starts the process all over again from the top even if there are many devices that have not been updated at all to the new version.
I usually update manually buderus pcb board running esphome and everything else is going to update all. Iām nearly certain that it skip buderus from updating.
@ddaniel - Thanks for the suggestion⦠looking into it as I type. I have 5 APs around the house so coverage should be good in both directions (AP to EST & ESP to AP). To monitor AP to ESP I have this card:
It is cut off, but the strongest signal reaches -25dBm. I keep the APsā 2.4GHz signal output low given the coverage. The worst one in the list above is close to an AP but it is inside a metal rack, yet it has never failed.
Checking on how strong the signal is received from the APs:
Another is outside in my backyard when I am planning on adding another AP (not for the ESP as that works flawlessly, but for cell phone use, etc).
Not sure how to interpret āWiFi Experienceā as it is not solely signal strength related. Lots of online posts mocking it as nobody really knows what it means. (Edit: It was a reporting bug in Unifiās firmware, not an actual issue, now fixed)
The ESP that has the strongest signal (-25dBm) has a rating of Poor (could be that the signal is too strong, but I think the issue is more with how poor ESPs are as Wifi clients - latency, etc.).
Yes, the latency is definitely pretty bad. I just changed something in my yaml code and esp board that had problems with uploading had the worst latency overall. But it is less than yours.
Probably coverage is good but maybe you just miss configured something in your routers settings.
If you are referring to the āUpdate Allā that stops, I donāt believe it is a signal issue. Doing it manually always works flawlessly. It could be the browser putting the tab to sleep, or something else. I havenāt had the time to fully look into it. Anyhow the thread was more focused on some nice to have features more than troubleshooting my wifi, but thanks for the suggestions! I will spend some time improving the setup and check Unifi configuration.
I know but I just want to say that my worst latency is 20 ms less that the one you posted.
Iām using cheap miwi routers in a mesh mode and I have only 3 of them.
For the equipment you are using is should be much better.
I checked another identical ESP to the one shown above, that does nothing until it receive a command to send an IR signal, and the latency is way better. It is on a much newer AP⦠Unifi UAP AC PRO Vs U6-LR
I am especially interested in āAdd installed Versionā.
First: The installed Version should be shown.
Second: The āUPDATEā button on the tile should depend on the installed version not (as it is now) on the compiled version. In my scenarios I want the device to be updated not just the new version to be compiled.
Pulling the installed version of YAML seems to be difficult for some reason⦠Maybe Iāll try creating a web app to do it, get AI to help.
ESPHome could solve it by just recording the last installed version separately from your edited YAML. A version History would probably be the best way and shouldnāt be too difficult to implement.