joeyhage / homebridge-alexa-smarthome

Connect Alexa devices to HomeKit
MIT License
62 stars 20 forks source link

Need help: Error: [HomebridgeAlexaSmartHome] After initialization - HttpError(Error getting smart home device state. Reason: Timeout) #131

Closed SheldorSheldonDZ closed 4 weeks ago

SheldorSheldonDZ commented 1 month ago

Describe Your Problem: I installed the plugin succesfully and also could connect my amazon account to it. But after that the console writes the following error message. I could also see none of my alexa devices in the Homebridge. I would appreciate your help! :)

Logs: Loaded config.json with 0 accessories and 2 platforms. [5.6.2024, 10:31:48] Loaded 0 cached accessories from cachedAccessories. [5.6.2024, 10:31:48] --- [5.6.2024, 10:31:49] Loaded plugin: homebridge-alexa-smarthome@2.1.4 [5.6.2024, 10:31:49] Registering platform 'homebridge-alexa-smarthome.HomebridgeAlexaSmartHome' [5.6.2024, 10:31:49] --- [5.6.2024, 10:31:49] Loading 2 platforms... [5.6.2024, 10:31:49] [HomebridgeAlexaSmartHome] Initializing HomebridgeAlexaSmartHome platform... Setup Payload: X-HM://00........ Enter this code with your HomeKit app on your iOS device to pair with Homebridge:

┌────────────┐     
│   .........
└────────────┘     

[5.6.2024, 10:31:49] Homebridge v1.8.2 (HAP v0.12.1) (Homebridge CB22) is running on port 51738. [5.6.2024, 10:32:05] [HomebridgeAlexaSmartHome] After initialization - HttpError(Error getting smart home device state. Reason: Timeout)

Show the Homebridge logs here, remove any sensitive information.

Plugin Config:

{ "devices": [], "auth": { "refreshInterval": 4, "proxy": { "clientHost": "182.Y.2.X", "port": 9000 } }, "amazonDomain": "amazon.de", "language": "en-US", "performance": { "cacheTTL": 30, "backgroundRefresh": false }, "debug": false, "platform": "HomebridgeAlexaSmartHome" }

Show your Homebridge config.json here, remove any sensitive information.

Screenshots:

Environment:

SheldorSheldonDZ commented 4 weeks ago

Got it - just add all seperat in the name section in plugin settings. You need to add them all one after another. Little bit annoying, but hey its free and it works, thanks for your work!!