Title: ESPConfig Designer – open-source visual editor for ESPHome configs
Hi everyone,
I’d like to share my new open-source project: ESPConfig Designer.
It is a visual editor for creating, organizing, validating, compiling, and installing ESPHome configurations. The goal is simple: make ESPHome projects easier to build without having to write YAML manually from scratch.
ESPConfig Designer is not a replacement for ESPHome. It generates standard ESPHome YAML and uses ESPHome tooling underneath, so you can still inspect, copy, edit, and use the generated configuration in the normal ESPHome workflow.
The project is still young, so feedback, ideas, and bug reports are very welcome. If you find any issues, please report them on GitHub so I can track and fix them properly.
Thanks, and I hope it will be useful to some of you!
Приветствую! Идея очень хороша! Но в моём случае HA работает на S905 и ESPHome Bulder я использую на ПК. Подскажите возможна установка на компьютер? Спасибо в принципе за вашу работу! Очень красиво.
You can absolutely use ECD on a PC.
You can easily run it in Docker. I added instructions in the GitHub README on how to set it up.
But I’m guessing that since you already have Builder on your PC, you probably know how to do it even without the instructions
Понял, спасибо. Только Builder у меня без Docker. Он установлен прямо на Python через: pip3 install wheel
pip3 install esphome
с доступом через [ESPHome ABC](http://IP ABC:6052/)