-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: custom dimmer interval, extended testing and default config
- Loading branch information
Showing
8 changed files
with
1,330 additions
and
116 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
timezone: Europe/Stockholm | ||
|
||
# Location & max sun angle for artificial light | ||
max_sun_angle: 7 # degrees over the horizon at which time light can be turned off as it's light-enough anyway | ||
latitude: 60.025369 | ||
longitude: 17.669363 | ||
|
||
fake_noon_hour: 11 # Treat as mid-day | ||
hours_of_full_light: 10 | ||
minutes_of_sunrise: 120 # interval for dimming between 0 and 100% (both sunrise and sundown) | ||
|
||
dimmer_step: 3 | ||
dimmer_min: 0 # Start dimming upwards from here. Although 0 is 0 | ||
dimmer_max: 100 # Start dimming downwards from here. Although 100 is 100. | ||
dimmer_controller: telldus | ||
|
||
telldus: | ||
dimmer_id: 111 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,14 @@ | ||
# Location & max sun angle for artificial light | ||
max_sun_angle: 7 # degrees over the horizon at which time light can be turned off as it's light-enough anyway | ||
latitude: 60.025369 | ||
longitude: 17.669363 | ||
|
||
fake_noon_hour: 11 # Treat as mid-day | ||
hours_of_full_light: 10 | ||
minutes_of_sunrise: 120 # interval for dimming between 0 and 100% (both sunrise and sundown) | ||
|
||
dimmer_step: 2 | ||
dimmer_controller: telldus | ||
dimmer_step: 3 | ||
dimmer_max: 50 # Start dimming downwards from here. Although 100 is 100. | ||
|
||
timezone: Europe/Stockholm | ||
telldus: | ||
dimmer_id: 9611251 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.