misenhower / homebridge-wyze-connected-home

Wyze Connected Home plugin for Homebridge
MIT License
70 stars 52 forks source link

Wyze Smart Home error #57

Open Hrn737 opened 1 month ago

Hrn737 commented 1 month ago

Hello, I'been trying to install Wyze Smart Home plugin in the Hoobs system but always got the following error: Error getting devices: Error: ApiKey Required, Please provide the "apiKey" parameter in config.json I already added this configuration file with the Wyze API key: { "platforms": [ { "platform": "WyzeSmartHome", "name": "Wyze", "username": "YOUR_EMAIL", "password": "YOUR_PASSWORD", "keyId": "", "apiKey": "", "lowBatteryPercentage": 30, "filterDeviceTypeList": ["OutdoorPlug","Plug"], "filterByMacAddressList": ["MAC_ADDRESS_1","MAC_ADDRESS_2"], "garageDoorAccessory": ["MAC_ADDRESS_1","MAC_ADDRESS_2"], "spotLightAccessory": ["MAC_ADDRESS_1","MAC_ADDRESS_2"], "alarmAccessory": ["MAC_ADDRESS_1","MAC_ADDRESS_2"], "notificationAccessory": ["MAC_ADDRESS_1","MAC_ADDRESS_2"]} ] } Any clue? Thanks