Arduino Ethernet Webapp PHP, HTML Login Relay 230V AC

Relay control - Try HERE HERE!


  • Relay control is a project to control low voltage circuits or high voltage 230V over Arduino. One electromagnetic relay to Arduino can switch power up to 2.3kW at 230V, 10A.
  • Simple web-based application enables secure sign-in to output reports that can be specifically named and managed.
  • Simply click to turn on or off a given relay or rename it.
  • Arduino with Ethernet shield will download the contents of all outputs at 5s intervals and apply changes to the output.
  • Also available NodeMCU (ESP8266) for connecting to the web after HTTPS protocol.
  • The site does not use a database, it can also be customized to a database solution. The name and password are encrypted and stored by the SHA1 hash algorithm and the salt.
  • The site is compatible with PHP5, PHP7. Web Part Files can also be placed on Raspberry or Banana Pi after file permissions have been granted.
  •       
  • Turning on for an indefinite period of time, so the appliance is active when powered up after being turned off by the user!
  • Hardware

          
           Variant 1       
  • 6x Relay Control
  •       
  • Arduino Mega 1280/2560
  • Ethernet W5100 / W5500
  • 6-channel relay
  •       
  • One username with name and password change
  •       
          
           Variant 2       
  • 8x Relay Control
  •       
  • Arduino Mega 1280/2560
  • Ethernet W5100 / W5500
  • 8-channel relay < /li>       
  • One username with name and password change
  •       
                 
           Variant 3       
  • 16x Relay Control
  •       
  • Arduino Mega 1280/2560
  • Ethernet W5100 / W5500
  • 2x 8-channel relay
  •       
  • Two username and password change accounts
  •       
                

    Screenshots:




    Arduino parser for the first 8 relays (with login: user1, pass: user1)