Alexandru Branza

Results 431 comments of Alexandru Branza

I just released v1.5.0, it should support Frame TVs, but the feature is untested. Please update to v1.5.0, set `is_frame_tv: true` in your config, and tell me if it works...

What `is_frame_tv: true` does is that it keeps the power button pressed for 3s when turning off the TV, I'm not too sure what else it should do.

`KEY_POWER,10000` works with the power button, it's being used in the code also for Frame TVs: https://github.com/jaruba/ha-samsungtv-tizen/blob/master/custom_components/samsungtv_tizen/media_player.py#L660

Not sure what to tell u more then I already did, maybe try setting a smaller time to the button press? Have u tried with `3000`?

@pdecarde @Screwdgeh I changed the logic to stop waiting for the previous key to send and instead send the keys at a 500ms difference between them. It's supposed to make...

yeah, that's probably a bug from my changes as I didn't test it properly, will try to look into it

@pdecarde Try changing the channels with this key chaining pattern: `KEY_EXIT+KEY_CHUP+1500+KEY_1+KEY_5+KEY_5+KEY_ENTER` Does it work to change to channel 155 with that from anywhere? Try it when an app is running...

If anyone else could check that key pattern too in their setup it would be helpful, the current method doesn't work when u are using HDMI as source, the newer...

@Screwdgeh The old way worked for me too, but the new way is about 1.5s faster for me now (and key chaining in general is much faster). In the last...