Created
May 26, 2019 19:18
-
-
Save 8cH9azbsFifZ/50ed3a9ac1c2d4339bac7a5237857965 to your computer and use it in GitHub Desktop.
Fix Homematic HmIP-FCI1 Settings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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 / | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment