I also got a couple of esp32 boards which has temp/hum and others sensors connected directly to the board. I looked at homeyduino app but couldnt see that fit together with esphome, maybe Im wrong
There is no direct support for ESPHome devices, but you can use the MQTT client app to create flows that trigger on new values being posted by your device(s).
Homeyduino is meant to create your own “firmware” that runs on the ESP device. It integrates nicely with Homey, but it requires that you write the code for your device yourself.
Ok, thanks for quick reply. If I start using MQTT is it possible to add sensors as devices in homey over mqtt or is it only possible to create flows based on information from mqtt?
There’s sadly no possibility to create devices based on MQTT data at the moment, so it’s flows-only. As a workaround, you can create a virtual device based on the capabilities that your sensors support, and set those capabilities using MQTT flows. It’s not ideal but at least you’ll be able to create actual devices.