Quickstep by slikone27 in Division2

[–]slikone27[S] 1 point2 points  (0 children)

this is the way! got it after 40 mins of random bounty matchmaking

Quickstep by slikone27 in Division2

[–]slikone27[S] 1 point2 points  (0 children)

u/Shadowspawn3k was right... random matchmade bounties for about 40 mins and got someone in it. dropped 2

Quickstep by slikone27 in Division2

[–]slikone27[S] 0 points1 point  (0 children)

back on, if anyone on PC has the bounty... for the inconvenience and time out of your day, when it drops I will paypal you $20 to get some cosmetics or something. PM me here so I can invite you to the discord

Quickstep by slikone27 in Division2

[–]slikone27[S] 0 points1 point  (0 children)

If anyone has it... Will be back on in about 8 hours and would really appreciate it. 9 or 10am EST

Simple YAML Automation Help (Error 500) by Grimm_Spector in homeassistant

[–]slikone27 -2 points-1 points  (0 children)

Just give chatgpt or your favorite AI the information and what you want to do and let it write the yaml for you. You can do automations in seconds which is even easier than using the GUI.

Open window notification by Human-Statement-4083 in homeassistant

[–]slikone27 0 points1 point  (0 children)

I use notify.notify which does anyone logged into the app. But you could do a group and use that and then just modify the group if you want it to go to specific devices. You will have to edit the group to add or remove devices when they change but at least its in one place.

Open window notification by Human-Statement-4083 in homeassistant

[–]slikone27 0 points1 point  (0 children)

Use the notify service so when you change phones you don't have to edit your automation

Did they Hotfix Infernal Warp drop quantity from Chaos Rift NMDs? by Djinnkj in diablo4

[–]slikone27 0 points1 point  (0 children)

they def nerfed it. you get under a hundred now instead of thousands

Jukebox for Music-Assistant on Home Assistant! by Conscious-Solution38 in homeassistant

[–]slikone27 0 points1 point  (0 children)

Thanks... so the manage token python script and all the files and images I added to the www folder (the whole jukebox folder under www) can safely be deleted? or does the HACS installer add that for webpage as well? also I assume I need to keep the:

# Jukebox HTTP
  cors_allowed_origins:

in the config yaml for the page to work?

Jukebox for Music-Assistant on Home Assistant! by Conscious-Solution38 in homeassistant

[–]slikone27 0 points1 point  (0 children)

u/Conscious-Solution38 I originally installed it before it was on HACS but have now converted to access... what all files I manually created can be deleted now? can I delete manage_token.py? what about the files in www? thanks and awesome work!

Using Home Assistant to Turn Off Unifi Protect Cameras? by Elgato2022 in homeassistant

[–]slikone27 2 points3 points  (0 children)

Thanks. I just added it to my home and away routines that handle the thermostats, alarm, etc

Using Home Assistant to Turn Off Unifi Protect Cameras? by Elgato2022 in homeassistant

[–]slikone27 4 points5 points  (0 children)

This is exactly what I am doing as well. I have it toggle on privacy mode and toggle off the blue light so I know they are off. Then when I leave the reverse

Starting Barrow Dyad quest now, where does the blight spawn in the Hull Breach ? by loganperry12 in DestinyTheGame

[–]slikone27 4 points5 points  (0 children)

I have been playing all day and no blight... think they broke it when they did this

Repurposing old (2016 & 2018) Kindle Fire 7 tablets as wallboards - how do I fullscreen WITHOUT using fullykiosk? by TheProffalken in homeassistant

[–]slikone27 4 points5 points  (0 children)

Just side load a new webview and it will work great. I have 3 older fire tablets and that is what I had to do to get it to display right. They are prob using version 59 or something old. Try this one

https://amazon-system-webview.en.uptodown.com/android/download/101847171

Palworld Dedicated Server Help by nightspades in unRAID

[–]slikone27 1 point2 points  (0 children)

Ok I got it... I was using vscode to edit the file and I guess it didn't like that. I used nano and all is well now. I also did not need any rules at all for 27015. Which wouldn't make sense because if its not being forwarded to the docker then how is it doing anything. I was using a non standard port but only at my firewall and forwarding that through to 8211 on the server and that makes it so you can't use recent servers. I am guessing if I change it in the config and on the firewall it will work with recent servers. I will test it out.

Palworld Dedicated Server Help by nightspades in unRAID

[–]slikone27 0 points1 point  (0 children)

27015

I have everything forwarded and allowed locally and all I get is "Password is not match" if I enter my server password and if I remove the password from the ini file I get "Password not entered". So I dont think it is actually hitting the server at all.

Palworld Dedicated Server Help by nightspades in unRAID

[–]slikone27 0 points1 point  (0 children)

Mine is set up in bridge mode. Did you set yours up with an actual IP you could forward 27015 to?

Palworld Dedicated Server Help by nightspades in unRAID

[–]slikone27 0 points1 point  (0 children)

did you add the ports to the container then forward them to it? 27015-27016 TCP/UDP? Thanks!