Looking for a digital Butler

Hello,

for quite some Time I got an idea in my head and I think it would be incredibly useful, but I don’t have the knowledge to solve it.

I’d love to have an way to store random “knowledge” in HA and get it back later.

Example input / output (preferrably via voice)

Wife: Salmon the fridge
Me: 9 x 45 Screw in drawer 9
Me: ESP32 Board in Kitchen Cabinet
Wife: Ice Cream in the Freezer
Wife: Salmon out of the fridge

Me: Where are my ESP32 boards?
Me: Do we still have salmon?

And HA could give appropriate answers. Anyone ever created somehting like this? I think it should be absolutley doable via an LLM but I have no idea where I’d save the data from the inputs persitant.

Have a great week

The Grocy add-on might do some of this.

Grocy does SOME of this.

So does Mealie.

So does HA.

But the big deal is it all goes back to how you configure your agent to work with it.

None of this is drop in right now. You will be writing code (a lot of it.)

1 Like

You know how much, too. A lot, and that is a lot more than most people will be expecting.

1 Like

Doesn’t ChatGPT now remember all history? If you’re good with Cloud.

Oh - I’ll have a look at it. I don’t want the cloud for important things and everything has to work local… for now I’d say such a list isn’t mission critical and can go cloud :slight_smile:

Will check the other suggestions as well. thanks

Chatgpt remembers history but when you’re using the open ai api you are not using chatgpt. You are using the api and it does NOT provide that history feature (they don’t support the agent api yet)

Just plugging in the llm does not make magic. You are still coding most of it.