-
-
Notifications
You must be signed in to change notification settings - Fork 805
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New script: ps5-mqtt #1198
New script: ps5-mqtt #1198
Conversation
Looks mostly good to me, please remove all blank lines in the msg_info blocks, then it should be good to go. |
removed the empty lines in 664f28a. 🚀 |
Not sure where to post this. I got the Then I tried for the lulz running this again: apt update ; apt upgrade ; apt-get clean ; apt-get autoremove ; bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/ps5-mqtt.sh)" Kapture.2025-02-04.at.12.17.58.mp4Is this intended behavior? Checking from https://github.com/community-scripts/ProxmoxVE/blob/main/misc/build.func#L852 that what's going on (as I occasionally got an error pointing to this line) |
I would try to break this down:
regarding 1.) regarding 2.) this is not the best spot to get support. you can write me on discord if you need further help. |
RESPONSE=$(curl -s -o response.txt -w "%{http_code}" -L -X POST "$API_URL" --post301 --post302 \
-H "Content-Type: application/json" \
-d "$JSON_PAYLOAD") ..and since that fails, it wont continue the installer script to the next step which is But as I said, I might be completely wrong. But if I'm not, doesn't the installer script leave bunch of stuff incomplete, so is my installation even completely complete..? 🤔 |
I mean.
well, now that I tried it again, now the step 2 wont fail anymore.. so something was broken, as the – whatever website – responded with 500 and now it works. but the PS5-MQTT still doesn't work.. 😕 just to verify if I missed some steps:
For what it's worth, I'm running on Unifi LAN, so I'm not sure if I should modify my networks settings somehow, e.g. allow IGMP snooping or something. |
Ok so it was supposed to be the IP-address of my PS5. Now I am able to see it. But the auto discovery didn't work |
No, as the name suggest it should be the broadcast address of the subnet in which you PS5 is located, NOT the IP address of your PS5. |
✍️ Description
Add scripts for PS5-MQTT, useful then using home-assistant core scripts.
🛠️ Type of Change
Please check the relevant options:
✅ Prerequisites
The following steps must be completed for the pull request to be considered: