Aim of this repo is to grab data from Loxone smart home and a PHV array with Growatt battery and inverter and use it to predict excess of solar energy. This information will then be processed by a controlling app and heating/cooling commands will then be sent back to the Loxone server.
Grafana service connected to influxdb database that displays relevant data
Database used by all the services to store data
Rust script that reads data pushed by Loxone server and stores them to the DB
MQTT broker used to collect data from Growatt (https://github.com/otti/Growatt_ShineWiFi-S) and possibly other sensors
Gets the weather data from weather forecast services (currently Aladin and Openweathermap are supported) then publishes the entire hourly forecast to the MQQT and current weather data are stored in the influxDB for future use with the MPC system.
Python application that will read data from the InfluxDB and sends the heating/cooling commands to the Loxone server.