Vera keeps asking to update firmware - FIX

For the last week or two, when I go to my controller it directs me to the firmware page, where it checks for firmware and tells me “You are running the latest version.” I know it’s normal for this to occur when there is a new FW version, but there isn’t.

Is there a flag file that I need to delete via SSH or some setting that needs to be cleared? It’s really annoying.

Vera pulled the last firmware update due to a number of issues. The update nag is still running, unfortunately. It’s harmless (and annoying.)

Ok, so I figured it out. If you want to remove the message, SSH into your Vera and run this command:

cat /overlay/etc/cmh/version > /overlay/etc/cmh/version_latest

This copies the current version to the version_latest file, which is what /mios/www/cgi-bin/cmh/get_version.sh is checking.