Skip to content

Commit

Permalink
4.1.3 -> 4.2.1
Browse files Browse the repository at this point in the history
Signed-off-by: openhabian <openhabian@openHABian>
  • Loading branch information
openhabian authored and openhabian committed Aug 11, 2024
1 parent 87585d8 commit cb0d29a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build-image/openhabian.conf
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ tstags=tag:smarthouse
# custom_log_files=("/var/log/foo.log" "/var/log/bar.log")

# storm.house EMS settings
openhabpkgversion=4.1.3-1
openhabpkgversion=4.2.1-1
evccpkgversion=0.128.2
tarifftype=entsoe
basetariff=16.45
Expand Down
2 changes: 1 addition & 1 deletion functions/menu.bash
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ show_main_menu() {
repo=$(apt-cache madison openhab | head -n 1 | awk '{ print $6 }' |cut -d'/' -f1)
cond_redirect apt-mark unhold openhab openhab-addons evcc
if ! cond_redirect apt install -y --allow-downgrades evcc="${evccpkgversion:-0.128.2}"; then echo "FAILED (EVCC package installation)"; return 1; fi
openhab_setup "openHAB" "${repo:-release}" "${openhabpkgversion:-4.1.3-1}"
openhab_setup "openHAB" "${repo:-release}" "${openhabpkgversion:-4.2.1-1}"
upgrade_ems
cond_redirect apt-mark hold openhab openhab-addons evcc
replace_logo
Expand Down
2 changes: 1 addition & 1 deletion openhabian-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# für storm.house immer diese package-Versionen installieren
# überschreibt Eintrag in openhabian.conf

openhabForcePkg= #4.1.3-1 # default in build-image/openhabian.conf
openhabForcePkg= #4.2.1-1 # default in build-image/openhabian.conf
evccForcePkg= #0.128.1 # default in build-image/openhabian.conf


Expand Down

0 comments on commit cb0d29a

Please sign in to comment.