DaylightChannel = sync

Do you have a question on how to do something.
Ask in here.
Post Reply
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: DaylightChannel = sync

Post by rimai »

Ok, I went for a shower and was thinking about this issue when I realized that we don't need the static declarations.
This means that each function would be able to have it's own settings.
The key to this thing is instead of saving millis to sync both pumps in time, we can sync them from reboot of controller and modulo the duration to sync both pumps in time.
The whole reason of the static was to sync them in time.
What do you think?
Roberto.
User avatar
lnevo
Posts: 5430
Joined: Fri Jul 20, 2012 9:42 am

Re: DaylightChannel = sync

Post by lnevo »

That should work but still doesn't allow for different speed settings for those using the DCPump class, so there still may be a need for offset settings, but at least that would help people set their channels manually without conflict.
jgsplat
Posts: 9
Joined: Mon Feb 03, 2014 9:28 am

Re: DaylightChannel = sync

Post by jgsplat »

I'm interested in this as well. I have a WP-40 and WP-25. It would be great to be able to distinguish an offset amplitude between the two. Keep me posted!

Thanks!
Post Reply