Droplet integration failed setup, will retry since April 14, 2026

Hi, good evening, since yesterday, April 14, 2026, my Droplet integration has stopped working and keeps showing ‘failed setup, will retry’. I go to the Droplet app on my iPhone and looks ‘ok’ anyone else experiencing this?

Any recommendations if there is a fix or is it something that change on Droplet end or something down on their end or am I better off switching to MQTT connection to the Droplet in general. Appreciate the time in advance!

If I go to system - logs - Core warnings- I see this message about Droplet->

Logger: homeassistant.components.droplet.coordinator
Source: helpers/update_coordinator.py:356
integration: Droplet (documentation, issues)
First occurred: April 14, 2026 at 21:29:17 (1930 occurrences)
Last logged: 20:17:49

Unexpected error fetching droplet-Droplet-A1C8 data
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 356, in __wrap_async_setup
    await self._async_setup()
  File "/usr/src/homeassistant/homeassistant/components/droplet/coordinator.py", line 51, in _async_setup
    raise ConfigEntryNotReady("Device is offline")
homeassistant.exceptions.ConfigEntryNotReady: Device is offline

Running all the latest:

  • Home Assistant OS
  • Core2026.4.2
  • Supervisor2026.04.0
  • Operating System17.2
  • Frontend20260325.7

On 2026.3.4 but mine is working fine.

Mine was offline for a week, while the app could still see it. I eventually determined that my switch had changed the IP address originally assigned to it. So, I had to delete the Droplet device and re-add it. fortunately the variable names all stayed the same. So it didn’t affect any of my device cards or automations.

thanks for that!!! I will check if IP changed, never thought of that. appreciate it!