Page 1 of 2
Dimmable Lunar Hub
Posted: Fri May 31, 2013 9:32 pm
by rimai
Hey Everyone,
This module will let you connect multiple dimmable moonlight modules. Up to 20 can be connected to a single lunar hub.
Plug it to any PWM dimming channel and have it follow the lunar cycle.

- DimmableLunarHub.jpg (7.83 KiB) Viewed 10282 times
It comes with a 12VDC power supply and 2x Blue 3-LED dimmable moonlight modules.
http://www.reefangel.com/productview.as ... lelunarhub
Re: Dimmable Lunar Hub
Posted: Sat Jun 01, 2013 7:12 pm
by Trevenator
Any idea when this will be available?
Re: Dimmable Lunar Hub
Posted: Sat Jun 01, 2013 7:14 pm
by rimai
You can pre-order them already.
Re: Dimmable Lunar Hub
Posted: Sat Jun 01, 2013 7:17 pm
by Trevenator
Yes I will be in Oregon from June 16 to July 2. Any chance of them shipping in that time frame?
Re: Dimmable Lunar Hub
Posted: Sat Jun 01, 2013 7:42 pm
by rimai
Yeah, it should be here by then.
Re: Dimmable Lunar Hub
Posted: Tue Jul 23, 2013 12:57 pm
by clw143
Plug it to any dimming channel and have it follow the lunar cycle.
Just to be clear, "ANY" being PWM or Analog dimming?
Re: Dimmable Lunar Hub
Posted: Tue Jul 23, 2013 1:11 pm
by rimai
Sorry, I'll update the description.
It needs to be PWM.
Re: Dimmable Lunar Hub
Posted: Wed Jul 24, 2013 5:15 am
by clw143
rimai wrote:Sorry, I'll update the description.
It needs to be PWM.
Any thoughts on making an analog version? I dont want to have to buy 2 modules to do lunar lights.
Re: Dimmable Lunar Hub
Posted: Wed Jul 24, 2013 8:35 am
by rimai
Sorry. Not possible.
Dimming LEDs using analog signals is not standard IMO.
Our industry is actually stepping back to be compatible with other controllers that do not support PWM yet. I hate to say that, but this is my personal view of what is happening.
PMW is digital signal and digital is the way of the future. Can you see any electronic equipment that is using analog signals anymore?
Re: Dimmable Lunar Hub
Posted: Thu Jul 25, 2013 11:11 am
by topjimmy
Can you buy the lunar lights and run them off the PWM expansion w/o the lunar hub?
Re: Dimmable Lunar Hub
Posted: Thu Jul 25, 2013 11:13 am
by rimai
Yes

But only one per channel.
Re: Dimmable Lunar Hub
Posted: Fri Jul 26, 2013 7:19 am
by topjimmy
How do you supply power? Do the lights come with a power source?
Re: Dimmable Lunar Hub
Posted: Fri Jul 26, 2013 7:22 am
by rimai
The hub comes with its own power supply. If you are connecting a single moonlight directly to the PWM channel, it uses power from the channel itself.
Sent from my SPH-L710 using Tapatalk 4 Beta
Re: Dimmable Lunar Hub
Posted: Fri Jul 26, 2013 8:01 am
by topjimmy
rimai wrote:The hub comes with its own power supply. If you are connecting a single moonlight directly to the PWM channel, it uses power from the channel itself.
Sent from my SPH-L710 using Tapatalk 4 Beta
Sweet
Re: Dimmable Lunar Hub
Posted: Thu Jan 02, 2014 5:24 pm
by jsclownfish
Do the older model lunar lights work with this lunar hub?
-Jon
Re: Dimmable Lunar Hub
Posted: Thu Jan 02, 2014 6:03 pm
by rimai
Yes

Re: Dimmable Lunar Hub
Posted: Thu Jan 02, 2014 6:43 pm
by lnevo
Cool!
Re: Dimmable Lunar Hub
Posted: Fri Jan 31, 2014 12:49 pm
by ishtak
I feel a bit sheepish asking this BUT I dont want to break anything ... how do the clips on the Lunar Hub work? Is there a trick to getting the cables in properly?
Re: Dimmable Lunar Hub
Posted: Fri Jan 31, 2014 7:53 pm
by rimai
If you push the orange tab, it will release the catch that allows you to push wires in or pull the wires out.
Re: Dimmable Lunar Hub
Posted: Sat Feb 01, 2014 12:32 pm
by ishtak
Thanks roberto ... another question. Is it possible to connect the lunar dimmer up to one of the pwm ports on a relay expansion? I'm already using both daylight and actnic on the main relay box for 2 jebao units. It'll be easier to connect the plug into daylight/actnic on my second relay box instead of the dimming module.
Sent from my GT-N7100 using Tapatalk 4
Re: Dimmable Lunar Hub
Posted: Sat Feb 01, 2014 12:39 pm
by lnevo
The relay expansion dimming ports are non functional. You'll need to use the dimming module.
Re: Dimmable Lunar Hub
Posted: Sat Feb 01, 2014 12:53 pm
by ishtak
Thanks Lee .. guess its time to break out the soldering iron to make neat cable ends ..
Sent from my GT-N7100 using Tapatalk 4
Re: Dimmable Lunar Hub
Posted: Thu Mar 13, 2014 12:25 pm
by Sacohen
Can these be run from the Power Control Expansion or does it pull to much amps?
Re: Dimmable Lunar Hub
Posted: Thu Mar 13, 2014 12:54 pm
by rimai
You should be fine.
Re: Dimmable Lunar Hub
Posted: Thu Mar 13, 2014 2:38 pm
by Sacohen
I noticed that the PS that came with mine was 2A and I know the Power Control Expansion has a limit of 500ma.
Re: Dimmable Lunar Hub
Posted: Thu Mar 13, 2014 2:47 pm
by rimai
Oversized PS for when you want to connect a lot of moonlights to the module.
As long as you don't use too many moonlights connected to the hub, you are fine. I'd not go past 4 moonlights using the power control module.
Re: Dimmable Lunar Hub
Posted: Thu Mar 13, 2014 3:56 pm
by Sacohen
OK. Thanks.
Re: Dimmable Lunar Hub
Posted: Mon Mar 17, 2014 6:36 am
by ishtak
Guys,
Is there any additional code for the moonhub needed over this?
ReefAngel.PWM.SetChannel( 5, MoonPhase() );
My lights are constantly on .. They never seem to change strength? Would it make any difference if I'm using the first generation dimming module?
Re: Dimmable Lunar Hub
Posted: Mon Mar 17, 2014 6:45 am
by Sacohen
Roberto had posted some code for that, but I can't remember where I saw it.
I'm going to need it too.
Re: Dimmable Lunar Hub
Posted: Mon Mar 17, 2014 9:09 am
by rimai
It changes at midnight to follow the moon phase of the day.
If you want to turn them off at specific times, you need to tell the controller to turn it off.
Code: Select all
if ( hour()>=8 && hour()<20 )
ReefAngel.PWM.SetChannel( 5, 0 );
else
ReefAngel.PWM.SetChannel( 5, MoonPhase() );