Dimmable Lunar Hub on ATO Low

Expansion modules and attachments
Post Reply
User avatar
Sacohen
Posts: 1833
Joined: Sun Apr 21, 2013 6:25 am
Location: Davie, FL

Dimmable Lunar Hub on ATO Low

Post by Sacohen »

The topic is basically the question.

Can the Dimmable Lunar Hub and Moonlights work off of the ATO low port?

I'm going to power it off the Power Control Expansion for the 12V it requires.
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Dimmable Lunar Hub on ATO Low

Post by rimai »

Yes, the Lunar Hub works. The moonlights by itself will not.
Roberto.
User avatar
Sacohen
Posts: 1833
Joined: Sun Apr 21, 2013 6:25 am
Location: Davie, FL

Re: Dimmable Lunar Hub on ATO Low

Post by Sacohen »

OK. Thanks.
I had my moonlight go out last night and I still need to do some investigating (it may be the Power Control Expansion), but if it is the moonlights I was looking at a replacement.

Right now I really have no idea what it is, I noticed it this morning and didn't have time to looking into things that much before I had to leave for work, but the Power Control Expansion is showing a green light on it and I tried manually turning on my ATO and got nothing.
User avatar
Dctrojan
Posts: 96
Joined: Wed Oct 16, 2013 9:50 am

Re: Dimmable Lunar Hub on ATO Low

Post by Dctrojan »

Heres whats im using .
pinMode(lowATOPin,OUTPUT);
if (InternalMemory.LEDPWMActinic_read()<=100)
analogWrite(lowATOPin,InternalMemory.LEDPWMActinic_read()*2.55);
else
analogWrite(lowATOPin,MoonPhase()*2.55);

Sent from my SAMSUNG-SGH-I337 using Tapatalk
Post Reply