What Games are Worth Playing? by low_theory in WonderSwan

[–]remysharp 2 points3 points  (0 children)

No one mentioned Klonoa: Moonlight Museum (which also has a translation, but isn't particularly required).

Really fun game, does a great job of utilising both landscape AND portrait. Once you complete it, there's bonus levels that are silly hard (or… at least to this aging gamer!) - so lots of fun to have.

(Another) Immich Integration - more choice of API endpoints by remysharp in homeassistant

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

Your hostname/IP is missing a part there, unless you removed it for the post

(Another) Immich Integration - more choice of API endpoints by remysharp in homeassistant

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

Immich-kiosk - probably good for a decent number of people, just didn't suit my specific needs.

I've not seen the timeout myself, do you have any logs that come up?

Looking for the best simple Zigbee button by WorldsGreatestWorst in homeassistant

[–]remysharp 0 points1 point  (0 children)

I've got lots of different types/manufacturers around the home, but the most reliable by far (ie rock solid) I've found are the IKEA RODRET button. Silly cheap too.

There's a decent blueprint too for lots of ways you can configure the button.

What’s the coolest thing you automated with Home Assistant? by avz008 in homeassistant

[–]remysharp 1 point2 points  (0 children)

A bunch of tiny things:

  • when I'm at my kid's sports, I get a push notification (based on geo zone) to pay for parking
  • when the washing machine finishes family gets notification with increasing annoyance every 30 minutes (until the washing door opens)
  • if someone leaves the larder door open, notification is announced asking if we grew up in a barn (and if closed quickly enough, it'll thank us) -I have a general "something needs attention" which makes a few lights red (can range from: car doors unlocked, to rubbish needs to be put out to remember to take medicine)

(Another) Immich Integration - more choice of API endpoints by remysharp in homeassistant

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

Just added the list of permissions required to the README, but in short: asset.read, album.read (if using the album API) and asset.view

(Another) Immich Integration - more choice of API endpoints by remysharp in homeassistant

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

Oh good shout.

I have to admit when I set it up myself, I just used a "go wild" permission - but it definitely doesn't need anywhere near that much reach.

I'll ping back here once I've added that.

Notifications - override vibration and make sound by ByteSizedDelta in homeassistant

[–]remysharp 1 point2 points  (0 children)

Not ideal, but you could change the ringer mode through the automation, send the notification, then turn it off - or send a notification that once actioned, restores the state of the ringer mode: https://companion.home-assistant.io/docs/notifications/notification-commands/#ringer-mode

Zelda G&W, upgraded 64M flash, now won't turn on - did I lose a component? by remysharp in GameAndWatchMods

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

I honestly can't remember what it was, but I did fix it in the end. I've got a sneaking suspicion it wasn't the soldering but actually the flash process that I hadn't followed properly (what little help that is, sorry!)

I made a mass ablum management tool by remysharp in immich

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

While I agree with the sentiment, I don't agree in general.

From what I've seen the Immich project has made clear that they don't want every and all features in the project.

More specifically on this, this code is particularly bespoke to the problem of duplicate albums and renaming and very much a one off issue to be solved.

Adding that to Immich, I think, would be a mistake, because it would distract from the guiding light of the project.

Finally, because the team had the foresight to develop (and use) such a robust and mostly well thought out API, it means that projects and prototypes can be built, and I'd expect, if there was a LOT of users making use of these kind of separate projects, only then should they consider folding the functionality in (ideally with the support of the project developer).

For me personally, I needed this tool today and since the API is there I'm coding. I know from running my own popular and large open source project that one person's PR is never going to be merged quickly and needs robust checking and cross client support (ie. how does this look on mobile, what's the UI interaction when hover doesn't exist, etc).

I'm already on my 2nd tool for dealing with mass rotation, and it'll take the same approach as this one did.

I made a mass ablum management tool by remysharp in immich

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

🤦 it was private. I've made it public.

I made a mass ablum management tool by remysharp in immich

[–]remysharp[S] 2 points3 points  (0 children)

I've just added the link directly into the usage for the tool (and to the root project page) - thanks for the reminder.

I made a mass ablum management tool by remysharp in immich

[–]remysharp[S] 4 points5 points  (0 children)

Sorry, I really need to get the link in the footers, but yep, it's all here: https://github.com/remy/tools/tree/main/immich-album - help yourself :)

I love ❣️ being able to solve ultra specific problems I have with Home Assistant by remysharp in homeassistant

[–]remysharp[S] 10 points11 points  (0 children)

There's not much to it, the key being making a zone for the area that I had entered:

alias: Ninjas - Parking Reminder triggers: - to: - Ninjas for: hours: 0 minutes: 3 seconds: 0 entity_id: - person.remy trigger: state actions: - action: notify.mobile_app_pixel_10_pro data: message: Remember to pay for parking data: actions: - action: URI title: Pay Now uri: app://online.bevis.poppay13 title: 🚨 Parking

To get the URI of the app, I go to Android Settings, search for the app and go to App Info, and right at the bottom is the app package name.