initial version

This commit is contained in:
tthden 2026-04-29 21:08:58 +02:00
parent 5fc95e66a6
commit 0c511cacd0

7
constants.py Normal file
View File

@ -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"