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

timing countdown #4

Open
mories76 opened this issue Dec 7, 2019 · 1 comment
Open

timing countdown #4

mories76 opened this issue Dec 7, 2019 · 1 comment

Comments

@mories76
Copy link

mories76 commented Dec 7, 2019

Hi,
This work like a charm, very easy compared to espeasy.
Do you have any thoughts on the countdown ?
I was thinking of a timer in HA. But after the timer finishes in HA it would send a command '
fan low', which seems redundant because the fan is probably already low because of it's own internal timers.
So I think the timer should be on the ESP, when the timer is done it should send the status low to HA, without transmitting the message to the fan.
I thought of using esphome scripts to combine a delay action and a lambda action. But unfortunately I don't have that much experience to figure that out.

@CoMPaTech
Copy link
Owner

Apologies for the delay - the old timer just counted down roughly to what the device did. But you could just make an automation in HA to manually set the fan to low. Using https://www.home-assistant.io/integrations/timer/ for instance. Your suggestion on doing it in the ESP makes sense as well, but I'll have to find some playing time to check the lambda functions as well. I'll leave it open for when I have some time on my hands.

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

2 participants