Setting up the Offset Values for the Blake device

Follow the below steps in sequence for updating the Offset value for your blake device:

  1. Select your target device and note down the "Device ID" (Eg: BOLTXXXXXXXX).

  2. Now go to your Bolt cloud account and navigate to the API section (Left hand side). Copy the API key of your account.

  3. Decide your offset value that you want to subtract from the reading for both Temperature and Humidity values

    Eg: For reducing the value by 3.5 for Temperature/Humidity you will have to keep the offset value as "3.5" and for increasing the value by 3.5 for Temperature/Humidity you will have to keep the offset value as "-3.5".

  4. Once you have all the 3 details: "Device ID", "API Key" and "Offset value". Proceed to the next step.

  5. For setting the Temperature Offset update the below command:

    https://cloud.boltiot.com/remote/{API_KEY}/serialWR?data=TC1{OFFSET_VALUE} &deviceName={DEVICE_ID} 

  6. For setting the Humidity Offset update the below command:

    https://cloud.boltiot.com/remote/{API_KEY}/serialWR?data=HC1{OFFSET_VALUE} &deviceName={DEVICE_ID} 

  7. Go to the web browser and run these commands.

  8. After completing the above steps, restart the device and check if the value is correctly shown on the device LCD.


Was this article helpful?
© 2025 Bolt IoT Documentation