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.
sad that you dont have any hdmi capable display near by :-/Same place. Arp -a doesn't see another ip address. I plan to go buy a 7" touchscreen Saturday on my way to do some work for my mother. Maybe I can get things going Saturday night. Thanks for the offer

None in that room, but do you have one elsewhere that you can use just for setup purposes. If you connect the Pi to the TV and configure everything, then you can run everything in headless mode.No TV in that room with hdmi. Laptop with mint linux.
A feed button is certainly useful. One of the things that makes them really useful is automatically turning equipment back on at different times. Maybe if the feed button was just a single large button on the home screen then what it turns off and for how long can be configured by the user in settings.I think this will be a useful feature. Currently we can do something similar using a set of timers, but that's a very complicated way of achieving what you described. I personally do manual and spot feeding , so I need your help with designing the user experience. Like how the ui should be, what are default values etc.
I thought about that but I would almost be standing on a ladder. TV is up above our fireplace on a rock mantle. Thanks for the idea, thoughNone in that room, but do you have one elsewhere that you can use just for setup purposes. If you connect the Pi to the TV and configure everything, then you can run everything in headless mode.
Feels like I've been gone for ages! Back from holidays and have finally had time to catch up on this thread. Ranjib you have done a massive amount of work and improvements!
I think this will be a useful feature. Currently we can do something similar using a set of timers, but that's a very complicated way of achieving what you described. I personally do manual and spot feeding , so I need your help with designing the user experience. Like how the ui should be, what are default values etc.
Hello guys, sorry to side track a little bit, I have two DS18B20 connected in parallel as suggested on adafruit tutorial, I wanted one for the display tank and one in the sump where my heater is. Once I got the wiring correct, I get the following error message, any help is appreciated.![]()
ls -alh /sys/bus/w1/devices/
I got it to work on one probe once I unchecked the dev mode button over the weekend, I would like to run two probes if possible, keeping one for sump and one for DT. If this is a lot of work, then i wont mind just running one. if you could though, make two work, that would be awesome. Just whenever you can, as soon as I unplug one, it works for me.Can you update the interface value (under system tab) to "wlan0" , that will get rid of the "cant detect ip" error message.
Regarding the temperature error, reef-pi is detecting two temperature probes. Currently reef-pi assumes that there is only one probe connected to the pi.
This was also due to the assumption that stock raspbian kernel can only support 1 ds18b20 device (there are patches to change that though)
Can you share the result of this:
If there are two probes, the unplug one and see if that solves the problemCode:ls -alh /sys/bus/w1/devices/
Do you intend to use more than one temperature probe with a single controller? If so, I have to change the code to deal with this.
Do you intend to use more than one temperature probe with a single controller? If so, I have to change the code to deal with this.
pleaae see the results you requested.Can you update the interface value (under system tab) to "wlan0" , that will get rid of the "cant detect ip" error message.
Regarding the temperature error, reef-pi is detecting two temperature probes. Currently reef-pi assumes that there is only one probe connected to the pi.
This was also due to the assumption that stock raspbian kernel can only support 1 ds18b20 device (there are patches to change that though)
Can you share the result of this:
If there are two probes, the unplug one and see if that solves the problemCode:ls -alh /sys/bus/w1/devices/
Do you intend to use more than one temperature probe with a single controller? If so, I have to change the code to deal with this.
Fascinating. Do you have both the ds18b20 probes hooked up to the pi? What pins they are connected topleaae see the results you requested.![]()
The one probe (ds18b20 specifically) limitation is not a reef-pi limitation, this is imposed by raspbian kernel , maintained by raspberry pi. I am aware of couple of out of kernel patches that allow multiple probes, but they dont ship with stock raspbian, which we all use. Raspbian limitations aside, I would always prefer multiple probe.I got it to work on one probe once I unchecked the dev mode button over the weekend, I would like to run two probes if possible, keeping one for sump and one for DT. If this is a lot of work, then i wont mind just running one. if you could though, make two work, that would be awesome. Just whenever you can, as soon as I unplug one, it works for me.
I originally had the probes hooked up GPIO3 and GPIO4, but after reading through the adafruit tutorial, connected them in parallel like this, to just GPIO 4, sharing a 4.7K resistor.Fascinating. Do you have both the ds18b20 probes hooked up to the pi? What pins they are connected to
I have 10 ds18b20 sensors on my pi - all on the same pin. No issues using default rasbian settingsThe one probe (ds18b20 specifically) limitation is not a reef-pi limitation, this is imposed by raspbian kernel , maintained by raspberry pi. I am aware of couple of out of kernel patches that allow multiple probes, but they dont ship with stock raspbian, which we all use. Raspbian limitations aside, I would always prefer multiple probe.

