-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Add Support for Gen 2. Hybrid E-Wand #7648
Comments
I just wanted to provide another update. I was able to get something that reasonably works. At this point the position slider works and responds correctly as well as an open/close command from Homeassistant. Additionally the battery percentage seems reasonable. I am still seeing this in the log though:
I'll keep investigating but I'm not quite sure what that is. Additionally I had to add configureKey: 1 as I was seeing this in the logs:
I'm not sure what that does but once I added that meta key it was able to successfully configure itself. The below is what I have so far. I'd appreciate any input that could be provided. It'll be a few days before I can pick this up again but will update if I find out more and ideally at some point submit a PR to get this added in.
|
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days |
Initial support is there. Will continue working on fine tuning some of the functionality. |
I am using zigbee2mqtt and z2m on Homebridge to expose this to Homekit. It works, sort of. Open (or tilt 100) does indeed open the blinds fully. Close (or tilt 0) closes the blinds in the 'Up' position. There is no way to specify closing the blinds in the 'Down' position. I reached out to the vendor and got this reply:
Is there any way this functionality could be implemented so that it is possible to control Thanks in advance for your consideration..... |
More info: The Cluster ID specified by the manufacturer '0xFC10' is the '64528' cluster that keeps showing up in your logs. Not sure what that means but I wanted to point it out. :-) |
Information about the device + link
Device Link - https://www.myewand.com/product-page/gen-2-hybrid-e-wand-single-unit
Description: This is a blind tilt motor that has a Zigbee receiver for automating window blinds.
data/database.db entry of the device
{"id":12,"type":"EndDevice","ieeeAddr":"0x84fd27fffe80e0d5","nwkAddr":20283,"manufId":4707,"manufName":"Current Products Corp","powerSource":"Battery","modelId":"E-Wand","epList":[1],"endpoints":{"1":{"profId":260,"epId":1,"devId":514,"inClusterList":[0,1,3,4,5,6,8,32,258,2821,64528],"outClusterList":[3,25],"clusters":{"genBasic":{"attributes":{"modelId":"E-Wand","manufacturerName":"Current Products Corp","powerSource":3,"zclVersion":3,"dateCode":""}}},"binds":[],"configuredReportings":[],"meta":{}}},"dateCode":"","zclVersion":3,"interviewCompleted":true,"meta":{},"lastSeen":1622423514179}
Device Debug log during pairing
What I've tried so far
I've made it so far as getting it listed as supported but unfortunately not much further. Here's the initial take on the external converter.
Where I got stuck was the only zigbee messages I'm seeing from the device look like the below. I'm not quite sure what to do with those raw messages though. Perhaps I'm missing something painfully obvious? If not I can reach out to the company to see if they are willing to provide any documentation on how to interact with the Zigbee radio on the device. I appreciate any pointers in the right direction :)
The text was updated successfully, but these errors were encountered: