petertree

joined 1 year ago
[–] petertree@lemmy.world 39 points 11 months ago (4 children)

And then you do it in a web browser and open developer mode

[–] petertree@lemmy.world 1 points 1 year ago

Hm interesting - try unplugging the charger from the back of the dock and plugging it back in while the deck is still awake, that's what this approach hopes to automate

[–] petertree@lemmy.world 1 points 1 year ago

Ha I had the same habit but the deck is a little bit away and sometimes its a pain (especially while eating) to set everything down to go power on the deck. That's what led me to chase WoL (and now power on AC)

[–] petertree@lemmy.world 1 points 1 year ago

Hm no luck for me - I'm using a BenQ gaming projector so I'm not sure if TVs and Projectors behave differently in terms of HDMI. Sometimes I still need to "power cycle" the AC adapter to get an image after just switching from gaming mode to desktop mode

 

Two issues have plagued the official dock for me:

  1. After waking up from sleep, HDMI is black unless AC adapter is unplugged and re-plugged

  2. Wake on Lan doesn't work because the deck going to sleep seems to put the dock to sleep, the Ethernet lights turn off

I solved both using a smart plug. I have a Sonoff (S40 Lite) and a TP-Link Kasa, both have Python packages to control via terminal which led me to choose them.

To enable Power on AC attach:

Shutdown the steam deck fully (not sleep). Hold Volume '+' button and power on to go to BIOS. Go to setup, power, Power on AC Attach and enable.

I set up SSH keys for the steam deck from my phone using Termux on Android. I power it off using an ssh command from my termux, then use a python command to turn off the smart plug as well (you can use the web app or smartphone app just as well, using python just let's me link it all into one command)

To turn on, I just turn on the smart plug and seems to fix the HDMI black screen issue too!