Commit Graph

13 Commits

Author SHA1 Message Date
bc90234f73 Implemented timezone API HTTP proxy 2018-01-19 16:13:34 +01:00
d9d9b45956 Implemented timezone lookup
Very unstable at the moment, likely due to SSL's memory requirements combined with my lack of optimization
2018-01-18 23:20:43 +01:00
85a60ea44e Implemented Access Point mode button
Split main.cpp in multiple files
2018-01-16 22:07:31 +01:00
981d6ac1bb Implemented motion sensor settings
Moved all settings to JSON storage
2018-01-14 21:31:52 +01:00
f220f1b7a1 Added time trigger settings and corresponding API
Fixed #9: Changing individual step with startTime can fail
2018-01-10 21:05:12 +01:00
381a77e9ce Removed geocode proxy, it was causing too many exceptions
- replaced with a Maps API key in the newly added system settings
2018-01-08 21:58:22 +01:00
5d6c5f7b74 Added step control (all / individual)
Added status LEDs
Added start of location code (geocode latlong request crashes at the moment)
2018-01-07 23:13:13 +01:00
42647f0db7 Reintroduced PCA9685 and Stairs classes
Compiles, but lacks the tick implementation
2018-01-04 22:53:35 +01:00
f87a8b6eb7 Changed from UDP to HTTP
Implemented access point, station mode and basic web configuration page
Actual lighting control is completely broken
2018-01-01 19:56:07 +01:00
242155a64c Added range settings for each step
Overhauled web frontend
2017-05-06 15:27:20 +02:00
b39f3ba826 Added OTA firmware update
Added range customization (untested)
Added static mode easing (untested)
2017-04-16 13:40:34 +02:00
1f5f0a7d42 Added Ping command
Added prototype Node.js client app
Added UDP protocol documentation
Replaced brzo_i2c library with standard Wire.h while debugging
Removed test code from PCA9685 library
2017-03-24 21:40:56 +01:00
abe13843b4 Initial commit, very much a work in progress 2017-03-23 19:45:29 +01:00