You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Table of contents

On this page we have an example python script to:

  • Add a device
  • Update a setting

In this example, we used a windows PC where we installed Python

Install dependencies

pip3 install requests
pip3 install requests-hawk


Gather data from GRAPE

Gather API key

You need to create the API key if not already available.


Copy 1: Access Key ID


Copy 2: Access Key Secret

Find your device product code:

The following codes are available:


Product:

  1. N610/N670/N870(E)
  2. P710
  3. P810(B)
  4. P820/P825
  5. P850W/P855BW

Product code:

  1. gigasetNx70
  2. gigasetP710
  3. gigasetP810
  4. gigasetP82x
  5. gigasetP85x



  • No labels