ebaauw / homebridge-rpi

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

Raspberry shows up as not supported device #84

Closed el closed 3 years ago

el commented 3 years ago

Even after disabling it from the config, the raspberry still shows up

        {
            "name": "Raspberry",
            "hosts": [
                {
                    "host": "localhost:8888",
                    "name": "Pi",
                    "hidden": true,
                    "noPowerLed": true,
                    "noSmokeSensor": true,
                    "devices": [
                        {
                            "device": "switch",
                            "name": "Desk Lamp",
                            "gpio": 20,
                            "reversed": true
                        },
                        {
                            "device": "switch",
                            "name": "Combi",
                            "gpio": 19,
                            "reversed": true
                        }
                    ]
                }
            ],
            "platform": "RPi"
        },

ebaauw commented 3 years ago

Yes, see #66 https://github.com/ebaauw/homebridge-rpi/releases/tag/v1.1.4.

el commented 3 years ago

I have the latest version: homebridge-rpi v1.2.11