Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reset of Filter Timer not working #22

Open
Adi146 opened this issue Feb 9, 2024 · 2 comments
Open

Reset of Filter Timer not working #22

Adi146 opened this issue Feb 9, 2024 · 2 comments

Comments

@Adi146
Copy link

Adi146 commented Feb 9, 2024

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
Copy link

sfrevel commented Jul 29, 2024

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

@Adi146 Adi146 changed the title Reset auf Filter Timer not working Reset of Filter Timer not working Aug 7, 2024
@ngolf
Copy link

ngolf commented Aug 19, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants