trigger_switch_d 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (137) hide show
  1. data/README.rdoc +74 -57
  2. data/bin/ts_setup +68 -0
  3. data/bin/{teach → ts_teach} +1 -1
  4. data/bin/{turn_off → ts_turn_off} +1 -1
  5. data/bin/{turn_on → ts_turn_on} +1 -1
  6. data/bin/tsd +1 -1
  7. data/config/environment.rb.sample +42 -0
  8. data/config/lookup.dsl +7 -0
  9. data/lib/tellstick/code_converter.rb +56 -0
  10. data/lib/tellstick/protocol/nexa.rb +25 -10
  11. data/lib/tellstick/protocol/not_connected.rb +6 -14
  12. data/lib/tellstick/protocol/null_protocol.rb +6 -14
  13. data/lib/tellstick/protocol/proove.rb +60 -35
  14. data/lib/tellstick/protocol/protocol_loader.rb +2 -3
  15. data/lib/tellstick/protocol/rising_sun.rb +8 -4
  16. data/lib/tellstick/proxy_io.rb +32 -14
  17. data/lib/tellstick/tellstick.rb +4 -12
  18. data/lib/trigger_switch_d/action.rb +54 -19
  19. data/lib/trigger_switch_d/application.rb +77 -34
  20. data/lib/trigger_switch_d/config.rb +85 -35
  21. data/lib/trigger_switch_d/daylight.rb +135 -52
  22. data/lib/trigger_switch_d/ipc.rb +44 -12
  23. data/lib/trigger_switch_d/schedule.rb +20 -13
  24. data/lib/trigger_switch_d/switch.rb +6 -0
  25. data/lib/trigger_switch_d/trigger_switch_d_helper.rb +14 -13
  26. data/samples/devices +14 -0
  27. data/samples/devices.rising_sun +6 -0
  28. data/samples/environment.rb +44 -0
  29. data/samples/lookup.dsl +7 -0
  30. data/samples/scheduled_actions +6 -0
  31. data/samples/scheduled_actions.rising_sun +4 -0
  32. metadata +41 -116
  33. data/doc/classes/Tellstick/Tellstick.html +0 -117
  34. data/doc/classes/Tellstick/TellstickIO.html +0 -265
  35. data/doc/classes/Tellstick/TellstickIO.src/M000020.html +0 -18
  36. data/doc/classes/Tellstick/TellstickIO.src/M000021.html +0 -20
  37. data/doc/classes/Tellstick/TellstickIO.src/M000022.html +0 -26
  38. data/doc/classes/Tellstick/TellstickIO.src/M000023.html +0 -19
  39. data/doc/classes/Tellstick/TellstickIO.src/M000024.html +0 -26
  40. data/doc/classes/Tellstick/TellstickIO.src/M000025.html +0 -16
  41. data/doc/classes/Tellstick/TellstickIO.src/M000026.html +0 -16
  42. data/doc/classes/Tellstick/TellstickIO.src/M000027.html +0 -24
  43. data/doc/classes/Tellstick.html +0 -204
  44. data/doc/classes/Tellstick.src/M000019.html +0 -25
  45. data/doc/classes/TriggerSwitchD/Action.html +0 -165
  46. data/doc/classes/TriggerSwitchD/Action.src/M000015.html +0 -28
  47. data/doc/classes/TriggerSwitchD/Action.src/M000016.html +0 -18
  48. data/doc/classes/TriggerSwitchD/Application.html +0 -203
  49. data/doc/classes/TriggerSwitchD/Application.src/M000017.html +0 -21
  50. data/doc/classes/TriggerSwitchD/Application.src/M000018.html +0 -40
  51. data/doc/classes/TriggerSwitchD/ConfigFactory/Config.html +0 -127
  52. data/doc/classes/TriggerSwitchD/ConfigFactory/Config.src/M000014.html +0 -23
  53. data/doc/classes/TriggerSwitchD/ConfigFactory.html +0 -141
  54. data/doc/classes/TriggerSwitchD/ConfigFactory.src/M000013.html +0 -24
  55. data/doc/classes/TriggerSwitchD/IPC.html +0 -134
  56. data/doc/classes/TriggerSwitchD/IPC.src/M000012.html +0 -32
  57. data/doc/classes/TriggerSwitchD/Schedule/InstanceMethods.html +0 -242
  58. data/doc/classes/TriggerSwitchD/Schedule/InstanceMethods.src/M000005.html +0 -19
  59. data/doc/classes/TriggerSwitchD/Schedule/InstanceMethods.src/M000006.html +0 -18
  60. data/doc/classes/TriggerSwitchD/Schedule/InstanceMethods.src/M000007.html +0 -23
  61. data/doc/classes/TriggerSwitchD/Schedule/InstanceMethods.src/M000008.html +0 -19
  62. data/doc/classes/TriggerSwitchD/Schedule/InstanceMethods.src/M000009.html +0 -19
  63. data/doc/classes/TriggerSwitchD/Schedule/InstanceMethods.src/M000010.html +0 -18
  64. data/doc/classes/TriggerSwitchD/Schedule/InstanceMethods.src/M000011.html +0 -18
  65. data/doc/classes/TriggerSwitchD/Schedule.html +0 -147
  66. data/doc/classes/TriggerSwitchD/Schedule.src/M000004.html +0 -19
  67. data/doc/classes/TriggerSwitchD/SwitchFactory.html +0 -135
  68. data/doc/classes/TriggerSwitchD/SwitchFactory.src/M000003.html +0 -20
  69. data/doc/classes/TriggerSwitchD.html +0 -212
  70. data/doc/classes/TriggerSwitchD.src/M000001.html +0 -22
  71. data/doc/classes/TriggerSwitchD.src/M000002.html +0 -27
  72. data/doc/created.rid +0 -1
  73. data/doc/files/lib/tellstick/protocol/nexa_rb.html +0 -126
  74. data/doc/files/lib/tellstick/protocol/not_connected_rb.html +0 -126
  75. data/doc/files/lib/tellstick/protocol/null_protocol_rb.html +0 -126
  76. data/doc/files/lib/tellstick/protocol/plain_text_rb.html +0 -126
  77. data/doc/files/lib/tellstick/protocol/proove_rb.html +0 -126
  78. data/doc/files/lib/tellstick/protocol/protocol_loader_rb.html +0 -126
  79. data/doc/files/lib/tellstick/protocol/rising_sun_rb.html +0 -126
  80. data/doc/files/lib/tellstick/protocol/waveman_rb.html +0 -126
  81. data/doc/files/lib/tellstick/tellstick_io_rb.html +0 -135
  82. data/doc/files/lib/tellstick/tellstick_rb.html +0 -135
  83. data/doc/files/lib/tellstick_rb.html +0 -134
  84. data/doc/files/lib/trigger_switch_d/action_rb.html +0 -126
  85. data/doc/files/lib/trigger_switch_d/application_rb.html +0 -136
  86. data/doc/files/lib/trigger_switch_d/config_rb.html +0 -126
  87. data/doc/files/lib/trigger_switch_d/daylight_rb.html +0 -126
  88. data/doc/files/lib/trigger_switch_d/ipc_rb.html +0 -126
  89. data/doc/files/lib/trigger_switch_d/schedule_rb.html +0 -126
  90. data/doc/files/lib/trigger_switch_d/switch_rb.html +0 -126
  91. data/doc/files/lib/trigger_switch_d/trigger_switch_d_helper_rb.html +0 -126
  92. data/doc/files/lib/trigger_switch_d_rb.html +0 -140
  93. data/doc/fr_class_index.html +0 -38
  94. data/doc/fr_file_index.html +0 -46
  95. data/doc/fr_method_index.html +0 -53
  96. data/doc/index.html +0 -24
  97. data/features/execute_schedule.feature +0 -20
  98. data/features/group_aliases.feature +0 -31
  99. data/features/handle_switches.feature +0 -36
  100. data/features/listen_for_client_call.feature +0 -23
  101. data/features/persistent_schedule.feature +0 -70
  102. data/features/proove_protocol.feature +0 -20
  103. data/features/schedule.feature +0 -25
  104. data/features/simple_string_protocol.feature +0 -35
  105. data/features/step_definitions/execute_schedule_steps.rb +0 -16
  106. data/features/step_definitions/group_aliases_steps.rb +0 -24
  107. data/features/step_definitions/handle_switches_steps.rb +0 -21
  108. data/features/step_definitions/listen_for_client_call_steps.rb +0 -34
  109. data/features/step_definitions/persistent_schedule_steps.rb +0 -18
  110. data/features/step_definitions/proove_protocol_steps.rb +0 -3
  111. data/features/step_definitions/schedule_steps.rb +0 -9
  112. data/features/step_definitions/shared_steps.rb +0 -75
  113. data/features/step_definitions/simple_string_protocol_steps.rb +0 -3
  114. data/features/step_definitions/sunrise_steps.rb +0 -22
  115. data/features/step_definitions/tellstick_connected_steps.rb +0 -21
  116. data/features/sunrise.feature +0 -22
  117. data/features/sunset.feature +0 -22
  118. data/features/support/action_helpers.rb +0 -10
  119. data/features/support/env.rb +0 -7
  120. data/features/support/listen_for_client_call_helper.rb +0 -71
  121. data/features/support/proove_helpers.rb +0 -6
  122. data/features/support/sunrise_helper.rb +0 -8
  123. data/features/tellstick_connected.feature +0 -14
  124. data/spec/spec_helper.rb +0 -22
  125. data/spec/tellstick/protocol/nexa_spec.rb +0 -57
  126. data/spec/tellstick/protocol/proove_spec.rb +0 -61
  127. data/spec/tellstick/protocol/rising_sun_spec.rb +0 -56
  128. data/spec/tellstick/protocol/waveman_spec.rb +0 -57
  129. data/spec/tellstick/proxy_io_spec.rb +0 -34
  130. data/spec/tellstick/tellstick_spec.rb +0 -86
  131. data/spec/trigger_switch_d/application_spec.rb +0 -147
  132. data/spec/trigger_switch_d/config_spec.rb +0 -154
  133. data/spec/trigger_switch_d/daylight_spec.rb +0 -39
  134. data/spec/trigger_switch_d/ipc_spec.rb +0 -119
  135. data/spec/trigger_switch_d/schedule_spec.rb +0 -103
  136. data/spec/trigger_switch_d/trigger_switch_d_spec_helpers.rb +0 -24
  137. data/trigger_switch_d.gemspec +0 -43
@@ -20,23 +20,9 @@
20
20
  # http://users.electromagnetic.net/bu/astro/sunrise-set.php (accessed 2010-03-02)
21
21
  # http://www.astro.uu.nl/~strous/AA/en/reken/zonpositie.html (accessed 2010-03-02)
22
22
 
23
- module Daylight #:nodoc:all
23
+ require "time"
24
24
 
25
- JULIAN_DAYS_UNTIL_YEAR_2000 = 2451545.0
26
- UNIT_CIRCLE = 360.0
27
- C1 = 0.0009
28
- C2 = 357.5291
29
- C3 = 0.98560028
30
- C4 = 1.9148
31
- C5 = 0.0200
32
- C6 = 0.0003
33
- C7 = 102.9372
34
- C8 = 0.0053
35
- C9 = 0.0069
36
- C10 = 23.45
37
- C11 = -0.83
38
- FOR = {:sunrise => -1, :sunset => 1}
39
-
25
+ module Daylight #:nodoc:all
40
26
  def self.extended(receiver)
41
27
  days = receiver.jd
42
28
  raise "method jd on #{receiver} does not return Fixnum" unless days.kind_of? Fixnum
@@ -52,48 +38,143 @@ module Daylight #:nodoc:all
52
38
 
53
39
  private
54
40
 
55
- def time_for(what_time,at_location)
56
- __prepare_float__
57
- n = ((days_since_2000 - C1) - per_unit_circle(at_location[:west])).round
58
- j = JULIAN_DAYS_UNTIL_YEAR_2000 + C1 + (per_unit_circle(at_location[:west])) + n
59
-
60
- transit_approx = stable_transit_approximation(j)
61
-
62
- declination = Math.asin(Math.sin(transit_approx[:lamda].to_rad) * Math.sin(C10.to_rad)).to_degrees
63
- h = (Math.acos((Math.sin(C11.to_rad) - Math.sin(at_location[:north].to_rad)*Math.sin(declination.to_rad))/(Math.cos(at_location[:north].to_rad) * Math.cos(declination.to_rad)))).to_degrees
64
- j2 = JULIAN_DAYS_UNTIL_YEAR_2000 + C1 + per_unit_circle(FOR[what_time]*h + at_location[:west]) + n
65
- raw = j2 + (C8 * Math.sin(transit_approx[:m].to_rad)) - (C9 * Math.sin(2*transit_approx[:lamda].to_rad))
66
- dt = DateTime.jd(raw).new_offset(0.5)
67
- Time.utc(dt.year,dt.month,dt.day,dt.hour,dt.min,dt.sec,0)
68
- end
41
+ JULIAN_DAYS_UNTIL_YEAR_2000 = 2451545.0
42
+ UNIT_CIRCLE = 360.0
43
+ C1 = 0.0009
44
+ C8 = 0.0053
45
+ C9 = 0.0069
46
+ FOR = {:sunrise => -1, :sunset => 1}
69
47
 
70
- def stable_transit_approximation(j)
71
- transit_approx = transit_approximation(j,j)
72
- count = 5
73
- until((transit_approx == (transit_approx = transit_approximation(j,transit_approx[:transit]))) || count <= 0)
74
- count -= 1
48
+ # Calculates declination of earth
49
+ class DeclinationOfEarth #:nodoc:all
50
+ Obliquity_of_the_Ecliptic_for_Earth_in_rad = 23.45 * Math::PI/180.0
51
+ def initialize(angle_as_rad)
52
+ @declination = Math.asin(Math.sin(angle_as_rad) * Math.sin(Obliquity_of_the_Ecliptic_for_Earth_in_rad))
53
+ end
54
+ def to_f
55
+ @declination
75
56
  end
76
- transit_approx
77
57
  end
78
58
 
79
- def transit_approximation(j,transit)
80
- m = mod_unit_circle(C2 + C3 * (transit - JULIAN_DAYS_UNTIL_YEAR_2000))
81
- c = (C4 * Math.sin(m.to_rad)) + (C5 * Math.sin(2 * m.to_rad)) + (C6 * Math.sin(3 * m.to_rad))
82
- lamda = mod_unit_circle(m + C7 + c + UNIT_CIRCLE/2)
83
- transit = j + (C8 * Math.sin(m.to_rad)) - (C9 * Math.sin(2 * lamda.to_rad))
84
- {:m => m, :lamda => lamda, :transit => transit}
85
- end
86
-
87
- def days_since_2000
88
- self.jd - JULIAN_DAYS_UNTIL_YEAR_2000
59
+ # Holds angle ratio per degree
60
+ class AngleRatio #:nodoc:all
61
+ def initialize(angle)
62
+ @ratio = angle.to_f/360.0
63
+ end
64
+ def to_f
65
+ @ratio
66
+ end
89
67
  end
90
68
 
91
- def per_unit_circle(value)
92
- value / UNIT_CIRCLE
69
+ #Equation of Center for Earth
70
+ class EquationOfCenterForEarth #:nodoc:all
71
+ COEFFICIENTS = [1.9148, 0.0200, 0.0003]
72
+ def initialize(mean_anomaly_as_rad)
73
+ sum = 0
74
+ COEFFICIENTS.each_with_index do |coefficient, multiplier|
75
+ sum += coefficient * Math.sin((multiplier + 1) * mean_anomaly_as_rad)
76
+ end
77
+ @center = sum
78
+ end
79
+ def to_f
80
+ @center
81
+ end
82
+ end
83
+
84
+ #Hour Angle for observer in degrees
85
+ class HourAngleForObserver #:nodoc:all
86
+ Solar_Disk_Diameter_and_Refraction_for_Earth_as_rad = -0.83 * Math::PI/180.0
87
+ def initialize(north_as_rad, transit)
88
+ declination = DeclinationOfEarth.new(transit.lamda.to_rad)
89
+ hour_angle_numerator = Math.sin(Solar_Disk_Diameter_and_Refraction_for_Earth_as_rad) - Math.sin(north_as_rad)*Math.sin(declination)
90
+ hour_angle_denominator = Math.cos(north_as_rad) * Math.cos(declination)
91
+ @hour_angle = Math.acos(hour_angle_numerator/hour_angle_denominator).to_degrees
92
+ end
93
+ def to_f
94
+ @hour_angle
95
+ end
93
96
  end
94
97
 
95
- def mod_unit_circle(value)
96
- value % UNIT_CIRCLE
98
+ #Calculates new transit, by calling step a number of times to improve the approximation
99
+ class Transit #:nodoc:all
100
+
101
+ attr_reader :lamda
102
+ def initialize(west,north,date)
103
+ @north = north
104
+ # @what_time = what_time
105
+ @julian_date = JulianDateApproximation.new(west,date)
106
+ @approximation = transit_approximation(@julian_date.to_f)
107
+ @mean_anomaly, @lamda, @julian_date_transit_approximation_as_float = @approximation
108
+ run
109
+ end
110
+
111
+ def to_utc(what_time)
112
+ @julian_date.hour_angle = FOR[what_time]*Float(HourAngleForObserver.new(@north.to_rad, self))
113
+ raw = Float(@julian_date) + (C8 * Math.sin(@mean_anomaly)) - (C9 * Math.sin(2*@lamda.to_rad))
114
+ dt = Date.jd(raw+0.5)
115
+ Time.httpdate(dt.strftime("%a, %d %b %Y %H:%M:%S GMT"))
116
+ end
117
+
118
+ private
119
+ def run
120
+ number_of_approximations_to_go = 5
121
+ while (this_is_not_the_best_approximation?(new_approximation = transit_approximation(@julian_date_transit_approximation_as_float - JULIAN_DAYS_UNTIL_YEAR_2000)) || number_of_approximations_to_go == 0)
122
+ @approximation = new_approximation
123
+ @mean_anomaly, @lamda, @julian_date_transit_approximation_as_float = @approximation
124
+ number_of_approximations_to_go -= 1
125
+ end
126
+ end
127
+
128
+ def this_is_not_the_best_approximation?(new_approximation)
129
+ @approximation != new_approximation
130
+ end
131
+
132
+ def transit_approximation(julian_date_transit_approximation_as_float)
133
+ mean_anomaly = (357.5291 + 0.98560028 * julian_date_transit_approximation_as_float) % UNIT_CIRCLE
134
+ __new_transit__(__lamda__(mean_anomaly.to_rad))
135
+ end
136
+
137
+ def __new_transit__(m_lamda)
138
+ mean_anomaly, lamda = m_lamda
139
+ transit = (@julian_date.to_f + (C8 * Math.sin(mean_anomaly)) - (C9 * Math.sin(2 * lamda.to_rad)))
140
+ [mean_anomaly, lamda, transit]
141
+ end
142
+
143
+ def __lamda__(mean_anomaly)
144
+ center = Float(EquationOfCenterForEarth.new(mean_anomaly))
145
+ lamda = (mean_anomaly.to_degrees + center + 360.0/2 + 102.9372)
146
+ [mean_anomaly, lamda % UNIT_CIRCLE]
147
+ end
148
+ end
149
+
150
+ #Julian date approximation by observer westerly location
151
+ class JulianDateApproximation #:nodoc:all
152
+ attr_accessor :hour_angle
153
+ def initialize(west,date)
154
+ @date = date
155
+ @west = west
156
+ @approximation = approximate(@west,@date)
157
+ end
158
+ def hour_angle=(angle)
159
+ @approximation = approximate(@west, @date, angle)
160
+ end
161
+
162
+ def to_f
163
+ @approximation
164
+ end
165
+
166
+ private
167
+
168
+ def approximate(west, date, hour_angle=0)
169
+ number = ((date.jd - JULIAN_DAYS_UNTIL_YEAR_2000 - C1) - Float(AngleRatio.new(west))).round
170
+ JULIAN_DAYS_UNTIL_YEAR_2000 + C1 + Float(AngleRatio.new(west + hour_angle)) + number
171
+ end
172
+
173
+ end
174
+
175
+ def time_for(what_time,at_location)
176
+ __prepare_float__
177
+ Transit.new(at_location[:west],at_location[:north],self).to_utc(what_time)
97
178
  end
98
179
 
99
180
  def __prepare_float__
@@ -103,11 +184,13 @@ module Daylight #:nodoc:all
103
184
  end
104
185
 
105
186
  module DayFloat
187
+ D180_PI = 180.0/Math::PI
188
+ PI_D180 = Math::PI/180.0
106
189
  def to_rad
107
- self * Math::PI/180.0
190
+ self * PI_D180
108
191
  end
109
192
  def to_degrees
110
- self * 180.0/Math::PI
193
+ self * D180_PI
111
194
  end
112
195
  end
113
196
 
@@ -16,24 +16,56 @@
16
16
 
17
17
  module TriggerSwitchD
18
18
  module IPC
19
-
20
19
  #unix socket thread, see README.rdoc for usage
21
20
  def self.create(socket_path)
22
21
  File.delete(socket_path) if File.exist? socket_path
23
22
  sock = UNIXServer.open(socket_path)
24
23
  Thread.start(sock) do |sock|
25
- while(!["stop"].include?(Thread.current["received"]))
26
- Thread.current["received"] = ""
27
- s1 = sock.accept
28
- while(!["stop","bye"].include?(Thread.current["received"]))
29
- Thread.current["received"] = s1.recvfrom(200)[0]
30
- Thread.current["response"] = Thread.current["received"] if Thread.current["received"] == "bye"
31
- Thread.stop if !["bye",""].include?(Thread.current["received"])
32
- s1.send(Thread.current["response"],0) unless Thread.current["received"] == ""
33
- Thread.current["received"] = "bye" if Thread.current["received"] == ""
34
- end
35
- end
24
+ outer_loop(sock)
25
+ end
26
+ end
27
+
28
+ private
29
+
30
+ def self.outer_loop(sock)
31
+ current_thread = Thread.current
32
+ while(!["stop"].include?(current_thread["received"]))
33
+ current_thread["received"] = ""
34
+ accepted_socket = sock.accept
35
+ inner_loop(accepted_socket)
36
+ end
37
+ end
38
+
39
+ def self.inner_loop(sock)
40
+ current_thread = Thread.current
41
+ while(!["stop","bye"].include?(current_thread["received"]))
42
+ wait_and_receive_from(sock)
43
+ wait_for_command_to_process
44
+ send_response(sock)
45
+ receive_connection_lost
36
46
  end
37
47
  end
48
+
49
+ def self.receive_connection_lost
50
+ current_thread = Thread.current
51
+ current_thread["received"] = "bye" if current_thread["received"] == ""
52
+ end
53
+
54
+ def self.send_response(sock)
55
+ current_thread = Thread.current
56
+ sock.send(current_thread["response"],0) unless current_thread["received"] == ""
57
+ end
58
+
59
+ def self.wait_and_receive_from(sock)
60
+ current_thread = Thread.current
61
+ current_thread["received"] = sock.recvfrom(200)[0]
62
+ end
63
+
64
+ def self.wait_for_command_to_process
65
+ current_thread = Thread.current
66
+ received_str = current_thread["received"]
67
+ Thread.stop unless ["bye",""].include?(received_str)
68
+ current_thread["response"] = "bye" if received_str == "bye"
69
+ end
38
70
  end
39
71
  end
@@ -24,7 +24,7 @@ module TriggerSwitchD
24
24
  module Schedule
25
25
  module InstanceMethods
26
26
  def schedule_action(action)
27
- self._insert_action_(action) if find(action.to_s) == nil
27
+ self.__insert_action__(action)
28
28
  find(action.to_s)
29
29
  end
30
30
 
@@ -42,7 +42,7 @@ module TriggerSwitchD
42
42
  end_of_day = "23:59:59"
43
43
  return end_of_day unless hour_minute =~ /\d{2}:\d{2}/
44
44
  time = Time.parse(hour_minute)
45
- cronological.keys.sort {|x,y| Time.parse(x) <=> Time.parse(y)}.find(Proc.new {end_of_day}) do |at|
45
+ cronological.keys.sort {|first,second| Time.parse(first) <=> Time.parse(second)}.find(Proc.new {end_of_day}) do |at|
46
46
  time < Time.parse(at)
47
47
  end
48
48
  end
@@ -55,8 +55,9 @@ module TriggerSwitchD
55
55
 
56
56
  #Executes action and removes it from the schedule
57
57
  def execute(at,output)
58
- cronological[at].values.each { |action| action.execute(output) } unless cronological[at] == nil
59
- self._remove_executed_actions_from_schedule_(at)
58
+ cronolog_at = cronological[at]
59
+ cronolog_at.values.each { |action| action.execute(output) } unless cronolog_at == nil
60
+ self.__remove_executed_actions_from_schedule__(at)
60
61
  end
61
62
 
62
63
  #Hash of actions accessible by "HH:MM" format
@@ -69,25 +70,31 @@ module TriggerSwitchD
69
70
  self[:all]
70
71
  end
71
72
 
72
- def _remove_executed_actions_from_schedule_(at) #:nodoc:
73
- cronological[at].values.clone.each do |element|
73
+ def __remove_executed_actions_from_schedule__(at) #:nodoc:
74
+ cronolog = cronological
75
+ cronolog_at = cronolog[at]
76
+ cronolog_at.values.clone.each do |element|
74
77
  by_name.delete(element.to_s)
75
- end unless cronological[at] == nil
76
- cronological.delete(at)
78
+ end unless cronolog_at == nil
79
+ cronolog.delete(at)
77
80
  end
78
81
 
79
- def _insert_action_(action) #:nodoc:
82
+ def __insert_action__(action) #:nodoc:
83
+ return if __action_is_scheduled__(action)
80
84
  name = action.to_s
81
85
  by_name[name] = action
82
- cronological[action.at] ||= {}
83
- cronological[action.at][name] = by_name[name]
86
+ cronolog_at = cronological[action.at] ||= {}
87
+ cronolog_at[name] = action
88
+ end
89
+
90
+ def __action_is_scheduled__(action)
91
+ by_name.keys.include?(action.to_s)
84
92
  end
85
93
  end
86
94
 
87
95
  #Creates an instance of a schedule
88
96
  def create
89
- schedule = {:all => {}, :cronological => {}}
90
- schedule.extend InstanceMethods
97
+ schedule = {:all => {}, :cronological => {}}.extend InstanceMethods
91
98
  end
92
99
 
93
100
  module_function :create
@@ -28,6 +28,12 @@ module TriggerSwitchD
28
28
  instance_variable_set("@"+key.to_s,value) if respond_to?(key)
29
29
  end
30
30
  end
31
+
32
+ def to_a_by_keys(keys)
33
+ keys.map do |key|
34
+ send(key)
35
+ end
36
+ end
31
37
  end
32
38
  EOS
33
39
  ::TriggerSwitchD.module_eval(definition)
@@ -18,27 +18,28 @@
18
18
  module TriggerSwitchD
19
19
 
20
20
  #Loads up schedule with the actions in file
21
- def load_scheduled_actions(file,schedule,devices,environment,date=Date.today)
21
+ def self.load_scheduled_actions(file,date=Date.today)
22
22
  rows = file.readlines
23
23
  rows.each do |code_line|
24
- action = Action.new(code_line,devices,environment,date)
25
- schedule.schedule_action(action) #unless Time.parse(action.at) < Time.now
24
+ yield(code_line, date)
26
25
  end
27
26
  end
28
27
 
29
28
  #Returns devices loaded from file
30
- def load_devices(file)
29
+ def self.load_devices(file)
31
30
  devices = YAML::load(file)
32
31
  SwitchFactory.new(devices[0]["switches"][0].keys)
33
- result = {}
34
- devices.each do |device|
35
- switches = device["switches"].map do |switch|
36
- TriggerSwitchD::Switch.new(switch)
37
- end
38
- result[device["name"]] = switches
32
+ devices.inject({}) do |result, device|
33
+ result[device["name"]] = TriggerSwitchD::map_switches(device["switches"])
34
+ result
39
35
  end
40
- result
41
36
  end
42
-
43
- module_function :load_scheduled_actions, :load_devices
37
+
38
+ private
39
+
40
+ def self.map_switches(pre_switches) #:nodoc
41
+ pre_switches.map do |switch|
42
+ TriggerSwitchD::Switch.new(switch)
43
+ end
44
+ end
44
45
  end
data/samples/devices ADDED
@@ -0,0 +1,14 @@
1
+ ---
2
+ - name: "källare"
3
+ switches:
4
+ - unit_code: "3"
5
+ house_code: A
6
+ model_name: plain_text
7
+ - unit_code: "4"
8
+ house_code: A
9
+ model_name: plain_text
10
+ - name: "yttertrapp"
11
+ switches:
12
+ - unit_code: "5"
13
+ house_code: A
14
+ model_name: plain_text
@@ -0,0 +1,6 @@
1
+ ---
2
+ - name: "ovanvåning"
3
+ switches:
4
+ - unit_code: "2"
5
+ house_code: "4"
6
+ model_name: rising_sun
@@ -0,0 +1,44 @@
1
+ # TriggerSwitchD, executes commands to activate/deactive remote switches.
2
+ # (c) Copyright 2010 Pontus Strömdahl, AdhocSkill.
3
+ #
4
+ # This program is free software: you can redistribute it and/or modify
5
+ # it under the terms of the GNU General Public License as published by
6
+ # the Free Software Foundation, either version 3 of the License, or
7
+ # (at your option) any later version.
8
+ #
9
+ # This program is distributed in the hope that it will be useful,
10
+ # but WITHOUT ANY WARRANTY; without even the implied warranty of
11
+ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
+ # GNU General Public License for more details.
13
+ #
14
+ # You should have received a copy of the GNU General Public License
15
+ # along with this program. If not, see <http://www.gnu.org/licenses/>.
16
+
17
+
18
+ #longitude and latitude for Malmö, Sweden. decimal form
19
+ Config.geo_position = {:north => 54.57525, :west => -12.94125}
20
+
21
+ #Paths: base for files tsd.log, devices, scheduled_actions and lookup.dsl (leave alone if uncertain)
22
+ # If you use vcp set vcp_port to your device, it should look like the example with a serial
23
+ # number instead of the xxxxxxxx
24
+ Config.log_path = "~/.trigger_switch_d/log"
25
+ Config.db_path = "~/.trigger_switch_d/db"
26
+ Config.dsl_path = "config"
27
+ # Config.vcp_port = "/dev/tty.usbserial-xxxxxxxx"
28
+
29
+ #Log: can be one of :file, :development or :spec (:spec is for the rspecs, ie don't use)
30
+ # when log_object is set to :file, the log is written to tsd.log (log_path + /tsd.log)
31
+ # when log_object is set to :development the log is written to STDOUT, useful for debugging
32
+ # Config.log_object = :file
33
+ Config.log_object = :development
34
+ # Config.log_object = :spec
35
+
36
+ #Output: can be one of :development, :tellstick or :spec (:spec is for the rspecs, ie don't use)
37
+ # when output is set to :development output is written to STDOUT, useful for debugging
38
+ # when output is set to :vcp output is sent to the usb port that has a virtual com port
39
+ # Config.output = :vcp
40
+ Config.output = :development
41
+ # Config.output = :spec
42
+
43
+ #Unix socket: (leave alone if uncertain)
44
+ Config.unix_socket_path = "/tmp"
@@ -0,0 +1,7 @@
1
+ ---
2
+ släck: deactivate
3
+ klockan: at
4
+ solnedgång: sunset
5
+ vid: at
6
+ soluppgång: sunrise
7
+ tänd: activate
@@ -0,0 +1,6 @@
1
+ tänd källare vid solnedgång
2
+ släck källare klockan 00:15
3
+ tänd källare klockan 04:00
4
+ släck källare vid soluppgång
5
+ tänd yttertrapp vid solnedgång
6
+ släck yttertrapp vid soluppgång
@@ -0,0 +1,4 @@
1
+ tänd ovanvåning vid solnedgång
2
+ släck ovanvåning klockan 22:15
3
+ släck ovanvåning vid soluppgång
4
+ tänd ovanvåning klockan 06:05