Skip to content

Get your PS5 status as JSON with a REST API

Notifications You must be signed in to change notification settings

lubbertkramer/ps5-monitor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ps5-monitor

Get your PS5 status as JSON with a REST API

This is a docker container that uses the ps5-wake utility within an express app

Requirements

  • A PS5 with a static IP address
  • Docker

Usage

To start the docker container:

docker run -d --network host --name ps5-monitor -e PS5_MONITOR_PORT=1234 -e PS5_IP_ADDRESS=192.168.1.10 mfugate/ps5-monitor:latest

To build the container yourself:

git clone https://github.com/mfugate1/ps5-monitor.git
cd ps5-monitor
docker build -t my-ps5-monitor:latest

To get the PS5 status once the container is running:

curl http://192.168.1.2:1234/status

About

Get your PS5 status as JSON with a REST API

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 80.7%
  • Dockerfile 19.3%