aarons22 / homebridge-bond

Homebridge plugin for Bond
MIT License
64 stars 31 forks source link

Ceiling fan not providing lighting control / incomplete available actions #180

Open Matt54 opened 3 years ago

Matt54 commented 3 years ago

Describe the bug

My fan has many actions as can be seen in the bond app: IMG_0C4842E70109-1

These actions from the bond app seem to correspond with the output from the homebridge console: [10/7/2021, 5:43:29 PM] [Bond] [Bedroom Fan] actions: SetSpeed,TogglePower,TurnOff,ToggleDirection,Stop,TurnOn,IncreaseSpeed,DecreaseSpeed,SetDirection

Not all relevant actions are provided for my ceiling fan. No matter what settings I choose for the homebridge plugin, inside of assesories and inside of the home app I only see a direction toggle and a fan speed settings:

From Homebridge:

Screen Shot 2021-10-07 at 5 51 59 PM

From Home app: IMG_EB0A370204A9-1

Information (please complete the following information):

Logs

[10/7/2021, 5:43:29 PM] [Bond] Response (185f173b40c14000) [get http://192.168.1.205/v2/devices] - {"_":"b2566304","00000003":{"_":"18ef85ec"}}
[10/7/2021, 5:43:29 PM] [Bond] Response (185f173b40c18000) [get http://192.168.1.205/v2/sys/version] - {"target":"snowbird","fw_ver":"v2.10.21","fw_date":"Wed Feb 19 15:29:18 UTC 2020","uptime_s":418760,"bondid":"BH30831","upgrade_http":true,"api":2,"_":"09b4b59f"}
[10/7/2021, 5:43:29 PM] [Bond] 
****** Bond Info *******
 bondId: BH30831
 FW: v2.10.21
 API: v2
 Make: undefined
 Model: undefined
************************
[10/7/2021, 5:43:29 PM] [Bond] 1 cached accessories were loaded
[10/7/2021, 5:43:29 PM] [Bond] Getting devices for this Bond (BH30831)...
[10/7/2021, 5:43:29 PM] [Bond] 1 devices were found on this Bond (BH30831).
[10/7/2021, 5:43:29 PM] [Bond] No new devices to add for this Bond (BH30831).
[10/7/2021, 5:43:29 PM] [Bond] UDP message sent to 192.168.1.205:30007
[10/7/2021, 5:43:29 PM] [Bond] UDP Message received from 192.168.1.205:30007 - {"B":"BH30831"}
[10/7/2021, 5:43:29 PM] [Bond] Configuring Accessory: Master Bedroom Bedroom Fan
[10/7/2021, 5:43:29 PM] [Bond] [Bedroom Fan] actions: SetSpeed,TogglePower,TurnOff,ToggleDirection,Stop,TurnOn,IncreaseSpeed,DecreaseSpeed,SetDirection
[10/7/2021, 5:43:29 PM] [Bond] Request (185f173b413e8000) [get http://192.168.1.205/v2/devices/00000003/state]
[10/7/2021, 5:43:29 PM] [Bond] Response (185f173b413e8000) [get http://192.168.1.205/v2/devices/00000003/state] - {"power":0,"speed":4,"direction":1,"_":"31d69207"}
aarons22 commented 3 years ago

@Matt54 Thanks for the info and especially the screenshots! super helpful 👍

Looking at all of the info your provided, the Home app UI looks correct.

IMG_D8F9029F2AE5-1