Skip to content

Instantly share code, notes, and snippets.

@8cH9azbsFifZ
Created May 26, 2019 19:18
Show Gist options
  • Save 8cH9azbsFifZ/50ed3a9ac1c2d4339bac7a5237857965 to your computer and use it in GitHub Desktop.
Save 8cH9azbsFifZ/50ed3a9ac1c2d4339bac7a5237857965 to your computer and use it in GitHub Desktop.
Fix Homematic HmIP-FCI1 Settings
#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