Project

General

Profile

Task #7843

Include data from the automatic well probes

Added by Philippe May over 5 years ago. Updated about 5 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Start date:
07/03/2019
Due date:
% Done:

0%

Close

Description

Well water level probes are being deployed, and the measurements need to be included in Gisaf.

History

#1 Updated by Philippe May over 5 years ago

  • Assignee set to Philippe May

Starting this task from a request from Azha to create an account on https://thethingsnetwork.org.

Created avcsrgeomaticsstudio, (email address and password kept with me during the prototype phase, will rationalize this later on).

Azha will assign privileges to this account for the devices.

#2 Updated by Philippe May about 5 years ago

  • Status changed from New to Closed

See the script in the git repo avgs_device_interfaces: ttn_live.py.

The list of applications are stored in the DB (table avgs_water.well_remote_monitoring), manage through old-admin -> Water menu.

Set up as a systemd service on gis.csr.av, using:

root@gisaf2:/etc/systemd/system# cat gisaf-live-ttn.service 
[Unit]
Description=Gisaf connection to ttn (The Things Network)

[Service]
Type=simple
User=gisaf
ExecStart=/usr/local/lib/venv/gisaf_python3.7/bin/python /usr/local/gisaf_live/ttn_live.py

[Install]
WantedBy=multi-user.target

Also available in: Atom PDF