Skip to content

Releases: FunkeyFlo/ps5-mqtt

v1.0.0

11 Aug 19:46
1a5b5a7
Compare
Choose a tag to compare

What’s changed

🚨 New functionality

Matching PSN account activity to consoles is now supported.

The add-on will create a new sensor.my_playstation_activity sensor that tells you which app/game is being used on the console! Both entities, activity and power, will now include the following attributes:

Attribute Description
Players A list of players active on the device
Activity / sensor.state idle, playing or none; indicating the kind of activity on the device
Title Name A user-friendly name of the Playstation App / Game currently in use.
Title Image A url referring to the official box-art.
Title ID unique code for the Playstation App / Game currently in use.

Take a look at the documentation to see how to configure the add on for tracking PSN accounts and how to acquire the required information.

Examples

image
image

⚠ The MQTT implementation saw some changes that might cause you to have duplicate power entities in HA after upgrading. ⚠

  • The advised upgrade path is to remove your old devices from Home Assistant and let the add-on rediscover them for you.
  • Alternatively remove the old power entity and rename the new power entity (which will probably be called something like switch.my_ps5_power_2) to your old entity's name.

🚀 Enhancements

📚 Documentation

v0.7.1

04 Aug 18:18
Compare
Choose a tag to compare

What’s changed

  • 💪 #22: PS4 devices were unintentionally being discovered as @bryeartem correctly pointed out. He also mentioned that, in his case, the add-on detects state changes in the PS4 quicker than the HA integration. So instead of 'fixing' the issue I decided to add an extra option (include_ps4_devices) to the config. Turning the option on will discover PS4 devices as well as PS5's. The option is disabled by default.

v0.7.0

03 Aug 19:23
Compare
Choose a tag to compare

What’s changed

  • 🔧 #21: fixed failing device state checks when PS5 name contained non-alphanumeric or '-' and '_' characters.
  • 🔐 improved add-on security (rating) by adding ingress support.
  • 💔 removed ps5_credentials option from add-on configuration.

v0.6.4

30 Jul 21:21
bc331f0
Compare
Choose a tag to compare

What’s changed

  • client improvements @FunkeyFlo (#19)
    • added dark/light theme option to client UI 🌗
    • (hopefully) cleared up some of the confusion people were having with the authentication steps by changing the walkthrough text that's displayed in the Authorization dialog.

v0.6.3

27 Jul 19:36
Compare
Choose a tag to compare
  • Switched to images instead of locally built Dockerfiles #3.