-
Most docker images (e.g. mariadb) allow you to define settings via docker-compose. Right now, it's awkward to manage the username and password - you have to bring in an external file, and then sh int…
-
I have my camera all setup and working with homebridge-camera-ffmpeg but want to move over to this plugin so that I can use the motion detection.
The bit I'm stuck on is MQTT, I don't have a broker…
-
When a remote bridge is configured (by default) to send notifications to the server bridge, the server publishes a $SYS/broker/connection/../state '1' message corresponding to that bridge. When that r…
-
### Steps to reproduce
1. Run a script which use `hbmqtt`, connecting to Mosquitto broker.
2. Restart the broker, to cause a temporary disconnection.
### What happened:
_hbmqtt_ failed:
`…
-
I have a scenario, were many clients are connecting in a short period. As soon as the CPU usage of the broker reaches 100%, its memory usage starts to increase significantly. And the memory is never r…
-
-
### Describe the issue you are experiencing
You cannot send the `length_scale` option when invoking TTS as a service to cause the resulting audio to be spoken faster or slower.
### What type of …
-
broker allways disconnects me when trying to subscribe.
i have it like this:
private onConnected()
{
console.log('Connected to broker.');
this._client.subscribe('testtopic/', {qos: 1…
-
I try to connect to my MQTT broker with TLS. I have these 3 certificates as follows
-CA Cert (CRT)
-Client Cert (PEM)
-Client Key (PEM)
These certificates are valid and work if I use them with a…
-
I'm curious about which MQTT Server will use the camera. Are you re-using a server (like Mosquitto add-on) in the same HA server?
Will be feasible to host an smaller unauthenticated mqtt server in …