|
|
|
|
|
by balloob
883 days ago
|
|
I think that LLMs are going to be really great for home automation and with Home Assistant we couldn't be better prepared as a platform for experimentation for this: all your data is local, fully accessible and Home Assistant is open source and can easily be extended with custom code or interface with custom models. All other major smart home platforms limit you in how you can access your own data. Here are some things that I expect LLMs to be able to do for Home Assistant users: Home automation is complicated. Every house has different technology and that means that every Home Assistant installation is made up of a different combination of integrations and things that are possible. We should be able to get LLMs to offer users help with any of the problems they are stuck with, including suggested solutions, that are tailored to their situation. And in their own language. Examples could be: create a dashboard for my train collection or suggest tweaks to my radiators to make sure each room warms up at a similar rate. Another thing that's awesome about LLMs is that you control them using language. This means that you could write a rule book for your house and let the LLM make sure the rules are enforced. Example rules: * Make sure the light in the entrance is on when people come home.
* Make automated lights turn on at 20% brightness at night.
* Turn on the fan when the humidity or air quality is bad. Home Assistant could ship with a default rule book that users can edit. Such rule books could also become the way one could switch between smart home platforms. |
|