[general] uselogfile = True # LCD backlight timeout in seconds 0: always on, 300: off after 5 min # as the emonpi could be installed in a dark place, keep the backlight on, eh ? backlight_timeout = 0 #How often the LCD is updated when a button is not pressed lcd_update_sec = 5 # which page to show after startup (3 is pv/utility readings which should be useful) default_page = 3 #Names for the power feeds displayed on the LCD feed1_name = Total K/W feed2_name = Voltage feed3_name = Total K/W feed4_name = Voltage feed1_unit = W feed2_unit = V feed3_unit = W feed4_unit = V [mqtt] mqtt_user = emonpi mqtt_passwd = emonpimqtt2016 mqtt_host = 127.0.0.1 mqtt_port = 1883 mqtt_emonpi_topic = emonhub/rx/5/values mqtt_feed1_topic = emon/emonpi/RP1 mqtt_feed2_topic = emon/emonpi/Vrms mqtt_feed3_topic = emon/emonpi/RP1 mqtt_feed4_topic = emon/emonpi/RP1 [redis] redis_host = localhost redis_port = 6379 [huawei] hilink_device_ip = 192.168.1.1