-
in the function
`boolean PubSubClient::connect(const char *id, const char *user, const char *pass, const char* willTopic, uint8_t willQos, boolean willRetain, const char* willMessage, boolean clean…
-
Hi, awesome project.
I believe there’s a little error at the end of the documentation:
The docker-compose starts two services:
bumper itself
nginx proxy, which redirects MQTT traffic on port…
-
### What version of the Stream Reactor are you reporting this issue for?
3.0.1
### Are you running the correct version of Kafka/Confluent for the Stream reactor release?
running on v2.7 (i ad…
-
I've been using the amshan integration for well over a year, and its been mostly a great experience. But something changed within the last month or so (due to lower electricity prices overall this sum…
-
Good morning everyone, congratulations on your work, fantastic!
I installed the hack on the cam and the plug in and it seems to work well: the video and the accessories to record audio and video. Mot…
leovj updated
4 years ago
-
Hi @knolleary ,
The following function
`pubsubclient.connect(clientId.c_str(),mqtt_username,mqtt_password);`
blocks the program for few seconds( atleast 5seconds in my program) and then says mq…
-
1、platform_thread_init函数中,xTaskCreate的最后一个参数应该是&thread->thread,而不是V1.1.0版本中的thread->thread。
platform_thread_init函数的自测代码修改为:
err = xTaskCreate(entry, name, stack_size, param, priority, &thread…
lchnu updated
4 years ago
-
I am using the Python code to forward the MQTT messages to ES server. Some time the code stop forwarding and stays in while: True loop inside class App. When I checked for MQTT messages by subscribing…
-
**Is your feature request related to a problem? Please describe.**
User wants to automate something car-related, where automation will be triggered by opening and closing car doors.
Currently, door …
-
**Is your feature request related to a problem? Please describe.**
Adapter is configured as client, the server is a esp8266 running a mqtt server. When the network connection interrupts, the client…