Egg Timer Not Behaving as Expected #948
-
I have a one-body pool with a fairly straightforward Nixie & REM Chem setup--Intelliiflow VS pump, Polaris cleaner, Intellichlor salt cell, acid pump, gas heater, pool lights, and one actuated valve. The actuated valve is for an drain line that's used only when we have a rain deluge (like today!). I use a Zigbee moisture sensor glued to the underside of the pool filler lid to determine when the passive drain line cannot keep up with the rain. When the moisture sensor is triggered, Home Assistant, starts the filter pump if it's not running, opens the actuated valve for 10 minutes, closes the valve, & restores the pump to its previous state (off, it it's the middle of the night, for example). Thanks to @Crewski for a superb HA integration! To minimize the likelihood of the drain line not closing after 10 minutes (due to HA going down, for example), I have an egg timer for the actuated valve. However, I have done something incorrectly and the egg timer does not turn off the overflow valve when I actuate it "manually" via the dashPanel, as I did in the wee hours this morning. Do I need to check the "Don't Stop" option, for example? I don't know how that option affects the egg timer. Below are screenshots of the valve configuration. Can you please tell me what I'm doing incorrectly vis a vis, the actuated valve's egg timer? Thank you for your help!!!! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
It would be helpful if you could provide a replay, if you get a chance. Otherwise, I'll try to dig through the code and see if I can find anything. One thing you should update first is that you have both the Circuit and the Valve connected to the same REM "Drain Line". You shouldn't have multiple pool features controlling the same physical equipment.
AKA, if that wasn't clear get rid of the REM connection on the Aux-Circuit and let the Valve device control the REM physical valve. See if this helps with the egg timer issue. |
Beta Was this translation helpful? Give feedback.
-
Thank you for your reply! I will update the config as you suggest & see if
that takes care of things & get back to you over the weekend.
…On Fri, May 10, 2024, 7:16 PM tagyoureit ***@***.***> wrote:
It would be helpful if you could provide a replay, if you get a chance.
Otherwise, I'll try to dig through the code and see if I can find anything.
One thing you should update first is that you have both the Circuit and
the Valve connected to the same REM "Drain Line". You shouldn't have
multiple pool features controlling the same physical equipment.
You want Circuit->Valve->REM.
But not:
Circuit->REM
\
Valve->REM
AKA, if that wasn't clear get rid of the REM connection on the Aux-Circuit
and let the Valve device control the REM physical valve.
See if this helps with the egg timer issue.
—
Reply to this email directly, view it on GitHub
<#948 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJ3NIBFZKOMA3UK6EYDP64LZBVPN3AVCNFSM6AAAAABHQZ6YVSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TGOJQGY4DI>
.
You are receiving this because you authored the thread.Message ID:
<tagyoureit/nodejs-poolController/repo-discussions/948/comments/9390684@
github.com>
|
Beta Was this translation helpful? Give feedback.
It would be helpful if you could provide a replay, if you get a chance. Otherwise, I'll try to dig through the code and see if I can find anything.
One thing you should update first is that you have both the Circuit and the Valve connected to the same REM "Drain Line". You shouldn't have multiple pool features controlling the same physical equipment.
You want
Circuit->Valve->REM
.But not:
AKA, if that wasn't clear get rid of the REM connection on the Aux-Circuit and let the Valve device control the REM physical valve.
See if this helps with the egg timer issue.