Miserhouse logo
The PERL home automation software system !
 





FAQs

Updates and Bugfixes:
    There will be fixes and tweaks for the MrAudrey_03 series images available through the Package Manager.
    they will be identified as upd-MrAudrey_XX.fix# where XX is the MrAudrey release number ( 03 ) and the # is the cumulative fix release.

All updates will be cumulative, you only need to apply the latest
File
Date
Description
upd-MrAudrey_03.fix1 6/4/2003 Update to MH-Main Page to address issue that may cause the page error (address issue)


Version Identification:
    Simple versioning information has been included on an internal page located at http://loclhost:/SystemProfile.shtml
    this is available on all images since the initial Audrey releases. I've tried to keep this up to date.


MrAudrey / MisterHouse integration issues

If You're having Problems with the Lights, List groups page I got this from Bruce
This changes will be integrated into MH versions > 2.75 (there are more too ....)

try chaging web/bin/list_groups.pl from this:
$html = "<html><body>\n<base target ='output'>\n" .
to this
$html = "<html><body>\n" .
There are lots of other list_*.pl scripts that do the same thing.  I'll ponder changing them also.

This has been integrated into the MH distribution as of  12/01/02 (thanks Bruce)
Some instructions on how to modify MisterHouse to Id/entify the browser in the image.  
( for MH versions <= 2.73 )
/

Add entries for Photon web client 'voyager'
(audrey alternate found on many of the hacked images)
These entries are around line 178 in the ./lib/http_server.pl file

        elsif ($Http{'User-Agent'} =~ /Photon/) {
            $Http{'User-Agent'}    =  'Photon';
        }
in mh.ini,  mh.private.ini or your specific.ini change / add
html_browser_formats = MSCE=>1,Audrey=>2,Photon=>2,Mozilla=>3,Netscape6=>3
html_browser_sizes   = MSCE=>800,Audrey=>640,Photon=>640