-
**Describe the bug**
A CDP packet can only hold 256 bytes. The data portion (the part where we can add the message) can only hold 229 bytes. If it is more than that, the packet will not publish. Howe…
-
Hello everyone,
i'm having problems with receiving the correct device state after homebridge reboots. Although logging the configured publish, i'm not seeing real mqtt-messages. When publishing tho…
-
### Answers checklist.
- [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there.
- [X] I have updat…
-
Hello
Consider the following example
```
#include
#include
#include
#include
#include
#include
#include
#include "mqtt/async_client.h"
using namespace std;
const string DFLT…
-
### The problem
I have discovered that it is not possible to stop MQTT from publishing all sensor topics.
I am told that the C++ code allows for blank `state_topic` to prevent publishing per senso…
-
**Describe the bug**
Unable to send Panasonic IR codes from a BK7231N
**Firmware:**
- Version: 1.15.398
- Device: MiniUniversal IR Remote model S18
- Chip/model: BK7231N
- Device config: IRSe…
-
`[17:52:15] INFO: Pull Solarman config from add-on
[17:52:16] INFO: Solarman-MQTT config file does not exist. Generating from sample.
[17:52:16] INFO: Generate Solarman passhash from password
hash …
-
Is it possible to publish only....for example:
`mqtt.subscribe("home/mytopic")`
then I am trying this below to publish people count and a cameras frames per second to the pub sub:
```
pub_st…
-
- [x] Bug exists Release Version 1.1.0 ( Master Branch)
- [x] Bug exists in Snapshot Version 1.1.1-SNAPSHOT (Develop Branch)
MQTT client waits for ACK even when publishing a message with QoS 0, bu…
-
I have recently installed the thermostat shield and it is working fine. A DHT22 is connected to a raspberry pi and is publishing the current room temperature. I have also have a topic 'diyless_thermos…