This commit is contained in:
2025-08-26 11:42:09 +02:00
parent 0e6ebc0516
commit d6e41e2ceb

View File

@@ -19,7 +19,7 @@ import paramiko
import shutil import shutil
import paho.mqtt.client as mqtt import paho.mqtt.client as mqtt
#import numpy as np #import numpy as np
logging.info(f"Start OMV Backup")
BROKER = 'mqtt.home.lan' # e.g., 'mqtt.example.com' BROKER = 'mqtt.home.lan' # e.g., 'mqtt.example.com'
PORT = 1883 # Typically 8883 for secure MQTT PORT = 1883 # Typically 8883 for secure MQTT
TOPIC = 'sectorq/backups/start' TOPIC = 'sectorq/backups/start'