MQTT Setup and Configuration

@Joerg_Schreiner has a point here. You changed your Tasmota Topic to FietBulb01. But the default command topic to turn it on or off is normally:

cmnd/FietBulb01/POWER

However, that will only work for you if you put your FullTopic back to the default as shown above the field in the Tasmota MQTT Parameters page (%prefix%/%topic%). I would suggest you put that back to default so that most of the online guides you read make sense!

I tried to write a guide for setting up a simple Tasmota device. It’s based around a Sonoff Basic, but your bulb should work in exactly the same way. Like @rpwong I use configuration files instead of the UI:

But as @denominator says: forget about openHAB for now and use MQTT Explorer to make sure all the MQTT stuff is working. Once that’s done, come back to configure it in openHAB.

This page is your Bible: Commands - Tasmota

Use the Tasmota console to try out commands (just type POWER ON and POWER OFF into the Tasmota console and watch what happens), then use MQTT Explorer to do the same over MQTT, then move to openHAB.

2 Likes