homebridge-alexa-smarthome
homebridge-alexa-smarthome copied to clipboard
Alexa devices matched but not added to homebridge
Describe Your Problem:
I want to add some of my alexa devices to my homebridge. So your plugin seems to be a perfect fit - thanks for the great work!
I was able to get the authentication up and running and I can connect the bridge to homekit. When not specifying the devices that I want to fetch from Alexa, I get the following Logs:
[2/7/2024, 2:22:58 PM] [homebridge-alexa-smarthome] Launched child bridge with PID 7739
[2/7/2024, 2:22:58 PM] Registering platform 'homebridge-alexa-smarthome.HomebridgeAlexaSmartHome'
[2/7/2024, 2:22:58 PM] [homebridge-alexa-smarthome] Loaded homebridge-alexa-smarthome v2.1.2 child bridge successfully
[2/7/2024, 2:22:58 PM] Loaded 0 cached accessories from cachedAccessories.0E1D23131D25.
[2/7/2024, 2:22:58 PM] Homebridge v1.7.0 (HAP v0.11.1) (homebridge-alexa-smarthome) is running on port 49934.
[2/7/2024, 2:23:00 PM] [homebridge-alexa-smarthome] 0 devices provided in settings but 48 matching Alexa smart home devices were discovered.
That indicates that the bridge was able to find matching devices. But those devices never show up in the homebridge devices list.
When i specify some of the devices that I want to add, I get the following logs:
[2/7/2024, 2:25:53 PM] [homebridge-alexa-smarthome] Launched child bridge with PID 7768
[2/7/2024, 2:25:53 PM] Registering platform 'homebridge-alexa-smarthome.HomebridgeAlexaSmartHome'
[2/7/2024, 2:25:53 PM] [homebridge-alexa-smarthome] Loaded homebridge-alexa-smarthome v2.1.2 child bridge successfully
[2/7/2024, 2:25:53 PM] Loaded 0 cached accessories from cachedAccessories.0E1D23131D25.
[2/7/2024, 2:25:53 PM] Homebridge v1.7.0 (HAP v0.11.1) (homebridge-alexa-smarthome) is running on port 49934.
But still no device is added. Am I doing something wrong?
Plugin Config:
{
"devices": [],
"auth": {
"refreshInterval": 4,
"proxy": {
"clientHost": "alexa.homebridge.nas.mumme-it.de",
"port": 9000
}
},
"amazonDomain": "amazon.de",
"language": "en-US",
"performance": {
"cacheTTL": 30,
"backgroundRefresh": false
},
"debug": false,
"_bridge": {
"username": "0E:1D:23:13:1D:25",
"port": 49934
},
"platform": "HomebridgeAlexaSmartHome"
}
Environment:
- Plugin Version: v2.1.2
- Homebridge Version: v1.7.0
- Node.js Version: v18.19.0
- NPM Version: 10.2.3
- Operating System: Ubuntu Jammy Jellyfish (22.04.3 LTS)