-
Hello,
i tried really hard and read all issues. But i can't found a solution for my problem. So maybe you can give me a hint.
I try your example code for a mqtt client. If i set the connection spe…
-
Today i want to test password is wrong this case and find that client always try to reconnect.
In `read_handle_client.c`
```
switch(result){
case 0:
mosq->state = mosq_cs_connected;
retu…
-
Hi, i'm trying to get simple test of this and i'm get error when trying to connect to server, i test my own mqtt server and free public server like mosquitto, but the result its same.
Im testing t…
ghost updated
3 years ago
-
**Describe the bug**
For me it is not possible to connect the mqtt-client adapter to my current mosquitto broker. It is a version 3 broker so I select the mqtt version 3 in the adapter settings.
…
-
I cannot run that command even though i have install it in the step by step instructions
-
There seems to be a regression with ChannelColumn in v2.1.6.
In v2.0.0 each Binding parameter (like mqtt's ``) where moved to new lines.
See https://github.com/MaxBec/openHAB-Alignment-Tool/issue…
-
Callback functions (`on_connect`, `on_message`, etc.) are called from non-lua code; which I cannot see as documented to be `longjmp` safe.
Lua C api functions will longjmp out on failure to the las…
-
Hi, updated my Mosquitto broker from 5.1.1 to 6.0.1 stops AM43 from operating.
The Blue Tooth Enable works, but the components on HA dashboard remain Greyed Out. Restoring MQTT back to 5.1.1 cures…
-
When I tried the fixes branch to compile to fix https://github.com/eclipse/mosquitto/issues/1831 , got same sort of error as https://github.com/eclipse/mosquitto/issues/1831 only in a different file.
…
ghost updated
4 years ago
-
How about if you could configure the clean start behaviour something like this:
```
mosquitto_int_option(mosq, MOSQ_OPT_CLEAN_START, ALWAYS);
mosquitto_int_option(mosq, MOSQ_OPT_CLEAN_START, FIRS…