ESP32-Faikout on Homey Pro

Hi

You can request for support with the app dev of ESPHome Controller community app. Details are on the app page at the homey.app store.

Else, to use it with MQTT, you need to configure the ESP by entering required MQTT details (details which you’ll get after you have configured the MQTT ‘service’ @ your Homey)
https://codeberg.org/RevK/ESP32-Faikout/src/branch/main/Manuals/Setup.md

@ Homey, you’d install 3 community apps:

  • MQTT Broker (in case you don’t have one running)
  • MQTT Hub
  • MQTT Client

– Broker being the MQTT traffic agent (what goes where)
– Client being the MQTT message sender/receiver
– Hub being the tool to listen to / to control MQTT topics

MQTT Hub has the possibility of creating virtual MQTT devices, which can listen and send commands to the ESP32-Faikout MQTT topic.

This example is similar and should get you going: