4381f66b26
Fixed programming connector pinout
2018-11-25 16:57:06 +01:00
2090dfdca6
New board design
2018-11-25 16:36:34 +01:00
da09f40443
Added mock master
...
Fixed communication bugs
2018-11-22 23:31:08 +01:00
ff315ae20e
Fixed communication
2018-11-22 20:30:31 +01:00
06b5a0e720
Implemented protocol and message handling
2018-11-20 21:55:31 +01:00
a5eab1427d
Ported to C++ for the ATMega328P
...
Added fancier display elements now that we've got room to spare
2018-11-19 21:03:04 +01:00
5f89b3efd2
First version of submodule implementation
...
Based on ATTiny2313 / ATTiny4313
2018-11-18 11:16:33 +01:00
3a8b22fc4a
Merge tag '2.1' into develop
...
release 2.1 2.1
2018-04-29 11:06:33 +02:00
a236588ebb
Merge branch 'release/2.1'
...
# Conflicts:
# src/assets/version.h
# src/main.cpp
# web/dist/bundle.js
2018-04-29 11:04:48 +02:00
14d820a7e5
Fixed #27 DST not taken into account
...
Fixed issues with #26 Setting for motion triggers only during an active time trigger
2018-04-29 11:01:59 +02:00
bcaeb032b8
Fixed endless loop in startup transition
2018-04-29 10:13:43 +02:00
627d3deed7
Fixed compiler warnings
2018-04-22 10:39:07 +02:00
ec99be4b7c
Fixed #23 : Restart reason message cannot be hidden
...
Fixed #25 : Setting for the initialisation sequence
Fixed #26 : Setting for motion triggers only during an active time trigger
2018-04-22 10:32:46 +02:00
d0b62d38b0
Added automatic retry to frontend
...
Better support for iOS language detection?
2018-03-19 07:45:54 +01:00
72602bb2e3
Fixed submit button appearance on iPhone/iPad
2018-03-02 14:12:53 +01:00
fb00c0baa2
Merge branch 'release/2.0'
2018-02-17 23:14:55 +01:00
afd9390523
Merge tag '2.0' into develop
...
Release version 2.0
2018-02-17 23:13:11 +01:00
dabef86f68
Merge branch 'release/2.0'
2018-02-17 23:13:10 +01:00
676a3586dd
Fixed #22 : Option to only enable motion triggers during nighttime
...
Also added missing setting for motion turn off delay
2018-02-16 22:03:11 +01:00
7010e83554
Fixed #19 : Implement exception handler
2018-02-13 21:53:08 +01:00
7b823b7cff
Fixed #21 : Sunrise and sunset times are way off
...
Fixed #18 : Time triggers fail if the time is earlier than the first trigger of a day
Sometimes I really really dislike C++ and it's lack of helpful warnings, like signed-unsigned comparisons and allowing switch without case. Too easy to miss.
2018-02-13 20:00:39 +01:00
1df8c7fc0d
Fixed #11 : Show device's time in frontend
...
Frontend for #19 : Implement exception handler
2018-02-12 22:17:50 +01:00
a3aecf082a
Fixed #17 : Negative relative times are incorrect
2018-02-12 21:16:48 +01:00
2e1b286346
Fixed #20 : Time triggers settings overwrites connection settings
2018-02-12 21:03:22 +01:00
77f4cf79d3
Removed unused modified HTTPClient
...
Decreased AP button time
Added pinout print to be included in the box
2018-02-12 21:01:12 +01:00
b10fd6951c
Fixed #18 : Time triggers fail if the time is earlier than the first trigger of a day
2018-02-12 20:59:26 +01:00
5d314e7525
Fixed PWM values being off
2018-02-03 16:23:15 +01:00
ce26beffec
Fixed #16 - Curve is not working well with actual LED strips
...
Finished calibration page - untested!
2018-02-03 15:45:05 +01:00
1bea7ea157
Fixed new set API not returning anything
2018-01-31 21:09:01 +01:00
1a131c96bf
Added #15 : GET API for changing values
2018-01-31 21:03:19 +01:00
b7d7d5e18c
Added start of calibration wizard
2018-01-28 20:04:50 +01:00
5d6514f6e2
Added steps settings API
2018-01-26 11:50:42 +01:00
4c57f17c8c
Made sending triggers array optional when changing settings
2018-01-24 21:03:23 +01:00
a2f7021d2c
Finished restyling
2018-01-23 15:07:12 +01:00
de9bf9ceca
Removed milligram dependency
...
Started restyling using custom CSS, nowhere near finished yet
2018-01-22 23:02:02 +01:00
a3a5f274ba
Added Fritzing wiring reference
2018-01-21 11:31:41 +01:00
c8bbf563f6
Fixed #12 : Time trigger activates after set time, not on
...
Fixed incorrect host in Maps API proxy request
2018-01-21 11:31:05 +01:00
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
d1126e70d3
Added notifications and error messages in frontend
...
Implemented saving of motion triggers
Implemented NTP server settings
2018-01-18 17:12:41 +01:00
9c22414fea
Implemented frontend for motion trigger settings
...
Still read-only
2018-01-17 23:28:39 +01:00
0b42c49210
Implemented time triggers frontend
2018-01-17 17:02:51 +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
f6808c4833
Implemented time triggers logic
...
Frontend needs quite a bit of work still
2018-01-14 13:56:30 +01:00
4c4b20c2e1
Start of time triggers frontend
2018-01-12 16:20:42 +01:00
2f96d0c60d
Implemented frontend for system settings
...
Started preparation for executing triggers
2018-01-11 21:04:00 +01:00
555eb38300
Ported SunRiseSet code from Domoticz
2018-01-10 22:28:29 +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