Does anyone know what the "Alert on Health Check" option box is for?
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.
@dmola and @Ranjib and anyone else more familiar with this than I am.
Seems like the power methods mentioned with the options wanted are quite expensive. I've not been able to find one for less than several hundred dollars. At that price I believe it has become cost prohibitive for many people. Not sure if it's possible but could we not simply "daisy chain" another Rpi to do what we want it to do?
Something along these lines or similar?
https://www.raspberrypi.org/blog/open-source-energy-monitoring-raspberry-pi/
Once again, simply throwing ideas out there because I don't know any better!
Just checked out the open source energy monitor you linked to - it's AC only (makes sense, since it's contact-less, relying on inductive sensing). That won't work on the DC power that (most of) our equipment runs from. A smart switch which can monitor a per-outlet load is most likely the best option if this is to be pursued.
Gah! Good catch... I missed that tiny useful bit of info. I'll blame my eyesight! ;Watching
It’s sets up alerts against high cpu or memory usageDoes anyone know what the "Alert on Health Check" option box is for?
See my 'brain fart' comment I appended to that post
Nope... posted before you farted! Lol
https://reef-pi.github.io/additional-documentation/upgrade/I'm rubbish with updating reef-pi, is there a page maintained for links to latest release with the code to use to update ?
yeah seen that but its not the latest release is it?
O.k you inspired me to get back on my reef pie project..thank you for all the work you have and continue to do on this . Best wishes Tjyeah seen that but its not the latest release is it?
yeah seen that but its not the latest release is it?
wget -c https://github.com/reef-pi/reef-pi/releases/download/2.2/reef-pi-2.2-pi0.deb - for Pi zero or
wget -c https://github.com/reef-pi/reef-pi/releases/download/2.2/reef-pi-2.2-pi3.deb - for Pi 3.
thank you very much, that worked and i managed to figure how to install the updatewget -c https://github.com/reef-pi/reef-pi/releases/download/2.2/reef-pi-2.2-pi0.deb - for Pi zero or
wget -c https://github.com/reef-pi/reef-pi/releases/download/2.2/reef-pi-2.2-pi3.deb - for Pi 3.
yeah :-/ , some UIs of github are not visible from mobile, unless you explicitly type out the URL/addressI may be dumb lol but I cannot view the releases from the browser on my phone. If I go to the same github link via my PC the links for new releases are visible. Took me awhile to figure that out trying to navigate the github website.
reef-pi 1.0 has support for only a single ato, temperature control (tc) etc. reef-pi 2.0 added support for multiple ato, temperature controller etc, which is why your API calls wont work against 2.0, (and also the reason reef-pi had a major version bump, because it breaks older API). Try following:Any ideas why the following API endpoints return 404? Running 2.2.
GET /api/tc/usage
GET /api/tc/readings
GET /api/tc/config
The temp control is on and working (these are dev datapoints, dont read too much into the settings)
# to list tcs
GET /api/tcs
# to fetch a single tc (with ID), this will give the config
GET /api/tcs/<ID>
# usage
GET /api/tcs/<ID>/usage
I'll check it out tonight. I am in a spot where I can do context switching from the ph board work :0)@Ranjib question about the ATO alerts. I just set this up as follows and it should have tripped a the far right in this screen cap. I did not get a notification and the pump is currently on. can you assist on this because my wife is HORRIBLE at telling me she unplugged the pump once it ran dry. Plus on a controlled device, you cannot turn it off if programming wants it on. It instantly comes back on at the check period.