reef-pi uses ds18b20 probes which are different than the inkbird, as a result tWas wondering if anyone used the new aquarium safe temp probe from inkbird?
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.
reef-pi uses ds18b20 probes which are different than the inkbird, as a result tWas wondering if anyone used the new aquarium safe temp probe from inkbird?
Any powerstrip consideration? Use a HAT and ph board to simplify your wiring. Just the kessil 5->10V pwm related circuit needs to be done by handLinks to the locations of those boards? I believe I've heard chat about all of those and didn't really know what they were or how they worked. I think that's exactly the direction I want to move in for it!
Update - Here's the Reef-Pi Link
$30 each
![]()
ML reef-pi hat goby by ML Reefkeeping on Tindie
ML reef-pi breakout hat for aquariums (goby)www.tindie.com
Bought 2, still looking for the others..
Thanks!
Any powerstrip consideration? Use a HAT and ph board to simplify your wiring. Just the kessil 5->10V pwm related circuit needs to be done by hand
Any powerstrip consideration? Use a HAT and ph board to simplify your wiring. Just the kessil 5->10V pwm related circuit needs to be done by hand
Yes.. thats why I was asking about the ADJ powerstrip. if you plan to go with HS300 then you dont need 12v for it and less current requirement for the overall build (and some other nice features)Is it the same 5>12v pwm I used for the power strip? adjustable? so I'll need 2 of them for the lighting and power?
You can create an additional temperature control using the same sensor to control multiple items. I have a similar set up to turn on additional heaters if the temperature drops too low.
Thank you. To name a few, following is our tentative goals for 3.0, that exploit this feature
- Support for multiple PCA9685
- Using PWM pins (pca9685 or pi) as outlets (cause they can be switched back and forth 0 or 100%)
- support for @Roberto_b's ph board
- support for @theatrus 's pico base board
- support of MCP23017 IO expander (more inlets & outlets)
- Probably support for smart outlets (strech goal)
Aaaahh. I think I get what you're saying now. Reef-Pi itself doesn't actually detect the screen. You have to run it in a browser.
I followed this tutorial https://pimylifeup.com/raspberry-pi-kiosk/ and now have my Raspberry Pi running in Kiosk Mode. The Raspberry Pi boots directly into Chrome and opens the page I specified (Reef-Pi). Works brilliantly for what I want.
![]()
That's what my Raspberry Pi boots into . I'm assuming that's what you want?
I’ll cross check the display thing, from the error it appears there is a new line character that’s causing the issue.Not exacly. I did have similar setup (toouchscreen with Kiosk Mode) but I have switched to official rpi screen. As long as I read here reef-pi has some sort of support for this (and only this) touchscreen. You can enable it in configuration->settings-> display. This is exacly what I'm asking about.
For some reason I'm stuck with this error: "{"error":"strconv.Atoi: parsing \"108\\n\": invalid syntax"} | HTTP 404 ". Number "xxx\\n\" depends on brightness level.
I wonder if reef-pi got any other support for official rpi touchscreen or just the brightness control.
If the only advantage of having official rpi screen is brightness control I will stick with non-official (cheaper one) in Kiosk Mode.
Also still can't get those lightning graphs to work. No matter if I use a single or dual PWM control I can't get them to render. Electrically everything works perfect - only light graphs on dashboard are blank.
You can set the min/max display range for each sensor. I've noticed that even after doing that, it can occationally take a "little while" before it kicks in. I'm not sure if it's a log out/in thing, closing my browser, etc, nor can I quantify the time or reliably reproduce the behavior. It's a minor nit, and since I use Adafruit IO mostly, nothing I'm too concerned about.
You can set the min/max display range for each sensor. I've noticed that even after doing that, it can occationally take a "little while" before it kicks in. I'm not sure if it's a log out/in thing, closing my browser, etc, nor can I quantify the time or reliably reproduce the behavior. It's a minor nit, and since I use Adafruit IO mostly, nothing I'm too concerned about.
Yes but only in the version before 3.0 ?
This is an annoyance introduced in 3.0. In 2.0 we used to get a bogus error of utilization data not found upon creation of new sensors . This is because the sensor had not been monitored yet. To suppress that I introduced a change that will initialize a zero value utilization for new sensor . This is a visual /eye sore and should not trigger any control logic
Any powerstrip consideration? Use a HAT and ph board to simplify your wiring. Just the kessil 5->10V pwm related circuit needs to be done by hand
You have to provide the ip address:9999 , you can find the IP either via the arp command or by checking your gateway (like comcast routers or google wifi app)Just installed 3.0 on a fresh new Pi3, and a few questions - When I click on connectors, it gets an error -
Details
TypeError: Cannot read property 'analog-input' of null
maybe I didn't enable something on the Pi first? if that's the case, maybe you could add that to the error message .
** Solved - by enabling SPI from running raspi-config **
Second, I'd like to test my TP link hs103's before getting the HS300, but it asks for an address when I add the driver. The only address I see in the Kasa app is the MAC address. is there something else I need there?
Finally, The service seems to start up on a system restart, but the UI doesn't. (can't access it on via HTTP) - Do I need to do anything to enable that to run at startup?
Thanks for all your work on this project btw.. looking forward to getting my reef-pi hat and PH board and probe!
ping the broadcast address and then invoke arp -a for getting ip from mac address , if you dont have access to gateway. here is a post on how to do this: https://thebackroomtech.com/2010/08/22/determine-ip-address-from-a-mac-address/You have to provide the ip address:9999 , you can find the IP either via the arp command or by checking your gateway (like comcast routers or google wifi app)
ping the broadcast address and then invoke arp -a for getting ip from mac address , if you dont have access to gateway. here is a post on how to do this: https://thebackroomtech.com/2010/08/22/determine-ip-address-from-a-mac-address/