kuestess / homebridge-platform-insteonlocal

Homebridge platform plugin for local Insteon control
Other
76 stars 26 forks source link

FanLinc only registers fan #265

Open Calorion opened 2 years ago

Calorion commented 2 years ago

I have gotten the plug-in installed successfully, and linked to my FanLinc via its device ID. However, I can only control the fan, not the light. How do I connect the light to HomeKit as well?

kuestess commented 2 years ago

@Calorion You'll have to define two devices in your config for both to show up, one for the light and one for the fan.

Calorion commented 2 years ago

That fixed the issue; thanks for the help.

Feature request: Add to Config in InsteonUI should add both accessories.

microbmen commented 2 years ago

also take a look at the unmerged branch - https://github.com/kuestess/homebridge-platform-insteonlocal/pull/223 which gives you /fan control to not only turn on/off fanlinc but also control off/low/med/high for the fan.

coreTech51 commented 1 year ago

Did you add the FanLinc device ID a second time and list it as a “Light”?

Sent from my iPhone Aaron Harvey @.***


Confidential Notice: This communication, including attachments, may contain information that is confidential and protected by the attorney/client or other privileges. It constitutes non-public information intended to be conveyed only to the designated recipient(s). If reader or recipient of this communication is not the intended recipient, an employee or agent of the intended recipient who is responsible for delivering it to the intended recipient, or you believe that you have received this communication in error, please notify the sender immediately by return email and promptly delete this email, including attachments without reading or saving them in any manner. The unauthorized use, dissemination, distribution, or reproduction of this email, including attachments, is prohibited and may be unlawful. Receipt by anyone other than the intended recipient(s) is not a waiver of any attorney/client or other privilege.

On Jul 9, 2022, at 9:13 PM, Calorion @.***> wrote:

 I have gotten the plug-in installed successfully, and linked to my FanLinc via its device ID. However, I can only control the fan, not the light. How do I connect the light as well?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.

microbmen commented 1 year ago
            {
                "name": "Master Ceiling Light",
                "deviceID": "2e2b43",
                "dimmable": "true",
                "deviceType": "lightbulb"
            },
            {
                "name": "Master Ceiling Fan",
                "deviceID": "2e2b43",
                "dimmable": "true",
                "deviceType": "fan"
            }