AI-layer on top of Homey

I’m building an AI layer on top of Homey where all relevant events and sensor data are collected into a shared context. The AI analyzes things like phase load, heat pump operation, EV charging, and historical data, then decides when it’s appropriate to trigger Homey flows. The goal isn’t to replace Homey, but to give it a reasoning layer that can make more context-aware decisions and continuously learn over time.

Hi @MrBrillan

Will you only focus on energy stuff or will you also collect other device and sensor data like presence, lights with e.g. dimming levels… - could be helpful for habit based automations of all kind.

Yes, the idea is to log most aspects of the home’s behavior. At the moment I’m not including the dimming levels of the lights, but that’s definitely a feature that could be added later. Thanks for the suggestion!

Presence detection is already included, and it’s actually a major part of the whole concept. AI Home is designed to learn both our behavior and the home’s behavior, allowing it to adapt based on how it “knows” we prefer things to be.