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.
Adafruit has limit on 10 feeds thats one starting point.. next step will be to cross check which data are being sent across and which ones are being dropped. then focus on them and check if the feed is absent or the datapoint. We should do a better job making this easier by adding more logging.. i'll work on that.I limit my temp sensors to check every 180 seconds,.
Here's my config (of course without the key)
not really a lot on here that I can screw up. I have cleared my IO feeds several times, how might I debug this?
For posterity: https://github.com/reef-pi/reef-pi/issues/1104If I go back and test the original ATO the same way, it doesn't alert or Disable
This has been a recurring issue. We cant fix the underlying rate limiter issue, but we can make it more easily understandable. We can most likely mitigate the feedname issue entirely on reef-pi side. I'll make sure we have addressed this before 4.0Im starting to get annoyed by Adafruit IO.
I have these autopopulated feeds, but no data.
reefpiblue light-channel-1
reefpicabinet light-channel-1
reefpifan-channel-1
reefpiinternal box temp 2-reading
reefpiinternal box temp-reading
reefpisump temp-reading
reefpitank temp-heater
reefpitank temp-reading
reefpiunused-channel-1
reefpiwhite bar front-channel-1
The only one that provides data is the reefpifan-channel-1.
Plenty of errors in the log though.. Anyway do debug this or am I better off just turning off telemetry??
{"error":"not found - that is an invalid URL, please check the API documentation at https://io.adafruit.com/api/docs to make sure your URL is correct"}
Apr 5 11:36:54
{"error":"not found - that is an invalid URL, please check the API documentation at https://io.adafruit.com/api/docs to make sure your URL is correct"}
Apr 5 11:36:24
{"error":"not found - that is an invalid URL, please check the API documentation at https://io.adafruit.com/api/docs to make sure your URL is correct"}
Apr 5 11:35:23
{"error":"not found - that is an invalid URL, please check the API documentation at https://io.adafruit.com/api/docs to make sure your URL is correct"}
Apr 5 11:35:23
{"error":"not found - that is an invalid URL, please check the API documentation at https://io.adafruit.com/api/docs to make sure your URL is correct"}
Apr 5 11:36:23
{"error":"not found - that is an invalid URL, please check the API documentation at https://io.adafruit.com/api/docs to make sure your URL is correct"}
Apr 5 11:36:24
{"error":"not found - API documentation can be found at https://io.adafruit.com/api/docs"}
Apr 5 11:36:24
{"error":"not found - API documentation can be found at https://io.adafruit.com/api/docs"}
Apr 5 11:36:24
{"error":"not found - that is an invalid URL, please check the API documentation at https://io.adafruit.com/api/docs to make sure your URL is correct"}
Apr 5 11:36:24
{"error":"not found - that is an invalid URL, please check the API documentation at https://io.adafruit.com/api/docs to make sure your URL is correct"}
Apr 5 11:36:23
{"error":"not found - that is an invalid URL, please check the API documentation at https://io.adafruit.com/api/docs to make sure your URL is correct"}
Apr 5 11:36:54
{"error":"not found - that is an invalid URL, please check the API documentation at https://io.adafruit.com/api/docs to make sure your URL is correct"}
Apr 5 11:36:53
{"error":"not found - that is an invalid URL, please check the API documentation at https://io.adafruit.com/api/docs to make sure your URL is correct"}
That's easy, no data is getting to IO. I don't know why.Adafruit has limit on 10 feeds thats one starting point.. next step will be to cross check which data are being sent across and which ones are being dropped. then focus on them and check if the feed is absent or the datapoint. We should do a better job making this easier by adding more logging.. i'll work on that.
If I could see the current light level on the reefpi dashboard, io wouldn't be needed.This has been a recurring issue. We cant fix the underlying rate limiter issue, but we can make it more easily understandable. We can most likely mitigate the feedname issue entirely on reef-pi side. I'll make sure we have addressed this before 4.0
[Request] Make adafruit io error troubleshooting easier · Issue #1105 · reef-pi/reef-pi
Adafruit IO has limits on the number of feeds and the rate of data submission. Currently, feed name and total number of sensors can very easily lead users to adafruit io error conditions. Update ui...github.com
Which profile you are using? This should be doable in reef-pi. I think this is already planned for 4.0 (support for charts for some of the new profiles)If I could see the current light level on the reefpi dashboard, io wouldn't be needed.
All 3 lights set with diunral.Which profile you are using? This should be doable in reef-pi. I think this is already planned for 4.0 (support for charts for some of the new profiles)
When I click on Lights in the dashboard config, it reverts to Health.Which profile you are using? This should be doable in reef-pi. I think this is already planned for 4.0 (support for charts for some of the new profiles)
That’s what I meant, only interval profile has chart support right now, rest are still needs chart supportWhen I click on Lights in the dashboard config, it reverts to Health.
I have tried on a fresh install on a new pi install, same issue.
When this happens, no graph at all shows on the dashboard.
That’s what I meant, only interval profile has chart support right now, rest are still needs chart support
Yup .. this is expected as i have mentioned. Its not a bug .. a new thing that we introduced in reef-pi recently which requires UI support (should be in by 4.0)My blue channel is on Interval, no chart for it...
Key is to use good stranded wire. Some of the stuff that is out there is very low grade aluminum wire.Those of you with electrical knowledge, is there an issue to using stranded (flexible) 14awg wire to wire the power bar outlets?
In my original power bar I used standard household 2-1 14awg, but it's a real pia to work with in a small box, was hoping to make it easier by using stranded/more flexible wire.
@Bigtrout
Temperature monitor can be done pretty simply. I would use a pi zero w and a DS18B20 sensor. Ranjib created a temperature guide. It assumes you have power control, but you can ignore that part.Hi I am new here and there is A LOT going on in this thread. I'm looking to build a simple temperature monitor, nothing else, no controller power bar etc. Is there any guide/thread/link on this?
And excuse my naivete, can this be done a Windows box, or is it only programmed via Linux?
Thanks for this. I'll read throughTemperature monitor can be done pretty simply. I would use a pi zero w and a DS18B20 sensor. Ranjib created a temperature guide. It assumes you have power control, but you can ignore that part.
You don't actually have to do any programming. reef-pi runs on raspberry pi, so it requires linux. It runs its own web server, so you can access it from windows, linux, mac, or anything with a browser.