Hello
I've followed a few of the pi projects on the internet, yet still want to try my own solution
Also want to focus on monitoring, trends, and alerts.. Don't quite feel comfortable controlling outlets..yet
General design/plan:
Rasberry PI gathers data from probes using python
Push to AWS Kinesis -> Firehose -> Elasticsearch
Graphs/dashboards via kibana/grafana
Alerts via python by querying elasticsearch
Then I can create graphs/dashboards of trends over time. At the moment have one for Temp going:
Got this going this evening, the tank doesn't have a heater yet -- hence the low temp
I am curious what other probes out there exist one can tie in to the pi, either usb, 3.5mm jack, or gpio board? Temp was an easy one.. i'd love to find:
Ph
Alk
Salinity
PAR
Ammonia
I got pretty excited about the seneye but I didn't see many had success accessing the probe direct in linux via usb, so haven't ordered one. Also refuse to run a windows machine nor buy their overpriced wifi hotspot for it.
(I haven't put my code up yet, can if people interested.. at the moment it's a couple python scripts running in a screen..first evening working with it)

I've followed a few of the pi projects on the internet, yet still want to try my own solution
Also want to focus on monitoring, trends, and alerts.. Don't quite feel comfortable controlling outlets..yet
General design/plan:
Rasberry PI gathers data from probes using python
Push to AWS Kinesis -> Firehose -> Elasticsearch
Graphs/dashboards via kibana/grafana
Alerts via python by querying elasticsearch
Then I can create graphs/dashboards of trends over time. At the moment have one for Temp going:
Got this going this evening, the tank doesn't have a heater yet -- hence the low temp

I am curious what other probes out there exist one can tie in to the pi, either usb, 3.5mm jack, or gpio board? Temp was an easy one.. i'd love to find:
Ph
Alk
Salinity
PAR
Ammonia
I got pretty excited about the seneye but I didn't see many had success accessing the probe direct in linux via usb, so haven't ordered one. Also refuse to run a windows machine nor buy their overpriced wifi hotspot for it.
(I haven't put my code up yet, can if people interested.. at the moment it's a couple python scripts running in a screen..first evening working with it)

Since starting Kinesis, Firehose, and Elastic service the AWS cost was $3 USD -- Way, way too high for such a small amount of data/project. It is primarily the 'elastic service' that cost money.



