It connects via the local bridge.
Thank you so much for the integration, I m having issues with my fans, the speed is hard to control with what looks like a light dimmer, my bond has multiple speed levels 1-6
The fan does have a light which is in bond but is not controllable in this app, the light is a simple on off, bond integration calls this toggle light.
Hi, I have fans with lights and am willing to do testing to get that working. I just got setup yesterday, but I cannot control the integrated lights for any of my fixtures. I have 3.
@gslender I have the latest version of the integration installed, 1.2.6. I have restarted the app and the whole Homey hub multiple times. No light control option shows for any of the 3 fixtures that I have, even though it shows a toggle light option in the Bond app. How do I get you diagnostic information? Do I need to run a special version of it?
The app supports bond fans with light option. Not sure why you’re not seeing them. Have you tried removing the devices and re-creating them.
In the device, the Advanced Settings has Bond Device Data and Bond Device Properties. I will need both to trouble shoot issues.
No, the current release you are running Version 1.2.6 is correct
@gslender Okay I have taken a couple days and tried to remove the devices a few times, including restarting the app and the restarting whole device before re-adding the fans.
Here is the diagnostic information for one fixture, all 3 are the same make and model:
Device Data
{“status”:“VALID_TOKEN”,“data”:{“name”:“Josh Fan”,“type”:“CF”,“location”:“2nd Bedroom”,“tech”:240,“actions”:[“DecreaseSpeed”,“IncreaseSpeed”,“SetSpeed”,“Stop”,“ToggleLight”,“TogglePower”,“TurnLightOff”,“TurnLightOn”,“TurnOff”,“TurnOn”],““:“6970d012”,”__“:“2fef68a0”,“commands”:{””:“32e5d161”},“state”:{““:“f7760177”},“properties”:{””:“b17cd87a”},“skeds”:{“_”:“00000000”},“id”:“06fb74b1a6585a76”}}
Device Properties
{“status”:“OKAY”,“data”:{“max_speed”:2,“trust_state”:false,“_”:“b17cd87a”,“__”:“b17cd87a”}}
Please let me know if you need anything else.
Are you 100% sure your Bond Bridge is running the latest firmware? The properties don’t contain the necessary ‘feature_light’ object which is why the fan is being setup without any light features.
It is not normal for the Bond Bridge to report TurnLightOn/TurnLightOff actions but not reflect the feature_light properties.
My bond bridge is running 4.7.7 according to the app, that is the latest version and thats what it has been running since I started importing the fans. Whats the next step? Are there more diagnostics that I can get you?
I’m unsure why Bond don’t consistently report device features like they report in their API.
Given this, I may need to detect the actions available, and add the feature for the device based on that instead - I guess that’s going to work, so leave it with me to update and adjust how the Homey app works.