From my write-up over on the docker-wyze-bridge github. May be useful here with the recent changes.
I had struggled with the various details on how to update the config to use API keys for the last few hours, only to find it was extremely simple.
Background - I am using the docker-wyze-bridge in Docker running in Unraid (6.12.10).
Pre-work - create your wyze API details here - Developer Api Console - WYZE
In UnRaid GUI -
-
Go to edit on your docker-wyze-bridge docker container to see all the settings.
-
Go to the bottom, click "add another path, port, variable..."
-
Add a new variable. Enter API_ID in both the name and key fields.
-
Add your wyze KEY ID to the value section.
-
Save
-
Add another new variable. Enter API_KEY in both the name and key fields.
-
Add your wyze API KEY to the value section.
-
Save
-
Click apply at the bottom
-
From the docker unraid "home page" - restart the docker-wyze-bridge container.
-
Done.