×
Login
Nickname
Password
Login
X1
U1
Holiday Announcement
Remote control
Affiliate
Tags
Login
Register
Scroll wheel direction change?
I just bought the U2 and was wondering if the direction of the scroll wheel can be changed? I find it does the opposite of ...
Swedefj40
Remote control
1 year ago
336
0
Sony A80K Remote
I cannot 'learn' any commands from the original Sony remote to the U2 with the exception of the on/off button. I want to as...
Howie1
Remote control
1 year ago
316
0
@Sofabaton Please fix your Systems
Dear sysadmins @ Sofabaton. I tried to register my app yesterday (i don't get it why it's technically needed) but the regis...
Huggenknubbel
Remote control
1 year ago
442
0
U2 Macros
The advertisment says it is a smooth transition from the Logitech Harmony. So far it is nothing like it. I don't think any ...
Merlin101
Remote control
1 year ago
470
1
dish network remote address
Hi I'm trying to figure out how to find codes to control bell 9242 for different remote addresses. Original Bell (dish netw...
dg1991
Remote control
1 year ago
288
0
Pre-purchase Question
I neeed to replace a set of Logitech 650 remotes that aren't keeping up with the smart TV "revolution". My question: ...
TRL185
Remote control
1 year ago
462
0
IR Codes
I have an ONKYO receiver model# TX-NR636, and the code will not download to my remote?
e12927155gmailcom
Remote control
1 year ago
339
1
How to get the skip button working for mag322w1 box
I used to have a Logitech remote and recently I took the plunge for a sofabaton U2. I have an informir mag322w1 iptv box wh...
Talktome
Remote control
1 year ago
369
0
Control devices behind the wall with U2
Hi, In addition to my Arris VIP5002W BT (not yet supported) device, I have 3 more devices. All can be operated with IR, two...
heula
Remote control
1 year ago
620
0
Ziggo Next Mini (Arris VIP5002W BT) please add
Hi, Because Logitech has stopped making their remote controls and my Harmony Compnion doesn't work properly anymore, ...
heula
Remote control
1 year ago
1059
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.
JSON body is being quoted for virtual IP device
2.
Sofabaton U2
3.
Anyone having luck with Pure Theatre Projector Lift ?
4.
Not e nough keys to make a macro? Or is there a work around?
5.
Playstation 4 (PS4) integration
6.
Need code for Hisesne 100U65QFC for U2
Latest comments
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
I’ve managed to get the Virgin/Ziggo box working a different way, not directly with Sofabaton IR codes, but via Home Assistant. I used the LG Horizon HACS integration together with an emulated Roku in HA. The Sofabaton is set up to send Roku commands, which are picked up in HA and mapped via automations to the Horizon integration to control the Virgin box. So far, all the main navigation, info, guide functions work this way. I haven’t solved on/off mapping yet, so I just leave the Virgin box on a 24-hour timeout since it’s used daily. Might not be straightforward, but it’s been reliable once set up. Hope this helps all. The automation is set-up like this: triggers: - trigger: event event_type: roku_command event_data: source_name: Home Assistant type: keypress key: Up id: Up - choose: - conditions: - condition: trigger id: Up sequence: - action: lghorizon.remote_key_press data: entity_id: media_player.stream_box remote_key: ArrowUp