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.
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
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.