Allow multiple vcc api keys (#85)

* Multiple vccapikeys function

* Reduce api calls for key checks

* Change sleeptime

* Optimize logging

* Format log datetime

* Change default conf

* Set device offline, if no working vcc api key can be found

* Fix climate scheduler

* Only redact sensitive data if debug is enabled
This commit is contained in:
Linus Dietz
2023-08-17 10:43:03 +02:00
committed by GitHub
parent a05bf487bd
commit 075102c574
10 changed files with 154 additions and 25 deletions
+1 -1
View File
@@ -10,6 +10,6 @@ if __name__ == '__main__':
set_mqtt_settings()
setup_logging()
logging.info("Starting volvo2mqtt version " + VERSION)
authorize()
connect()
authorize()
update_loop()