Skip to content

Kevins mh.private.ini File with Insteon, Few Comments

galiven edited this page Nov 7, 2014 · 2 revisions

This is Kevin's mh.private.ini. It has settings for both the AD2 module and Insteon. Sorry it only has a few comments:

# Misterhouse configuration file generated by iniedit.pl

# My Installation looks like:
# /usr/local/mh -> Has all of my user edited files (code, data,web)
# /usr/local/mh/source -> Contains the mh source
code_dir=/usr/local/mh/code
data_dir=/usr/local/mh/data
html_alias_my_mh=/usr/local/mh/web/my_mh
html_alias_iphone=/usr/local/mh/web/iphone
html_alias2_docs=/usr/local/mh/web/docs

# Only allow three state options before creating a drop down list
html_select_length=3


http_port=1234

# I allow all clients and do security through my Apache Installation
password_allow_clients=.*

# Location Info
latitude=34.144
longitude=-118.457
time_zone=-8
time_format=24
date_format=ddmmyyyy
city=Los Angeles
zone=LOS ANGELES COUNTY SAN FERNANDO VALLEY
state=CA
zip_code=91403
nws_city=Van Nuys

# Disable unused servers for security
server_telnet_port=
server_mhsend_port=
xap_disable=1
xpl_disable=1

#Earthquake settings, I don't think it works at the moment
Earthquake_Magnitudes=99999 8.0 1500 6.0 800 4.0 400 3.0 10 0

#My debugging scheme
debug=AD2;Insteon:4

#Increase the length of the web based print log
max_log_entries=1000

#Increase the length of the web based state log
max_state_log_entries=100

#Disable TK
tk=0

#Disable GD
gd=0

#I only want to get Cloud data from NOAA
weather_internet_elements_noaa=Clouds

#Insteon Stuff
#IP Based Interface Which I don't use
#Insteon_PLM_use_TCP=1
#Insteon_PLM_TCP_host=192.168.1.2
#Insteon_PLM_TCP_port=9761

# I like to use the really long serial identifier, it is unique
# and never changes, no matter what order I plug in devices
Insteon_PLM_serial_port=/dev/serial/by-id/usb-FTDI_FT232R_USB_UART_A501LCKJ-if00-port0

# don't need a scan at startup, my system is rarely down for long
Insteon_PLM_scan_at_startup=0

# I like to have slightly different state options in the web
# menu for insteon devices
insteon_menu_states=off,20,40,50,60,80,on

#AD2 Stuff
AD2_debug_log=1;
AD2_server_ip=192.168.100.118
AD2_server_port=10000

Clone this wiki locally