Main page
Recent changes
Manual IP switch II
B
I
U
S
link
image
code
list
Show page
Syntax
!Configure !!!Network-ID '''In last firmware NET-ID may be configure from CLI''' contains from two parts and defined pair device in network *'''Prefix''' (four high bit) in hexadecimal format (0-f) set from CLI **in '''standart mode''' prefix expanded range of network ID **if enable '''Multi control''', diffrent for each master device for his idetifications *'''Sufix''' (four low bit) in hexadecimal format (0-f) ***get from eeprom (0-f) or BCD switch (0-7) depenency to preset in CLI[https://remoteqth.com/img/wiki-manual-ipsw-05.png|noborder] ***in '''standart mode''' sufix diffrent for each device ***in '''Multi control mode''' same, for all shared devices (group id) !!Remotely IP address and UDP port ouside from local network write directly to firmware. IP control use this address according to the setting NET-ID sufix (BCD switch or CLI). For remote operation need [public IP or VPN|https://remoteqth.com/img/slide-ip-sw-mk2-05.png]{{{0,0,0,0, 0}, // IP:port ID 0 {0,0,0,0, 0}, // IP:port ID 1 {0,0,0,0, 0}, // IP:port ID 2 {0,0,0,0, 0}, // IP:port ID 3 {0,0,0,0, 0}, // IP:port ID 4 {0,0,0,0, 0}, // IP:port ID 5 {0,0,0,0, 0}, // IP:port ID 6 {78,111,124,210, 88}, // IP:port ID 7 - remoteqth test point}} !!I2C display address need preset in firmware{{#define LcdI2Caddress 0x27}}The most common are values 0x27 or 0x3F. If display dont work ** [Upload I2C scanner firmware|https://playground.arduino.cc/Main/I2cScanner] ** Open terminal Ctrl+Shift+M [https://remoteqth.com/img/wiki-bd2-22.png] ** Write detect addres to firmware * Select '''I2C LCD chip''' ** If type of chip is PCF8574'''AT''' *** Install library '''LiquidCrystal_I2C''' *** Disable line {{// #define LCD_PCF8574T}} ** If type of chip is PCF8574'''T''' *** Install library '''LiquidCrystal_PCF8574''' *** Enable line {{#define LCD_PCF8574T}} !!Fast power up *without shown LCD information enable with{{#define FastBoot}} [<-- Order page|https://remoteqth.com/order.php#ip-sw-mk2] [<-- Web|https://remoteqth.com/ip-switch-mk2.php] <-- Remote relay board [rev0.2|IP Switch with ESP32-GATEWAY] | [rev0.4|https://remoteqth.com/w/doku.php?id=ip-switch]
Password
Summary of changes