Persistent Apex Logging

Joined
May 15, 2024
Messages
221
Likes
181
Points
43
Location
Lake Forest, CA
#1
Hey everyone,

Like many of you, I love my Neptune Apex, but I was tired of losing logs every couple of months. The controller has limited memory and eventually overwrites its oldest data to make room for new logs. I wanted automated solution to archive every single data point from my Apex and visualize it for the long term. And I wanted to store the data points locally on my own hardware.

I built a little app to solve the "data purging" problem by creating a self-contained monitoring stack that runs locally on a home server or NAS (like a Ugreen NAS, in my case). I now have a persistent log of every temperature fluctuation, pH dip, and outlet state change. Thought I would share the project/code in the case anyone also wanted to store persistent logs on your own setups (like your own raspberry pi).

Here’s a peek at what my reef dashboard looks like:
dashboard.png


Happy Reefing!
 

Jimbo327

Spam Stopper
Staff member
admin
Joined
Oct 2, 2007
Messages
2,539
Likes
2,726
Points
113
Location
Orange
My Tank Build
#2
This looks cool as hell. I hate Apex data logging, most of the time, I can only see a few days of data.

You have to show me how to use this when we meet up next time.
 
Top