×
Login
Nickname
Password
Login
X1
U1
Holiday Announcement
Remote control
Affiliate
Tags
Login
Register
Tags: Denon total 13 .
Denon AVR-X4800H - IR Only?
Hi - just got an X1S. For setting up my Denon AVR, can it only be done via IR or is there some way to do it via IP or...
greg4168
1 year ago
447
3
Denon AVR-X2700H
Hi, Not sure if this has been fixed. But I still have the issue with my Denon AVR-X2700H that the X1 doesn't turn it off bu...
Otaku1217
1 year ago
269
1
Denon AVR-X3500H missing functions
I added the model to my U2, but the codes are incomplete or for a different device. It's missing the input switching comman...
RWK01002
1 year ago
375
1
Denon AVC-X3700H - Missing Command "Dynamic Volume Off"
Hello. I set up my U2 today and I noticed something. I would also like to have the Dynamic Volume function on the remote co...
TwinBeat
1 year ago
406
1
New remote, can't configure source inputs
I just received my X1 and have successfully added my devices, but when I go to configure source inputs for my Denor AVR-X36...
RodgerDodger
1 year ago
467
0
Denon AVR-S540BT
Hello, I have a Denon AVR-S540BT receiver and a Sofabaton X1. I don't see that model in the database and the closest models...
aogail
1 year ago
740
2
Linking DENON to X1 hub
Can you please add DENON AVR-X8500H to the database? I tried to add some of the other DENON model profiles which didn’t wor...
Livermorepc
1 year ago
604
1
X1 Not Working DENON AVR Correctly
I have a Sofabatan X1, a ROKU Smart TV, and Denon AVR-X2800H. They all seem to work together well exept for one issue I hav...
Toddw11
1 year ago
1108
4
New hub won't learn controls from Denon AVR-1906 remote
Hi I appreciate that the Denon-AVR1906 is an old beast but it was all I could afford with my second pay cheque! Still gives...
ctmkuk
1 year ago
806
4
How to reload(reset) X1 database?
I have a Denon receiver and when I enter that as a brand. I can't find a single model. Support told me to reset the d...
Stacey
1 year ago
707
1
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