Emonwrt3 Install on OpenWrt: Difference between revisions
Jump to navigation
Jump to search
(Created page with " This is a guide for installing Emonwrt3 software on a fresh OpenWRt installation. =Prerequisites= * OpenWrt is freashly installed with Chaos Calmer version. * User has both...") |
|||
Line 18: | Line 18: | ||
head -n -1 /etc/opkg.conf > /tmp/x; mv /tmp/x /etc/opkg.conf | head -n -1 /etc/opkg.conf > /tmp/x; mv /tmp/x /etc/opkg.conf | ||
printf "src/gz chaos_calmer_lechacal http://lechacal.com/repo/emonwrt3\n#option check_signature 1\n" >>/etc/opkg.conf | printf "src/gz chaos_calmer_lechacal http://lechacal.com/repo/emonwrt3\n#option check_signature 1\n" >>/etc/opkg.conf | ||
opkg update | opkg update | ||
opkg install emonwrt3 emonwrt3-luci | |||
Then if you do not see any error reboot the unit like so | Then if you do not see any error reboot the unit like so | ||
reboot & exit | reboot & exit |
Revision as of 21:49, 20 July 2018
This is a guide for installing Emonwrt3 software on a fresh OpenWRt installation.
Prerequisites
- OpenWrt is freashly installed with Chaos Calmer version.
- User has both access to the web interface and ssh/telnet.
- The unit is connected to the internet to access lechacal.com.
Installation via command line
Connect to the unit using telnet or ssh. We recommend to use Putty for this purpose.
Then copy paste these commands below in the terminal.
head -n -1 /etc/inittab > /tmp/x; mv /tmp/x /etc/inittab printf "#::askconsole:/bin/ash --login\n" >> /etc/inittab head -n -1 /etc/opkg.conf > /tmp/x; mv /tmp/x /etc/opkg.conf printf "src/gz chaos_calmer_lechacal http://lechacal.com/repo/emonwrt3\n#option check_signature 1\n" >>/etc/opkg.conf opkg update opkg install emonwrt3 emonwrt3-luci
Then if you do not see any error reboot the unit like so
reboot & exit