-
The user defined publish callback is set to be called when a message is successfully sent to the MQTT server. For QOS0 this is OK, but for QOS1 and QOS2 the rest of the publish transaction is being ig…
-
After digging a little bit on the library, found what it seems a bug, or at least a miss-documentation. It has mainly affectations on 5.0.
---
```js
const client = mqttCon(stream, {
protocol…
-
The Paho library for Websockets uses a subprotocol version for distinction between 3.1 and 5.0 of MQTT.
As such, the CONNECT packet's variable header can have a different protocol name (0x00, 0x06 in…
-
Mqtt üzerinden video gönderince video gelen tarafın reddetme seçeneği yok bu yüzden videoyu server'a upload edip linki mqtt'den göndermek gerekiyor.
-
hello 我现在homeassistant使用的2021.3.4版本,直接使用的你的mqtt代码,连接服务器没有问题,但是在ha上按按钮的时候会自动断开服务器,不知道是什么原因。
报错日志如下:
Logger: custom_components.mqtt
Source: custom_components/mqtt/__init__.py:921
Integration: MQTT (…
-
hey I just copy pasted the https://github.com/monteslu/mqtt-serial#bindphysical example and changed the mqtt server, username and password and serial port path. when I start the script, I get:
```
…
deisi updated
6 years ago
-
Hi,
I prefer if my device is published under the device ID e.g. tuya/bf61234567mpo/Dp20 as the topics are "hardcoded" into my home automation server. In my home automation server I then name the de…
-
i have burned bin file to the esp32 successed, but the username & password is null,show in the down pic.Then i using the command 'at+config=mqtt,username,xxxxxx&;password,xxxxxxxx‘, but encounter an p…
-
### Preliminary Docs
I confirm that I have read the [CONTRIBUTING](https://github.com/ccrisan/motioneyeos/blob/master/.github/CONTRIBUTING.md) guide before opening this issue.
I confirm that I h…
-
From the documentation I gather you import data from the mqtt server, but is it also possible to expose all events in pimatic to the mqtt server so other interested applications can use the events/dat…