From 0c511cacd02c483fe960784f1e03308f1e488472 Mon Sep 17 00:00:00 2001 From: tthden Date: Wed, 29 Apr 2026 21:08:58 +0200 Subject: [PATCH] initial version --- constants.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 constants.py diff --git a/constants.py b/constants.py new file mode 100644 index 0000000..4c5fb00 --- /dev/null +++ b/constants.py @@ -0,0 +1,7 @@ +SOLAREDGE_LOG_FILENAME = '/mnt/video_ssd/log/zwave_log.txt' +mqtt_username = "vlc_viewer" +mqtt_password = "vlc_viewer12" +mqtt_huidig_zon_topic = "HuidigZonWatt" +mqtt_huidig_zonA_topic = "HuidigZonA" +mqtt_dag_zon_topic = "DagZonWh" +mqtt_broker_ip = "192.168.200.26"