added forecast_solar

This commit is contained in:
2025-10-12 10:25:36 -04:00
parent d3452dfab5
commit 86a1cac42c

View File

@@ -27,7 +27,7 @@
unit_system = "us_customary"; unit_system = "us_customary";
temperature_unit = "F"; temperature_unit = "F";
packages = { packages = {
victron_modbuss = "!include updated elises groupsvictron_modbuss.yaml"; victron_modbuss = "!include victron_modbuss.yaml";
}; };
}; };
recorder = { recorder = {
@@ -64,6 +64,7 @@
jellyfin-apiclient-python # for jellyfin jellyfin-apiclient-python # for jellyfin
paho-mqtt # for mqtt paho-mqtt # for mqtt
psycopg2 # for postgresql psycopg2 # for postgresql
forecast-solar # for solar forecast
]; ];
extraComponents = [ "isal" ]; extraComponents = [ "isal" ];
}; };