languagepoy.blogg.se

Virtual wire library commands
Virtual wire library commands











virtual wire library commands
  1. VIRTUAL WIRE LIBRARY COMMANDS UPDATE
  2. VIRTUAL WIRE LIBRARY COMMANDS SOFTWARE

  • espWiFi2eeprom.h & espWiFi2eeprom.ino // esp8266 WiFi configuration to eeprom manager for Arduino IDE, check espWiFi2eeprom.h.
  • NKTP.h & NKNTP.ino // get NTP time and convert to local time.
  • VIRTUAL WIRE LIBRARY COMMANDS UPDATE

    A restart of the device will update time ! With the Time library and it will have some drift overtime.

    VIRTUAL WIRE LIBRARY COMMANDS SOFTWARE

    This sketch is based in software time keeping

    virtual wire library commands

    ! If your esp8266 can't get the NTP time then Time Commands are not available ! (a 3 second delay is added to every server responce on purpose) ! Please WAIT between refreshing the web interface if you have restarted the esp8266 ! ! You will continue to see them in the list until your next esp8266 reboot ! (every week on the given DayOfWeek, hour, minute)Ī cleanup function that runs every 33 minutes checks if any of the *Once commandsĪre executed and deletes them from the SPIFFS save file. If you set as day the running day and hour after the current hour (once only on the next DayOfWeek, hour, minute) If you set it for 18:05 it will fire the next day (Tuesday) at 18:05. If you set an Alarm Once for 18:15 it will fire today. (once when the time next reaches the given hour, minute) The 433MHz sockets operating devices and can be set:Īlarm Once ! up to 7 days ahead. Time Commands (up to 10) execute your functions that fire Time Commands are based on the TimeAlarms library. In the whole sketch these scheduled events are named Time Commands. Scheduling the time events by giving at the same form the keyword ENTERTIMECOMMANDS (can be changed). Or that actuate once only within a week from setting the command.Ī web interface is used to control the RF devices directly given a relative command at the main form and also The main feature is that you can schedule events (up to 10) to turn ON/OFF your devices that repeat daily/weekly This is a sketch for controlling RF remote control sockets or relays that operate at the 433MHz frequencyĪnd are compatible with the Arduino/esp8266 RCSwitch libraries. (esp8266 + RF 433 transmitter + Arduino IDE) THE433 ESP8266 RF433 Interface "control 433MHz (compatible with Arduino libs) sockets/devices through web and time rules"













    Virtual wire library commands