reef-pi :: An opensource reef tank controller based on Raspberry Pi.

waynel

Active Member
View Badges
Joined
May 22, 2020
Messages
264
Reaction score
266
Location
Kentucky
Rating - 0%
0   0   0
The temp probe issue is a known 3.4 issue (its just a nag and shouldnt cause any issues), I would try rolling back to 3.3, it will solve your temp issue and maybe give a different result on your ATO issue, easy enough to try. @Ranjib can correct me but if you copy your database out and then downgrade to 3.3 you should be able to restore the database and no have to re-create everything, I think that should work for 3.4 -> 3.3.

For looking at the log you want to use journalctl for that, see this link - https://reef-pi.github.io/additional-documentation/troubleshooting/

:)

I will try downgrading this evening. It's odd that the temperature issue just happened today. Been running ok for a while now.
 

Bob Tiffany

Community Member
View Badges
Joined
Nov 4, 2015
Messages
33
Reaction score
17
Rating - 0%
0   0   0
It does not send equipmemt feeds.

Also for a free account it only uses 10 feeds amd you dont get to choose...it sends the first 10 setup in reef pi. The rest error out.

Awesome, that makes sense. Thanks!

Another question. I want to build a simple momentary push button circuit to trigger a macro to shut down my wave maker and protein slimmer for feeding. Has anybody done this? Thanks!
 

Des Westcott

Well-Known Member
View Badges
Joined
May 29, 2018
Messages
645
Reaction score
1,034
Location
Durban - South Africa
Rating - 0%
0   0   0
I have some time on my hands and thinking about trying to do something in regards to documentation. I know we have the build threads but thought it might be nice to have something per function that goes over all of the options and what and how they can be used. Does anyone know if this has been started or if anyone is working on something like this?

Would this be something that others would be interested in? Would love to have it on a wiki page but I guess those are old school but that would be a nice way to host it and allow updates.

Let me know what folks think!

:)

@robsworld78 created a document on Google Docs

https://docs.google.com/document/d/1afj-0-hqSy990sXZCGuDkTx9sZCk7Vpa/edit#

which some of us were contributing to and helping edit. It's a great start I think.
 

Des Westcott

Well-Known Member
View Badges
Joined
May 29, 2018
Messages
645
Reaction score
1,034
Location
Durban - South Africa
Rating - 0%
0   0   0
Awesome, that makes sense. Thanks!

Another question. I want to build a simple momentary push button circuit to trigger a macro to shut down my wave maker and protein slimmer for feeding. Has anybody done this? Thanks!

I have tried doing it using an ATO function to trigger a Macro. While reef-pi will let you set it up, it doesn't work.

I assume it's linked to timers and macros triggering Macros only in reverse when made reversible. Probably not exactly the same thing, but linked in some way.
 

waynel

Active Member
View Badges
Joined
May 22, 2020
Messages
264
Reaction score
266
Location
Kentucky
Rating - 0%
0   0   0
I will try downgrading this evening. It's odd that the temperature issue just happened today. Been running ok for a while now.
I downgraded to 3.3.1, but still having trouble with my temp sensors. I have 3 temp sensors connected, but it's only seeing one of those now (the other two are not listed), and the one that does appear isn't working.
Here's some output from the journalctl:


pi@tank125:~ $ sudo journalctl -fu reef-pi.service


-- Logs begin at Tue 2020-07-07 23:41:27 EDT. --


Jul 08 00:16:14 tank125 reef-pi[295]: 2020/07/08 00:16:14 ERROR: GET /api/tcs/2/usage stats for id: '2' not found


Jul 08 00:16:14 tank125 reef-pi[295]: 2020/07/08 00:16:14 API Request:' GET /api/equipment' from: 192.168.86.250:56917


Jul 08 00:16:14 tank125 reef-pi[295]: 2020/07/08 00:16:14 API Request:' GET /api/atos/current/usage' from: 192.168.86.250:56916


Jul 08 00:16:14 tank125 reef-pi[295]: 2020/07/08 00:16:14 ERROR: stats for id: 'current' not found


Jul 08 00:16:14 tank125 reef-pi[295]: 2020/07/08 00:16:14 ERROR: GET /api/atos/current/usage stats for id: 'current' not found


Jul 08 00:16:14 tank125 reef-pi[295]: 2020/07/08 00:16:14 API Request:' GET /api/atos/2/usage' from: 192.168.86.250:56915


Jul 08 00:16:14 tank125 reef-pi[295]: 2020/07/08 00:16:14 ato sub-system: sensor Ato value: 1


Jul 08 00:16:14 tank125 reef-pi[295]: 2020/07/08 00:16:14 Euipment: 6 On: false


Jul 08 00:16:15 tank125 reef-pi[295]: 2020/07/08 00:16:15 ato sub-system: sensor Ato value: 1


Jul 08 00:16:15 tank125 reef-pi[295]: 2020/07/08 00:16:15 Euipment: 6 On: false


Jul 08 00:16:15 tank125 reef-pi[295]: 2020/07/08 00:16:15 lighting subsystem: Setting Light: Lights Channel: White Value: 0


Jul 08 00:16:15 tank125 reef-pi[295]: 2020/07/08 00:16:15 lighting-subsystem: Setting PWM value: 0 at channel: 13


Jul 08 00:16:15 tank125 reef-pi[295]: 2020/07/08 00:16:15 onTime 0 offTime 4096


Jul 08 00:16:15 tank125 reef-pi[295]: 2020/07/08 00:16:15 lighting subsystem: Setting Light: Lights Channel: Blue Value: 0


Jul 08 00:16:15 tank125 reef-pi[295]: 2020/07/08 00:16:15 lighting-subsystem: Setting PWM value: 0 at channel: 14


Jul 08 00:16:15 tank125 reef-pi[295]: 2020/07/08 00:16:15 onTime 0 offTime 4096


Jul 08 00:16:15 tank125 reef-pi[295]: 2020/07/08 00:16:15 API Request:' GET /api/me' from: [2605:a000:1708:21cb:3db4:c6c7:db90:dda2]:57821


Jul 08 00:16:16 tank125 reef-pi[295]: 2020/07/08 00:16:16 ato sub-system: sensor Ato value: 1


Jul 08 00:16:16 tank125 reef-pi[295]: 2020/07/08 00:16:16 Euipment: 6 On: false


Jul 08 00:16:16 tank125 reef-pi[295]: 2020/07/08 00:16:16 ato sub-system: sensor Overflow value: 0


Jul 08 00:16:16 tank125 reef-pi[295]: 2020/07/08 00:16:16 ERROR: Failed to execute ato control logic. Error: macro is not reversible


Jul 08 00:16:17 tank125 reef-pi[295]: 2020/07/08 00:16:17 ato sub-system: sensor Ato value: 1


Jul 08 00:16:17 tank125 reef-pi[295]: 2020/07/08 00:16:17 Euipment: 6 On: false


Jul 08 00:16:18 tank125 reef-pi[295]: 2020/07/08 00:16:18 ato sub-system: sensor Ato value: 1


Jul 08 00:16:18 tank125 reef-pi[295]: 2020/07/08 00:16:18 Euipment: 6 On: false


Jul 08 00:16:19 tank125 reef-pi[295]: 2020/07/08 00:16:19 ato sub-system: sensor Ato value: 1


Jul 08 00:16:19 tank125 reef-pi[295]: 2020/07/08 00:16:19 Euipment: 6 On: false


Jul 08 00:16:19 tank125 reef-pi[295]: 2020/07/08 00:16:19 API Request:' GET /api/me' from: [2605:a000:1708:21cb:3db4:c6c7:db90:dda2]:57821


Jul 08 00:16:19 tank125 reef-pi[295]: 2020/07/08 00:16:19 ato sub-system: sensor Overflow value: 0


Jul 08 00:16:19 tank125 reef-pi[295]: 2020/07/08 00:16:19 ERROR: Failed to execute ato control logic. Error: macro is not reversible


Jul 08 00:16:20 tank125 reef-pi[295]: 2020/07/08 00:16:20 ato sub-system: sensor Ato value: 1


Jul 08 00:16:20 tank125 reef-pi[295]: 2020/07/08 00:16:20 Euipment: 6 On: false


Jul 08 00:16:20 tank125 reef-pi[295]: 2020/07/08 00:16:20 health check: Used memory: 19.4 Load5: 0.29


Jul 08 00:16:21 tank125 reef-pi[295]: 2020/07/08 00:16:21 ato sub-system: sensor Ato value: 1


Jul 08 00:16:21 tank125 reef-pi[295]: 2020/07/08 00:16:21 Euipment: 6 On: false


Jul 08 00:16:22 tank125 reef-pi[295]: 2020/07/08 00:16:22 ato sub-system: sensor Ato value: 1


Jul 08 00:16:22 tank125 reef-pi[295]: 2020/07/08 00:16:22 Euipment: 6 On: false


Jul 08 00:16:22 tank125 reef-pi[295]: 2020/07/08 00:16:22 ato sub-system: sensor Overflow value: 0


Jul 08 00:16:22 tank125 reef-pi[295]: 2020/07/08 00:16:22 ERROR: Failed to execute ato control logic. Error: macro is not reversible


Jul 08 00:16:23 tank125 reef-pi[295]: 2020/07/08 00:16:23 ato sub-system: sensor Ato value: 1


Jul 08 00:16:23 tank125 reef-pi[295]: 2020/07/08 00:16:23 Euipment: 6 On: false


Jul 08 00:16:23 tank125 reef-pi[295]: 2020/07/08 00:16:23 API Request:' GET /api/me' from: [2605:a000:1708:21cb:3db4:c6c7:db90:dda2]:57821


Jul 08 00:16:24 tank125 reef-pi[295]: 2020/07/08 00:16:24 ato sub-system: sensor Ato value: 1


Jul 08 00:16:24 tank125 reef-pi[295]: 2020/07/08 00:16:24 Euipment: 6 On: false


Jul 08 00:16:24 tank125 reef-pi[295]: 2020/07/08 00:16:24 API Request:' GET /api/me' from: 192.168.86.250:56915


Jul 08 00:16:24 tank125 reef-pi[295]: 2020/07/08 00:16:24 API Request:' GET /api/tcs/1/usage' from: 192.168.86.250:56915


Jul 08 00:16:25 tank125 reef-pi[295]: 2020/07/08 00:16:25 API Request:' GET /api/tcs/3/usage' from: 192.168.86.250:56920


Jul 08 00:16:25 tank125 reef-pi[295]: 2020/07/08 00:16:25 ERROR: stats for id: '3' not found


Jul 08 00:16:25 tank125 reef-pi[295]: 2020/07/08 00:16:25 ERROR: GET /api/tcs/3/usage stats for id: '3' not found


Jul 08 00:16:25 tank125 reef-pi[295]: 2020/07/08 00:16:25 API Request:' GET /api/atos/1/usage' from: 192.168.86.250:56919


Jul 08 00:16:25 tank125 reef-pi[295]: 2020/07/08 00:16:25 API Request:' GET /api/tcs/2/usage' from: 192.168.86.250:56918


Jul 08 00:16:25 tank125 reef-pi[295]: 2020/07/08 00:16:25 ERROR: stats for id: '2' not found


Jul 08 00:16:25 tank125 reef-pi[295]: 2020/07/08 00:16:25 ERROR: GET /api/tcs/2/usage stats for id: '2' not found


Jul 08 00:16:25 tank125 reef-pi[295]: 2020/07/08 00:16:25 API Request:' GET /api/equipment' from: 192.168.86.250:56917


Jul 08 00:16:25 tank125 reef-pi[295]: 2020/07/08 00:16:25 API Request:' GET /api/atos/current/usage' from: 192.168.86.250:56916


Jul 08 00:16:25 tank125 reef-pi[295]: 2020/07/08 00:16:25 ERROR: stats for id: 'current' not found


Jul 08 00:16:25 tank125 reef-pi[295]: 2020/07/08 00:16:25 ERROR: GET /api/atos/current/usage stats for id: 'current' not found


Jul 08 00:16:25 tank125 reef-pi[295]: 2020/07/08 00:16:25 ERROR: stats for id: '1' not found


Jul 08 00:16:25 tank125 reef-pi[295]: 2020/07/08 00:16:25 ERROR: GET /api/tcs/1/usage stats for id: '1' not found


Jul 08 00:16:25 tank125 reef-pi[295]: 2020/07/08 00:16:25 API Request:' GET /api/atos/2/usage' from: 192.168.86.250:56920


Jul 08 00:16:25 tank125 reef-pi[295]: 2020/07/08 00:16:25 ato sub-system: sensor Ato value: 1


Jul 08 00:16:25 tank125 reef-pi[295]: 2020/07/08 00:16:25 Euipment: 6 On: false


Jul 08 00:16:25 tank125 reef-pi[295]: 2020/07/08 00:16:25 ato sub-system: sensor Overflow value: 0


Jul 08 00:16:25 tank125 reef-pi[295]: 2020/07/08 00:16:25 ERROR: Failed to execute ato control logic. Error: macro is not reversible


Jul 08 00:16:26 tank125 reef-pi[295]: 2020/07/08 00:16:26 ato sub-system: sensor Ato value: 1


Jul 08 00:16:26 tank125 reef-pi[295]: 2020/07/08 00:16:26 Euipment: 6 On: false


Jul 08 00:16:27 tank125 reef-pi[295]: 2020/07/08 00:16:27 ato sub-system: sensor Ato value: 1


Jul 08 00:16:27 tank125 reef-pi[295]: 2020/07/08 00:16:27 Euipment: 6 On: false


Jul 08 00:16:27 tank125 reef-pi[295]: 2020/07/08 00:16:27 API Request:' GET /api/me' from: [2605:a000:1708:21cb:3db4:c6c7:db90:dda2]:57821


Jul 08 00:16:28 tank125 reef-pi[295]: 2020/07/08 00:16:28 ato sub-system: sensor Ato value: 1


Jul 08 00:16:28 tank125 reef-pi[295]: 2020/07/08 00:16:28 Euipment: 6 On: false


Jul 08 00:16:28 tank125 reef-pi[295]: 2020/07/08 00:16:28 ato sub-system: sensor Overflow value: 0


Jul 08 00:16:28 tank125 reef-pi[295]: 2020/07/08 00:16:28 ERROR: Failed to execute ato control logic. Error: macro is not reversible


Jul 08 00:16:29 tank125 reef-pi[295]: 2020/07/08 00:16:29 ato sub-system: sensor Ato value: 1


Jul 08 00:16:29 tank125 reef-pi[295]: 2020/07/08 00:16:29 Euipment: 6 On: false


Jul 08 00:16:30 tank125 reef-pi[295]: 2020/07/08 00:16:30 ato sub-system: sensor Ato value: 1


Jul 08 00:16:30 tank125 reef-pi[295]: 2020/07/08 00:16:30 Euipment: 6 On: false


Jul 08 00:16:31 tank125 reef-pi[295]: 2020/07/08 00:16:31 ato sub-system: sensor Ato value: 1


Jul 08 00:16:31 tank125 reef-pi[295]: 2020/07/08 00:16:31 Euipment: 6 On: false


Jul 08 00:16:31 tank125 reef-pi[295]: 2020/07/08 00:16:31 API Request:' GET /api/me' from: [2605:a000:1708:21cb:3db4:c6c7:db90:dda2]:57821


Jul 08 00:16:31 tank125 reef-pi[295]: 2020/07/08 00:16:31 ato sub-system: sensor Overflow value: 0


Jul 08 00:16:31 tank125 reef-pi[295]: 2020/07/08 00:16:31 ERROR: Failed to execute ato control logic. Error: macro is not reversible


Jul 08 00:16:32 tank125 reef-pi[295]: 2020/07/08 00:16:32 ato sub-system: sensor Ato value: 1


Jul 08 00:16:32 tank125 reef-pi[295]: 2020/07/08 00:16:32 Euipment: 6 On: false


Jul 08 00:16:33 tank125 reef-pi[295]: 2020/07/08 00:16:33 ato sub-system: sensor Ato value: 1


Jul 08 00:16:33 tank125 reef-pi[295]: 2020/07/08 00:16:33 Euipment: 6 On: false


Jul 08 00:16:34 tank125 reef-pi[295]: 2020/07/08 00:16:34 ato sub-system: sensor Ato value: 1


Jul 08 00:16:34 tank125 reef-pi[295]: 2020/07/08 00:16:34 Euipment: 6 On: false


Jul 08 00:16:34 tank125 reef-pi[295]: 2020/07/08 00:16:34 ato sub-system: sensor Overflow value: 0


Jul 08 00:16:34 tank125 reef-pi[295]: 2020/07/08 00:16:34 ERROR: Failed to execute ato control logic. Error: macro is not reversible


Jul 08 00:16:35 tank125 reef-pi[295]: 2020/07/08 00:16:35 ato sub-system: sensor Ato value: 1


Jul 08 00:16:35 tank125 reef-pi[295]: 2020/07/08 00:16:35 Euipment: 6 On: false


Jul 08 00:16:35 tank125 reef-pi[295]: 2020/07/08 00:16:35 API Request:' GET /api/health_stats' from: 192.168.86.250:56916


Jul 08 00:16:35 tank125 reef-pi[295]: 2020/07/08 00:16:35 API Request:' GET /api/me' from: 192.168.86.250:56915


Jul 08 00:16:35 tank125 reef-pi[295]: 2020/07/08 00:16:35 API Request:' GET /api/me' from: [2605:a000:1708:21cb:3db4:c6c7:db90:dda2]:57821


Jul 08 00:16:35 tank125 reef-pi[295]: 2020/07/08 00:16:35 API Request:' GET /api/tcs/1/usage' from: 192.168.86.250:56915


Jul 08 00:16:36 tank125 reef-pi[295]: 2020/07/08 00:16:36 API Request:' GET /api/tcs/3/usage' from: 192.168.86.250:56920


Jul 08 00:16:36 tank125 reef-pi[295]: 2020/07/08 00:16:36 ERROR: stats for id: '3' not found


Jul 08 00:16:36 tank125 reef-pi[295]: 2020/07/08 00:16:36 ERROR: GET /api/tcs/3/usage stats for id: '3' not found


Jul 08 00:16:36 tank125 reef-pi[295]: 2020/07/08 00:16:36 API Request:' GET /api/atos/1/usage' from: 192.168.86.250:56919


Jul 08 00:16:36 tank125 reef-pi[295]: 2020/07/08 00:16:36 API Request:' GET /api/tcs/2/usage' from: 192.168.86.250:56918


Jul 08 00:16:36 tank125 reef-pi[295]: 2020/07/08 00:16:36 ERROR: stats for id: '2' not found


Jul 08 00:16:36 tank125 reef-pi[295]: 2020/07/08 00:16:36 ERROR: GET /api/tcs/2/usage stats for id: '2' not found


Jul 08 00:16:36 tank125 reef-pi[295]: 2020/07/08 00:16:36 API Request:' GET /api/equipment' from: 192.168.86.250:56917


Jul 08 00:16:36 tank125 reef-pi[295]: 2020/07/08 00:16:36 API Request:' GET /api/atos/current/usage' from: 192.168.86.250:56916


Jul 08 00:16:36 tank125 reef-pi[295]: 2020/07/08 00:16:36 ERROR: stats for id: 'current' not found


Jul 08 00:16:36 tank125 reef-pi[295]: 2020/07/08 00:16:36 ERROR: GET /api/atos/current/usage stats for id: 'current' not found


Jul 08 00:16:36 tank125 reef-pi[295]: 2020/07/08 00:16:36 ERROR: stats for id: '1' not found


Jul 08 00:16:36 tank125 reef-pi[295]: 2020/07/08 00:16:36 ERROR: GET /api/tcs/1/usage stats for id: '1' not found


Jul 08 00:16:36 tank125 reef-pi[295]: 2020/07/08 00:16:36 API Request:' GET /api/atos/2/usage' from: 192.168.86.250:56920


Jul 08 00:16:36 tank125 reef-pi[295]: 2020/07/08 00:16:36 ato sub-system: sensor Ato value: 1


Jul 08 00:16:36 tank125 reef-pi[295]: 2020/07/08 00:16:36 Euipment: 6 On: false


Jul 08 00:16:37 tank125 reef-pi[295]: 2020/07/08 00:16:37 ato sub-system: sensor Ato value: 1


Jul 08 00:16:37 tank125 reef-pi[295]: 2020/07/08 00:16:37 Euipment: 6 On: false


Jul 08 00:16:37 tank125 reef-pi[295]: 2020/07/08 00:16:37 ato sub-system: sensor Overflow value: 0


Jul 08 00:16:37 tank125 reef-pi[295]: 2020/07/08 00:16:37 ERROR: Failed to execute ato control logic. Error: macro is not reversible


Jul 08 00:16:38 tank125 reef-pi[295]: 2020/07/08 00:16:38 ato sub-system: sensor Ato value: 1


Jul 08 00:16:38 tank125 reef-pi[295]: 2020/07/08 00:16:38 Euipment: 6 On: false


Jul 08 00:16:39 tank125 reef-pi[295]: 2020/07/08 00:16:39 ato sub-system: sensor Ato value: 1


Jul 08 00:16:39 tank125 reef-pi[295]: 2020/07/08 00:16:39 Euipment: 6 On: false


Jul 08 00:16:39 tank125 reef-pi[295]: 2020/07/08 00:16:39 API Request:' GET /api/me' from: [2605:a000:1708:21cb:3db4:c6c7:db90:dda2]:57821


Jul 08 00:16:40 tank125 reef-pi[295]: 2020/07/08 00:16:40 ato sub-system: sensor Ato value: 1


Jul 08 00:16:40 tank125 reef-pi[295]: 2020/07/08 00:16:40 Euipment: 6 On: false


Jul 08 00:16:40 tank125 reef-pi[295]: 2020/07/08 00:16:40 ato sub-system: sensor Overflow value: 0


Jul 08 00:16:40 tank125 reef-pi[295]: 2020/07/08 00:16:40 ERROR: Failed to execute ato control logic. Error: macro is not reversible


Jul 08 00:16:41 tank125 reef-pi[295]: 2020/07/08 00:16:41 ato sub-system: sensor Ato value: 1


Jul 08 00:16:41 tank125 reef-pi[295]: 2020/07/08 00:16:41 Euipment: 6 On: false


Jul 08 00:16:42 tank125 reef-pi[295]: 2020/07/08 00:16:42 ato sub-system: sensor Ato value: 1


Jul 08 00:16:42 tank125 reef-pi[295]: 2020/07/08 00:16:42 Euipment: 6 On: false


Jul 08 00:16:43 tank125 reef-pi[295]: 2020/07/08 00:16:43 ato sub-system: sensor Ato value: 1


Jul 08 00:16:43 tank125 reef-pi[295]: 2020/07/08 00:16:43 Euipment: 6 On: false


Jul 08 00:16:43 tank125 reef-pi[295]: 2020/07/08 00:16:43 API Request:' GET /api/me' from: [2605:a000:1708:21cb:3db4:c6c7:db90:dda2]:57821


Jul 08 00:16:43 tank125 reef-pi[295]: 2020/07/08 00:16:43 ato sub-system: sensor Overflow value: 0


Jul 08 00:16:43 tank125 reef-pi[295]: 2020/07/08 00:16:43 ERROR: Failed to execute ato control logic. Error: macro is not reversible


Jul 08 00:16:44 tank125 reef-pi[295]: 2020/07/08 00:16:44 ato sub-system: sensor Ato value: 1


Jul 08 00:16:44 tank125 reef-pi[295]: 2020/07/08 00:16:44 Euipment: 6 On: false


Jul 08 00:16:45 tank125 reef-pi[295]: 2020/07/08 00:16:45 ato sub-system: sensor Ato value: 1


Jul 08 00:16:45 tank125 reef-pi[295]: 2020/07/08 00:16:45 Euipment: 6 On: false


Screen Shot 2020-07-08 at 00.21.31.png

Screen Shot 2020-07-08 at 00.24.11.png
 

bishoptf

Valuable Member
View Badges
Joined
Jan 1, 2019
Messages
1,344
Reaction score
1,720
Location
Missouri
Rating - 0%
0   0   0
I downgraded to 3.3.1, but still having trouble with my temp sensors. I have 3 temp sensors connected, but it's only seeing one of those now (the other two are not listed), and the one that does appear isn't working.
Here's some output from the journalctl:


pi@tank125:~ $ sudo journalctl -fu reef-pi.service


-- Logs begin at Tue 2020-07-07 23:41:27 EDT. --


Jul 08 00:16:14 tank125 reef-pi[295]: 2020/07/08 00:16:14 ERROR: GET /api/tcs/2/usage stats for id: '2' not found


Jul 08 00:16:14 tank125 reef-pi[295]: 2020/07/08 00:16:14 API Request:' GET /api/equipment' from: 192.168.86.250:56917


Jul 08 00:16:14 tank125 reef-pi[295]: 2020/07/08 00:16:14 API Request:' GET /api/atos/current/usage' from: 192.168.86.250:56916


Jul 08 00:16:14 tank125 reef-pi[295]: 2020/07/08 00:16:14 ERROR: stats for id: 'current' not found


Jul 08 00:16:14 tank125 reef-pi[295]: 2020/07/08 00:16:14 ERROR: GET /api/atos/current/usage stats for id: 'current' not found


Jul 08 00:16:14 tank125 reef-pi[295]: 2020/07/08 00:16:14 API Request:' GET /api/atos/2/usage' from: 192.168.86.250:56915


Jul 08 00:16:14 tank125 reef-pi[295]: 2020/07/08 00:16:14 ato sub-system: sensor Ato value: 1


Jul 08 00:16:14 tank125 reef-pi[295]: 2020/07/08 00:16:14 Euipment: 6 On: false


Jul 08 00:16:15 tank125 reef-pi[295]: 2020/07/08 00:16:15 ato sub-system: sensor Ato value: 1


Jul 08 00:16:15 tank125 reef-pi[295]: 2020/07/08 00:16:15 Euipment: 6 On: false


Jul 08 00:16:15 tank125 reef-pi[295]: 2020/07/08 00:16:15 lighting subsystem: Setting Light: Lights Channel: White Value: 0


Jul 08 00:16:15 tank125 reef-pi[295]: 2020/07/08 00:16:15 lighting-subsystem: Setting PWM value: 0 at channel: 13


Jul 08 00:16:15 tank125 reef-pi[295]: 2020/07/08 00:16:15 onTime 0 offTime 4096


Jul 08 00:16:15 tank125 reef-pi[295]: 2020/07/08 00:16:15 lighting subsystem: Setting Light: Lights Channel: Blue Value: 0


Jul 08 00:16:15 tank125 reef-pi[295]: 2020/07/08 00:16:15 lighting-subsystem: Setting PWM value: 0 at channel: 14


Jul 08 00:16:15 tank125 reef-pi[295]: 2020/07/08 00:16:15 onTime 0 offTime 4096


Jul 08 00:16:15 tank125 reef-pi[295]: 2020/07/08 00:16:15 API Request:' GET /api/me' from: [2605:a000:1708:21cb:3db4:c6c7:db90:dda2]:57821


Jul 08 00:16:16 tank125 reef-pi[295]: 2020/07/08 00:16:16 ato sub-system: sensor Ato value: 1


Jul 08 00:16:16 tank125 reef-pi[295]: 2020/07/08 00:16:16 Euipment: 6 On: false


Jul 08 00:16:16 tank125 reef-pi[295]: 2020/07/08 00:16:16 ato sub-system: sensor Overflow value: 0


Jul 08 00:16:16 tank125 reef-pi[295]: 2020/07/08 00:16:16 ERROR: Failed to execute ato control logic. Error: macro is not reversible


Jul 08 00:16:17 tank125 reef-pi[295]: 2020/07/08 00:16:17 ato sub-system: sensor Ato value: 1


Jul 08 00:16:17 tank125 reef-pi[295]: 2020/07/08 00:16:17 Euipment: 6 On: false


Jul 08 00:16:18 tank125 reef-pi[295]: 2020/07/08 00:16:18 ato sub-system: sensor Ato value: 1


Jul 08 00:16:18 tank125 reef-pi[295]: 2020/07/08 00:16:18 Euipment: 6 On: false


Jul 08 00:16:19 tank125 reef-pi[295]: 2020/07/08 00:16:19 ato sub-system: sensor Ato value: 1


Jul 08 00:16:19 tank125 reef-pi[295]: 2020/07/08 00:16:19 Euipment: 6 On: false


Jul 08 00:16:19 tank125 reef-pi[295]: 2020/07/08 00:16:19 API Request:' GET /api/me' from: [2605:a000:1708:21cb:3db4:c6c7:db90:dda2]:57821


Jul 08 00:16:19 tank125 reef-pi[295]: 2020/07/08 00:16:19 ato sub-system: sensor Overflow value: 0


Jul 08 00:16:19 tank125 reef-pi[295]: 2020/07/08 00:16:19 ERROR: Failed to execute ato control logic. Error: macro is not reversible


Jul 08 00:16:20 tank125 reef-pi[295]: 2020/07/08 00:16:20 ato sub-system: sensor Ato value: 1


Jul 08 00:16:20 tank125 reef-pi[295]: 2020/07/08 00:16:20 Euipment: 6 On: false


Jul 08 00:16:20 tank125 reef-pi[295]: 2020/07/08 00:16:20 health check: Used memory: 19.4 Load5: 0.29


Jul 08 00:16:21 tank125 reef-pi[295]: 2020/07/08 00:16:21 ato sub-system: sensor Ato value: 1


Jul 08 00:16:21 tank125 reef-pi[295]: 2020/07/08 00:16:21 Euipment: 6 On: false


Jul 08 00:16:22 tank125 reef-pi[295]: 2020/07/08 00:16:22 ato sub-system: sensor Ato value: 1


Jul 08 00:16:22 tank125 reef-pi[295]: 2020/07/08 00:16:22 Euipment: 6 On: false


Jul 08 00:16:22 tank125 reef-pi[295]: 2020/07/08 00:16:22 ato sub-system: sensor Overflow value: 0


Jul 08 00:16:22 tank125 reef-pi[295]: 2020/07/08 00:16:22 ERROR: Failed to execute ato control logic. Error: macro is not reversible


Jul 08 00:16:23 tank125 reef-pi[295]: 2020/07/08 00:16:23 ato sub-system: sensor Ato value: 1


Jul 08 00:16:23 tank125 reef-pi[295]: 2020/07/08 00:16:23 Euipment: 6 On: false


Jul 08 00:16:23 tank125 reef-pi[295]: 2020/07/08 00:16:23 API Request:' GET /api/me' from: [2605:a000:1708:21cb:3db4:c6c7:db90:dda2]:57821


Jul 08 00:16:24 tank125 reef-pi[295]: 2020/07/08 00:16:24 ato sub-system: sensor Ato value: 1


Jul 08 00:16:24 tank125 reef-pi[295]: 2020/07/08 00:16:24 Euipment: 6 On: false


Jul 08 00:16:24 tank125 reef-pi[295]: 2020/07/08 00:16:24 API Request:' GET /api/me' from: 192.168.86.250:56915


Jul 08 00:16:24 tank125 reef-pi[295]: 2020/07/08 00:16:24 API Request:' GET /api/tcs/1/usage' from: 192.168.86.250:56915


Jul 08 00:16:25 tank125 reef-pi[295]: 2020/07/08 00:16:25 API Request:' GET /api/tcs/3/usage' from: 192.168.86.250:56920


Jul 08 00:16:25 tank125 reef-pi[295]: 2020/07/08 00:16:25 ERROR: stats for id: '3' not found


Jul 08 00:16:25 tank125 reef-pi[295]: 2020/07/08 00:16:25 ERROR: GET /api/tcs/3/usage stats for id: '3' not found


Jul 08 00:16:25 tank125 reef-pi[295]: 2020/07/08 00:16:25 API Request:' GET /api/atos/1/usage' from: 192.168.86.250:56919


Jul 08 00:16:25 tank125 reef-pi[295]: 2020/07/08 00:16:25 API Request:' GET /api/tcs/2/usage' from: 192.168.86.250:56918


Jul 08 00:16:25 tank125 reef-pi[295]: 2020/07/08 00:16:25 ERROR: stats for id: '2' not found


Jul 08 00:16:25 tank125 reef-pi[295]: 2020/07/08 00:16:25 ERROR: GET /api/tcs/2/usage stats for id: '2' not found


Jul 08 00:16:25 tank125 reef-pi[295]: 2020/07/08 00:16:25 API Request:' GET /api/equipment' from: 192.168.86.250:56917


Jul 08 00:16:25 tank125 reef-pi[295]: 2020/07/08 00:16:25 API Request:' GET /api/atos/current/usage' from: 192.168.86.250:56916


Jul 08 00:16:25 tank125 reef-pi[295]: 2020/07/08 00:16:25 ERROR: stats for id: 'current' not found


Jul 08 00:16:25 tank125 reef-pi[295]: 2020/07/08 00:16:25 ERROR: GET /api/atos/current/usage stats for id: 'current' not found


Jul 08 00:16:25 tank125 reef-pi[295]: 2020/07/08 00:16:25 ERROR: stats for id: '1' not found


Jul 08 00:16:25 tank125 reef-pi[295]: 2020/07/08 00:16:25 ERROR: GET /api/tcs/1/usage stats for id: '1' not found


Jul 08 00:16:25 tank125 reef-pi[295]: 2020/07/08 00:16:25 API Request:' GET /api/atos/2/usage' from: 192.168.86.250:56920


Jul 08 00:16:25 tank125 reef-pi[295]: 2020/07/08 00:16:25 ato sub-system: sensor Ato value: 1


Jul 08 00:16:25 tank125 reef-pi[295]: 2020/07/08 00:16:25 Euipment: 6 On: false


Jul 08 00:16:25 tank125 reef-pi[295]: 2020/07/08 00:16:25 ato sub-system: sensor Overflow value: 0


Jul 08 00:16:25 tank125 reef-pi[295]: 2020/07/08 00:16:25 ERROR: Failed to execute ato control logic. Error: macro is not reversible


Jul 08 00:16:26 tank125 reef-pi[295]: 2020/07/08 00:16:26 ato sub-system: sensor Ato value: 1


Jul 08 00:16:26 tank125 reef-pi[295]: 2020/07/08 00:16:26 Euipment: 6 On: false


Jul 08 00:16:27 tank125 reef-pi[295]: 2020/07/08 00:16:27 ato sub-system: sensor Ato value: 1


Jul 08 00:16:27 tank125 reef-pi[295]: 2020/07/08 00:16:27 Euipment: 6 On: false


Jul 08 00:16:27 tank125 reef-pi[295]: 2020/07/08 00:16:27 API Request:' GET /api/me' from: [2605:a000:1708:21cb:3db4:c6c7:db90:dda2]:57821


Jul 08 00:16:28 tank125 reef-pi[295]: 2020/07/08 00:16:28 ato sub-system: sensor Ato value: 1


Jul 08 00:16:28 tank125 reef-pi[295]: 2020/07/08 00:16:28 Euipment: 6 On: false


Jul 08 00:16:28 tank125 reef-pi[295]: 2020/07/08 00:16:28 ato sub-system: sensor Overflow value: 0


Jul 08 00:16:28 tank125 reef-pi[295]: 2020/07/08 00:16:28 ERROR: Failed to execute ato control logic. Error: macro is not reversible


Jul 08 00:16:29 tank125 reef-pi[295]: 2020/07/08 00:16:29 ato sub-system: sensor Ato value: 1


Jul 08 00:16:29 tank125 reef-pi[295]: 2020/07/08 00:16:29 Euipment: 6 On: false


Jul 08 00:16:30 tank125 reef-pi[295]: 2020/07/08 00:16:30 ato sub-system: sensor Ato value: 1


Jul 08 00:16:30 tank125 reef-pi[295]: 2020/07/08 00:16:30 Euipment: 6 On: false


Jul 08 00:16:31 tank125 reef-pi[295]: 2020/07/08 00:16:31 ato sub-system: sensor Ato value: 1


Jul 08 00:16:31 tank125 reef-pi[295]: 2020/07/08 00:16:31 Euipment: 6 On: false


Jul 08 00:16:31 tank125 reef-pi[295]: 2020/07/08 00:16:31 API Request:' GET /api/me' from: [2605:a000:1708:21cb:3db4:c6c7:db90:dda2]:57821


Jul 08 00:16:31 tank125 reef-pi[295]: 2020/07/08 00:16:31 ato sub-system: sensor Overflow value: 0


Jul 08 00:16:31 tank125 reef-pi[295]: 2020/07/08 00:16:31 ERROR: Failed to execute ato control logic. Error: macro is not reversible


Jul 08 00:16:32 tank125 reef-pi[295]: 2020/07/08 00:16:32 ato sub-system: sensor Ato value: 1


Jul 08 00:16:32 tank125 reef-pi[295]: 2020/07/08 00:16:32 Euipment: 6 On: false


Jul 08 00:16:33 tank125 reef-pi[295]: 2020/07/08 00:16:33 ato sub-system: sensor Ato value: 1


Jul 08 00:16:33 tank125 reef-pi[295]: 2020/07/08 00:16:33 Euipment: 6 On: false


Jul 08 00:16:34 tank125 reef-pi[295]: 2020/07/08 00:16:34 ato sub-system: sensor Ato value: 1


Jul 08 00:16:34 tank125 reef-pi[295]: 2020/07/08 00:16:34 Euipment: 6 On: false


Jul 08 00:16:34 tank125 reef-pi[295]: 2020/07/08 00:16:34 ato sub-system: sensor Overflow value: 0


Jul 08 00:16:34 tank125 reef-pi[295]: 2020/07/08 00:16:34 ERROR: Failed to execute ato control logic. Error: macro is not reversible


Jul 08 00:16:35 tank125 reef-pi[295]: 2020/07/08 00:16:35 ato sub-system: sensor Ato value: 1


Jul 08 00:16:35 tank125 reef-pi[295]: 2020/07/08 00:16:35 Euipment: 6 On: false


Jul 08 00:16:35 tank125 reef-pi[295]: 2020/07/08 00:16:35 API Request:' GET /api/health_stats' from: 192.168.86.250:56916


Jul 08 00:16:35 tank125 reef-pi[295]: 2020/07/08 00:16:35 API Request:' GET /api/me' from: 192.168.86.250:56915


Jul 08 00:16:35 tank125 reef-pi[295]: 2020/07/08 00:16:35 API Request:' GET /api/me' from: [2605:a000:1708:21cb:3db4:c6c7:db90:dda2]:57821


Jul 08 00:16:35 tank125 reef-pi[295]: 2020/07/08 00:16:35 API Request:' GET /api/tcs/1/usage' from: 192.168.86.250:56915


Jul 08 00:16:36 tank125 reef-pi[295]: 2020/07/08 00:16:36 API Request:' GET /api/tcs/3/usage' from: 192.168.86.250:56920


Jul 08 00:16:36 tank125 reef-pi[295]: 2020/07/08 00:16:36 ERROR: stats for id: '3' not found


Jul 08 00:16:36 tank125 reef-pi[295]: 2020/07/08 00:16:36 ERROR: GET /api/tcs/3/usage stats for id: '3' not found


Jul 08 00:16:36 tank125 reef-pi[295]: 2020/07/08 00:16:36 API Request:' GET /api/atos/1/usage' from: 192.168.86.250:56919


Jul 08 00:16:36 tank125 reef-pi[295]: 2020/07/08 00:16:36 API Request:' GET /api/tcs/2/usage' from: 192.168.86.250:56918


Jul 08 00:16:36 tank125 reef-pi[295]: 2020/07/08 00:16:36 ERROR: stats for id: '2' not found


Jul 08 00:16:36 tank125 reef-pi[295]: 2020/07/08 00:16:36 ERROR: GET /api/tcs/2/usage stats for id: '2' not found


Jul 08 00:16:36 tank125 reef-pi[295]: 2020/07/08 00:16:36 API Request:' GET /api/equipment' from: 192.168.86.250:56917


Jul 08 00:16:36 tank125 reef-pi[295]: 2020/07/08 00:16:36 API Request:' GET /api/atos/current/usage' from: 192.168.86.250:56916


Jul 08 00:16:36 tank125 reef-pi[295]: 2020/07/08 00:16:36 ERROR: stats for id: 'current' not found


Jul 08 00:16:36 tank125 reef-pi[295]: 2020/07/08 00:16:36 ERROR: GET /api/atos/current/usage stats for id: 'current' not found


Jul 08 00:16:36 tank125 reef-pi[295]: 2020/07/08 00:16:36 ERROR: stats for id: '1' not found


Jul 08 00:16:36 tank125 reef-pi[295]: 2020/07/08 00:16:36 ERROR: GET /api/tcs/1/usage stats for id: '1' not found


Jul 08 00:16:36 tank125 reef-pi[295]: 2020/07/08 00:16:36 API Request:' GET /api/atos/2/usage' from: 192.168.86.250:56920


Jul 08 00:16:36 tank125 reef-pi[295]: 2020/07/08 00:16:36 ato sub-system: sensor Ato value: 1


Jul 08 00:16:36 tank125 reef-pi[295]: 2020/07/08 00:16:36 Euipment: 6 On: false


Jul 08 00:16:37 tank125 reef-pi[295]: 2020/07/08 00:16:37 ato sub-system: sensor Ato value: 1


Jul 08 00:16:37 tank125 reef-pi[295]: 2020/07/08 00:16:37 Euipment: 6 On: false


Jul 08 00:16:37 tank125 reef-pi[295]: 2020/07/08 00:16:37 ato sub-system: sensor Overflow value: 0


Jul 08 00:16:37 tank125 reef-pi[295]: 2020/07/08 00:16:37 ERROR: Failed to execute ato control logic. Error: macro is not reversible


Jul 08 00:16:38 tank125 reef-pi[295]: 2020/07/08 00:16:38 ato sub-system: sensor Ato value: 1


Jul 08 00:16:38 tank125 reef-pi[295]: 2020/07/08 00:16:38 Euipment: 6 On: false


Jul 08 00:16:39 tank125 reef-pi[295]: 2020/07/08 00:16:39 ato sub-system: sensor Ato value: 1


Jul 08 00:16:39 tank125 reef-pi[295]: 2020/07/08 00:16:39 Euipment: 6 On: false


Jul 08 00:16:39 tank125 reef-pi[295]: 2020/07/08 00:16:39 API Request:' GET /api/me' from: [2605:a000:1708:21cb:3db4:c6c7:db90:dda2]:57821


Jul 08 00:16:40 tank125 reef-pi[295]: 2020/07/08 00:16:40 ato sub-system: sensor Ato value: 1


Jul 08 00:16:40 tank125 reef-pi[295]: 2020/07/08 00:16:40 Euipment: 6 On: false


Jul 08 00:16:40 tank125 reef-pi[295]: 2020/07/08 00:16:40 ato sub-system: sensor Overflow value: 0


Jul 08 00:16:40 tank125 reef-pi[295]: 2020/07/08 00:16:40 ERROR: Failed to execute ato control logic. Error: macro is not reversible


Jul 08 00:16:41 tank125 reef-pi[295]: 2020/07/08 00:16:41 ato sub-system: sensor Ato value: 1


Jul 08 00:16:41 tank125 reef-pi[295]: 2020/07/08 00:16:41 Euipment: 6 On: false


Jul 08 00:16:42 tank125 reef-pi[295]: 2020/07/08 00:16:42 ato sub-system: sensor Ato value: 1


Jul 08 00:16:42 tank125 reef-pi[295]: 2020/07/08 00:16:42 Euipment: 6 On: false


Jul 08 00:16:43 tank125 reef-pi[295]: 2020/07/08 00:16:43 ato sub-system: sensor Ato value: 1


Jul 08 00:16:43 tank125 reef-pi[295]: 2020/07/08 00:16:43 Euipment: 6 On: false


Jul 08 00:16:43 tank125 reef-pi[295]: 2020/07/08 00:16:43 API Request:' GET /api/me' from: [2605:a000:1708:21cb:3db4:c6c7:db90:dda2]:57821


Jul 08 00:16:43 tank125 reef-pi[295]: 2020/07/08 00:16:43 ato sub-system: sensor Overflow value: 0


Jul 08 00:16:43 tank125 reef-pi[295]: 2020/07/08 00:16:43 ERROR: Failed to execute ato control logic. Error: macro is not reversible


Jul 08 00:16:44 tank125 reef-pi[295]: 2020/07/08 00:16:44 ato sub-system: sensor Ato value: 1


Jul 08 00:16:44 tank125 reef-pi[295]: 2020/07/08 00:16:44 Euipment: 6 On: false


Jul 08 00:16:45 tank125 reef-pi[295]: 2020/07/08 00:16:45 ato sub-system: sensor Ato value: 1


Jul 08 00:16:45 tank125 reef-pi[295]: 2020/07/08 00:16:45 Euipment: 6 On: false


Screen Shot 2020-07-08 at 00.21.31.png

Screen Shot 2020-07-08 at 00.24.11.png

I would try deleting all of the references and re-creating them, delete them from the dashboard etc and start over and see when you try to create them if it see's all of the probes. You can also try adding one probe at a time etc, to narrow down if its one probe thats causing an issue.

The more I think about it I would remove the database and start clean, see if the issues remain or change. I didn't look in your build thread but are you using a pi-hat pre-built or did you build this one from scratch?

:)
 

waynel

Active Member
View Badges
Joined
May 22, 2020
Messages
264
Reaction score
266
Location
Kentucky
Rating - 0%
0   0   0
I would try deleting all of the references and re-creating them, delete them from the dashboard etc and start over and see when you try to create them if it see's all of the probes. You can also try adding one probe at a time etc, to narrow down if its one probe thats causing an issue.

The more I think about it I would remove the database and start clean, see if the issues remain or change. I didn't look in your build thread but are you using a pi-hat pre-built or did you build this one from scratch?

:)

I'm using the ML reef-pi hat, with these temp probes:

I'll delete the db and start fresh and see what that does.
 

bishoptf

Valuable Member
View Badges
Joined
Jan 1, 2019
Messages
1,344
Reaction score
1,720
Location
Missouri
Rating - 0%
0   0   0
I'm using the ML reef-pi hat, with these temp probes:

I'll delete the db and start fresh and see what that does.


I am also running a ML hat, and so far things have been really stable for my last build. I will look though your build thread and see if you have called out what kind of connections you are using for things. Hopefully starting over will start things working!

:)
 

buddy.

Active Member
View Badges
Joined
May 16, 2018
Messages
291
Reaction score
617
Location
Australia
Rating - 0%
0   0   0
I deleted the .db and reconfigured, and everything is working correctly now, as far as I can tell. I'll monitor the temps and ATO and hope for the best!
I used to get the problems you were having with your temp probes a lot. Things that caused it were my lights and heaters turning on and even turning on a treadmill caused it!
This was in an old house. I have since moved to a brand new house and it is no longer happening so I put it down to old/bad house wiring.
 

Bob Tiffany

Community Member
View Badges
Joined
Nov 4, 2015
Messages
33
Reaction score
17
Rating - 0%
0   0   0
Ok so this may be a dumb question, but here goes lol on the health block on the dashboard (CPU/Memory current), what do these numbers represent exactly? My current CPU usage says 0.86, what is that number? Memory says 9.95, is that 9.95MB? Thanks!!
 

bishoptf

Valuable Member
View Badges
Joined
Jan 1, 2019
Messages
1,344
Reaction score
1,720
Location
Missouri
Rating - 0%
0   0   0
Ok so this may be a dumb question, but here goes lol on the health block on the dashboard (CPU/Memory current), what do these numbers represent exactly? My current CPU usage says 0.86, what is that number? Memory says 9.95, is that 9.95MB? Thanks!!

Can you post a screenshot of your CPU/Memory readout? CPU readout is in percentage, what Pi hardware version are you using?
 

LongBeachReefer562

Community Member
View Badges
Joined
May 19, 2019
Messages
46
Reaction score
26
Rating - 0%
0   0   0
If I could see the current light level on the reefpi dashboard, io wouldn't be needed.
Hi Gary - not sure if you figured this out but in case not, I ran into the same thing and the solution was removing all spaces. I also removed all numbers and characters other than letters...one of these fixed it.
 

GaryE

Well-Known Member
View Badges
Joined
Mar 12, 2020
Messages
992
Reaction score
1,384
Location
Coatesville, Indiana
Rating - 0%
0   0   0
Hi Gary - not sure if you figured this out but in case not, I ran into the same thing and the solution was removing all spaces. I also removed all numbers and characters other than letters...one of these fixed it.

I just use Grafana....
 

bishoptf

Valuable Member
View Badges
Joined
Jan 1, 2019
Messages
1,344
Reaction score
1,720
Location
Missouri
Rating - 0%
0   0   0
Thanks for the reply! I’m using the Raspberry Pi 4, 4GB. Here’s a screen shot:
FCD3654F-2561-4DE5-9509-7FCB541EAE44.jpeg

Your CPU appears to be running high, looks like you have some errors, are you running anything else on your pi? Now this is a PI 4 so you have a lot more CPU processing but I am running on a pi 3 a+ and peak at .21 or 21% which is what I believe it represents.

Maybe take a screenshot of your error page and lets see what the errors look like. You can also from and console prompt (via SSH) perform a top and see what is using the most cpu resources.
 

Bob Tiffany

Community Member
View Badges
Joined
Nov 4, 2015
Messages
33
Reaction score
17
Rating - 0%
0   0   0
Your CPU appears to be running high, looks like you have some errors, are you running anything else on your pi? Now this is a PI 4 so you have a lot more CPU processing but I am running on a pi 3 a+ and peak at .21 or 21% which is what I believe it represents.

Maybe take a screenshot of your error page and lets see what the errors look like. You can also from and console prompt (via SSH) perform a top and see what is using the most cpu resources.

Just the latest version of Raspian. For errors I’m getting the occasional temp probe error that everyone else is getting, then I keep getting a bunch from Adafruit IO:

038A3FA1-4EDA-4785-9EA9-744814DF5B4F.png
 

Bob Tiffany

Community Member
View Badges
Joined
Nov 4, 2015
Messages
33
Reaction score
17
Rating - 0%
0   0   0
Your CPU appears to be running high, looks like you have some errors, are you running anything else on your pi? Now this is a PI 4 so you have a lot more CPU processing but I am running on a pi 3 a+ and peak at .21 or 21% which is what I believe it represents.

Maybe take a screenshot of your error page and lets see what the errors look like. You can also from and console prompt (via SSH) perform a top and see what is using the most cpu resources.

Also I don’t see how this could be a percentage on the CPU because it regularly goes over 1.0, it’s at 1.6 at one point.
 

trustychords

New Member
View Badges
Joined
Aug 17, 2019
Messages
23
Reaction score
28
Location
Virginia, USA
Rating - 0%
0   0   0
Just the latest version of Raspian. For errors I’m getting the occasional temp probe error that everyone else is getting, then I keep getting a bunch from Adafruit IO:

038A3FA1-4EDA-4785-9EA9-744814DF5B4F.png

Are you using a remote connection like Teamviewer? I was having a similar issue where my memory and CPU would skyrocket and it was because of Teamviewer.

I would also shut down the raspberry pi and restart it. Sometimes things get hung up for no apparent reason and a power on/of will clear the issue.
 

Mike25

New Member
View Badges
Joined
Aug 18, 2019
Messages
7
Reaction score
12
Rating - 0%
0   0   0
Hi All.
I'm working on getting fail2ban up on my system. Does anyone know if reef-pi logs failed login attempts? If so, what log file would that be stored in?
 

A worm with high fashion and practical utility: Have you ever kept feather dusters in your reef aquarium?

  • I currently have feather dusters in my tank.

    Votes: 71 37.8%
  • Not currently, but I have had feather dusters in my tank in the past.

    Votes: 63 33.5%
  • I have not had feather dusters, but I hope to in the future.

    Votes: 25 13.3%
  • I have no plans to have feather dusters in my tank.

    Votes: 28 14.9%
  • Other.

    Votes: 1 0.5%
Back
Top