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!
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
Part of the problem here I think relates to scale.
If I invite a load of friends over to my house for a party, they might be in different rooms having different conversations but they’re all my friends in my house. No one cares who I let in or kick out, certainly not either of the next groups.
Let’s say I’m part of the committee for the local community hall. We let our halls out to clubs. Some of the committee go to some of the clubs. I might not be interested in what it is, but if someone I trust says they are OK, I’m OK.
At the local University they have a lot of spaces, each managed by the respective school. Each school has a slightly different ethos. Some of them might let their space to groups that other schools wouldn’t, but it’s not their call. They share some resources but not decision making.
We’ve got this problem emerging. The decisions made by lemmyworld or other large instances are generally in service to their communities, whereas on smaller or more focused instances the instance level decisions are the same as community level decisions.
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.
Thanks for the link. I knew nothing about him and that was cool.
Great answer, thank you!
Got any project details for that? A BOM, or even a link to an enclosure on things or printables?
Anyone have a view on how this overlaps on the Azure platform? MS are pushing Bing Chat Enterprise alongside the API access.
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!”
Is this your site? If it is, thanks! It’s usually my go to for figuring out what is supported, links to what the pairing process is etc.
I’m currently in the middle of a renovation so my HA instance is down, but let me give you some pointers. I think it’s possible but it’s getting right into the guts of what makes HA powerful (and complicated)
Firstly, template lights this is how you can surface a light that reads values from other elements and presents them as light settings.
Then the attribute you want is rgb_color and you want to parse out the red value (for the red channel) and convert it to a brightness for the template lamp.
Lastly you’ll need to work how to update the red value of the led strip when the brightness of the light changes. This will involve pulling back the green and blue values of the led strip and updating the strip’s rgb_color with the combined list. this page has examples.
I’m sorry I can’t give you any sample code but this hopefully gets you started.
I can’t exactly solve your problem, but when I wanted to get HA running on proxmox I used these scripts
Tteck
Completely painless and running in almost as little time as it took to download the files.