Maximilian Kenfenheuer
Maximilian Kenfenheuer
@cyrozap have you had any other progress so far? I might want to give implementing it a shot.
@Patola i think that should be possible, but first up is getting it to work ;) @pattontim could be, but i dont know how to get the data out of...
@cyrozap i see, out of what ive got so far i think we are getting the same data format. Is your payload 64bytes too?
So, good news: i've got the sticks, triggers and most of the buttons working (although they are wrongly mapped). Bad news: the steam deck controller does not stop sending mouse...
Got it, hid request with first byte set to 0x81 disables the mouse and keyboard input temporarily. Needs to be repeated about every 1-2 secs to keep it that way....
I couldnt get the mapping to work correctly here, so i decided to rewrite a separate driver specific for the steam deck. See [https://github.com/mKenfenheuer/steam-deck-windows-usermode-driver](https://github.com/mKenfenheuer/steam-deck-windows-usermode-driver) - it's windows only for now....
More investigation: When assigning an ip address to the bridge, network traffic is being bridged, but with worse performance. Up and download is now at 1MB/s, after some seconds the...
I am creating a single lanbr with lan0-3 and the tap device. Shall i try the other way you suggested?
Further investigations show that the issue is also affecting IOS devices. Tested with IPhone 11, IOS 14.6 However, the sample app is running fine and a MvxCross App is also...
Same here. Also with the cache path set: ```yaml miele: cache_path: /homeassistant/miele.json ``` I can also see the cache file being filled/updated. However occasionally this doesn't seem to work: ```log...