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.
Fair enough :)I probably was a little short cut here.
Yes I thought about using the breakout board in between 2 layers of PI boards. I looked at low height connectors for the 16*3 pin's, etc. but didn't find a suitable solution making it 'managable'.
This has probably already been covered however I am having troubles with the temperature. I have Reef Pi up and running on a fresh install of Raspian on a raspberry pi 3 and it is showing the temp when I run Sudo python temperature.py. It seems I am missing something somewhere as I cant for the life of me get the temp to register on Reef pi. Any help would be much appreciated. TYIA
Welcome to reef2reef, you'll love it here.This has probably already been covered however I am having troubles with the temperature. I have Reef Pi up and running on a fresh install of Raspian on a raspberry pi 3 and it is showing the temp when I run Sudo python temperature.py. It seems I am missing something somewhere as I cant for the life of me get the temp to register on Reef pi. Any help would be much appreciated. TYIA
I am running version reef-pi-1.1-pi3.debWelcome to reef2reef, you'll love it here.
I'll need little bit more details, like what version or reef-pi you are running? What are you seeing in reef-pi temperature tab, particularly in sensor drop down? Can you check the logs as well for any error? What python script you are running to check temperature sensor?
I checked these as you suggested all seems right.did you confirm this is correct
https://reef-pi.github.io/general-guides/install/
dtparam=i2c_arm=on
- Enable i2c,onewire,spi,uart: Different types of electronics in reef-pi requires a number of kernel modules and device drivers to be loaded in kernel. Edit /boot/config.txt to load these modules
dtparam=spi=on
dtparam=audio=on
enable_uart=1
dtoverlay=w1-gpio
sudo systemctl start ssh.service
- Configure ssh: ssh is used to remotely control and troubleshoot the Raspberry Pi.
sudo systemctl enable ssh.service
- Set time and date: Configure raspbian to use network time to synchronize its date & time information. Also set specific locale, to reflect the local time instead of UTC
Do you have dev_mode enabled by any chance? can you share a screenshot of you configuration -> settings UI as well as your temperature UI and dashboard,I am running version reef-pi-1.1-pi3.deb
2.55 MB. On a Rasp. 3. When I look at Reef-pi in the temp tab I see that it is enabled and temp graph that bounces between 78 -80. I am running sudo python temperature.py to check the sensor. Being noob not sure how to check the logs as well check for errors. Thank you for getting back to me
so quickly.
you want to uncheck the dev_mode checkbox under configuration and restart reef-pi.Again noobie here. Dev_mode?![]()
![]()
![]()
![]()
![]()
![]()
Ok I unchecked dev_mode and rebooted the pi. No change.you want to uncheck the dev_mode checkbox under configuration and restart reef-pi.
can you share a screenshot of the configuration -> settings tab as well as dashboard again,Ok I unchecked dev_mode and rebooted the pi. No change.
Crosscheck reef-pi values with your python script , if they are same then the sensor is faulty , else we have some bug , either in reef-pi or in python scriptJust looked again at the reefpi temp and it is working know. The temp is off by about 10°. I am assuming that is a faulty temp sensor maybe. Thanks again for your help.
The check interval itself is in second: https://github.com/reef-pi/reef-pi/blob/master/controller/temperature/tc.go#L131Think I have found a little bug in the 2 beta7 the interval the temp is set to update reads as set to seconds but it actually updates as minutes instead, not sure if that has been picked up yet.
Looks normal to me.Good morning to all,one simple Q: it is possible my temp sensor is so good and stable,like this pics?Cooling fan is turning on and off so it is working.Just as i see another people charts it is all over and my chart is stable.
![]()