×
Login
Nickname
Password
Login
X1
U1
Holiday Announcement
Remote control
Affiliate
Tags
Login
Register
Tags: x1 total 69 .
This is what we waited for? Seriously?
I bought into the hype of the X1 on Kickstarter, and that's my fault. I should have at least taken a single look at the app...
cajunflavoredbob
1 year ago
1347
13
X1 Lift to Wake?
Does the X1 have an accelerometer to enable lift to wake?
bmfkai
1 year ago
1216
2
X1 will not connect to wifi
I have an X1 (a gift, via Kickstarter). I have followed the instructions. My phone provisions the X1 successfully via Bluet...
mwrauk
1 year ago
3361
14
X1 iniital setup iOS Help...
Hey guys, I received mine X1 Today However, I'm running into a problem I go to connect the Bluetooth to my iPhone and goes ...
tfraley
1 year ago
1633
8
X1 features, timeline, Pre-orders, Activity?
Hello! Sorry for the crowded title - I am bad at naming posts... Anyway, so I am currently in the process of moving and wit...
IngwiePhoenix
1 year ago
1365
2
Telekom Magenta TV Box
Hi, Can I also control the Telekom Magenta TV Box with the X1? The connection only works via Bluetooth. Greetings Fabian
fab242
1 year ago
1582
2
Sofabaton X1
Hi, Is it possible to get some more technical information on the X1? I like to know for example whether the remote has IR f...
ianbrouwer
1 year ago
4300
8
X1
Is the X1 a scam or is is Sofabaton actually developing, asking this before I contribute to kickstarter.
spcesq
1 year ago
1136
3
Problem programming Xfinity STB
Anyone have any success in programming an Xfinity STB (X1) with the Sofabaton U1. The infrared method didn't work for me. A...
Quizmaster5008
1 year ago
1575
4
1
...
4
5
6
7
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.
U2 Double commands and slow volume
2.
JSON body is being quoted for virtual IP device
3.
Sofabaton U2
4.
Anyone having luck with Pure Theatre Projector Lift ?
5.
Not e nough keys to make a macro? Or is there a work around?
6.
Playstation 4 (PS4) integration
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