@solidgrue@lemmy.world
@solidgrue@lemmy.world avatar

solidgrue

@solidgrue@lemmy.world

I’m just this guy, you know?

This profile is from a federated server and may be incomplete. Browse more on the original instance.

Little help here linux guys? Trying to figure out what distro to use

Yeah. It’s another one of these. But! Here me out! So I have some experience using Linux. Run some VMs for services I run in my home, I switched my surface book 3 (funnily enough) to ubuntu for my work computer as I was getting more and more frustrated by windows 11 and it turned out really good. Was able to completely get off...

solidgrue,
@solidgrue@lemmy.world avatar

Have you tried Mint, specifically LMDE¹? It (Mostly) Just Works™ like Ubuntu, but without the Canonical baggage. It handled my weird Lenovo Carbon X1 slate out of the box. Stable like Debian, progressive like Debian isn’t.

¹ Linux Mint Debian Edition

solidgrue,
@solidgrue@lemmy.world avatar

Definitely check in with the utility before mucking with the meter. You can find your way into a lot of trouble tampering with active meters. Chances are there’s new meter tech out your utility would install, and of which you could take advantage.

Check this thread. community.home-assistant.io/t/…/451935 . You’d install it down flow of your utility meter, and would need ESP32 to read the meter. It’s a bit of work, but if you’re already running ESPHome, it looks pretty straightforward.

On a long shot, you might consider looking into an inexpensively RTL-SDR software radio dongle, and use rtl_433 to scan a few common frequencies the utilities use to scan their meters from the street. I happened to find my neighbor’s electrical meter on a common wireless weather station frequency, and if In were so inclined, could publish it to MQTT for HA to pick up.

Just a couple of ideas. Good luck!

solidgrue, (edited )
@solidgrue@lemmy.world avatar

I have two Digi WLED controllers a handful of project kits, myself.

The WLED boards drive some addressable LED strings in my living room and on my patio. They hardly count as “project” kits, but learning about interfacing TTL logic with the LED driver boards was a helpful experience. I learned a lot about the different GPIO uses and modes.

For the project kits I’ve built, I’ve been focused around presence and environment sensors. Using esphome I’ve successfully built PIR (AM312) + mmWave radar module (R60A) presence sensors, natural gas detectors for kitchen and basement utility areas, and a water leak sensor for the laundry area. I had goals of building a 5-in-1 presence sensor, but you can buy products for those now; its a solved problem.

I’ve been considering a design for a sump pit depth gauge because that sounds like useless information that I’d like to have for some reason.

I’ll probably get interested in energy management soon, and will look into current clamps and tracking usage at smart receptacles.

solidgrue,
@solidgrue@lemmy.world avatar

I’ve had an Ender 3 in my cart for months and just can’t quiiite justify pulling that trigger. One of these days, tho… Any day now.

solidgrue,
@solidgrue@lemmy.world avatar

Sure. Think of it like Lego bricks or one of those 1000-in-1 electronics kits. These kits don’t do anything specific, they’re building blocks you use to address a need you have in your home automation vision.

The ESP32 kits are just an ESP32 development board (mine are WROOM boards from Freenove) which has the microprocessor, headers breaking out the IO pins, and a “loader” module that facilities uploading code and is used to power the device with a USB cable. The boards also have onboard WiFi and Bluetooth radios. The -CAM variety has a low profile header to seat a small camera module (included). Look for “Freenove ESP32 WROOM” on your preferred online marketplace.

There are several ways to interact with (program) your ESP32 boards. The easiest and most straightforward is to use the ESPHome add-on in HA from the HACS store, along with the companion integration. The ESPHome add-on provides a software ecosystem of drivers and functions for a laundry list of hardware devices you can use in your project-- sensors, switches, lights, speakers, etc. The ESPHome wiki is sort of a catalog of supported peripherals you can easily use in your build projects. Many times, you can substitute components or extend an existing component driver. Mostly you assemble your components and the controller, and then write some YAML do tell ESPHome what devices are plugged into what pins. ESPHome more or less handles the rest.

The ESP32 integration creates HA devices and entities of the devices and sensors in the ESPHome add-on for use as triggers, conditions or actions in automation.

As for my specific doodads:

PIR is a Passive Infrared Receiver. It monitors its field of view for a change in infrared light (heat) which indicates a “hot.blob” has entered or left its field of view. The model I use, AM312, is designed to signal a change in IR light by raising a signal pin to +3 volts, which has applications in presence detection. It is fast, but not accurate. It also tends to “go blind” when the hot blob stops moving, and can be subject to false positives when the HVAC kicks on or by dappled sunlight

The mmWave radar is a Seeed R60A 60Ghz radar module. This particular module is optimized for human presence detection and fall detection. It uses millimeter wave radar to acquire and track humans in its field of view. 60GHz gives enough resolution to detect heartbeat, respiration and micromkvements like fidgeting. It talks to the ESP32 over the I2C bus (a digital IO bus similar to USB). It has advantages over the PIR sensor because it actively tracks its targets and can even tell if there are multiple people. Its less prone to false positives from environmental changes and smaller animals. Unfortunately, it can take several seconds to acquire a target and begin tracking it. In a presence application, a human could walk across several steps into the field of view within that time, giving the impression of a slow response.

Using both sensors in a presence application is a sort of belt-and-suspenders approach. You can compare the state of both sensors in your automations to determine presence with greater accuracy.

As for learning HA itself: we all started in a similar place not even knowing what we didn’t know yet. You sort of poke and play and build some bad automations. Then you start to research new projects and start to learn what you don’t know yet. That’s OK: its a roadmap to future knowledge.

In my rig, I use HA to solve problems or address nuisance situations around the house. Wife and kids are forever leaving doors open with the HVAC on. I programmed HA to watch the HVAC (ecobee thermostat) and the states of the windows doors. If a door gets left open for more than 10 minutes, HA starts flashing lights as an indicator for someone to check notifications. After 20 minutes of the door/window being open, it turns off the HVAC and sends a push notification to my phone that someone is being a dumbass.

Another one is to shut off the basement lights at 10pm because the kids never remember to after they’re done gaming down there.

Eventually you want to do.more sophisticated things, and that when the rabbit hole gets real deep.

solidgrue,
@solidgrue@lemmy.world avatar

I’m in IT in a healthcare-adjacent sector. Never underestimate the motivation or tenacity of foreign state actors, organized crime and chaotic neutral hacking collectives. You have limited time and budget, and both financial and risk based approval processes to deal with. They have time, ideology¹, and financial incentives.

You can’t win in the face of that.


¹ sometimes it’s hacking for hackings sake, but more typically it’s to disrupt critical services and extort modest capital to go away. Rinse, repeat, make that bank on volume.

solidgrue,
@solidgrue@lemmy.world avatar

Yeah, if you’re going as far as rooting and Magisk, go the extra half step and install App Manager (io.github.muntashirakon.AppManager). With profiles and 1-Click ops, you can disable trackers, freeze apps, revoke permissions. It’s like a 1000 pound scalpel.

It’s on the F-droid repos.

solidgrue,
@solidgrue@lemmy.world avatar

Voyager. It economizes on screen real estate, and has similar (therefore, familiar to me) ergonomics as Relay did back at the old place.

Tight design that stays out of the way, and updates frequently.

solidgrue,
@solidgrue@lemmy.world avatar

It’s a tape that has strong adhesive and a felt-like backer that you would tape over a blister or chafed spot in a boot or shoe. The adhesive is sweat proof, and the felt backer both pads the sore area and also prevents further sliding and rubbing that leads to chafing and more blisters.

In a pinch, you can also use it to patch worn-through insoles.

solidgrue,
@solidgrue@lemmy.world avatar

That’s the defense, but the prosecution is attempting to build a case that it is true, that the monies moved, and were subsequently misreported on statutory filings.

That last bit is the actual crux of it. Whether the deed was a crime or not, it’s the coverup that gets you the time.

solidgrue,
@solidgrue@lemmy.world avatar

That objection was sustained.

…just like that massive hog was for more than 4 hours.

solidgrue,
@solidgrue@lemmy.world avatar

Stinky, and a-morel?

solidgrue,
@solidgrue@lemmy.world avatar

the wreath that is his family tree

Ouch. That’s a burn.

/slow clap
// not /s

solidgrue,
@solidgrue@lemmy.world avatar

Or participated in a Black program that paid enough to cover the risk of fines

Chicago police won't discipline 9 officers tied to Oath Keepers extremist group (chicago.suntimes.com)

Chicago Police Department leaders said Thursday they have decided not to punish any officers whose names appeared on the leaked membership list of the Oath Keepers, an anti-government extremist group that played a key role in the Jan. 6, 2021, riot at the U.S. Capitol....

solidgrue,
@solidgrue@lemmy.world avatar

Same as it ever was? (Same as it ever was.)

solidgrue,
@solidgrue@lemmy.world avatar

Team sea salt here, because I like the taste and texture better as a chef.

I get my iodine from my daily multivitamin.

solidgrue,
@solidgrue@lemmy.world avatar

I’d prefer my car not spy on me, either way.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • Leos
  • tsrsr
  • DreamBathrooms
  • thenastyranch
  • magazineikmin
  • mdbf
  • Youngstown
  • InstantRegret
  • slotface
  • osvaldo12
  • rosin
  • ngwrru68w68
  • kavyap
  • PowerRangers
  • modclub
  • khanakhh
  • vwfavf
  • tacticalgear
  • Durango
  • everett
  • cubers
  • cisconetworking
  • hgfsjryuu7
  • ethstaker
  • GTA5RPClips
  • tester
  • normalnudes
  • anitta
  • All magazines