Advice The Home Improvement/Automation Thread

Everything that’s left they are basically doing themselves. My dad just has to hurry and finish the houses he’s committed to for work then he can focus 100% on finishing theirs. It’s gonna be a stressful 6 weeks but luckily they have 5 kids close by that can help with finishing the new house and packing the old one.
so the free-child-labor gene runs in your family

and yes, moving is awful.
 
home assistant fuckin sucks at zigbee @fly

Also, im really missing the concept of smartapps. Integrations are device handlers, but you're left to code all your own automations individually. Thers nothing like Ecobee Suite or Rboys lock apps, etc.
I don't know why you aren't using SmartThings as a bridge. But if you insist, this guy says he did it in a few hours.


Agreed on the lock app, but only cause mine is Zigbee. There is a ZWave lock app. What did you need from Ecobee Suite?

I'm possibly biased because I never used a single smartapp when I could write an automation. I remember early on not being able to figure out how a light kept turning on and it was from an old smartapp. At that point, I vowed never to use them.
 
The powerline networking shit the solar company put in for their monitoring tool has pissed me off for the last time.

Bought a TP-link wifi bridge off Amazon to do the necessary without the dongle.
 
I don't know why you aren't using SmartThings as a bridge. But if you insist, this guy says he did it in a few hours.


Agreed on the lock app, but only cause mine is Zigbee. There is a ZWave lock app. What did you need from Ecobee Suite?

I'm possibly biased because I never used a single smartapp when I could write an automation. I remember early on not being able to figure out how a light kept turning on and it was from an old smartapp. At that point, I vowed never to use them.

what are you doing with your lock? My main one is zigbee too and it just doesnt work.

I do zone equalization with the ecobee suite. Look at temperature from a number of temp sensors upstairs and downstairs and run the fan until they come within a certain temp of eachother to keep the load balanced.
 
I don't know why you aren't using SmartThings as a bridge. But if you insist, this guy says he did it in a few hours.


Agreed on the lock app, but only cause mine is Zigbee. There is a ZWave lock app. What did you need from Ecobee Suite?

I'm possibly biased because I never used a single smartapp when I could write an automation. I remember early on not being able to figure out how a light kept turning on and it was from an old smartapp. At that point, I vowed never to use them.
oh, smartthings as a bridge would and does work just fine, but why would i switch to HA if i was gonna do that.
 
As long as you're using default handlers, ST is pretty much all local now, so it's really not much different than using a USB stick. For now, I guess you could migrate everything but your lock out of ST. I think I read there was a zigbee lock manager being worked on.

And equalization doesn't seem like it would be *too* hard. I can't think of a node that would do the comparison, but that should be pretty easy to write in a Javascript function. From there its just true/false to turn the fan on and off.

edit: I forgot that ST and HA can't communicate directly, so cloud is needed for that. Either way, you could still migrate everything but the lock for now.
 
Last edited:
Well, here's a start to managing pin codes. Manual might be kind of a pain, but honestly, how often are you setting lock codes?


So that should solve your lock issue.
 
yeah.... i know this is gonna sound like a whiney aussie comment, but I just dont have time for that kind of hackery anymore.

I just need shit that works with a minimal amount of effort
 
yeah.... i know this is gonna sound like a whiney aussie comment, but I just dont have time for that kind of hackery anymore.

I just need shit that works with a minimal amount of effort
Then you probably want something simpler than HA to be honest. Try Apple. :p

Otherwise, you might as well get comfortable with the Developer Tools by setting codes there, as you'll be in there a lot testing automation shit.
 
Then you probably want something simpler than HA to be honest. Try Apple. :p

Otherwise, you might as well get comfortable with the Developer Tools by setting codes there, as you'll be in there a lot testing automation shit.
I earned this. I am ashame
 
I earned this. I am ashame
I really think you're overthinking this. HA will still be able to lock, unlock, and report status on your door. It's a bit of a PITA to add codes (as compared to ST, but MUCH easier than the default way - from the lock itself), but once you do - you're done. I probably haven't gone into the ST Lock Manager in a year. There's no need.
 
I really think you're overthinking this. HA will still be able to lock, unlock, and report status on your door. It's a bit of a PITA to add codes (as compared to ST, but MUCH easier than the default way - from the lock itself), but once you do - you're done. I probably haven't gone into the ST Lock Manager in a year. There's no need.

I really think you're overthinking this. HA will still be able to lock, unlock, and report status on your door. It's a bit of a PITA to add codes (as compared to ST, but MUCH easier than the default way - from the lock itself), but once you do - you're done. I probably haven't gone into the ST Lock Manager in a year. There's no need.

so far i cant even get the lock to pair without writing a custom ZHA, which so far has only exposed its battery level but isnt passing any actual functionality