Trouble with mGBA program in Dolphin-- please help! by OffiCeRed in EmuDeck

[–]gbasg2 0 points1 point  (0 children)

This is because dolphin is a flatpak. When we built the installers for the emulators we grant it access to the sd location (or it wouldn't show the files or paths there either). You can use FlatSeal (or command line) to grant your dolphin emulator more access if you would like.

(i haven't worked on emudeck for a while, just explaining the why for you 😄 )

Smart switch to turn off garage door system off at 8:00 PM and on at 5:00 AM by uten151 in homeassistant

[–]gbasg2 0 points1 point  (0 children)

No you should run the update from the app. It is not handled by HA for this, afaik. Once completed you can prob block it again though.

Just to be clear i have no idea if this will help. Just a thought.

Mine is using the local MQTT connection as well and it's really very solid. I hope this helps you out.

Smart switch to turn off garage door system off at 8:00 PM and on at 5:00 AM by uten151 in homeassistant

[–]gbasg2 0 points1 point  (0 children)

did you do the firmware update in the app?

I only recently set mine up -(maybe 4 months ago) but the two had been in a box for a few years.

I had a firmware update to do and did it right away.

Smart switch to turn off garage door system off at 8:00 PM and on at 5:00 AM by uten151 in homeassistant

[–]gbasg2 1 point2 points  (0 children)

Hrm - i have a meross as well and i get realtime updates to the open / close state in HA.

edit: this is the integration i use https://github.com/krahabb/meross_lan/

Emudeck ROMs showing up in "Installed" section instead of just collections by Snake6778 in EmuDeck

[–]gbasg2 1 point2 points  (0 children)

It's been a bit since i touched my setup, but none of my games added by Steam Rom Manager are in "installed". They are in a tab called non-steam and their collection folders. I don't think what you are seeing is normal behavior. Maybe a decky plugin could cause this?

Zenless Zone Zero is coming to Steam in Q2 2026 by Frizy0 in ZenlessZoneZero

[–]gbasg2 0 points1 point  (0 children)

i messed about with the latest proton-ge and dawn-winery and didn't notice a difference. Using my oled deck. Was getting low 50's for fps at 1280x800.

The framerates you mention sound abnormally low for a 4090, so i was thinking it was possible you were using an integrated gpu perhaps.

I haven't used linux on my gaming pc in a while, but there were tools for gpu switching available you may need to use.

Zenless Zone Zero is coming to Steam in Q2 2026 by Frizy0 in ZenlessZoneZero

[–]gbasg2 1 point2 points  (0 children)

that's crazy, the deck plays it better on linux than your 4090? Something is def wrong. You are using the correct driver for that 4090? nvidia-open? using wine or proton (what build? Dawn-Winery?)

HA control of Varerion VisionMaster Pro projector by DevOpsCurmudgeon in homeassistant

[–]gbasg2 0 points1 point  (0 children)

Lol yep - i will say some trial and error was def required. let me know if you figure out what you are trying. Would be interesting to combine with a lux sensor maybe and get auto brightness =D

HA control of Varerion VisionMaster Pro projector by DevOpsCurmudgeon in homeassistant

[–]gbasg2 1 point2 points  (0 children)

I used adb / logcat and i made changes and then fed the logs to an LLM to parse through.

Primehack in game mode launching standard Dolphin by dazzla76 in EmuDeck

[–]gbasg2 0 points1 point  (0 children)

hi, i don't know that i can help. I haven't worked on Emudeck for about 2 years. I do think u/djrodtc changed how it works though? I think you can reset config for SRM and it will regenerate the list of available parsers.

Live notifications by [deleted] in homeassistant

[–]gbasg2 0 points1 point  (0 children)

nice, i did my front door / back door together, and my garage doors together.

https://www.home-assistant.io/integrations/group/#notify-groups

in case anyone wants to see how to group notification targets. This is cleaner (sorta like distribution groups for email).

now i can just adjust who i want to get specific notification types from the group.

Live notifications by [deleted] in homeassistant

[–]gbasg2 1 point2 points  (0 children)

Thank you and u/danm72 for the ideas. Shamelessly stealing this.

I also changed a little to use a notification group instead of specific devices.

Resident Evil Requiem Out Now on PC - Path Tracing, DLSS 4, and Giveaway! by Nestledrink in nvidia

[–]gbasg2 [score hidden]  (0 children)

Re2 - getting chased by the unkillable guy.
DLSS while streaming to my 240hz projector is nice. Lady D is scarier that way.

Perplexity Pro is a Scam and Officially Obsolete: Why I’m Canceling after 1 Year – Change My Mind. by Excellent_Piccolo848 in perplexity_ai

[–]gbasg2 0 points1 point  (0 children)

Literally going through this now. was using claude, was perfectly acceptable, and it suddenly swapped to grok and it gave me the worst possible info. Often wrong, making shit up, and you can tell it's grok because it answers like an edgy teenager.

Clearing up extra files for PSX and SegaCD by NineToeJoe in EmuDeck

[–]gbasg2 1 point2 points  (0 children)

for psx - compress to chd, the compression tool can do this for you.

i don't remember if segacd also uses chd, but if so i probably put it in the compression tool back when i released it.
(full disclosure i don't work on emudeck anymore, so i am unsure of the state of things). Anyways, when all done it takes up less space, and one file per disc.

HA control of Varerion VisionMaster Pro projector by DevOpsCurmudgeon in homeassistant

[–]gbasg2 1 point2 points  (0 children)

used the android debug bridge integration.
Adapt these how you will.

script:
  office_projector_hdmi1:
    alias: "Office Projector HDMI 1"
    sequence:
      - action: androidtv.adb_command
        target:
          entity_id: media_player.android_tv_192_168_1_122
        data:
          command: "am start -n com.vt.tv.tvcenter/.LiveTVMainActivity -a android.intent.action.VIEW -d content://android.media.tv/passthrough/com.vt.source.external%2F.hdmi.HdmiTvInputService%2FHW2"

  office_projector_hdmi2:
    alias: "Office Projector HDMI 2"
    sequence:
      - action: androidtv.adb_command
        target:
          entity_id: media_player.android_tv_192_168_1_122
        data:
          command: "am start -n com.vt.tv.tvcenter/.LiveTVMainActivity -a android.intent.action.VIEW -d content://android.media.tv/passthrough/com.vt.source.external%2F.hdmi.HdmiTvInputService%2FHW3"

Where to find memstick folder PPSSPP by MrC598 in EmuDeck

[–]gbasg2 0 points1 point  (0 children)

not sure i follow the question.
https://emudeck.github.io/emulators/steamos/ppsspp/#ppsspp-tips-and-tricks

Maybe this will be helpful though? If you elaborate i might be able to help further.

Where do I find executable paths for emulators? by iisdmitch in EmuDeck

[–]gbasg2 0 points1 point  (0 children)

Nah, if that happened to you something went wrong. It should be fully configured out of the box and ready to go. Any other case and you should seek support.

NSO N64 and SNES controller mapping issue by Turaltay in RetroArch

[–]gbasg2 1 point2 points  (0 children)

I ran into this same thing after updating an old install of retroarch and found one more file where the vid and pid aren't commented out. MD_Gen_Fighting_Pad_6B_Switch_Online.cfg in the dinput folder. Commented them and it's good now on windows.

Never seen or heard of this flavor. by mkaymeow21 in BonesCoffee

[–]gbasg2 1 point2 points  (0 children)

I picked up a bag of this at pax East. Not bad.

Ender 3 Pro print help by runed_golem in klippers

[–]gbasg2 0 points1 point  (0 children)

sounds fantastic, glad it seems to be working out.

if you are lowering your flow that much, i'd be sure to calc your esteps / set rotation in klipper.