Skip to content

Commit

Permalink
debug info added
Browse files Browse the repository at this point in the history
  • Loading branch information
OStrama authored Dec 3, 2024
1 parent 675633d commit beb7021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/weishaupt_modbus/coordinator.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down

0 comments on commit beb7021

Please sign in to comment.