Skip to content

AndersonQ/steamdeck-sensors-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

steamdeck-sensors-api

A tiny HTTP API for Steam Deck sensors to be used to ingest GPU information into Elasticsearch using the Elastic Agent.

Installation

go install github.com/AndersonQ/steamdeck-sensor@latest
sudo steamdeck-sensor install

Or download the binary from the release page

Recover the root password

If you lost your Steam Deck root password (of course I did not lose mine):

bzcat /path/to/steamdeck-repair-image.img.bz2 | sudo dd if=/dev/stdin of=/dev/sdX oflag=sync status=progress bs=128M
  • Shut down your Steam Deck if it isn't already off. Hold 'Volume Down' and click the Power Button - when you hear the chime, let go of the Volume Down button, and you'll be booted into the Boot Manager.

  • sudo ~/tools/repair_device.sh chroot should chroot into the installed system, but there is a bug. Thus do it manually using relative paths:

cd /dev
sudo steamos-chroot --disk nvme0n1 --partset A
pass deck # to change the password for the deck user

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages