I2C WLAN Gateway with ESP8266 and I/O modules from www.Horter-Shop.de
For further details visit www.nikolaus-lueneburg.de
- Web-GUI
- MQTT
- HTTP API
- UDP Send - Input Module
- UDP Receive - Output Module
- Over the Air Update
- Telnet Log
- Interrupt
- Status page
Example: To change output 3 to ON on module with HEX 0x21 or DEC 33
http://<ESP_IP>/set?module=0x21&out=3&value=1
or
http://<ESP_IP>/set?module=33&out=3&value=1
Send UDP value ==> 02131
<BASETOPIC>/21/set/1 - on
Example: Output 2 changes from 0 to 1 on module with HEX 0x20 or DEC 32
Coming soon
I2CWLANGateway send value ==> 02021
<BASETOPIC>/20/2 - on