🏨 🏥 🏦 🏡 🏪 🏣 🏭 🏨 🏨 🏨 🏥 🏨 🏦 🏡 🏪 🏪 🏣 🏭 🏡 🏡 🏨 🏡 🏡 🏡 🏡 🏡 🏭 🏭 🏭 🏭 🏭
open building management is about :
- long term data management solutions for buildings and houses
- building modelisation using EnergyPlus
EnergyPlus inputs are building models in the form of an IDF (Input Data File) with several thousand lines
idfhub is a toolkit to configure an IDF through yml declaration, adressing first geometry and materials, and then HVAC systems.
EnergyGym is an experience using reinforcement learning to create an energy building model through very simple RC model. It is not realistic but the approach is original.
a SIMPLE solution is emoncms, a timeseries which is like influxdb and which exposes an HTTP API. You can use the emoncms standalone docker which can also acts as a home assistant addon. It is surely the easiest way to start with emoncms. In a few seconds, you will have all the tools available without the need to go into the configuration details.
See :
- emoncms-docker for an introduction
- advanced tips and use cases
The minimal emontx sniffer addon for home assistant was originally thought to be used in combination with the emoncms addon. Anyway, it can store directly datas in the home assistant database. see Open-Building-Management/emontx_sniffer#1