×
Login
Nickname
Password
Login
X1
U1
Holiday Announcement
Remote control
Affiliate
Tags
Login
Register
Tags: x1s total 15 .
X1S Extra Android TV Buttons Like Guide & Bookmark?
Is it possible to add to the Android TV profile extra buttons that are included on some Android TV box remotes like Bookmar...
Mr_Boo_Berry
2 month ago
84
2
McIntosh MX100 Support? Please add X1S support!
Hi there, I am hoping you can add the McIntosh MX100 A/V Processor to the list of supported hardware. It's the only d...
DaveW
2 month ago
53
1
X1S - choose channel on Arcadyan 2260 box
I'd like to set a specific channel for my set-top box to start on during an activity, for example channel 661. But in my de...
edtoss62
2 month ago
66
2
Migrate from X1S to new X2 possible?
Hi, I want to know if it will be possible to easily upgrade from the X1S to the X2 once it launches, or even just to import...
Faceman
3 month ago
274
2
Virgin media box dose not work and will not work
Sofabaton Keeps telling everyone that it works because it is in there list. However the virgin media box is a mix of RF Blu...
St1flersteve
3 month ago
94
1
X1S activities long press volume down not working
I have an X1S. So far everything is working quite well. However I use activies for almost all of my setups.&nbs...
Kwolok
3 month ago
222
6
Media Player: Long press and scrolling not working
Long presses on X1S does nothing when wanna navigate on Zidoo, have to press the navigate button too many times, this is te...
Lorien
4 month ago
195
15
X1S - Virgin 360
Hello All, I just purchased the X1s and I can't get it to work with my Virgin 360 Box. Are they just incompatible? &...
sacm54
5 month ago
343
15
No Numeric keypad in Activity?
How can I configure an activity to show the button for the numeric keypad for my set top box (Arris/FiOS)? In device ...
andyswab
6 month ago
313
5
Switch TV Audio Output
Hi everyone, Here is my use case... I have a Samsung TV with a Roku (HDMI1), AppleTV (HDMI2), and FireTV (HDMI4) connected....
plawlor15
7 month ago
188
3
1
2
Most Popular Articles
1.
2022.9.9, Major Update of Android APP ,HUB
2.
【Tutorial】 X1 User Guide and FAQ, Continuously Updated...
3.
X1 Hub Upgrade Already!
4.
What I learned about the U1 (edited)
5.
How to program macros?
6.
Major Advancement: X1 Hub firmware version V15 is here!
Latest Release
1.
Looking to buy, need to know if supports my hdmi matrix.
2.
U2 Double commands and slow volume
3.
JSON body is being quoted for virtual IP device
4.
Sofabaton U2
5.
Anyone having luck with Pure Theatre Projector Lift ?
6.
Not e nough keys to make a macro? Or is there a work around?
Latest comments
Dear Customer. Sorry for the inconvenience. For this case. please test these buttons in the APP to see if they work properly. Please go to App--Devices--remote keys--click one button--reassign remote keys--trigger the button. If the same problem happens with the APP buttons. Please let us know the model of your device. We suspect that it is the key abnormality in the code library. We will feedback to our engineers to fix it.
Dear Customer, Thank you for reaching out to us with your inquiry. Since your issue is quite unique, it requires a more personalized approach from our technical experts. To ensure you receive the most accurate solution, we have escalated your case to our specialized technical team. They will be following up with you directly via email shortly.
The solution above if for X1. I had the same problem in my 2 year old U2 and was able to fix it, but the process is slightly different. The case is held together by 7 screws, 5 in the battery compartment and 2 under the rubber foot at the other end. Once those are removed, the two case parts can be separated using a thin plastic wedge to pop it apart at a few snap in spots along the sides. Note that there is a co-ax antenna cable attached to the back and plugged into the circuit board which must be unplugged. Next, there are screws holding the circuit board in place. It is not necessary to disconnect the display. Finally, I sprayed the sensor at the end of the scroll wheel with DeoxIT D-5 which I had on hand. Obviously the sensor is a bad component, hopefully the manufacturer has learned their lesson.
FWIW, I was able to solve this similar to the Node-red solution above, but just using a Home Assistant webhook. http://bbs.sofabaton.com:8091/post/1897
For Home Assistant I added a web hook that takes the incorrectly serialized JSON, deserializes it and forwards it. This is the yaml for the "Then Do" ``` action: remote.send_command target: entity_id: "{{ (trigger.json | from_json).entity_id }}" data: command: "{{ (trigger.json | from_json).command }}" num_repeats: 2 delay_secs: 0 hold_secs: 0 ```
Found a similar post from 9 months ago. Yikes! Doesn't seem like any fix is coming soon, so will try the node-red proxy. Seems like such a simple fix for such a great feature idea. :shrug: http://bbs.sofabaton.com:8091/post/1823