homeassistant-uponor
homeassistant-uponor copied to clipboard
Not able to add multiple instances (stau has a good fork but not up to date)
Stau fork works perfectly but is not up to date and not working after HA Core 2025.1.2 update.
If someone could look into both codes and do a merge that would be amazing! Thanks!
Edit: The manual change of ID allows for multiple instances to be added but breaks after a restart. stau fork worked perfectly except for the error being show when changing values on thermostat:
Failed to perform the action climate/set_temperature. Detected that custom integration 'uponor' calls async_dispatcher_send from a thread other than the event loop, which may cause Home Assistant to crash or data to corrupt. For more information, see https://developers.home-assistant.io/docs/asyncio_thread_safety/#async_dispatcher_send at custom_components/uponor/__init__.py, line 156: async_dispatcher_send(self._hass, SIGNAL_UPONOR_STATE_UPDATE). Please report it to the author of the 'uponor' custom integration
Other related issue: https://github.com/asev/homeassistant-uponor/issues/34 Stau Pull request: https://github.com/asev/homeassistant-uponor/pull/39