×
Login
Nickname
Password
Login
X1
U1
Holiday Announcement
Remote control
Affiliate
Tags
Login
Register
Tags: samsung total 16 .
Samsung
Please add codes for "TQ65S94CATXXC"
rovrell
1 year ago
257
1
Missing TV
can the samsung tv UE40T5300 be added please?
micktwit
1 year ago
215
0
U2 bluetooth issue with Samsung QN85QN90B
I have the same problem as in this post with the OK button but with a Samsung QN85QN90B. I was able to reassign Home to Hom...
YEGrolo
1 year ago
275
0
Samsung LN40B530
Can this Samsung TV be added, please? One of the buttons on my original remote is not working so the "teach" method isn't w...
bc91344
1 year ago
336
4
Adding a Samsung BEC-H 70" Crystal Pro TV to Sofabaton X1
Hey there, I have upgraded my television to a Samsung BEC-H 70" television I have attached a picture of the remote. In my c...
zixius
1 year ago
353
3
U1 OK button not working on Samsung QN55S95B
Hi, I paired my U1 on bluetooth to work as the Samsung remote for a QN55S95B. Everything seems to work except the OK button...
Gimarc99
1 year ago
584
1
Back key cannot be configured on Samsung The Frame 2022
Hello, i am using the X1 for 1 week and I am quite impressed with the features. All my devices and activities are setup and...
ricobelo
1 year ago
934
7
Brazil?
Hi, Would the U1 work with these Brazilian Samsung TVs? Smart TV 4K QLED 55” Samsung QN55Q80RAGSmart TV 4K QLED 50" Samsung...
oguime
1 year ago
699
3
Samsung QN75 + U1 Remote
I try to add it to remote from the app, it adds fine, sets it up as generic QNxxx. No buttons work. In learn mode, it acts ...
thejaffe
1 year ago
776
3
Samsung QE55Q64TAS
Hello, My remote cant find the Samsung QE55Q64TAS model. Is there a way that you guys can add this model?
Jeroen
1 year ago
531
2
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.
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, 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