How is your controller doing with the WP25, having any issues
I was not going to have enough time to do it sunday night, so I have to reschedule the rewiring. I will try again this weekend. I do not expect any issues, as I ran the test program for 2 days on another mega board. I was also playing around with my version of nutrient export mode to kick up detritus and make it go into the overflow. The possibilities are endless by programming your own wave mode. I find the other vortech mode more like novelty mode. I think the jebao W1 and ELSE modes are really all that's needed.
Question if I wanted to use one of the outlets for a time program for like on at a certain time of day and off at a center time. Like to come on at 6:30pm and off like at 10:30am,
can that be done.
currently there is no direct way to doing it, since that cycle logic is the reversed. you have two on times and one off time.
you can program the outlet in two macro definitions though to achieve that schedule (convert the values to seconds).
first macro has initial off=0, on=10.5 hrs, off=13.5 hrs.
then in that macro, add the outlet with init off=0, on=10.5hrs, off=0.
second macro has initial off=18.5hrs, on=5.5hrs, off=0.
then add the outlet with init off=0, on=5.5 hrs, off=0.
the macros are run just like an outlet program, and within the on time of the macro, you can program your outlets with init off+on+off time to match the macro ON time.
I think it is simple enough to add a flag to indicate the reverse logic for the outlet cycle schedule, so it will actually be init on, off time, on time.