I'm running 4@Ranjib can you please tell how many DS18B20 does Reef-Pi supports? Thank you!
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.
I'm running 4@Ranjib can you please tell how many DS18B20 does Reef-Pi supports? Thank you!
Odd, mine all read 2 decimal placedThank you very much! I have to run at least 4 sensors, 3 for the led lights and 1 on for the tank.. One strange thing, I'm testing 1 sensor with cable and I read 1 decimal value only by 0.5°C step, with 2 bare bone DS18B20 (the ones in TO92 package) I read 2 decimal but also values like 26.63°C which are strange for a DS18B20, there's a way to make all sensors work the same way?
have you set something to read 2 decimals?Odd, mine all read 2 decimal placed
yes. you can configure browsers (chromium or firefox) to auto-start in full screen , kiosk mode if you want the web ui to act more like a tablet.Hi, no problem, I'll create it now... regarding the guide you've made for the display, the only way to have access to the dashboard is by a web browser right? Now I'm trying to boot Raspbian to Firefox in full screen at the Reff-Pi web page..
Theres no limit on reef-pi software. Raspberry Pi power supply and other circuit reasons are generally the limiting factor. I run some build with three sensor and tested with 5 sensors. I know some blogs in internet that mention more than 7 (not with reef-pi)@Ranjib can you please tell how many DS18B20 does Reef-Pi supports? Thank you!
Theres no limit on reef-pi software. Raspberry Pi power supply and other circuit reasons are generally the limiting factor. I run some build with three sensor and tested with 5 sensors. I know some blogs in internet that mention more than 7 (not with reef-pi)
When mine has cause to report only one decimal point it does. I believe it drops trailing zeros.have you set something to read 2 decimals?
So, now I have one sensor that works fine on an Arduino UNO but on Reef-Pi always send 127,5°C value
Edit: If I power all in parasite mode it works fine, strange thing
Why would you need multiple pins?Have you thought about allowing multiple pins for DS18B20?
Why would you need multiple pins?
I tried using two pins on my test setup before I put it in the tank and had no issues.. Before I really understood 1wire setup. Just added :
Correction, I have my pi setup this way now..
I have one of my internal sensors on pin 4 and 1 internal and 2 external on pin 17..
dtoverlay=w1-gpio,gpiopin=4
dtoverlay=w1-gpio,gpiopin=17
to /boot/config.txt
reef-pi had no problem seeing the sensor on pin 17.
yes. it exposes those reading as analog sensor, you have to model them through ph module for alerting and equipment control based on those valuesDoes reef-pi support power monitoring on the HS300 or other boards that have the hardware?
I’d like to use power draw to trigger alarms and macros if possible (ie primary return pump starts drawing more/less power, turn it off and use the backup). Might be also interesting to combine triggers with a flow meter etc down the track also.
reef-pi is not really aware of any buses, it uses what linux/sysfs gives (/sys/class/bus/w1/....). So all the magic is done by the great device driver authors in linux