Results 738 comments of Andrew King

So as part of my last major rework, I redid all of the configuration and setup of almost everything to make things all work from a central config that is...

WIP disconnect on idle is on the branch `feature/push_mqtt` current [build](https://github.com/QuantumEntangledAndy/neolink/actions/runs/6309620635) seems to be working. Needs the following `idle_disconnect = true` in the toml ```toml [[cameras]] # usual options like...

Finally got it to build on github [here](https://github.com/QuantumEntangledAndy/neolink/actions/runs/6313395985) you might need to install [openssl](https://wiki.openssl.org/index.php/Binaries)

Well aware of this issue, (multiple open issues too) I've used valgrind, massif, and all sorts of other programs to track it. Can't seem to squash this one Also `Buffer...

go2RTC will not work in the way that you seem to suggest. 1. It's written in go, so not directly integrate with this rust project, 2. it still requires the...

Is there anyway for an official client to do this?

Oh yes I actually recall having this conversation with someone before. It's already been added into the mqtt controls Use this message over mqtt - `/control/floodlight [on|off]` Turns floodlight (if...

Not at the moment. It's not too hard to add a command line command for it. I just won't have time for awhile

I'm currently making some changes in the part of the code your issue is occuring in. It seems from your log that the thread that controls the camear was dropped...

From your logs it seems that what is failing is not the file but the http request. I suspect this is an upstream issue because Google just pulled the api...