Hello all! I have this item on my OpenHab2.2
Switch FF_LivingRoom_Light "Luz" <light> (FF_LivingRoom, gLight) ["Lighting"] {mqtt=">[mymqtt:mygateway1-in/50/1/1/0/2:command:OFF:0],>[mymqtt:mygateway1-in/50/1/1/0/2:command:ON:1],<[mymqtt:mygateway1-out/50/1/1/0/2:state:MAP(1on0off.map)]"}
When I click it, a MQTT request is generated, but some extra ones also (The first 2 are extras):
MyMQTT/commandUpdates/FF_LivingRoom_Light/command ON
MyMQTT/stateUpdates/FF_LivingRoom_Light/state ON
mygateway1-in/50/1/1/0/2 1
mqtt.cfg
mymqtt.url=tcp://192.168.1.10:1883
mymqtt.clientId=openhab
mymqtt.qos=1
mymqtt.retain=true
mymqtt.async=false
mqtt-eventbus.cfg
– empty – (all commented)
Way is this happening? Can I disable it?
Thank You