Compare commits

..

2 Commits

Author SHA1 Message Date
e9f307af97 Adding sample secrets 2023-10-10 20:16:59 +02:00
c28cc4f08f Ignore file 2023-10-10 20:08:45 +02:00
2 changed files with 25 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
secret.py
log.log

23
secret.py.example Executable file
View File

@ -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/<sn>/keepalive -> montre l'arbre des bidules
# GX device to be found with N/<number>/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