Support for PrivateEyePi customers

37 views
Skip to first unread message

glenn....@seltron.com

unread,
Jul 13, 2021, 1:41:32 AM7/13/21
to Elno
We support both the PrivateEyePi WiFi sensor and their Raspberry Pi server.

To work wit Elno.io:

Step 1: Register on Elno.io 

Step 2:
Send support @ elno.io an email so we will know the new registrtion was not spam.
Once we validate your email to the registration, we will configure your account and notify you when it is ready.

Step 3:
When you get your notify your account is activate, login and under Organization, enter your PEP Token.
Now we can connect receiving data to your account.

Step 4:
a. For WiFi IOT Sensors:
Change the server to: peye.elno.io.  Data should start showing for that sensor.

b. For PrivateEyePi Servers

You will need to modify your PrivateEyePI server (PEPI) to send data to us you need to change the URL in webcam.py 
There are two in each program:
script_path = "https://www.privateeyepi.com/alarmhost.php?token="+token+"&function="+str(function)
change to:
script_path = "https://peye.elno.io/alarmhost.php?token="+token+"&function="+str(function)

Plus the two URLs in alarmfunctionsr.py
script_path = "https://www.privateeyepi.com/alarmhostr.php?token="+globals.token+"&function="+str(function)
change to:
script_path = "https://peye.elno.io/alarmhostr.php?token="+globals.token+"&function="+str(function)

That will start sending data to us.  
Once you have logged in and put your token in your Organization field, data will start showing up.

Elno Support.
Reply all
Reply to author
Forward
0 new messages