Hi,
Could you help me up with this? I installed openhab and mosquitto in the same pc. I tested the broker sendind messages with my mobile and it is working. But when i tried to send it from openhab the broker does not receive any message.
/*items
Switch Light_C_Corridor_Ceiling “Ceiling” (gC, Lights) {mqtt=">[broker:test:command:ON:1],>[broker:test:command:OFF:0]"}
/*openhab.cfg
URL to the MQTT broker, e.g. tcp://localhost:1883 or ssl://localhost:8883
mqtt:broker.url=tcp://localhost:1883
Optional. Client id (max 23 chars) to use when connecting to the broker.
If not provided a default one is generated.
mqtt:broker.clientId=openHAB
I also installed the mosquitto addons