Hide native homekit plugs from showing via homebridge? #684
Replies: 2 comments
-
I’d like to know if this is possible too. |
Beta Was this translation helpful? Give feedback.
-
Here is what the device List looks like:
Here is what the deviceStatus looks like: {
"deviceId": "1234A56789B0",
"deviceType": "Plug Mini (US)",
"hubDeviceId": "1234A56789B0",
"power": "off",
"voltage": 119.3,
"weight": 0,
"electricityOfDay": 0,
"electricCurrent": 0,
"version": "V1.5-1.5"
} So I have nothing in there that tells me that this is a HomeKit Plug If you want to hide your device use this config: {
"name": "SwitchBot",
"credentials": {
"token": "x5yqs6o2d3b88iye35v73r0m0lenpg0c dna8w9xjoagowcg1mr0tcph8tqfxwmkk pyhyjjo9xbw7t3jeixe0rgj8bimmnzqz",
"secret": "sb0l57jqkwf0zt8847frt29me6eygr0s",
"notice": "Keep your Token & Secret a secret!"
},
"options": {
"devices": [
{
"deviceId": "1234A56789B0",
"configDeviceName": "Family Room Plug",
"hide_device": true
},
]
},
"platform": "SwitchBot"
} |
Beta Was this translation helpful? Give feedback.
-
Hi, I'm using OPEN API for switchbot bots, which are working great. But, I have 4 switchbot smart plugs, which are homekit native, but this plugin is adding them to homekit (without me adding them manually in settings/config). How can I disable this so they do not show up in homekit via homebridge?
Beta Was this translation helpful? Give feedback.
All reactions