m3ki

Results 19 comments of m3ki

@jmgiaever Hey, yeah i think you're right. I am a bit rusty with cpp, but it does look like it maybe missing a reference to a field. It's an odd...

So trying to remember cpp, you only need to use "this" in this case if there is another variable hiding the instance variable right? why did your code work better?...

A friend compiled "this" fix and added my fix to add MQTT_KEEP_ALIVE environment variable to change timeout as needed docker here https://hub.docker.com/r/firstof9/qt-ozwdaemon

@Olen yes but, there was a reason for using older QT libraries. Newer libraries break all in one container for ozw admin.

I am having the same issue, 100+ nodes ozw daemon won't stay up.

> So I spent an ungodly amount of time figuring out how to get a local debug build of ozwdaemon running on my MBP. I can't exactly reproduce the issue...

what I did on my end as a workaround is to install mqtt locally on my pi and then bridged it to my main mqtt server. It seems to fix...

> Depending on the MQTT server you have, the performance of your device and the size of the network, you could improve things with those kinds of changes. With my...

By network connection, i meant there is something going on with how ozwd handles traffic and/or congestion. Even with the keepalive increased network wouldn't be stable. At least in my...

> I'm running a supervised install on Ubuntu 20.4 on an RPi4, with the Openzwave addon and the MQTT addon. I've been working to get everything back to normal after...