Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can Not Add Child Bridge #63

Open
DefaultlUser opened this issue Dec 13, 2024 · 1 comment
Open

Can Not Add Child Bridge #63

DefaultlUser opened this issue Dec 13, 2024 · 1 comment
Labels
question Further information is requested

Comments

@DefaultlUser
Copy link

For several months I have been trying to add the child bridge only to have it timeout and fail every time. Any thoughts on what could be causing this?

The two fans I have do show up in HB and can be controlled but nothing will connect or show up in HomeKit.

Logs:

[12/12/2024, 4:56:22 PM] Homebridge v1.8.5 (HAP v0.12.3) (Homebridge) is running on port 51357.
[12/12/2024, 4:56:22 PM]

[12/12/2024, 4:56:22 PM] [Dreo Platform] Launched child bridge with PID 5256
[12/12/2024, 4:56:22 PM] Registering platform 'homebridge-dreo.DreoPlatform'
[12/12/2024, 4:56:22 PM] [Dreo Platform] Loaded homebridge-dreo v4.0.4 child bridge successfully
[12/12/2024, 4:56:22 PM] Loaded 2 cached accessories from cachedAccessories.0E9F1219C41D.
[12/12/2024, 4:56:22 PM] [Dreo Platform] Loading accessory from cache: Guest Fan
[12/12/2024, 4:56:22 PM] [Dreo Platform] Loading accessory from cache: LR Tower Fan
[12/12/2024, 4:56:22 PM] Registering platform 'homebridge-meross.Meross'
[12/12/2024, 4:56:23 PM] [Dreo Platform] Country: US
[12/12/2024, 4:56:23 PM] [Dreo Platform] Region: NA
[12/12/2024, 4:56:24 PM] [Dreo Platform] Restoring existing accessory from cache: Guest Fan
[12/12/2024, 4:56:24 PM] [Dreo Platform] Restoring existing accessory from cache: LR Tower Fan

Plugin Config:

{
"bridge": {
"name": "Homebridge",
"username": "xxx",
"port": 51357,
"pin": "xxxx",
"advertiser": "ciao"
},
"accessories": [],
"platforms": [
{
"name": "Config",
"port": 8581,
"auth": "form",
"theme": "deep-purple",
"tempUnits": "c",
"lang": "auto",
"platform": "config"
},
{
"name": "Govee",
"username": "xxx",
"password": "xxx",
"lightDevices": [
{
"label": "Floor Lamp R",
"deviceId": "F7:C9:CF:36:34:39:30:1C",
"showAs": "default"
},
{
"label": "Floor Lamp L",
"deviceId": "D6:7F:CD:36:34:39:5A:4E"
}
],
"platform": "Govee",
"_bridge": {
"username": "xxx",
"port": 34962
}
},
{
"name": "Meross",
"username": "xxx",
"password": "xxx",
"showUserKey": false,
"connection": "default",
"garageDevices": [
{
"name": "Garage Door HB",
"serialNumber": "2311016590444561070348e1e9df4693",
"connection": "default"
}
],
"_bridge": {
"username": "xxx",
"port": 32786
},
"platform": "Meross"
},
{
"name": "Dreo Platform",
"options": {
"email": "xxx",
"password": "xxx"
},
"hideTemperatureSensor": false,
"temperatureOffset": 0,
"platform": "DreoPlatform",
"_bridge": {
"username": "xxx",
"port": 41110
}
}
],
"disabledPlugins": []
}

Plugin Version 4.0.4
Homebridge Version 1.8.5
Node.js Version 22.12.0
NPM Version 10.9.0
MacOS 15.2

@DefaultlUser DefaultlUser added the question Further information is requested label Dec 13, 2024
@zyonse
Copy link
Owner

zyonse commented Jan 30, 2025

Does it work without using a child bridge?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants