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. ![]()
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.