-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Connection loss on Event Update #26
Comments
Can you guide us step by step how to reproduce it? We are still unable to catch it |
Hello, [2019-02-03 16:56:47.422] [I] [core] [MQTT-16] ----------------- {"creationTime":1544346059,"creatorId":1,"customIcons":{},"deviceType":"sensorBinary","h":1639081286,"hasHistory":false,"id":"ZWayVDev_zway_6-0-113-6-Door-A","location":1,"metrics":{"icon":"door","level":"on","title":"Door/Window (#6)","isFailed":false,"modificationTime":1549208948,"lastLevel":"off"},"nodeId":6,"order":{"rooms":0,"elements":0,"dashboard":0,"room":2},"permanently_hidden":false,"probeType":"alarm_door","tags":["mqtt"],"visibility":true,"updateTime":1549209407} Does this help to reproduce the problem ? |
@alwalz, are you sure you’re running the latest version? The latest stable is 1.4.1. |
@Edubits: interesting point. I thought it was the latest version, because I've downloaded it through the web-application, but apparently it wasn't. Thank's for the hint. [2019-02-04 17:20:01.253] [I] [core] Notification: device-info (device-OnOff): {"dev":"Door/Window (#6)","l":"off","location":1} |
The disconnect happens only in even from the sensor? May be it is a keep alive problem? Can it be also reproduced using test.mosquitto.org? So we don't have to install the server ourselves |
In my case this happen when device name conatin an # |
Thanks for hint !! It really is, have same problem If # in device name - mqtt disconnects, after rename - works fine |
Looks like # is a wildcard symbol - should be removed from device names. |
Any progress here? I have the same issue as soon as a fibaro motion sensor triggers. I thought it also might be a naming issue as I have an umlaut in the name but after changin ü for ue the problem persists.
One thing I found out is that the disconnect happens even if mqtt app is not enabled for the fibaro motion sensor... Maybe it is a timeout as some other z-wave task is blocking the thread to long? |
Ok it WAS the same issue, I found that it was als sending out the "temper" of the motion sensor which was automatically called "temper #2". |
I get this error too and after some digging I found this issue, I have some devices containing name with # The code is outside my competence but there should be a way to escape # so it would work with MQTT |
After som digging I found that my broker used TLS and apparently it's not supported as stated in #2 |
Hey,
I recently startet to play around with mosquitto and this MQTT module.
If I request #/example/status by sending a 0 msg everything is fine, if I just wait for the device Events I only see errors in the log, no device update is pushed automatically into MQ.
For Example a Power Meter reporting it WATT:
Doesn't matter if Report is 0 or > 1 always disconnect. No Error in mosquitto log.
The text was updated successfully, but these errors were encountered: