check upper/lower case, shouldn't be an issue but you never know, especially when you register your link and use of pluginId, your pathname which uses same pluginId, check they are consistently "Insteon" with capital I. Your registration should look something like
RegisterFeaturePage("Insteon", "statuspage.html", "") and the statuspage.html must be in the \html\Insteon subdirectory
RegisterFeaturePage("Insteon", "statuspage.html", "") and the statuspage.html must be in the \html\Insteon subdirectory
Comment