Skip to content

Instantly share code, notes, and snippets.

@8cH9azbsFifZ
Created May 26, 2019 19:18

Revisions

  1. 8cH9azbsFifZ created this gist May 26, 2019.
    9 changes: 9 additions & 0 deletions 20190526_HmIP-FCI1_Patch
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    #ssh -lroot homematic-raspi

    mount -o remount,rw /
    cp /www/config/easymodes/etc/hmipChannelConfigDialogs.tcl /www/config/easymodes/etc/hmipChannelConfigDialogs.tcl.bak
    if [ -z "`grep "set eventDelayPrn 0" /www/config/easymodes/etc/hmipChannelConfigDialogs.tcl`" ]; then
    sed -i "s/\(set hlpBoxHeight 80\)/\1\n set eventDelayPrn 0/g" /www/config/easymodes/etc/hmipChannelConfigDialogs.tcl
    fi
    mount -o remount,ro /