Compare commits
5 commits
c136983953
...
3185b5ba27
Author | SHA1 | Date | |
---|---|---|---|
|
3185b5ba27 | ||
114b76d190 | |||
|
e2b4cf139d | ||
|
e7211140af | ||
|
9d16e693f7 |
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
This project is based on: https://github.com/mariusmotea/diyHue/tree/master/Lights/Arduino/Generic_Dimmable_Light
|
||||
|
||||
So this firmware is also able to be used the same way like a diyHue.com device.
|
||||
|
||||
Reef2Reef forum thread: https://www.reef2reef.com/threads/for-lumini-lominie-pixie-30-p30-hers-how-to-add-ramp-up-down-and-timer-with-memory-quite-cheaply.935409/
|
||||
|
||||
Most of the code was generated by ChatGPT and adapted by myself.
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
#define LOCAL_TIMEZONE_STRING "CET-1CEST-2,M3.5.0/02:00:00,M10.5.0/03:00:00" // Berlin, Germany - https://sites.google.com/a/usapiens.com/opnode/time-zones
|
||||
|
||||
#define DEVELOPMENT
|
||||
//#define DEVELOPMENT
|
||||
|
||||
#define LIGHT_NAME_STR "Lumini/Lominie Pixie30/P30 light control" // default light name
|
||||
|
||||
|
|
Loading…
Reference in a new issue