-
By following you example, I have implemented subscriber as shown below:
this.m_MqttClient.MessageStream
.Where(msg => msg.Topic == this.m_RcvTopic)
.Subscribe(as…
-
**Use case**
- Flutter app - Subscriber
- Node app - Publisher
- QOS - 1 - Both Publisher and subscriber
** Issue **
Once the subscriber turns online from offline after initial connections ar…
-
Hi,
The task "Local Runtime - Up" seems ok. But When I try to Debug with F5 errors happen :
![image](https://github.com/eclipse-velocitas/vehicle-app-cpp-template/assets/20794916/a91d9cdf-2a0f…
-
**Describe the bug**
MQTTAsync_message->retained is set to false for a message published with a 'retain' flag. Shouldn't this return 'true'?
According to the API description - (MQTTAsync.h), 'retain…
-
### The problem
This is simple SONOFF plug flashed with TASMOTA:
```
switch:
- name: "SONOFF S20"
state_topic: "demo/sonoff/tele/s20/STATE"
state_off: "OFF"
state_on…
-
-
Anyone could help with this?
-
### Question
Wondering if anyone else is currently having issues with the Deebot T9+ no longer showing as available in Home Assistant.
I've removed it from Home Assistant and re added it to Home A…
-
### What happened?
After restarting my HA, all z2m devices were unavailable. I used MQTT Explorer to check if the auto discovery topics were there. And they weren't. It is likely due to my MQTT broke…
-
I would need MQTT Group Topics to work for provisioning and configuration purposes.
In Tastmota we use "cmnd/tasmotas/"
![image](https://user-images.githubusercontent.com/70269175/210183310-8490e998…