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
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