- Joined
- Oct 17, 2018
- Messages
- 71
- Reaction score
- 88
- What state or country do you live in
- California
I wanted to monitor my Neptune Apex data like I monitor everything else in the house. My main use case was to start the air conditioner if my tank temp ever hit 80F. I use Telegraf+InfluxDB+Grafana to monitor pretty much everything as it's well supported and well-known in the computer engineering world. So I wrote a telegraf plugin to scrape the xml file from the apex and store data in the time-series database:
https://github.com/influxdata/telegraf/tree/master/plugins/inputs/neptune_apex
I did not post about it because I wasn't sure if reefers would be interested in setting up a somewhat complicated stack to get their Apex data but it seems to have taken off. Here's an article by someone who has found the plugin and made a dashboard:
https://www.plantedtank.net/forums/9-equipment/1287105-i-made-dashboard-my-apex-controller.html
I personally use IFTTT's webhook service to receive an alarm from Grafana when the temp hits 80F:
https://ifttt.com/maker_webhooks
Which will set my downstairs ecobee's AC to 75F
https://ifttt.com/ecobee
Is anyone wants to try it, here's a quick tutorial on how to setup the Grafana+InfluxDB+Telegraf stack
https://mgysel.ch/influxdb-telegraf-and-grafana-on-a-raspberry-pi/
https://github.com/influxdata/telegraf/tree/master/plugins/inputs/neptune_apex
I did not post about it because I wasn't sure if reefers would be interested in setting up a somewhat complicated stack to get their Apex data but it seems to have taken off. Here's an article by someone who has found the plugin and made a dashboard:
https://www.plantedtank.net/forums/9-equipment/1287105-i-made-dashboard-my-apex-controller.html
I personally use IFTTT's webhook service to receive an alarm from Grafana when the temp hits 80F:
https://ifttt.com/maker_webhooks
Which will set my downstairs ecobee's AC to 75F
https://ifttt.com/ecobee
Is anyone wants to try it, here's a quick tutorial on how to setup the Grafana+InfluxDB+Telegraf stack
https://mgysel.ch/influxdb-telegraf-and-grafana-on-a-raspberry-pi/




