-
-
Notifications
You must be signed in to change notification settings - Fork 71
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
Add support for BRILLIANT SMART UNIVERSAL DOOR CONTROL #228
Comments
It can be changed in home app, in the accessory setting page, click the icon. |
Nice! I didn't realise the icon could be changed, although I should have by the orange box around it. Unfortunately, changing the icon does not seem to change the functionality, i.e. the garage door still does not appear in CarPlay. I used to have this working as a garage-door-kogan accessory in iRayanKhan / homebridge-tuya, although configuring that plugin is a lot more work. Here's my device schema that I listed back then:
|
the device schema looks more like a "window/window covering" rather than "garage door", but it doesn't matter. |
I didn't use homekit in carplay before, and haven't seen it, does it requires the accessory type? if it must be the "garage door opener", you need a complete override with category code, and each schema into the real "garade door" product in tuya, and onGet/onSet handler in one-line javascript code, it need a lot of work.. |
No idea. Garage door Open/Close button comes up automatically in CarPlay Dashboard view when you come within approximately 1 km of home. It's a really nice feature, very handy.
I think this is beyond me :( |
It looks like a siri shortcut suggestion feature, special prepared for the garage door, looks cool :) |
Thanks @0x5e. Appreciate your help and quick responses. |
This device is mostly working nicely in DP Instruction mode. However, it appears in the Home app as a window instead of a door, and therefore doesn't get displayed automatically in CarPlay like a garage door is supposed to.
Any and all help appreciated.
MQTT log:
[1/20/2023, 9:19:20 PM] [TuyaPlatform] [Garage Door] [AccessoryInformation/undefined/StatusActive] Update value: false => true
[1/20/2023, 9:19:20 PM] [TuyaPlatform] [Garage Door] Unknown CurrentPosition: fclose
[1/20/2023, 9:19:20 PM] [TuyaPlatform] [Garage Door] [Window/undefined/CurrentPosition] Update value: 0 => 50
[1/20/2023, 9:19:20 PM] [TuyaPlatform] [Garage Door] [Window/undefined/PositionState] Update value: 0 => 2
[1/20/2023, 9:19:20 PM] [TuyaPlatform] [Garage Door] Unknown TargetPosition: fclose
[1/20/2023, 9:19:20 PM] [TuyaPlatform] [Garage Door] [Window/undefined/TargetPosition] Update value: 0 => 50
[1/20/2023, 9:19:20 PM] [TuyaPlatform] [Garage Door] [Window/undefined/StatusActive] Update value: false => true
[1/20/2023, 9:19:23 PM] [TuyaPlatform] [Garage Door] Unknown CurrentPosition: fclose
[1/20/2023, 9:19:23 PM] [TuyaPlatform] [Garage Door] Unknown TargetPosition: fclose
[1/20/2023, 9:19:27 PM] [TuyaPlatform] [TuyaOpenMQ] onMessage:
topic = cloud/token/in/f49cea3658ed812f801dde3dbeaae9f9
protocol = 4
message = {
"dataId": "xxx",
"devId": "xxx",
"productKey": "xxx",
"status": [
{
"104": 2346,
"code": "cur_voltage",
"t": "1674213566",
"value": 2346
}
]
}
t = 1674213566
[1/20/2023, 9:19:28 PM] [TuyaPlatform] [TuyaOpenMQ] onMessage:
topic = cloud/token/in/f49cea3658ed812f801dde3dbeaae9f9
protocol = 4
message = {
"dataId": "xxx",
"devId": "xxx",
"productKey": "xxx",
"status": [
{
"22": 2332,
"code": "cur_voltage",
"t": "1674213567",
"value": 2332
}
]
}
t = 1674213567
[1/20/2023, 9:19:36 PM] [TuyaPlatform] [TuyaOpenMQ] onMessage:
topic = cloud/token/in/f49cea3658ed812f801dde3dbeaae9f9
protocol = 4
message = {
"dataId": "xxx",
"devId": "xxx",
"productKey": "xxx",
"status": [
{
"104": 2329,
"code": "cur_voltage",
"t": "1674213575",
"value": 2329
}
]
}
t = 1674213575
The text was updated successfully, but these errors were encountered: