How many sensor you have?
2 sensors
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.
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.
Aah you got itEvery 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.
Yes, we added the ability to specify weekdays (day alternate Wednesday) in timer specification. And as a side effect the old timers will need to be updated for this new format. I’ll keep in mind and call this out in the doc
Yes , they are all in 3.0Got 3.0.0 installed, and so far the basics are all working after upgrading from 2.3/2.5 - So, great job with this!
Did you get the TP-link control into this version? Mine are currently on the christmas lights, so no big deal if not.
ok, just realized my equipment control after upgrading isn't working. When I try to turn something on or off, I get
{"error":"Failed to update. Error: can't update 11 - can't get output pin"} | HTTP 500
clicking on configuration then connectors, I get this error
Something went wrong.
TypeError: Cannot read property 'name' of undefined
in t in div in div in div in t in Connect(t) in div in div in t in div in t in t in div in div in div in div in t in Connect(t) in t in i
ok, just realized my equipment control after upgrading isn't working. When I try to turn something on or off, I get
{"error":"Failed to update. Error: can't update 11 - can't get output pin"} | HTTP 500
clicking on configuration then connectors, I get this error
Something went wrong.
TypeError: Cannot read property 'name' of undefined
in t in div in div in div in t in Connect(t) in div in div in t in div in t in t in div in div in div in div in t in Connect(t) in t in i
What's the best way to just clear the config and start over? also, before I do that, where is the config file stored so I can see what my connector settings are? I tried to roll back, and that didn't work.