bitfocus / companion-module-roku-tv

This module will control Roku TVs using the Roku ECP protocol.
MIT License
3 stars 1 forks source link

Keyboard Search doesn't enter all characters #6

Closed llamafilm closed 7 months ago

llamafilm commented 1 year ago

I created a button to send the string ozark but it only enters 2 random characters, for exampleoz, then zk, then ak, etc. I've tried the Netflix search area, and also Disney+ and Apple+ login screens, and I get the same behavior everywhere. I'm using module version 1.0.3 on Companion 2.3.0. Roku Ultra 11.0. If I instead try to send just 2 characters like ab then it sends just one, randomly either a or b.

josephdadams commented 1 year ago

It’s probably sending too fast. I know it’s annoying but try to send one char at a time with delays between. We could patch the module if that fixes it

llamafilm commented 1 year ago

Good call, thanks for the quick response! It works with a delay. It seems like 30ms is the minimum needed.

josephdadams commented 1 year ago

PR?

josephdadams commented 7 months ago

I implemented this