Hi Folks,
Is there a way to ‘instantly’ simulate a house for a month, with sensor data and automations ?
I’d like to simulate a realistic environment, based on historical data and virtual devices, then run the thing with different automations to visualize how the resulting situation might differ in different scenarios.
Simple Example to clarify :
- Get my boiler consumtion data for a month
- Get my electricity grid cost/kWh historical data (changes multiple times a day) for a month
- Create an automation that cuts off my boiler depending on the electricity cost
- Create virtual boiler & grid
- Create an instance of Home Assistant with the virtual devices & automation
- Simulate/Replay the month to get data (cost estimation, boiler on/off history, etc …)
I don’t mind creating instances oh HA on dockerized environment. I can code and template and hack (hacs ?) my way through if needed.
What I’m searching for is to validate the feasability of my idea before getting my hands (too) dirty.
Thanks in advance