Get Govee device MAC - JustJoostNL/F1MV-Govee-Tradfri-LightBridge GitHub Wiki

How to get Govee Device MAC

  • Open this link: https://reqbin.com/
  • Where you see the url input field, paste this: https://developer-api.govee.com/v1/devices/
  • Click on "Headers"
  • TYPE "GOVEE-API-KEY: "YOURKEY" (all without quotes) (make sure there is a space after the : )
  • Click the blue send button.
  • At the right side, you wil get an output, look for "device": "MAC_ADRESS_HERE"
  • Copy the MAC address and open config.properties
  • Change govee.goveeDeviceMAC to the MAC address copied. (Eg: 5F:8E:D1:22:75:30)
  • Save and close the file