- Posts: 91
- Thank you received: 3
Welcome to the Allonis forum! Tell us and our members who you are, what you like and why you became a member of this site. We welcome all new members and hope to see you around a lot!
All Quiet on the Western Front
- PhoenixF15E
- Offline
- User
-
Less
More
1 year 2 weeks ago #4412
by PhoenixF15E
When a key is pressed and the remote wakes up, is it possible to act upon that keystroke and not discard it? Having behavior that varies depending on when a key is pressed and the remote is moved seems problematic. I often have the remote on the arm of my sofa and I just tap a key without picking it up. Sometimes the initial keystroke is discarded, sometimes it isn't if I bump the remote slightly.
Replied by PhoenixF15E on topic All Quiet on the Western Front
Thanks for the suggestion. It is on a fixed IP address. I'm glad the battery life is much better now with the screen shutting off.I suspect it's a timing thing
Ensure your SmartRemote is on a static set IP (not DHCP). This speeds up network handshake.
It's a tradeoff of never go to sleep (and kill the battery) and fast pickup response.
It wakes up pretty darn fast as it is.
When a key is pressed and the remote wakes up, is it possible to act upon that keystroke and not discard it? Having behavior that varies depending on when a key is pressed and the remote is moved seems problematic. I often have the remote on the arm of my sofa and I just tap a key without picking it up. Sometimes the initial keystroke is discarded, sometimes it isn't if I bump the remote slightly.
Please Log in to join the conversation.
- camens
- Offline
- User
-
Less
More
- Posts: 46
- Thank you received: 2
1 year 1 week ago #4415
by camens
Replied by camens on topic All Quiet on the Western Front
Once programmed, I have found these remotes to be excellent. I have nothing to complain about and have it doing everything I need. However, I also have the slight inconvenience of often pressing hard buttons twice, once to wake up and the other to actually execute the button press. If the button press could wake up and send the command, that would really be amazing!!Thanks for the suggestion. It is on a fixed IP address. I'm glad the battery life is much better now with the screen shutting off.
When a key is pressed and the remote wakes up, is it possible to act upon that keystroke and not discard it? Having behavior that varies depending on when a key is pressed and the remote is moved seems problematic. I often have the remote on the arm of my sofa and I just tap a key without picking it up. Sometimes the initial keystroke is discarded, sometimes it isn't if I bump the remote slightly.
Please Log in to join the conversation.
- andrew
- Offline
- User
-
Less
More
- Posts: 339
- Thank you received: 28
1 year 1 week ago #4416
by andrew
Replied by andrew on topic All Quiet on the Western Front
If I'm holding it, I give it a shake first. If it's on the table I poke it to wake it up then press a button. It would be nice not to have to though.
Please Log in to join the conversation.
- David Li
- Offline
- Admin
-
Less
More
- Posts: 1019
- Thank you received: 99
11 months 3 weeks ago #4420
by David Li
Replied by David Li on topic All Quiet on the Western Front
It may technically be possible to have the first button push (not web page click) to be recorded locally on the SmartRemote and then after a WebSocket is connected to myServer, send it.
But...it's a timing thing as the Android OS on the SmartRemote on wake up starts up both Javascript AND the Websocket connection. Both need to be up and running to send info to myServer. The javascript needs to be running first for this to work. So, maybe it will work, maybe sometimes. Maybe no help. Needs to be developed and tested.
But...it's a timing thing as the Android OS on the SmartRemote on wake up starts up both Javascript AND the Websocket connection. Both need to be up and running to send info to myServer. The javascript needs to be running first for this to work. So, maybe it will work, maybe sometimes. Maybe no help. Needs to be developed and tested.
Please Log in to join the conversation.
- aa6vh
- Offline
- User
-
Less
More
- Posts: 108
- Thank you received: 7
11 months 3 weeks ago #4421
by aa6vh
Replied by aa6vh on topic All Quiet on the Western Front
I am curious as to how much battery draw would occur if we left those stuff enabled? The biggest battery draw is the screen, so that would still need to be turned off, of course. And have some way for the user to put the remote to sleep would be desirable.
Please Log in to join the conversation.
Time to create page: 0.203 seconds