[APP][Pro] ESPhome - Control your ESP8266/ESP32 by simple configuration files

Great news! Do you have a time frame for the first release?

How to get Homeys TLV and connect the ESP?

—> Usage: Low cost Thread Mesh Extenders

Point #2 of my post here: I haven’t been able to find the TLV for Homey.

It would be absolutely great if you are able to implement support for ESPHome Bluetooth proxies as well! I realize it might take some architectural changes to make it work, but given the rather underwhelming BLE range of Homey, it would be incredibly helpful. :slight_smile:

Hello, just seen those messages, and discovered the problem through an issue opened on the github.

That useless breaking change impact device migrated to 2025.10+.
If I upgrade the app to use the latest native api version, users whom didn’t migrate will lose their connection.

Only solution would be to support both version of the api, but it’s a big change I cannot handle (I’m not using Homey anymore).

As for the ā€œmaybe to comeā€ official ESPHome version, wait and see, … dynamic select is not supported by Homey, maybe they will finaly fix that … I’m affraid the official version will not include the ā€œwizardā€ I designed

This this, after testing it for an entire week with a Konnected Alarm Panel 12 zones, it works really great:

Hallo Abe,

Hoe is het met de Esphome app? wanneer verwachten jullie te kunnen releasen?
Ik wacht vol verwachting en kan nu alles nog net in de benen houden.

hoor graag even van je!

Just FYI @Bas_Nahuis This fairly new community app is doing a pretty nice job!

I recommend you try my app. If you encounter any issues, please don’t hesitate to provide feedback.

Slowly I’m moving my smart home over from assistant to Homey. One thing Im struggling with is my Smart doorbell from Zuidwijk.

It’s connect using the ESPHome app but there is not a real entity that suits it. For now I have it added as a contact sensor, this works but in a flow the tigger is is with a minimum duration of 1 sec. This would mean that the doorbell should be pressed for 1 sec, this can work but not can be trick

The option button is not working, adding a general device makes it also a contact sensor.

You should report your issue in the app topic:

(un)fortunately I’m using the other ESPHome app.
but I managed to fix it!

In the yaml I added a template binary sensor (ā€œDoorbell Eventā€) that uses binary_sensor.template.publish to push directly to Homey on every press, ensuring short presses are detected.