Hi,
I’v struggled a lot to get things work with this configuration :
Mini PC, Windows 11
VMware Workstation, HAOS 9.3
Keylock YALE ASL-06 without Wi-Fi bridge.
I won’t explain the whole VMware and HAOS install process which are available in many places on the web.
3 particularities :
- I needed to autostart HA after shutdown, so I’m using a batch file run by Windows at Startup. Single line :
start "C:\Program Files (x86)\VMware\VMware Workstation\vmrun.exe" "C:\vmware\havm_02 (my folder for VMs)\VM_NAME_HERE.vmx"
- Needed to get Zigbee (Conbee2) and Z-Wave (AEOTEC Z-Stick Gen5) USB sticks available in HA of course (nothing to do with Yale, that’s in general).
You have to add two (or more) lines in the .vmx file (your virtual machine config file), at the bottom for example :
usb.autoConnect.device0 = "0x1CF1:0x0030"
usb.autoConnect.device1 = "0x0658:0x0200"
Just change the four digits after 0x. These are VID and PID, that you can find that way :
https://kb.synology.com/en-in/DSM/tutorial/How_do_I_check_the_PID_VID_of_my_USB_device
This will automatically (and virtually) unplug the USB sticks from the Windwows Host and plug it in the VM at startup.
- using Yale Access BlueTooth integration
Maybe this is not necessary for you, but I spent 3 days trying to let HA plainly use the USB Bluetooth stick (I say plainly because HA saw the stick but Yale integration was “initializing” for centuries. And this is the sole action that allowed this :
Add a third line with PID and VID of the BT stick :
usb.autoConnect.device2 = "0x0B05:0x190E"
(again, this is an example and you have to get the correct ref in your Windows device manager).
And that’s it.
I tried so many things in 3 days that I can’t say if tje August integration remains necessary to make the Yale lock work. But it does now. Not that great (7 to 10 seconds of latency !), but it works, and it seems some of you guys are working on this to get better result.
Hope it could help.
Michel