ebaauw / homebridge-rpi

Homebridge plugin for Raspberry Pi.
Apache License 2.0
305 stars 18 forks source link

new "raspberrypi" device #168

Closed Olivierbkk closed 6 months ago

Olivierbkk commented 6 months ago

Hello,

After I activated the plugin, I get a new device as follows:

Screenshot 2023-12-11 at 18 24 08

Screenshot 2023-12-11 at 18 20 56

I did not have this before, is there a way to remove it as it seems to be here without any usage?

Here is my setup:

{
            "name": "RPi",
            "hosts": [
                {
                    "host": "localhost:8888",
                    "name": "raspberrypi",
                    "hidden": true,
                    "noFan": true,
                    "noPowerLed": true,
                    "noSmokeSensor": true,
                    "usbPower": false,
                    "devices": [
                        {
                            "device": "switch",
                            "name": "Gate",
                            "gpio": 5,
                            "reversed": true,
                            "pulse": 487
                        },
                        {
                            "device": "switch",
                            "name": "Siren",
                            "gpio": 6,
                            "reversed": true
                        }
                    ]
                }
            ],
            "platform": "RPi"
        }
ebaauw commented 6 months ago

is there a way to remove it

No. You can exclude it from your Home view and move it to a dummy room.

it seems to be here without any usage

Only in Apple's Home app. It's still needed to set Log Level from a decent HomeKit app.