Live data from Hacker News

Writing documentation for your house

luke.hsiao.dev

81–90 of 326 posts

Re: Writing documentation for your house

#81
The best advice for me was: get a label maker. Centralized documentation is great, smart home stuff is usually not a big deal to factory reset in the worst case.

But tracing all the Cat5 cables, and security sensors (if you have a hardwired security) is a PITA. And you WILL need to tinker with them eventually.

Re: Writing documentation for your house

#82
post #17

For my last house, I had spent years on smart home automation, I had a binder that contained clear instructions I wrote for everything, and receipts for every upgrade I ever made on the home, warranty docs, QR codes to download smart home apps to control the devices, plot maps, floor plans, a 1-page list of repairmen for everything- you name it. I made short YouTube videos for everything like turning the water on/off…

While I sympathize with your position, it is entirely possible that a person inheriting the smart home might benefit. I'm reminded of wmsmith's anecdote [0] two months ago about a smart home de-ghosting of a widow who couldn't drive the smart homing.

[0] https://news.ycombinator.com/item?id=37860529

Re: Writing documentation for your house

#83
post #73
post #35

Earlier quoted context omitted.

I have a home-built system for monitoring the levels in our water tanks (we live on rain water). Of course some people get by with a simple float indicator, but why would I do that when I could be using high accuracy hydrostatic sensors, esp32, influxdb, grafana, spring, keycloak and mysql running in AWS? I certainly wouldn't want to be getting support calls if we were to ever sell, so I would probably remove it myse…

Why would you use AWS for that? That seems like an extremely strange external dependency for a house running on rainwater.

Just for history. Current values are available without internet on the esp32.

Re: Writing documentation for your house

#84
post #28

Earlier quoted context omitted.

Best thing I ever did when our house was built was go through the entire house the day before the drywall went up, and take many pictures of everything I could see. So now, when I want to do something, I know exactly what the framing looks like, where the water lines run, drains, electric, everything. It's very handy.

And with a cheap projector you can shine those pictures on the walls for X-ray vision. BTDT.

oooh, now that's an idea I had not thought of. Thanks!

Re: Writing documentation for your house

#86
At the risk of giving landlords too many ideas, I think it would be great if landlords provided documentation to tenants as well. There's a lot of maintenance that tenants would frankly be more than happy to carry out, but don't because they don't know what to do, and they don't want to be blamed by their landlord if they stuff it up. Many things I see landlords complain about seem like they could be fixed by simply providing clear advice for tenants. But again, most landlords have pretty warped ideas about wear and tear and what their legal and/or ethical obligations are twloward tenants. Most landlords would probably take this advice and run with expecting their tenants to do constant unpaid maintenance. So I dunno what the solution is there.

Re: Writing documentation for your house

#87

I like the site layout, theme, and functionality. Can some please tell me which system it is? Thanks!

OP here. First, thank you!

The site is a simple statically generated site (I use Zola [1]). The theme of the site is inspired by Researcher [2], a theme for Jekyll (another static site generator). I've been meaning to open source my version and add it to the official list of Zola themes [3], but just haven't gotten around to it quite yet. I also use openring-rs [4] for the pseudo webring at the bottom of the posts.

[1]: https://www.getzola.org/

[2]: https://ankitsultana.com/researcher/

[3]: https://www.getzola.org/themes/

[4]: https://github.com/lukehsiao/openring-rs

Re: Writing documentation for your house

#88
post #16

Earlier quoted context omitted.

I was just working on that w/a friend. Great minds and all that.

KeenWrite[1], my Markdown text editor, was written with variables in mind. I've made a "theme" for the documentation for my house, called Domus.[2] You could get something producing PDFs in an evening. Profile has my email. [1]: https://keenwrite.com [2]: https://gitlab.com/DaveJarvis/keenwrite-themes/-/tree/main/d...

Domus is our code-name too. LMAO

Re: Writing documentation for your house

#89

So, i sold a house i had in north Seattle after a divorce in 2018. We had bought it in 04, i was working at Microsoft at the time. We raised our son there. I even built a 8’x8’x8’ brick oven for baking pizza and bread (plans from Ovencrafters). I rented an excavator for a week and dug around the entire house and put in 12’ deep footing drains, with clean-out pipes every 20’ down the 100’ to the road. A new 2” pex wat…

Less sentimental, but just as infuriating (to me): My last house we bought had an old hot tub out back from the early 90s. My agent said don't price that POS into your estimate of the home's worth--it's probably never worked. We bought the house and lo and behold it did not work, but I carefully rehabbed it, replaced the pumps and sensors and cleaned everything up, made a custom topper for it, and went on to enjoy 8 years of fun in it.

Came time to sell the house, and I told the buyer, the hot tub is great--we'd love to keep it--if you don't want it, we can negotiate that, and we'll arrange to actually move it to our new home! They didn't respond and bought the house anyway. I find out from my next door neighbor that the first thing they did when they moved in was demolish it and haul it to the dump.

Hey, it's their house, but some people are just wasteful.

Re: Writing documentation for your house

#90
post #83
post #73

Earlier quoted context omitted.

Why would you use AWS for that? That seems like an extremely strange external dependency for a house running on rainwater.

Just for history. Current values are available without internet on the esp32.

why not use a local server, even just an RPi?
Post reply on HN