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.
No the color slider just specifies what color the lines on the graph on the dashboard will be for that particular channel. It has nothing to do with color mixing of your lightsHeya,
I have a question regarding RGB lightening. How exacly does the "color slider" setting (in lightening -> lamp tab) works? Does it "mix" R+G+B via 3 PWM signals? If yes, is there any information how it should be set up? If I for example set Jack 1 to use pin no. 1,2,3 which pin corresponds with Red, Green and Blue in reef-pi? I'm hooking up RGB LED strip, not Kessil lights (I guess, Kessils are only R+B - am I right?).
Cheers,
No the color slider just specifies what color the lines on the graph on the dashboard will be for that particular channel. It has nothing to do with color mixing of your lights
Yes and no...it would force me to do a special LED light build in a freshwater type spectrum with seperate channels....someday! I still have to get my 40 breeder sump going under my 75 gallon...That would be great though wouldnt it?
I bet if you do a reload you lose a sensor.
Both ran through the night just fine. I'll do a reload this evening and report what happens.
How many sensor you have?You sir are correct. Upon reload, one sensor failed. Deleted it, rebuilt it, and it works. Something definitely happens on reload.
@Bigtrout i have not been able to reproduce this with single sensor setup. I'll try with multi-sensor setup tonight and report back. Looks like this is reproducible. i just have to recreate it on my end .@Ranjib
I have loaded reef pi 3.0 rc1 and have a weird behavior with temp sensors. First off this is being tested on my bullet proof build that was happily running the 3.0 alpha release for months.
Upgrading from 3.0 alpha i had some temp sensors missing so I deleted them all and remade the sensors. All is good and they happily work.
Upon a reload of reef pi a temp sensor will randomly be missing once it reloads. If you delete and remake that sensor it works fine until you do another reef pi reload. I can see all sensors when ssh into pi and issue the command to see them on the onewire bus.
In short:
Sensors created and work fine but upon reef pi reload they will randomly quit working. After deleting and recreating the sensor it will again work fine until a reef pi reload.
This is definitely reef pi software related as going back to 3.0 alpha everything works.
The lighting in reef pi 3.0rc1 seems to be working !
How many sensor you have?
It almoat acts like when reef pi initializes after a reboot or reload it only finds the first sensor on the onewire bus even though they are all there.@Bigtrout i have not been able to reproduce this with single sensor setup. I'll try with multi-sensor setup tonight and report back. Looks like this is reproducible. i just have to recreate it on my end .
Thank You! So I will just set the R+G+B manually via PWM signals.No the color slider just specifies what color the lines on the graph on the dashboard will be for that particular channel. It has nothing to do with color mixing of your lights
Ill do some testing after work today! Great job at fixing the bugs. Ill report my findings as soon as I can.Ok fix is done.. https://github.com/reef-pi/reef-pi/pull/927
And I have cut a new release (rc2) with the fix and few other fixes. https://github.com/reef-pi/reef-pi/releases/tag/3.0.0-rc2
I think this is it. I dont have anything thats blocking the final release. I could really use a last round of testing if you get a chance @Bigtrout @mk1scott @b4tn
Summary of changes going in rc2 (takes as it is from the release page):
- Fix multiple sensor bug
- Make ph rollup values two decimal precision
- PCA9685 default address should be 64 instead of 68
- Fix light profile incorrect values
- Misc internationalization improvements
Every time I attempt to add PCA9685 Driver in 3.0.0 version the UI suggests address "68". I change it to default 40 (as it's my boards address) but I get "Failed to create. Error: remote I/O error reef-pi".
Already checked out i2c via i2cdetect and it show correctly 0x40 address. I have only PCA9685 board attached to rpi.
Fresh rasbian install with updates installed. Newest npm and node.js.
Any suggestions?
Edit:
I obviously didn't convert hexa to decimal. So dumb.
The display features are built for raspberry pi official touchscreen, and won’t work with other displays. You can still use your display just fine, but you can’t control it via reef-pi.Thank You! So I will just set the R+G+B manually via PWM signals.
One more question - would it be possible to run reef-pi with non-official but still DSI Touchscreen? I've got 5'' DFRobot DSI screen. It seems not to be working (showing Rasbian desktop even when enabled in reef-pi) by default. Receiving "{"error":"strconv.Atoi: parsing \"255\\n\": invalid syntax"} | HTTP 404".
However I can control it's brightness via reef-pi just fine. Any idea what should I look for to change?
Cheers,
It’s 64 in decimal , which is what reef-pi expects. 0x40 is I’m hexadecimalEvery time I attempt to add PCA9685 Driver in 3.0.0 version the UI suggests address "68". I change it to default 40 (as it's my boards address) but I get "Failed to create. Error: remote I/O error reef-pi".
Already checked out i2c via i2cdetect and it show correctly 0x40 address. I have only PCA9685 board attached to rpi.
Fresh rasbian install with updates installed. Newest npm and node.js.
Any suggestions?
Edit:
I obviously didn't convert hexa to decimal. So dumb.