matkaan
matkaan
I use templated approach because have additional costs rule that are not doable using UI. I don't know how to fix the changed name of the sensor now? Following used...
I learned that additional cost - template can now be added through UI. Did that (same code from above) and then renamed sensor. All good again! Thanks.
Thanks a lot! Seems to work fine. Just on time for cold season. I have a automation that turns these on before planned departure time adjusted based on outdoor temperature;...
Edit: see my other comment below. *** This is how I did this on Dashboard: 1. Create "New Device " at ESPHome Dashboard, use following yaml. - (This just references...
Got it working on ESPHome Dashboard with option2 from my above comments! Here are details: 1. Create new device by combining base.yml and esp32-generic.yml (bord specific) -files. 2. Change package...
> I tried to copy and install this script via my **ESPHome (2024.7.2 / Docker)** but got the following error: > > I got the same errors, but still works...
I had some errors when building an updated version, probably due file caching (I have ESPHome as add-on in supervised HA). Solved by changing package reference files to to refresh...
At the end, I have not found reliable way of updating remote package code for the build using esphome add-on dashboard. It seems to use old version of the code,...
> So basically you recommend to compile the firmware with CMAKE and not ESPHome Dashboard? Is there a short tutorial for that since I am not that experience with that...