January 8, 20251 yr Author On 1/5/2025 at 11:42 PM, sarus said: Hi. Where do I need to push the config file please ? I'm afraid I don't understand your question. The credentials and other settings can be entered in Settings -> MQTT .
January 14, 20251 yr unraid 6.12.14 report an error: root@JiaweiUnraid:~# mosquitto_pub -L "$MQTT_URL/sysop-get/info-power" -m "{\"voltage\": $voltage}" mosquitto_pub: error while loading shared libraries: libssl.so.3: cannot open shared object file: No such file or directory root@JiaweiUnraid:~# find -name libssl.so root@JiaweiUnraid:~# find / -name libssl.so /usr/lib64/libssl.so find: ‘/sys/kernel/slab’: Input/output error find: ‘/proc/28006’: No such file or directory ^C root@JiaweiUnraid:~# find / -name libssl.so.3 find: ‘/sys/kernel/slab’: Input/output error find: ‘/proc/28183’: No such file or directory root@JiaweiUnraid:~# Edited January 14, 20251 yr by XINJIAWEI
January 14, 20251 yr Author 59 minutes ago, XINJIAWEI said: unraid 6.12.14 report an error: root@JiaweiUnraid:~# mosquitto_pub -L "$MQTT_URL/sysop-get/info-power" -m "{\"voltage\": $voltage}" mosquitto_pub: error while loading shared libraries: libssl.so.3: cannot open shared object file: No such file or directory root@JiaweiUnraid:~# find -name libssl.so root@JiaweiUnraid:~# find / -name libssl.so /usr/lib64/libssl.so find: ‘/sys/kernel/slab’: Input/output error find: ‘/proc/28006’: No such file or directory ^C root@JiaweiUnraid:~# find / -name libssl.so.3 find: ‘/sys/kernel/slab’: Input/output error find: ‘/proc/28183’: No such file or directory root@JiaweiUnraid:~# You need to update to Unraid 7.
January 14, 20251 yr Hi! How can I set mqtt to use TLS/SSL? My MQTT server only accepts encrypted connections
January 15, 20251 yr Author On 1/14/2025 at 10:56 AM, tomk94 said: Hi! How can I set mqtt to use TLS/SSL? My MQTT server only accepts encrypted connections Did you try something like this? mosquitto_pub -h <MQTT_HOST> -p <MQTT_PORT> -u <MQTT_USER> -P <MQTT_PASSWORD> -t <TOPIC> -m <MESSAGE> --cafile <CA_CERT> --tls-version <TLS_VERSION>
May 24, 20251 yr On 1/8/2025 at 8:52 PM, giganode said: I'm afraid I don't understand your question. The credentials and other settings can be entered in Settings -> MQTT .i think he mean, after install this app the only thing in settings is to write down the MQTT Settings. But you have on Github some Scripts to use. The Question was how to work with that.
May 25, 20251 yr Author 15 hours ago, Ashes Vargrand said:i think he mean, after install this app the only thing in settings is to write down the MQTT Settings.But you have on Github some Scripts to use.The Question was how to work with that.I can't do more than providing a template to start from. When somebody has an idea what to publish I might help a bit, but I can't prepare everything as this just provides MQTT functionality.😇
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.