• KingtheNorth
    • 1releases
    • 5comments
Comments made
  • After update to 3.2.4 Cursor Keys problem. 1 year ago

    I have found this is happening on all IR controlled devices. All presses for my LG tv and LG soundbar register as 2 clicks instead of one now.

  • 2022.9.9, Major Update of Android APP ,HUB 1 year ago

    This update broke IR volume control. Now every volume press registers as 2 clicks, and hold to adjust does not work anymore. Device this is broke on is LG SN11RG.

  • Activity limit? 1 year ago

    Again, I know how delays work, while I appreciate you treating me like a total noob, I have used harmonys and URC remotes for years. But your answer did not in any way actually fix my problem. My problem is with the built-in source switching functions not working correctly since I could not put a delay in your built-in function. I ended up just having a lot more inputs than necessary to get things working, and I cannot use the built-in input switching and memorization function due to the inability to change the built-in functions delay between presses. As such, features like the remote knowing which input I am on for the sound bar do not work, and so I had to make my turn off sequence always go to a certain input so my activities would work and then change the input on soundbar on startup using individual key presses. This is janky, and means that the built-in switching input functions you have built-in to the remote don't work, can't work, and end up making me do way more programming to get anything working. And the more things required for the activity, the worse your app gets performance wise and crashes. All that is required to fix this is to be able to set a delay for the source switch function when setting up a device. For the soundbar in question, it is when you setup the input switching function. It asks you all those questions, all you have to do is also add a "delay between presses" with the default being the default behavior and by clicking it allowing to have a delay added just like in the rest of your UI. This would fix me needing 40 inputs, including source switching and delays, to get a stupid activity to work. Anyway, just add the ability for devices that have one button source switching to add a delay between presses for the internal function. I would be happy to supposed some screen shots of annotated things in your app showing what I am talking about since there seems to be a communication error.

  • Activity limit? 1 year ago

    The activity still would not add, but I was able to make the activity I wanted a macro for all other activities a work around. As for the delay thing, I know how to set a delay, infact all of my activities have lots of delays to make sure the timing is right so hdcp handshakes work correctly. The feature I am wanting is related to the built in input switching functions, specifically for devices that have a single key input switching feature that cycles through inputs. In the setup, you specify the order of inputs, if the input on wake up is the one at the top of the one you left off on, and what input to start the intial sequence from. I want to add in that menu something that allows me to add a little more delay in the built in switch button presses to make my setup a little more consistent as the built in function is sometimes a little to fast and my sound bar does not register one of the button presses. Again, this is for the built in input switching feature using a single button that cycles input. I want to use that feature since the remote remembers the placement of everything with that feature, is the input I left off on, and I don't want to have to program all the function switching as discreet things and make my macros 20 extra programing things instead of one programing block. As for the activity I replaced with macros, for trouble shooting purposes, it was an activity to turn of the screen on my LG OLED tv, without changing anything else so if I put a talking head video, podcast, or Spotify on my Nvidia shield I could turn of the OLED display so it would not burn in without turning off the TV. I just built it as a macro for the antenna/cable activity and the shield activity for now, and it works. Thank you for your help!

  • Activity limit? 1 year ago

    The activity still would not add, but I was able to make the activity I wanted a macro for all other activities a work around. As for the delay thing, I know how to set a delay, infact all of my activities have lots of delays to make sure the timing is right so hdcp handshakes work correctly. The feature I am wanting is related to the built in input switching functions, specifically for devices that have a single key input switching feature that cycles through inputs. In the setup, you specify the order of inputs, if the input on wake up is the one at the top of the one you left off on, and what input to start the intial sequence from. I want to add in that menu something that allows me to add a little more delay in the built in switch button presses to make my setup a little more consistent as the built in function is sometimes a little to fast and my sound bar does not register one of the button presses. Again, this is for the built in input switching feature using a single button that cycles input. I want to use that feature since the remote remembers the placement of everything with that feature, is the input I left off on, and I don't want to have to program all the function switching as discreet things and make my macros 20 extra programing things instead of one programing block. As for the activity I replaced with macros, for trouble shooting purposes, it was an activity to turn of the screen on my LG OLED tv, without changing anything else so if I put a talking head video, podcast, or Spotify on my Nvidia shield I could turn of the OLED display so it would not burn in without turning off the TV. I just built it as a macro for the antenna/cable activity and the shield activity for now, and it works. Thank you for your help!