First Time Configuration - JustJoostNL/F1MV-Govee-Tradfri-LightBridge GitHub Wiki
Downloading
Download the latest release from the GitHub releases page
Unzip and place the folder somewhere on your system.
Open the config.properties file with a text editor
ONLY Ikea devices steps
Follow this if you ONLY HAVE IKEA DEVICES:
- Change the ikea.gatewayIP to the IP of your Tradfri Gateway (Eg: 192.168.1.100)
- Change the ikea.gatewaySecurityCode to to security code of your Tradfri Gateway (this security code can be found on the bottom of the Tradfri Gateway)
- Change the govee.disableGovee to "true" (without quotes)
Save and close the file and double click start.bat, now it will gather these things automatically:
- ikea.gatewayIdentity
- ikea.gatewayKey
If it doesn't close automatically close the terminal.
Then open start-getids.bat and it will output all your device IDs with a name, search for the lights you want to use with this integration and write down/remember the IDs of them.
Then, close the terminal if not already done.
Open config.properties and full in your IDs at the ikea.colorLights and ikea.nonColorLights (seperate by a comma if you have multiple)
If your light supports multicolor put it at ikea.colorLights if it doesn't support multicolor put it at ikea.nonColorLights (if you dont know if the light supports multicolor or not, open the Ikea homesmart app on your mobile, and click on the color select icon and see if there are colors, so not only warm-white colors.
If you only have multicolor lights change ikea.nonColorLights to "000" (without quotes)
If you only have non multicolor lights change ikea.colorLights to "000" (without quotes)
If this is all done, you could change the F1MV URLs if you don't have the Live-Timing running on the same computer as this integration.
After done configurating, double click start.bat and the fun can begin!
ONLY Govee devices steps
Follow this if YOU ONLY HAVE GOVEE DEVICES!
(At the moment there is only support for 1 Govee device)
Open the config.properties file with a text editor
-
Change ikea.disableIkea to "true" (without quotes)
-
Change ikea.colorLights and ikea.nonColorLights both to "000" (without quotes)
-
Change the govee.goveeAPIKey to your Govee Developer API Key (To get an API key you need to install the 'Govee Home' app on your mobile and go to the user tab, click on the gear icon in the top right and click "Apply for API key". Usually, you get your key within seconds by mail.
-
Change the govee.goveeDeviceModel to your Govee Device model. (You can find your device model in the 'Govee Home' app on your mobile, click on your device, click the gear icon in the top right, and look for "Product Model") (Eg: H619A)
-
Change the govee.goveeDeviceMAC to the device MAC. You can get this MAC Address follow the steps here.
-
Save and close the file
After done configurating, double click start.bat and the fun can begin!
Steps if you have BOTH IKEA AND GOVEE DEVICES
Follow this if you have IKEA AND GOVEE DEVICES!
Ikea steps:
Make sure ikea.disableIkea is false
- Change the ikea.gatewayIP to the IP of your Tradfri Gateway (Eg: 192.168.1.100)
- Change the ikea.gatewaySecurityCode to to security code of your Tradfri Gateway (this security code can be found on the bottom of the Tradfri Gateway)
Save and close the file and double click start.bat, now it will gather these things automatically:
- ikea.gatewayIdentity
- ikea.gatewayKey
If it doesn't close automatically close the terminal.
Then open start-getids.bat and it will output all your device IDs with a name, search for the lights you want to use with this integration and write down/remember the IDs of them.
Then, close the terminal if not already done.
Open config.properties and full in your IDs at the ikea.colorLights and ikea.nonColorLights (seperate by a comma if you have multiple)
If your light supports multicolor you put it at ikea.colorLights if it doesn't support multicolor put it at ikea.nonColorLights (if you dont know if the light supports multicolor or not, open the Ikea homesmart app on your mobile, and click on the color select icon and see if there are colors, so not only warm-white colors.
If you only have multicolor lights change ikea.nonColorLights to "000" (without quotes)
If you only have non multicolor lights change ikea.colorLights to "000" (without quotes)
Govee steps:
Make sure govee.disableGovee is false
(At the moment there is only support for 1 Govee device)
- Change the govee.goveeAPIKey to your Govee Developer API Key (To get an API key you need to install the 'Govee Home' app on your mobile and go to the user tab, click on the gear icon in the top right and click "Apply for API key". Usually, you get your key within seconds by mail.
- Change the govee.goveeDeviceModel to your Govee Device model. (You can find your device model in the 'Govee Home' app on your mobile, click on your device, click the gear icon in the top right, and look for "Product Model") (Eg: H619A)
- Change the govee.goveeDeviceMAC to the device MAC. You can get this MAC Address follow the steps here.
- Save and close the file