You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Howdy! Thanks for all the hard work on this add-on, was hoping to integrate my PS5 into my HA instance with it. Sadly, I have been unable to get the ps5-mqtt add-on to work with what it at least sees as a valid configuration.
So, if I start the add-on without configuring, here's what the log looks like:
As stated, both ps5_mqtt and ps5_npsso are set correctly (I fiddled with removing the _ character, afraid that that's a way to organize sections of data in YAML - it did not fix the issue. Was even able to get HA to yell at me about missing secrets once or twice).
HAOS is running in a VM, and from the HAOS machine commandline, I can ping the MQTT host at the IP address above and it's available from the VM's machine.
The add-on logs are scant helpful. All I see when I can save the configuration, is this message, and nothing else in the log:
Starting PS5-MQTT...
The web UI never comes up, no more logs to help detail why.
More than willing to provide other debugging information to help narrow down the issue. I'm also fairly new to HomeAssistant, so I may be flubbing something pretty fundamental here, too. Was hoping I'd figure this out via rubber duck debugging while writing this issue out, but sadly I am still where I started on this.
oh, derp! I always thought the MQTT add-on simply provided (served from HA) a lightweight broker, and didn't just provide the ability to talk to an MQTT broker. Yes, I have it set, and verified the user/pass are correct, so I'll have to re-try this tonight once I have the add-on installed 🤦
Description of the issue
Howdy! Thanks for all the hard work on this add-on, was hoping to integrate my PS5 into my HA instance with it. Sadly, I have been unable to get the ps5-mqtt add-on to work with what it at least sees as a valid configuration.
So, if I start the add-on without configuring, here's what the log looks like:
Makes sense, can't talk to my MQTT broker because I didn't configure. So:
Config (secret values set by key in secrets.yaml):
As stated, both
ps5_mqtt
andps5_npsso
are set correctly (I fiddled with removing the_
character, afraid that that's a way to organize sections of data in YAML - it did not fix the issue. Was even able to get HA to yell at me about missing secrets once or twice).HAOS is running in a VM, and from the HAOS machine commandline, I can ping the MQTT host at the IP address above and it's available from the VM's machine.
The add-on logs are scant helpful. All I see when I can save the configuration, is this message, and nothing else in the log:
The web UI never comes up, no more logs to help detail why.
More than willing to provide other debugging information to help narrow down the issue. I'm also fairly new to HomeAssistant, so I may be flubbing something pretty fundamental here, too. Was hoping I'd figure this out via rubber duck debugging while writing this issue out, but sadly I am still where I started on this.
Addon version
1.4.0
Platform
Core: 2024.12.5
Supervisor: 2024.12.0
Operating System: HassOS 14.1
Frontend: 20241127.8
Logs of the issue (if applicable)
Starting PS5-MQTT...
Starting PS5-MQTT...
Starting PS5-MQTT...
Starting PS5-MQTT...
Starting PS5-MQTT...
Starting PS5-MQTT...
Starting PS5-MQTT...
Starting PS5-MQTT...
Starting PS5-MQTT...
Starting PS5-MQTT...
Starting PS5-MQTT...
Starting PS5-MQTT...
[11:25:17] ERROR: Got unexpected response from the API: Service not enabled
Starting PS5-MQTT...
node:internal/process/promises:279
triggerUncaughtException(err, true /* fromPromise /);
^
Error: getaddrinfo ENOTFOUND null
at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:109:26) {
errno: -3008,
code: 'ENOTFOUND',
syscall: 'getaddrinfo',
hostname: 'null'
}
[11:25:30] ERROR: Got unexpected response from the API: Service not enabled
Starting PS5-MQTT...
node:internal/process/promises:279
triggerUncaughtException(err, true / fromPromise /);
^
Error: getaddrinfo ENOTFOUND null
at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:109:26) {
errno: -3008,
code: 'ENOTFOUND',
syscall: 'getaddrinfo',
hostname: 'null'
}
Starting PS5-MQTT...
Starting PS5-MQTT...
Starting PS5-MQTT...
[11:51:30] ERROR: Got unexpected response from the API: Service not enabled
Starting PS5-MQTT...
node:internal/process/promises:279
triggerUncaughtException(err, true / fromPromise */);
^
Error: getaddrinfo ENOTFOUND null
at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:109:26) {
errno: -3008,
code: 'ENOTFOUND',
syscall: 'getaddrinfo',
hostname: 'null'
}
Starting PS5-MQTT...
Starting PS5-MQTT...
Starting PS5-MQTT...
Starting PS5-MQTT...
Starting PS5-MQTT...
Starting PS5-MQTT...
Starting PS5-MQTT...
Starting PS5-MQTT...
Starting PS5-MQTT...
The text was updated successfully, but these errors were encountered: