Skip to content

Argus-Technologies/ArduinoBlindsControl-WebRemote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ArduinoBlindsControl-WebRemote

Web Remote for the Arduino Blinds Control.

Instructions: Requirements

  • Webserver (Apache/PHP) in the same network as your ArduinoBlindsControl

Instructions: Installation

  • Rename the "config.sample.php" file to "config.php" and set your local configuration
  • Put the "cron.php" file in your crontab, ex on Debian/Ubuntu based systems:
    • Edit your crontab ("crontab -e")
    • Enter the following entry so it will run every 5 minutes (with the correct path to your cron.php file): "*/5 * * * * /usr/bin/php5 /path/to/cron.php >> /path/to/cron_abc_wr.log 2>&1"

Changelog

  • v0.2: Configuration in separated configuration file, very basic website with direct control
  • v0.1: Initial commit, hardcoded cronfile only

Todo

  • A website/database to control and configure the scheduling
  • Support different fixed scheduling for all days of the week (possible with season difference).
  • Support dynamic time of sunrise/sunset (+/- an offset) for your location instead of fixed hours
  • Direct control aside of the scheduled control

About

Web Remote for the Arduino Blinds Control

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages