From e9f307af97045635b9f708d55289821f3e5a4e55 Mon Sep 17 00:00:00 2001 From: Xavier Beaudouin Date: Tue, 10 Oct 2023 20:16:59 +0200 Subject: [PATCH] Adding sample secrets --- secret.py.example | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100755 secret.py.example diff --git a/secret.py.example b/secret.py.example new file mode 100755 index 0000000..453ee58 --- /dev/null +++ b/secret.py.example @@ -0,0 +1,23 @@ +# Settings + +# EcoDevice (not the RT one) can be ip address or FQDN +ecodevices = "192.0.2.1" + +# MQTT Broker (or GX with MQTT enabled) +gx = "192.0.2.2" + +# Note Publish R//keepalive -> montre l'arbre des bidules + +# GX device to be found with N//system/0/Serial +gxsn = "123456789abc" + +# Max Charge according to colors +chgbleu = 80 # Jours Bleus +chgblanc = 90 # Jours Blanc +chgrouge = 95 # Jours Rouge / On VenusOS < 3.10 set this to 95% + # A 95% a cause des histoires de charges fantomes qui sont a corriger. +# Min Charge according to colors +minbleu = 30 # Jours Bleus +minblanc = 30 # Jours Blanc +minrouge = 25 # Jours Rouge +