From 790e744822b4cc6186b75d003f7117221a1a8d81 Mon Sep 17 00:00:00 2001 From: atse Date: Wed, 16 Aug 2023 14:42:15 +0800 Subject: [PATCH] Read extra load --- pytec/pytec/aioclient.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pytec/pytec/aioclient.py b/pytec/pytec/aioclient.py index 7e5ecd2..1054afa 100644 --- a/pytec/pytec/aioclient.py +++ b/pytec/pytec/aioclient.py @@ -243,6 +243,8 @@ class Client: async def load_config(self, channel=""): """Load current configuration from EEPROM""" await self._command("load", str(channel)) + if channel == "": + await self._read_line() # Read the extra {} async def hw_rev(self): """Get Thermostat hardware revision"""