What is docker?

Hi All,

Could you please help me to understand what is Docker?

I’m trying to integrate my PS5 with Home Assistant using this:

But in the documentation:

Everything is about the docker…

I run my HASS on Windows PC with VMware

Thanks in advance.

1 Like

Yes, I read that.

But Still don’t know how to configure that in HASS?

Do I need that to run PS5 Addon?

You probably don’t need to know the details as there is an addon ps5-mqtt/add-ons at d4cf1ed489e07256ab66fca4e958ec8d4b539bd3 · FunkeyFlo/ps5-mqtt · GitHub

1 Like

That’s what I mean.

I have the add-on.

However, when I start the Add-on it shows an error: 502: Bad Gateway
Later it asks me to start it again…

I’m not sure what configuration it requires to make this happen? :slight_smile:

The addon has a log. What does it say?

It says this:

Starting PS5-MQTT…
node:internal/process/promises:279
triggerUncaughtException(err, true /* fromPromise */);
^
Error: getaddrinfo ENOTFOUND null
at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:71:26) {
errno: -3008,
code: ‘ENOTFOUND’,
syscall: ‘getaddrinfo’,
hostname: ‘null’
}

Do you have mqtt running on your system?

What is Docker?

To me: a complete pain in the ass. Have NEVER managed to get it working on any system properly. One more thing to go wrong IMO.

usually a case of following instructions.

1 Like

Agree. On the other hand, sometimes it’s not that…because the instructions are so painfully obtuse, confusing and inapplicable in various circumstances and situations that…the program, although supposedly “properly installed” still fails to run. Windows and Linux both.

@PAjTEK_PL I added the PS5 addon to try this out for you. I do not have a PS5 to test on. However the addon started perfectly.

I disabled my MQTT broker and tried to restart the PS5 addon. It gave a similar error to the one you describe. I re-enabled the MQTT broker, and the PS5 addon then started properly again.

Do you have MQTT running? If not, I can help with that.

Hi @nickrout,

Ok, great!

what I did so far:

I installed the Mosquitto broker Addon.

I can see my PS5 in the PS5 Addon, however I have no entities / devices for it in HASS.

Any ideas how to get them?

Thank you!