2,445 bytes added
, 20:10, 10 May 2016
m== Commands Bugs Help ==
(written against wrong Manual Descriptions by Koukaam)
login into netio:
<pre>
$telnet ipaddress port
$telnet 192.168.178.20 1234
$login admin admin
</pre>
show status:
<pre>
$port list
</pre>
netio echo:
<pre>
$250 1011
</pre>
Description: 250=Command ok | 1011 = Port 1+3+4 on | Port 2 = off
Change port status:
<pre>
$port list 1000
</pre>
Switches port 1 on, 2-4 off
If you enter a wrong command:
<pre>
$250 1
</pre>
or
<pre>
$unknown command
</pre>
is shown
== Reset ==
To reset the Firmware, cause Webbrowser Cache Errors or Proxy Cache Errors.
<pre>
- Press and hold Button 1+2 if the netio is powerless
- swich netio now on, hold the buttons, 4 red Lights shown
- leave the buttons after 10 seconds, netio beeps long and reboot
- relogin with a Browser enabled Java-Script and Cleared Cache (admin:admin)
</pre>
== Timer Settings ==
sometime the Timersettings on the Webinterface show
<pre>
"No Control"
</pre>
then go to the selecte Port and Press Button "modify"
Behavior! Daily Timer:
<pre>
If you want daily same timers, select the current date!! for ON and OFF
this will be changed every night on 00:00 Clock by sntp
</pre>
== Browser Problems ==
Google chrome or chromium works well!
with Netio Interface Java Scripts
during SSH Tunnels logon at Netio with TELNET!
fast an easy!
== Similarities to other devices ==
The device is almost the same as the [[Netio-230a|NETIO-230A]] which in turn is almost identical to the '''IP-Power 9258 HP-T''' [http://opengear.com/product-ip-power.html by OpenGear] and [http://www.aviosys.com/9258hp.html by AVIOSYS].
For the '''Koukaam NETIO-230A''' there is more information on [https://github.com/pklaus/netio230a/wiki the github wiki of the netio230a project].
== Small Easy Cron Control ==
If you don't want to change settings by Webinterface Daily for special times,
then you can work with your cron daemon at you small Webserver/PC
create a skript folder
<pre>
mkdir /scripts/netio/
</pre>
create a monday Port Control Script called monday.txt insert plain text:
<pre>
login admin password
port list 1010
quit
</pre>
create a Monday command script called monday.sh:
<pre>
#!/bin/bash
netcat -w 1 192.168.XXX.XXX 1234 < /scripts/netio/monday.txt
exit
</pre>
create Cronjob with $crontab -e
<pre>
0 0 * * 1 bash /scripts/netio/moday.sh > /dev/zero 2>&1
</pre>
This insert the setting Port 1 and 3 ON,2 and 4 OFF into the netio on every Monday at 0:00