yesAlso can I add the min threshold code to the color config as well?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
yesAlso can I add the min threshold code to the color config as well?
Lighting back up and running. How to link to adafruit.io?
Just created an account...
awesome,Stand by I found the post. I'll follow that and report back[emoji2]
How awesomeOk telemetry graphing. Can't figure out how to overlay white and blue channels.
How did you do that!?
How awesome
Click on the settings icon, and edit the block, on the very first prompt, you can select feeds you want to use for charting
Got it loaded, but was working out of town, then vacation, will be working out of town for the next 2 weeks, so brought everything with me, good protect for evening time. Thanks for askingHey Mike, how is your build going ?
You got itYou mean like this....
Awesome, let me know if you have any question or need any helpGot it loaded, but was working out of town, then vacation, will be working out of town for the next 2 weeks, so brought everything with me, good protect for evening time. Thanks for asking
Got couple of more things done today,
1) Added an admin API/UI for reef-pi, this will allow powering off or rebooting the reef-pi controller from UI. Like most features in reef-pi, this can be enabled or disabled via the configuration. By default this will be disabled.
https://github.com/ranjib/reef-pi/pull/152
2) On the hardware side, I investigated my 1st build's peristaltic pumps, and the blue led strip from by gutted BioCube 29 hood, both works with pi zero + pca9685 + l293d (to boost pwm output to 12 volt). If things go well, I'll make two standalone controller with pi zero. And if that works, I'll try to control them from a central pi 3 based controller.
On a sad note, I found uln2803a is not working as I expect to boost 5 volt pwm (from pca9685) to 12 volt. I hope I have some wiring or circuit fault, :-/ . This does not block the development, since l293d can provide an alternate, but this means we'll have only 2 channel pwm per IC, while uln2803a would allow 8 channel controls. Although l293d is dual H bridge, which means I can alter the polarity, which may be helpful for pump control (reverse direction), but its pretty useless for LEDs,
Overall today was a very happy day
For those of you in USA , Happy Independence day
Has to be a bug or configuration error. whats the journal says ? You can check journal entry for a specific time using@Ranjib
Here is a link to my dashboard. I have my min threshold for both channels set to 5. If you look at the values logged, it appears that I always have 1 value between 0 and 5. Whatcha think?
https://io.adafruit.com/aaronsparky/dashboards/reef-lighting
Has to be a bug or configuration error. whats the journal says ? You can check journal entry for a specific time using
```
journalctl --since "2015-01-10" --until "2015-01-11 03:00"
```
Also, can you share the part of the configuration where you have declared the threshold, there may be typo or indentation error.
@denierlexiese Thanks you for the kind words.@Ranjib Thank you for all your work.
I'm looking into building a raspberry pi controller. I am a programmer by trade. I was thinking of using DS18B20 to get the temp monitoring started since I have an softie / beginner lps tank and I think that's the most critical parameter to monitor my tank.
@Ranjib Keep us posted how your testing goes with the DS18B20. I will also be looking into how easy it is to spin up reef-pi without any modules besides the rasberry pi 3. Hopefully it just works. I'm excited.
This forum suggest you might be able to coat it in reef safe silicon.
http://reefcentral.com/forums/showthread.php?t=2423142
Hopefully I'll be able to contribute to your project at some level. Thanks!!!
According to the log things are working as expected, we need the log from time period same same as the timeperiod you are seeing with values between 0-5 in the adafruit.io dashboard.Here is my config.
Here is a glimpse of the journal right now. White is at 0. I couldn't get the specific journal command to enter right. I'm not sure if it was the date format or what.
It appears to be working. But the graph on adafruit.io shows a slight blip below threshold.