[SOLVED] MQTTv2 via things file

I have a problem regarding the configuration of MQTT v2 via things and items file.
The console outputs that the item has been changed, but no output to the broker (MQTTspy).
There are also no parsing errors… any help?

Bridge mqtt:broker:MQTTGoldeneyeBroker "MQTT Broker Goldeneye" [ host="192.168.0.2", secure=false ]
{
    Thing topic Verlichting "MQTT Verlichting" {
    Channels:
        Type dimmer : LEDVerlichtingFornuis "Licht Fornuis" [ stateTopic="OpenHAB/Keuken/Verlichting/Fornuis", commandTopic="Beckhoff/Keuken/Verlichting/Fornuis/Value", on="TRUE", off="FALSE", min=0, max=100, step=10 ]
        Type dimmer : LEDVerlichtingKeukenkast "Licht Keukenkast" [ stateTopic="OpenHAB/Keuken/Verlichting/Keukenkast", commandTopic="Beckhoff/Keuken/Verlichting/Keukenkast/Value", on="TRUE", off="FALSE", min=0, max=100, step=10 ]
        Type switch : VerlichtingKeukentafel "Licht Keukentafel" [ stateTopic="OpenHAB/Keuken/Verlichting/Keukentafel", commandTopic="Beckhoff/Keuken/Verlichting/Keukentafel/OnOff", on="TRUE", off="FALSE" ]
    }
}
Switch Verlichting_LichtKeukentafel "Licht keukentafel" ["Lighting"] {channel="mqtt:topic:MQTTGoldeneyeBroker:Verlichting:VerlichtingKeukentafel"}

Dimmer Verlichting_LEDKeukenKast "Licht keukenkast" ["Lighting"] {channel="mqtt:topic:MQTTGoldeneyeBroker:Verlichting:LEDVerlichtingKeukenkast"}

Dimmer Verlichting_LEDFornuis "Licht fornuis" ["Lighting"] {channel="mqtt:topic:MQTTGoldeneyeBroker:Verlichting:LEDVerlichtingFornuis"}

In PaperUI everyting looks OK, and it states that the broker is ONLINE.
When I configure items trough paperUI, everything works normal.
I want to use the config files, because all that clicking around in PaperUI is a hassle.

It will only output to the broker if the item receives a command not on a state change

Strangest thing… now its working and I did nothing. Slow reload?