diff --git a/app/src/inverter.py b/app/src/inverter.py index e5537a6..f9f70f2 100644 --- a/app/src/inverter.py +++ b/app/src/inverter.py @@ -35,7 +35,7 @@ class Inverter(AsyncStream): logging.debug ("disconnect client connection") self.remoteStream.disc() - await self.async_publ_mqtt() + # await self.async_publ_mqtt() async def client_loop(self, addr): '''Loop for receiving messages from the TSUN cloud (client-side)'''