I’ve got a decent number of local manual controls, but not all of them. For example, some of my wall switches operate the relay because they are just turning on and off the power. Others I have disabled the relay on because the lights themselves are WW/CW tuneable and HA controls the colour during the day.
I’m wondering about having another look at zigbee groups and commands for the simpler automations in the house. I avoided these because they aren’t really visible to HA and I didn’t like having two automation ‘languages’ at the same time.
Overall, how long do you think you could cope without your HA platform before it becomes an issue?
I was thinking about matter yesterday, I like the idea of being able to have multiple controllers. My house is half wifi devices and half zigbee. I’d been favouring zigbee recently because I don’t want to swamp my network with device packets, but maybe that needs a rethink. At the very least my wifi devices all have esp home configs that could be configured to fall back to defaults.
Some cool examples there, I’m going to think about them. I particularly like the walking ones.
I want to love dashboards. I love the idea of a control centre in each room but I just can’t get to the point of winning with them
I totally understand mission critical motivations, but I reached a different conclusion from you. I’ve been HA’ing for a long time and everything dies eventually.
Do you have a backup HA green in the cupboard? my wife would murder me if I couldn’t get the house back in 24 hours. I want to use hardware that you can buy literally anywhere so I don’t need to keep a backup.
I’m not there yet, but I havve moved to running HA on a proxmox server and have used my HA backup to recover from a software failure. I’m now thinking about what the same would look like for a hardware failure, either the mini pc or the zigbee dongle.
I like this, but I don’t like that rooms are cold unless I hang out in them. I live in an old stone house and I’d rather have a room schedule than a room presence sensor.
I’ve done something similar. I use the excellent scheduler from Niels Faber. I have room radiator TRVs. I have a helper entity that counts the number of radiators that have an open valve, and an automation that triggers when this changes to/from zero. This automation adjusts the central nest thermostat, converting it to more or less a posh switch.
My radiator valves use Better Thermostat and external temperature sensors, and the whole thing keeps my house warm in every room. I need to write a GH blog post about it, but happy to answer questions/share bits of config
Big shout out to Adaptive Lighting. Absolutely love this integration
I can’t exactly solve your problem, but when I wanted to get HA running on proxmox I used these scripts
Completely painless and running in almost as little time as it took to download the files.
If you’ve got access to the file system I think you could remove the custom component there - can’t exhausted resources if there’s no code!
I did wonder if that was the one that did it. That’ll teach me to update multiple things at once.
The only thing I lost was a day of recorder data and since I repaired it before bed I guess if I went and recovered the previous build I’d lose what I had overnight in the switch back.
Thanks for letting me know though, I’ll warn my friends before they update.
This happened to me, I’m running HAOS on proxmox. Ended up restoring from backup. Rollback from the CLI didn’t fix it either.
I don’t know how tech savvy you are, but I’m assuming since your on lemmy it’s pretty good :)
The way we’ve solved this sort of problem in the office is by using the LLM’s JSON response, and a prompt that essentially keeps a set of JSON objects alongside the actual chat response.
In the DND example, this would be a set character sheets that get returned every response but only changed when the narrative changes them. More expensive, and needing a larger context window, but reasonably effective.
It’s got a nice component to go with it, so setting up is easier. I particularly use it for scheduling thermostats, and find it much more user friendly. Sure I could do it with automations, but I’d either have one, massively unwieldy one with lots of states and triggers, or lots of individual ones.
This custom component is what I use and love - https://github.com/nielsfaber/scheduler-component
Better than that, if you are after more than one (and with GU10s, who isn’t?)
This gives you 3 bulbs and a handy remote that also works with HA.
Great answer, thank you!
Got any project details for that? A BOM, or even a link to an enclosure on things or printables?
It does! They added it a while ago, you need to tick the restore check box when you create it and it will survive reboots. It’s very clever.
Nice tutorial! You used a date time helper. I did something similar using a timer helper instead.
You set the timer for your duration, then every time you turn on/off the boiler you ‘reset’ the timer. You can then have a trigger in your automation for when the timer reaches zero. Same solution but without the need to work with templates and other ‘codish’ things.
You need Alexa Media Player
This integration will allow you to call a service that does TTS for whatever text you send it. I use it to announce when my wife gets home if I’m in the study at the back of the house. I mean, I say ‘announce’ but the message is “she’s home. Panic and tidy!”
Have you ever felt tempted to put a dashboard around the place? Maybe the rest of the family aren’t bothered about longer term information etc.
I was thinking things like weather and power usage might help my family. I also thought something that showed who was home would be cool.