Mark Lagendijk

Results 69 comments of Mark Lagendijk

Did you get the error when you ran the `/login_continue` command?

> How are we supposed to set this up ( with the commands etc) if we run this on Docker ( synology) from DSM, not command line? Via the Telegram...

I just tested it with MQTT as shown above and that works.

Added some documentation and added logging to Apprise implementation: `4.0.1`.

@zeus24 you probably messed up your `messageFilter` config, it determines when messages are sent. The defaults are to only send when the stock increases from 0 to another value: ```json...

The idea of Docker is that every container lives it its own little world (well it can be in the same network as other containers, which is automatically the case...

Might be a rights issue (caused by AppArmor or SELinux). You could try to verify that by running the container in privileged mode (this gives the container access to everything...

For starting a server and then running tests you can use [start-server-and-test](https://github.com/bahmutov/start-server-and-test). If you need to run multiple servers you can use `concurrently` to start all of them.

Is `12.23.34.45` the internal network ip or the external ip? The issue is how the ONVIF protocol works: * There is a metadata endpoint that lists the service endpoints, including...