1
0
Fork 0

weewx: updates for solar
Some checks failed
Build / build-amd64-linux (push) Successful in 35s
Build / build-arm64-linux (push) Has been cancelled

This commit is contained in:
Daniel Kempkens 2024-07-15 13:16:27 +02:00
parent 514a4867da
commit d919c8c710
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 6 additions and 3 deletions

View file

@ -12,9 +12,9 @@ beamPackages.mixRelease rec {
domain = "git.kempkens.io";
owner = "daniel";
repo = pname;
rev = "2ad93b457ccda286185e8e64a284589111f48768";
sha256 = "sha256-cMsz+72xSnJhPRGbrVrJWF4dJlyuFImc6JLBZw3lDIM=";
rev = "1e839fd76690564b197668b86c28c485c9543f68";
sha256 = "sha256-UtAf0oxD99FTxyheHYl7Qi/TgNJ9zi4fM7o1pJohGeQ=";
};
mixNixDeps = import "${src}/mix.nix" { inherit lib beamPackages; };
mixNixDeps = import "${src}/deps.nix" { inherit lib beamPackages; };
}

View file

@ -63,6 +63,9 @@ let
weewx.units.obs_group_dict['soilMoistBatteryVoltage1'] = 'group_volt'
weewx.units.obs_group_dict['soilTempBatteryVoltage1'] = 'group_volt'
weewx.units.obs_group_dict['solarEnergyDay'] = 'group_energy'
weewx.units.obs_group_dict['solarEnergyActive'] = 'group_power'
'';
in
poetry2nix.mkPoetryApplication {