Lemmee

joined 11 months ago
[–] Lemmee@sh.itjust.works 2 points 1 month ago

Fuck. I almost wish I didn’t read this.

[–] Lemmee@sh.itjust.works 3 points 1 month ago

There’s a great automation integration in home assistant that uses the suns position and time of day to automagically set the color temp throughout the day. It’s super nice to have the color temp get warmer as the sun sets.

[–] Lemmee@sh.itjust.works 2 points 1 month ago (1 children)

For sure. That one is a bit harder to get right, but is good to keep testing and striving for.

[–] Lemmee@sh.itjust.works 2 points 1 month ago (1 children)

Pretty hard to replace weather info without internet. I don’t have any automations that rely on weather info, and I have a cheap rain gauge that a friend 3d printed for me. It uses a simple zigbee door sensor to detect rain accumulation. Pretty clever device (not my invention.)

So eventually I want to automate the watering of my garden, and I intend to use the rain sensor to help there. But honestly, it never rains in the summer here in the PNW, so my 3rd reality moisture sensors are more useful than actual weather data.

[–] Lemmee@sh.itjust.works 2 points 1 month ago (1 children)

Tasmota is awesome. I flashed all my early Shelly devices with it. But now the native Shelly firmware is amazing, and it allows you to turn on local mqtt only. So I’ve stopped using Tasmota for everything besides the few devices flashed early and behind my wall switches. (I’m too lazy to pull them out)

Is it hard to flash bulbs with Tasmota? Don’t you usually need access to the pins? Or have an OTA option for updating the firmware?

[–] Lemmee@sh.itjust.works 3 points 1 month ago (4 children)

Like the other user mentioned: depends on your setup.

I have recessed lighting throughout my house, so swapping to bulbs for all of them would have been an expensive pain. So I opted for smart switches. I got innovelli reds, because they were the best there was at the time. You can get them with any protocol you want (zigbee/zwave/wifi)

With a smart switch, you can control lots of lights with only one device. Originally I just added Shelly relays behind each switch, but I wanted the dimming capability of the innoveli.

If you do still want bulbs, nothing beats hue. But they are by far the most expensive.

[–] Lemmee@sh.itjust.works 2 points 1 month ago

I think you gotta fix the door before you can have complete confidence.

My automated deadbolt can ‘force’ its way shut when it has full battery. But when it gets low on juice, the door needs to be ‘fully shut’

So your best bet is to better align your strike plate so the door doesn’t need shimmied to close fully.

[–] Lemmee@sh.itjust.works 1 points 1 month ago (2 children)

Door locks and garage door openers are sweet to automate. My instance knows if I left by car/bike/foot, and welcomes me home with the proper unlocking/opening.

Also, never having to worry about if I left the door unlocked or garage door open is nice.

[–] Lemmee@sh.itjust.works 47 points 1 month ago (23 children)

You can tell it’s an IT guy’s home assistant if there’s no hardware that requires someone else’s cloud.

My home automation philosophy is that everything in the house should work with or without internet. It’s going well so far.

[–] Lemmee@sh.itjust.works 1 points 1 month ago

Thanks! I’ll check it out

[–] Lemmee@sh.itjust.works 1 points 1 month ago (3 children)

You got any more specific info on how to do this? I spun up my caliber web container on my home server, but once I realized you can’t download books over the wifi, you still had to connect to a PC, I stopped hosting it.

What ebook readers are capable of this magic?

[–] Lemmee@sh.itjust.works 5 points 1 month ago* (last edited 1 month ago) (1 children)

If you like running, join a running group.

If you like biking, join a biking group.

If you like _____, join a _____ group.

Yeah, the people in those groups won’t all be your age, but there is likely to be some variance, and you already have one interest in common.

 

Hey gang, I've got a chunk of free time lately, and I've been working on some of the backlog issues I've had with my HA instance. The one that is giving me trouble right now is my thermostat - I use Honeywell total connect (or whatever its called), and it works just fine when using the normal thermostat card or controls. However, I want it to be warmer in the day, and colder at night. So I had been using a scheduler entity from the HACS store. It always used to work, but lately I've been getting out of bed and realizing the temp is still set to the nighttime temp.

It's not every day, and it seems to work 90% of the time, but I had always thought that the scheduler entities did a periodic check to see if the thing they controlled was at the proper state? Seems like if the scheduler 'misses' the switchover time, it's just stuck at the night time temp all day unless I manually change it.

So this got me thinking... Is there a better, or more 'approved' way to do this sort of thing?

 

I have a few old automations that are designed to unlock my front door, or open my garage door, depending on how I leave. If I ride my bike or car, it opens my garage, if I leave via front door, it opens the front door. Pretty simple. Except!!! I did this in pieces, so it's 2 separate automations. One detects my phone entering the "home zone", the other detects an event firing (iOS triggered the event via 'shortcuts')

There is now "zone based" automations, and there is also my "person entity". So the way I see it, I have 3 different ways to tell when I come home:

  1. My phone's gps enters the 'home zone'

  2. My HA 'person' state changes from 'away' to 'home'

  3. My phone's shortcut app fires an event that is detected.

I feel like #1 and #2 are the same, no? I only have one device linked to my person entity, and it's my phone. Is there any difference in this case? Is there a preferred choice?

 

I have an automation that when triggered turns on a scene that sets my lights a specific way. Then the automation waits for a second trigger.

I noticed that the automation doesn’t continue after the second trigger, so I looked at the trace, and it looks like the scene setting step of the automation times out: “error: Timed out when calling async_turn_on for bulb xyz: <class ‘TimeoutError’>

It looks like this bulb xyz was dropped from my zigbee network, which isn’t always the most stable. So it’s not exactly uncommon.

So how do I safeguard my automations from being broken by a single piece of a scene being offline?

view more: next ›