diff --git a/custom_components/weishaupt_modbus/coordinator.py b/custom_components/weishaupt_modbus/coordinator.py index d754afb..3c0e177 100644 --- a/custom_components/weishaupt_modbus/coordinator.py +++ b/custom_components/weishaupt_modbus/coordinator.py @@ -140,7 +140,7 @@ async def _async_update_data(self): # data retrieved from API. try: listening_idx = set(self.async_contexts()) - return await self.fetch_data(listening_idx) + return await self.fetch_data() #listening_idx) except ModbusException: log.warning("connection to the heatpump failed")