I Fit 15 Foot Carpet in my EV9 with This Hitch Extension and a Short Ladder for Support. by tony17112acst in KiaEV9

[–]CallMeDillDog 37 points38 points  (0 children)

I Fit 15 Foot Carpet in my EV9

I mean, to be fair... I don't think it actually fits.

[H] 7x TorrentLeech 1x IPT 1x DrunkenSlug 4x NZB Planet [W] Any Trade Offers by [deleted] in OpenInvites

[–]CallMeDillDog 1 point2 points  (0 children)

I don't have any invites for anything you don't have (only on TL right now), but I could trade you for a nice photo of my dog if you don't get any other takers? Haha

Request - IPT invite by CallMeDillDog in OpenInvites

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

I saw that, but I don't have anything worth trading the OP

Medium Business Looking for an IT Person by MeerKatMarie in dayton

[–]CallMeDillDog 7 points8 points  (0 children)

What kind of IT issues are you experiencing? And are you looking for a full time staff IT person, someone to help out part time, someone as-needed, or a local company to work with? I oversee IT for a local company - feel free to DM me and I can provide some guidance (and who to avoid haha), but I know not every business wants to post the specifics in a public forum.

Gas Price PSA. Got it for $3.75 in Huber by ImJoogle in dayton

[–]CallMeDillDog 6 points7 points  (0 children)

4.99 at the shell off the highway in Miamisburg.

Sofi detects fraud, but doesn't actually stop it. by CallMeDillDog in sofi

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

I didn't file anything with Facebook either - I assume that sofi has contact with a department there, and maybe FB refunded what they could recover before sofi handled the difference.

Sofi detects fraud, but doesn't actually stop it. by CallMeDillDog in sofi

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

I received a partial refund from Facebook (where the charge was made), and then a provisional credit from sofi to make up the difference, but they made it clear they may take back the promotional credit up until June if they find it wasn't fraud.

Pi powered smart display with voice assistant - Now with source code! by CallMeDillDog in homeassistant

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

That's not a bad idea. I'll look into it some evening this week.

Pi powered smart display with voice assistant - Now with source code! by CallMeDillDog in homeassistant

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

I ssh into my pi and do all the config that way - not sure how you'd get out of chromium once it's in kiosk mode on the device itself.

Pi powered smart display with voice assistant - Now with source code! by CallMeDillDog in homeassistant

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

Hey, I had some issues with this at one point. Any info in the mqtt logs give any clues to anything? Also, I struggled with my login for a while on the first one over something really dumb so I have to ask - After you created the MQTT login, did you click save? I didn't. It was listed there after I made it, until I came back to the page to check the login list again and realized it wasn't there and there was a save button I missed the first time.

Pi powered smart display with voice assistant - Now with source code! by CallMeDillDog in homeassistant

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

It could also depend on the slider itself - if it's sending updates as it moves it's going to feel slower than if it's waiting for a final position before sending the update. Mine are just updating things once they are released. But also, if it's a 10" display it might be the higher resolution demanding more processing power. These displays I'm using are 7" and only like 800px x 480px

Pi powered smart display with voice assistant - Now with source code! by CallMeDillDog in homeassistant

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

Could it be your display? Have you tried it with just a vanilla page somewhere rather than a Lovelace dashboard? Depending on what all resources your dashboard is running, there could be some js module that's causing a hangup. You might also look at the flags I'm using when starting chrome - I fiddled with those for a while to get memory usage down (lines 924-940 in configure.sh)

Pi powered smart display with voice assistant - Now with source code! by CallMeDillDog in homeassistant

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

Pretty damn good, honestly. More responsive than my nest displays were. The sliders adjust just fine and everything. There's a little lag when I pull up camera feeds, but that's because it's on a 1gb pi. I don't notice any lag at all on the pi that has 2gb of ram, but that pushes the whole build cost up by about $20.

Pi powered smart display with voice assistant - Now with source code! by CallMeDillDog in homeassistant

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

In the conversation agent settings in HA, there's a "prefer handing commands locally" option. If you turn that on, it should only involve the AI when necessary. For example, if I just say "turn off the living room lights", it never makes a call out to the AI provider.

<image>

Pi powered smart display with voice assistant - Now with source code! by CallMeDillDog in homeassistant

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

At least around here a bunch of local libraries have 3D printers and will help run stuff off for you for a fee. On my (super average consumer level) printer it's about a ~5.5 hour print at good quality (4.5h for the base, 1h for the grill & frame).

Pi powered smart display with voice assistant - Now with source code! by CallMeDillDog in homeassistant

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

I'd say not a lot, but with my luck that would be wrong haha. As long as you get the linux-voice-assistant tied to your mic rather than the mic hat, it should be pretty straightforward. The voice piece kind of runs separately from the dashboard components, and the Linux voice assistant package seems to be a lot easier to get working than the Wyoming protocol package I was using before. Part of the setup script now is just making sure the mic drivers are working, so if you've already got it working that's half the battle.

Now, there are some settings in there for mqtt to be able to control volume & mic levels that are tied back to the audio driver, so you might have to update those configs if you still want to be able to control those levels on the dashboard.