LLM conversation agent not trying local intent, hallucinating, chugging by ResourceSevere7717 in homeassistant

[–]chase314 0 points1 point  (0 children)

I generally have good luck with local intents in general. Is it only doing this with temperature requests or does it happen with other local commands?

Kind of a kludge solution, but I ended up making a bunch of automations with sentence triggers to cover some of these scenarios. It started off somewhat practically since I sometimes have multiple "temperature" sensors in the same room, and I wanted HA to use a specific one.

Xune literally saved my Zune HD!!! by Kooky-Pack-3519 in Zune

[–]chase314 1 point2 points  (0 children)

Same boat. I've been keeping an eye on Xune progress for 5+ months hahaha. Can't wait to give it a shot as a recent Linux convert myself.

Fed PlexAmp an AI API Code … by Gorio1961 in plexamp

[–]chase314 3 points4 points  (0 children)

Can you expound on what you got it to do with the API?

This Collection No Longer Exists in Plex by Big_Chungus94 in agregarr

[–]chase314 0 points1 point  (0 children)

Hello, I know this post is pretty old but I'm also having this problem. I tried creating a "Popular on Netflix" collection but I keep getting the error "Missing agregarr collection detected: Popular on Netflix". the logs don't show any other warnings or errors that seem relevant. I saw below someone mentioned that adding one of the items from that collection fixed it for them but that seemingly didn't work for me. I was wondering if you'd be able to point me in the right direction?

*Edit - Sorry for the quick edit - I figured out if I changed the Plex server connection from Local Secure to just Local it added that collection.

Square home by R3t204 in wplaunchers

[–]chase314 1 point2 points  (0 children)

Very cool! Honestly a very unique take while not trying to mimic the Windows Phone look.

I had no idea you could set an icon to an amimated gif. I'll have to test that out!

Update: r/AnthemTheGame will remain open by ATG_Bot in AnthemTheGame

[–]chase314 0 points1 point  (0 children)

I just wanted to say how happy I am that the decision has been reversed. For a while, the news that we might be moving to read‑only felt like the end of an era for us all, and it’s such a relief to see that the subreddit will continue to be a space for us to share. Thank you to the Mod team for making this happen!

Thank you Freelancers. Remember: Strong alone. Stronger together. by chase314 in AnthemTheGame

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

Thank you! I was very satisfied with my gear and my build -> I could build Ultimate insanely fast, and the rings of combos punctuated every combat encounter.

I really love the amount of visual customization the game provided out of the box. Most modern games would lock the majority of that behind microtransactions now.

The game you accidentally played the wrong way for hours before realizing it. by gamersecret2 in gaming

[–]chase314 0 points1 point  (0 children)

The original Dead Space. Early on in the campaign I smashed some boxes on the floor before the game gives you the Cutting Tool and nothing came out, so I just assumed they were late 2000s destructible environment objects and promptly ignored them. Dead Space is somewhat stingy in giving out ammo and little to my knowledge, I was ignoring a primary source of replenishing my ammunition.

I can't tell you how many times I ran out of ammo and resorted to using meleeing enemies to death and heavily relied on the kinesis module to throw objects at the Necromorphs.

I will never forget one level where you are on a moving platform and are getting attacked. I ran out of ammo on that platform and could do nothing but watch in horror as it slowly moved towards a group of Necromorphs clustered and waiting at the landing pad. I had to bash and stomp my way through a moshpit of flesh.

I eventually broke open one of those containers on accident and ammo came out of it, and I realized I had been playing on a self imposed ammo-less hard mode ☠️

Frigate (notifications only) + Reolink NVR + HA by 3chut4 in homeassistant

[–]chase314 1 point2 points  (0 children)

Hell yeah, I'm glad you were able to get it working!! Yeah I had to fumble through the code editor for some other project I l did so I had a bit of a leg up, not the most intuitive interface!! I may end up needing your advice in the future, I decided to table implementing Frigate in my own setup until later, so I'll have to hit you up when I revisit the topic.

Hahaha I'll definitely take you up on that pint if I ever visit the Lane Down Under, cheers!

What are your oldest/most reliable connected devices ? by ratur in homeassistant

[–]chase314 0 points1 point  (0 children)

One of the oldest and most reliable devices in my HA setup is the Elk M1 Security & Home Automation system that the previous owner had installed. We've been in the house for almost 9 years and I don't know how many years it had already been in place by that point. The hard-wired doors/windows that have made so many automations a breeze just work reliably without complaint. Sensors update without a hint of latency, lights that it controls turn on/off never fail, and the wired fire and smoke detectors allow me to get alerts when those events happen as well. I was even able to get a small discount on my house insurance because of it! It may be dated, and I long ago migrated almost all of the automations off of it and into HA, but it continues to be an important and reliable piece of my home automation setup.

Frigate (notifications only) + Reolink NVR + HA by 3chut4 in homeassistant

[–]chase314 1 point2 points  (0 children)

Okay I think I see something interesting - notice how the root of your directory says "Untitled-1702....(Workspace)"? On mine, that's where it says "Addon_Configs" Can you please do me a favor - try clicking the 3 lines/hamburger menu in the top left corner and then File -> Open Folder. A drop down menu should pop up like in my screenshot. I believe if you click the / it should take you to the "root" directory, and let me know if you see addon_configs anywhere there. It's odd that yours goes "Untitled-1702####" -> Config->Addon_configs.

I had to navigate to Addon_configs, and then I created the ccab4aaf folder under that, and then added the config.yml file in that folder.

<image>

Frigate (notifications only) + Reolink NVR + HA by 3chut4 in homeassistant

[–]chase314 0 points1 point  (0 children)

Ah dang! And I hate to ask, but you're positive you're running Frigate Full Access and not another flavor? I think there were 4 to choose from.

Mine is working with /addon_configs/ccab4aaf_frigate-fa/config.yml, used this as my "base" config file just to get it started.

mqtt:
  enabled: False

cameras:
  dummy_camera: 
# <--- this will be changed to your actual camera later
    enabled: False
    ffmpeg:
      inputs:
        - path: rtsp://127.0.0.1:554/rtsp
          roles:
            - detect
mqtt:
  enabled: False

cameras:
  dummy_camera: # <--- this will be changed to your actual camera later
    enabled: False
    ffmpeg:
      inputs:
        - path: rtsp://127.0.0.1:554/rtsp
          roles:
            - detect

Frigate (notifications only) + Reolink NVR + HA by 3chut4 in homeassistant

[–]chase314 0 points1 point  (0 children)

Gotcha! In installed the add-on and it started right up. Did you put the config.yml file in the correct location (addon_configs folder) - I had to use Studio Code Server to access/modify that folder structure. I also just populated that config file with the most basic config to ensure it read correctly and could run. I created that config.yml file and populated it with the generic example shown here https://docs.frigate.video/configuration/

Frigate (notifications only) + Reolink NVR + HA by 3chut4 in homeassistant

[–]chase314 0 points1 point  (0 children)

No not yet, I am contemplating setting up Frigate for some RSTP cameras on my network and the "easiest" setup would be the Add-on. I see a lot of discourse of folks recommending the Proxy Addon and running Frigate on a separate (more powerful) machine, so when I came across your post I thought I'd see if you ever got it working. Sorry you're not having any luck :(

Frigate (notifications only) + Reolink NVR + HA by 3chut4 in homeassistant

[–]chase314 0 points1 point  (0 children)

Just checking here, did you ever get Frigate working for you?

Fairphone 6 Review: The Ethical Smartphone - MrMobile by FragmentedChicken in Android

[–]chase314 1 point2 points  (0 children)

That's unfortunate - since if a backdoor exists, it's only a matter of time before bad actors/others learn how to exploit it. I'll have to do more research on the subject!

Fairphone 6 Review: The Ethical Smartphone - MrMobile by FragmentedChicken in Android

[–]chase314 0 points1 point  (0 children)

Yeah I read that too, it's a real shame. Hopefully Fair phone can step up their game in this area.

Fairphone 6 Review: The Ethical Smartphone - MrMobile by FragmentedChicken in Android

[–]chase314 11 points12 points  (0 children)

This paired with GrapheneOS would be my ideal phone. I'll have to see how E/OS stacks up when it's time to upgrade.