-
**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…
-
### What happened?
BHT-006GKLZB connected to the zigbee2mqtt.
All running fine, like changing heating temperature, etc. etc.
- not functioning:
1. local_temperature which shows always 0 degree
2.…
-
I have mosquitto broker v3.1 and I'm using arduino to send my data to mqtt broker (mosquitto) and from there i want to send these data to json scada , when i downloaded windows installer inside it in …
-
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
-
### Describe the bug
I am able to connect over TCP on port 1833 or 5000, but not over websockets on any port
### Which component is your bug related to?
- Server
### To Reproduce
Steps to r…
-
Would be nice with possibility to enable discovery features with Home Assistant.
Look at this project for inspiration: https://github.com/Sennevds/system_sensors
osos updated
4 months ago
-
Hi Team,
Jmeter (V5.1.1) not receiving MQTT message when the below server exception occurs. Please help
xmeter JAR : mqtt-xmeter-2.0.2-jar-with-dependencies.jar
Test Scenario: Cluster high-availa…
-
I was getting a lot of Error: Protocol error issues when attempting to use SSL. I believe that the source of the issue is that mosquitto_pub assumes TLS/SSL when you use the --cafile argument, while m…
-
### What are the steps to reproduce?
- Add an MQTT in node.
- In the Server properties, use a Server URL with the `mqtts://` protocol.
- Do not select *Enable secure (SSL/TLS) connection*.
### W…
-
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…