« Return to Thread: Ubuntu Janty Mister house installation

Re: Ubuntu Janty Mister house installation

by williammanda :: Rate this Message:

Reply to Author | View in Thread

Here is my Insteon from mh.private.ini, I think Insteon debugging is enabled:

# ******************************************************************************
# Category = Insteon

@ These are the states displayed on the tk and web menus
@  French: insteon_menu_states=on,off,normal,eco,plus,moins,plus2,moins2,plus3,moins3,+40,-40,5%,30%,60%,100%
insteon_menu_states=on,off,+40,-40,5%,30%,60%,100%
# If you have Insteon, it's likely better to enable the X10 support
# built in the Insteon PLM via the web interface
 
# Otherwise, if you have a cm11a or firecracker, enable these:
#cm11_port = /dev/x10
#cm17_port = /dev/firecracker
 
# If you're going to use insteon, you're going to need to enable this
# module via the web interface after logging in as an admin
# MrHouse Home -> Setup MrHouse -> Common Code Activation -> Insteon -> insteon_item_commands.pl
# Insteon Power Line Modem (not the USB or Serial PLC)
Insteon_PLM_serial_port = /dev/insteon
 
@ The PLM module is designed to interrogate every device at startup
@ (not reload) so that the real device state is known and used to
@ initialize the state value for each defined Insteon_Device. This causes
@ a considerable amount of insteon traffic during startup. If you would
@ prefer that your devices be uninitialized (or just be set with the
@ values prior to restart), then you can disable the startup scan via the
@ ini parm:
@ Note that having this on is a good way to check if you have signal
@ propagation issues, check for "hops left" smaller than 2. Ideally you
@ should have all of them be 2. The more 1s and 0s you get, the more
@ signal loss/noise you have.
Insteon_PLM_scan_at_startup=1
 
@ You can adjust the duration before mh will requeue a transmitted
@ message when it has not recevied an ack. The default is 15 seconds and
@ is likely sufficient for most cases (5 means quicker retries and less
@ delay for the next commands).
@ mh will retry the command twice and then give up and move on.
@ This means, mh will wait up to Insteon_PLM_max_queue_time x2 + 1sec
@ before giving up and sending the next command in the queue (all commands
@ wait in line before the current one has been acked).
Insteon_PLM_max_queue_time=5
 
@ Do not restrict to 3 messages by 1.5 seconds
Insteon_PLM_disable_throttling=1
 
@ How long between 2 transmits 0.25 default
@ a more aggressive setting makes your scenes more responsive
Insteon_PLM_xmit_delay=0.15
 
time_format=24
# I really really want yyyymmdd, but mh does not support that
date_format=ddmmyyyy
 
debug=insteon

I don't understand this statement:

The error pertains to $data, which appears to be undefined.

Please be more specific.
Thanks



Rick Bolen (GM) wrote:
I think there is a wiki for MH Ubuntu setup. ...although prior to Jaunty.

I don't think Insteon_PLM.pm relies on TK for anything. Disable TK in the
mh.private.ini.

The error pertains to $data, which appears to be undefined.

Have you enabled maximum Insteon debug logging?

>
> Latitude: 35.31958873076469,  Longitude: -85.11417388916016,  Time
Zone: -5
> sunrise=6:27 sunset=20:49
> sunrise twilight=5:58 sunset twilight=21:19
> The moon is Half Waxing, 57% bright, and 8 days old
> The next full moon is on Tuesday, July 7th
> Can't call method "_parse_data" on an undefined value at
> ../lib/Insteon_PLM.pm line 267.
> william@C2Q:/projects/misterhouse/trunk/bin$
>
> I'm wondering if this again stems back to the Tk problem. Hopefully when I
> get through this setup correctly I can write a wiki for Ubuntu setup.
> Thanks
> William


------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises
looking to deploy the next generation of Solaris that includes the latest
innovations from Sun and the OpenSource community. Download a copy and
enjoy capabilities such as Networking, Storage and Virtualization.
Go to: http://p.sf.net/sfu/opensolaris-get
________________________________________________________
To unsubscribe from this list, go to: http://sourceforge.net/mail/?group_id=1365

 « Return to Thread: Ubuntu Janty Mister house installation