-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No Dimming on "Smart-by-Bond" Devices #104
Comments
Hey @Silmar-99 - Welcome back! 😄 Interesting, I wonder why it wouldn't report dimming in the same manner. If you are able to provide logs (specifically when in debug mode), that is always the most helpful. Alternatively, you can provide your cachedAccessories file which should contain all of the info I need! |
Hey Aaron! Here the log... [10/6/2020, 6:54:39 AM] [Bond] Request (185d3f70ddcec000) [get http://192.168.0.118/v2/devices] [10/6/2020, 6:54:40 AM] [Bond] Response (185d3f70ddcec000) [get http://192.168.0.118/v2/devices] - {"1":{"":"dd93a270"},"":"dd28ddd2"} [10/6/2020, 6:54:40 AM] [Bond] Response (185d3f70ddd00001) [get http://192.168.0.120/v2/sys/version] - {"target":"breck-northstar","fw_ver":"v2.14.7","fw_date":"Mon Sep 14 19:00:53 UTC 2020","uptime_s":493938,"make":"Unbranded","model":"MR196W","branding_profile":"KOF_MR196W","bondid":"KNKSADE41829","upgrade_http":true,"api":2,"_":"16fd4db2"} [10/6/2020, 6:54:40 AM] [Bond] Config: {"bonds":[{"ip_address":"192.168.0.118","token":"8f0ec3012675e6c2"},{"ip_address":"192.168.0.119","token":"bb5c9f6bade6b290"},{"ip_address":"192.168.0.120","token":"f2bd369c0b05ead7"}],"platform":"Bond","include_dimmer":true,"include_toggle_state":false,"fan_speed_values":false} |
And the link to download the file, since the format is not supported... |
Hey @Silmar-99 - After looking into it, it seems like you may have added dimmer functionality in Bond after you added your fans? With the way the plugin works, it gets actions when initially adding the device, and then those actions get cached moving forward. Based on your cached accessories file, your device has no So, to refresh the actions, you will need to either remove the Bond accessories from your cached accessories file, or delete the file completely (I know the later might break other plugins, which isn't ideal). |
Hey Aaron, |
Good afternoon Aaron, |
Hey @Silmar-99 - sorry for the delay. My ability to work on this seems to come in waves. Can you provide logs for the scenario you tested on November 9? |
Hey Aaron, Here you go... [12/14/2020, 8:26:58 PM] [Bond] Request (185d990e38e7c000) [get http://192.168.0.118/v2/devices]
|
This was helpful! I may have stumbled onto the issue. Turns out I was trying to set the fan speed instead of the brightness (probably from when I did copy/paste from the fan speed feature as a starting point 🤦 ). Give it a shot in 3.2.2 and let me know what you see! |
Unfortunately, 3.2.2 didn't resolved the issue. On/Off is still working, but the Dimmer is still not, with no entry in the log when using it... |
Hi, I can confirm the same in testing 322. It’s still not dimming for me either.
Every other function for the fan works, speeds of the fan, reversing direction, & turning the light on & off will work, but the dimming function yields no activity, tho you can adjust the slider. In basic logging there will be no log data when you change brightness & there is no flashing on the BOND that commands are being issued to the fan lamp for the light dimming.
FYI.. Randy
Sent from my iPad
… On Dec 14, 2020, at 7:11 PM, Silmar-99 ***@***.***> wrote:
Unfortunately, 3.2.2 didn't resolved the issue. On/Off is still working, but the Dimmer is still not, with no entry in the log when using it...
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Just another voice to the gallery. Recently replaced my older (regular) Artemis fan with a Smart by Bond one that I got used, everything works great and I'm so glad to finally be over the whole light state issue (is it on or is it off?!!!!) everything seems to be working perfectly with Homebridge EXCEPT for the light dimming feature which is either off or 100% regardless of what you set it at in Homebridge or HomeKit. Happy to try and capture logs or whatever if there's something I can do to help. |
Okay, I was finally able to reproduce locally by faking a few things with my fan, and I found the issue. I was listening for brightness changes on the standard light accessory, but not on the fan light accessory. It explains why I was so confused because I thought I was doing everything right, but turns out, I needed to do the same functionality in two places! TL;DR: 3.2.3 should have this issue fixed. |
Aaron, |
Same, all good on the western front. |
Great! Glad we figured this one out. |
Hey Aaron,
I'm bbbaaack :)
Now that I have all my fans hooked and working as they should (thanks again for investigating this one for me), and since I can control independently the fan and the light fixture, I decided to re-assign my Philips Hue bulbs to somewhere else and replace them by "regular" LED bulbs.
However, I cannot seems to be able to get the "Dim Switch" you mention in the setup of your plugin.
Dimming is activated, working with the physical remote and from the Bond's app, but nada when it comes to HomeKit.
It sounds like it is not recognized as a "dimmable" device by the plugin.
Any idea on how to fix that and make it works?
As always, thanks for your time investigating this new issue.
Best regards,
The text was updated successfully, but these errors were encountered: