gody01 / ecovent_v2

Home Assistant Integration for EcoVent VENTO Expert A50/80/100 Fans
GNU General Public License v2.0
37 stars 11 forks source link

Reset of Filter Timer not working #22

Open Adi146 opened 9 months ago

Adi146 commented 9 months ago

Calling the ecovent_v2.filter_timer_reset service does nothing. After the call the filter_replacemt_status is still on and the filter_replace_in is still on 0d.

I'm using Home Assistant on version 2024.2.0

sfrevel commented 3 months ago

I tried with the service call in the gui like this grafik And it was working for me... But: I installed the custom componant manually and I added the last line in this snippet of fan.py

    # Reset filter timer
    async def async_reset_filter_timer(self, fan_target) -> None:
        """Reset Fan's filter timer."""
        self._fan.set_param("filter_timer_reset", "")
        await self.coordinator.async_refresh()

Am also using this call of the service in a script which is placed behind a button.

And I'm using the following version of HA grafik

ngolf commented 2 months ago

Reset of the filters not working for me either. Not sure they ever did (I didn't try before). I'm running 2024.8.2