• March 28, 2024, 02:42:49 PM
  • Welcome, Guest
Please login or register.

Login with username, password and session length
Advanced search  

News:

This Forum Beta is ONLY for registered owners of D-Link products in the USA for which we have created boards at this time.

Author Topic: DCS-825L temperature url  (Read 4419 times)

cloudbase64

  • Level 1 Member
  • *
  • Posts: 3
DCS-825L temperature url
« on: August 24, 2016, 07:51:10 AM »

Hi,
Is it possible to get url for temperature info (to include in my domotic system).
Same as http://IPADDRESS/image/jpeg.cgi  = > http://IPADDRESS/temp/tdC.cgi ?
Many thank's
Logged

FurryNutz

  • Poweruser
  •   ▲
    ▲ ▲
  • *****
  • Posts: 49923
  • D-Link Global Forum Moderator
    • Router Troubleshooting
Re: DCS-825L temperature url
« Reply #1 on: September 06, 2016, 10:29:23 AM »

Any status on this?  ???
Logged
Cable: 1Gb/50Mb>NetGear CM1200>DIR-882>HP 24pt Gb Switch. COVR-1202/2202/3902,DIR-2660/80,3xDGL-4500s,DIR-LX1870,857,835,827,815,890L,880L,868L,836L,810L,685,657,3x655s,645,628,601,DNR-202L,DNS-345,DCS-933L,936L,960L and 8000LH.

cloudbase64

  • Level 1 Member
  • *
  • Posts: 3
Re: DCS-825L temperature url
« Reply #2 on: September 07, 2016, 09:07:22 AM »

After asking D-link customer service and explore web, ...nothing more :-(
Logged

FurryNutz

  • Poweruser
  •   ▲
    ▲ ▲
  • *****
  • Posts: 49923
  • D-Link Global Forum Moderator
    • Router Troubleshooting
Re: DCS-825L temperature url
« Reply #3 on: September 07, 2016, 09:12:38 AM »

Maybe something that isn't supported.  :-\
Logged
Cable: 1Gb/50Mb>NetGear CM1200>DIR-882>HP 24pt Gb Switch. COVR-1202/2202/3902,DIR-2660/80,3xDGL-4500s,DIR-LX1870,857,835,827,815,890L,880L,868L,836L,810L,685,657,3x655s,645,628,601,DNR-202L,DNS-345,DCS-933L,936L,960L and 8000LH.

evanjd

  • Level 1 Member
  • *
  • Posts: 1
Re: DCS-825L temperature url
« Reply #4 on: October 01, 2016, 05:33:35 AM »

You can't use this from a browser, but if you enable temperature alerts from the app or My D-Link, you can pull temp readouts from the following URL:

http://CAMIP/users/notify_stream.cgi

You need to pass your auth credentials in the header, if successful you'll get a stream that spits out temps every second. It looks like this:

Quote
tpC=22
tpF=71

tpC=22
tpF=71

tpC=22
tpF=71

tpC=22
tpF=71

tpC=22
tpF=71

Here's an example of how to view the output using cURL. You'll need to replace the auth header with a hash that matches your credentials:

Code: [Select]
curl -X GET -H "Authorization: Basic YOURPASSHASHHERE” "http://CAMIP/users/notify_stream.cgi"
Logged

cloudbase64

  • Level 1 Member
  • *
  • Posts: 3
Re: DCS-825L temperature url
« Reply #5 on: October 06, 2016, 06:26:20 AM »

Wahou, many thank's for your answer !
I'm going to try with this  ;)
Logged