Helmut Pozimski
|
add002fb5e
implemented minimal logging to syslog and console
|
hace 11 años |
Helmut Pozimski
|
92049103d6
correctly import os, I really should have done that in the first place
|
hace 11 años |
Helmut Pozimski
|
00dc5ca0ee
implemented signal handling
|
hace 11 años |
Helmut Pozimski
|
597c58aee8
updated TODO and generated Changelog from bzr
|
hace 11 años |
Helmut Pozimski
|
4a8e6c84e7
yet another round of cosmetical changes to the init script
|
hace 11 años |
Helmut Pozimski
|
03079ccdad
another round of cosmetical changes to the init script
|
hace 11 años |
Helmut Pozimski
|
12615260a1
corrected the start method in the init script
|
hace 11 años |
Helmut Pozimski
|
fe7e604545
added a simple init script for sysvinit
|
hace 11 años |
Helmut Pozimski
|
321a2a2300
corrected two small typos
|
hace 11 años |
Helmut Pozimski
|
19f187e6e9
set high or low brightness when the configured minute is reached
|
hace 11 años |
Helmut Pozimski
|
7ad07cb636
only call datetime.now once per cycle to safe some processing time
|
hace 11 años |
Helmut Pozimski
|
ed84e037ce
and corrected the reversed order for the values
|
hace 11 años |
Helmut Pozimski
|
bd8605e6f5
change blink_colon to bolean value as it was intended
|
hace 11 años |
Helmut Pozimski
|
bead5dbccf
added configurable blinking of the middle colon
|
hace 11 años |
Helmut Pozimski
|
36c0634f61
comparing time doesn't work between 2 days so just check if the conditions for high state are met and fall back to log otherwise
|
hace 11 años |
Helmut Pozimski
|
b1246e11a5
added rules for setting both high and low states
|
hace 11 años |
Helmut Pozimski
|
262728b540
correctly create time object in the configuration
|
hace 11 años |
Helmut Pozimski
|
071d7cf996
changed the time comparison so it hopefully makes sense now
|
hace 11 años |
Helmut Pozimski
|
5415735bf2
fixed a line break
|
hace 11 años |
Helmut Pozimski
|
037baf1b7e
added code to change the brightness according to time of day
|
hace 11 años |
Helmut Pozimski
|
67d70b1cc2
corrected a comment in the configuration
|
hace 11 años |
Helmut Pozimski
|
a750acf9d7
only got int with base 16 without hex conversion, seems to work
|
hace 11 años |
Helmut Pozimski
|
d9ed7f4235
also didn't work, another try, first go int with base16, then go to hex
|
hace 11 años |
Helmut Pozimski
|
6fb6eabc3d
the change intended with the last commit didn't work out, try hex, it might work better
|
hace 11 años |
Helmut Pozimski
|
1ae807b202
also cast an integer for the hardware address
|
hace 11 años |
Helmut Pozimski
|
cec720e4db
corrected yet another variable name (I really need to remember them
|
hace 11 años |
Helmut Pozimski
|
3ca3e99428
again explicitly cast integers for time values
|
hace 11 años |
Helmut Pozimski
|
6f38400296
explicitly cast integers for time values
|
hace 11 años |
Helmut Pozimski
|
221d6aab4d
corrected another type
|
hace 11 años |
Helmut Pozimski
|
47ddabfea6
fixed a variable name
|
hace 11 años |