This thread is for anyone working on personal projects to share their progress, and hold themselves somewhat accountable to a group of peers.
Post your project, your progress from last week, and what you hope to accomplish this week.
If you want to be pinged with a reminder asking about your project, let me know, and I'll harass you each week until you cancel the service

Jump in the discussion.
No email address required.
Notes -
Which one of you can teach me about home automation? Here's my use case:
What I have learned so far:
The DIY option is to buy:
The "happy wife" option is to buy:
Am I even moving in the right direction?
Do you? I imagine the space heaters have a thermostat that can already do this task with no input from you, don't they?
I get the instinct to want to DIY it to get a feeling that I actually own my shit, I tend to do the same. But if you're not planning to expand this into a bigger system, in the end, if your smart plugs are really just smart "on-off" switches, you're probably overthinking the data leak aspect.
It's not like you're putting cameras there. Yet. Which you probably will eventually.
They do, but I don't want them running during the workweek, only when I'm actually driving there.
Ok, but then all you need is smart plugs with remote activation.
Set the space heater's thermostat to 20C, turn the smart plug off when you leave, turn it on when you head there. You don't need to know the temperature; if it's already hotter than 20C turning on the smart plug won't do anything, if it's colder it will run until it reaches 20C.
More options
Context Copy link
Yeah, but you don't strictly need an entire smart home setup for that. The ghetto setup I'd use looks something like that: set the space heater thermostat to whatever number corresponds to 20C, plug them into any Chinese ethernet power strip, connect the power strip to your router.
The rest depends a little on the router/modem you have, but basically all modern prosumer/enterprise routers or just any openWRT box will allow you to just send the power-ON command to the power strip once you've connected from the outside. I'd just use SSH over VPN to trigger a one-line bash script.
If you want to monitor the inside temperature, you could add a cheap Raspi + analog thermometer to the setup, which you can also query over SSH.
More options
Context Copy link
More options
Context Copy link
More options
Context Copy link
More options
Context Copy link