weewx: update
This commit is contained in:
parent
57a28b3fc1
commit
ebf79010ab
2 changed files with 3 additions and 2 deletions
|
@ -12,8 +12,8 @@ beamPackages.mixRelease rec {
|
|||
domain = "git.kempkens.io";
|
||||
owner = "daniel";
|
||||
repo = pname;
|
||||
rev = "7b2129c8defde3c811c0953b5dac906343e09801";
|
||||
hash = "sha256-3P1AivFm+XHINem2a4ZDWtfS6efkQepZASD30KLXOH0=";
|
||||
rev = "b72605185b179d44f2b18a1615c3938c2ce64d3e";
|
||||
hash = "sha256-46lb1J0H+vDK+5yDy1Tm8XxjIiM20UQYb5+oOBjERww=";
|
||||
};
|
||||
|
||||
mixNixDeps = import "${src}/deps.nix" { inherit lib beamPackages; };
|
||||
|
|
|
@ -72,6 +72,7 @@ let
|
|||
weewx.units.obs_group_dict['solarEnergyDay'] = 'group_energy'
|
||||
weewx.units.obs_group_dict['solarEnergyActive'] = 'group_power'
|
||||
weewx.units.obs_group_dict['homeEnergyDay'] = 'group_energy'
|
||||
weewx.units.obs_group_dict['homeEnergyExportDay'] = 'group_energy'
|
||||
weewx.units.obs_group_dict['homeEnergyActive'] = 'group_power'
|
||||
'';
|
||||
in
|
||||
|
|
Loading…
Reference in a new issue