We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
zyonse
Learn more about funding links in repositories.
Report abuse
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
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
The text was updated successfully, but these errors were encountered:
Does it work without using a child bridge?
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: