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.
- data/README.rdoc +74 -57
- data/bin/ts_setup +68 -0
- data/bin/{teach → ts_teach} +1 -1
- data/bin/{turn_off → ts_turn_off} +1 -1
- data/bin/{turn_on → ts_turn_on} +1 -1
- data/bin/tsd +1 -1
- data/config/environment.rb.sample +42 -0
- data/config/lookup.dsl +7 -0
- data/lib/tellstick/code_converter.rb +56 -0
- data/lib/tellstick/protocol/nexa.rb +25 -10
- data/lib/tellstick/protocol/not_connected.rb +6 -14
- data/lib/tellstick/protocol/null_protocol.rb +6 -14
- data/lib/tellstick/protocol/proove.rb +60 -35
- data/lib/tellstick/protocol/protocol_loader.rb +2 -3
- data/lib/tellstick/protocol/rising_sun.rb +8 -4
- data/lib/tellstick/proxy_io.rb +32 -14
- data/lib/tellstick/tellstick.rb +4 -12
- data/lib/trigger_switch_d/action.rb +54 -19
- data/lib/trigger_switch_d/application.rb +77 -34
- data/lib/trigger_switch_d/config.rb +85 -35
- data/lib/trigger_switch_d/daylight.rb +135 -52
- data/lib/trigger_switch_d/ipc.rb +44 -12
- data/lib/trigger_switch_d/schedule.rb +20 -13
- data/lib/trigger_switch_d/switch.rb +6 -0
- data/lib/trigger_switch_d/trigger_switch_d_helper.rb +14 -13
- data/samples/devices +14 -0
- data/samples/devices.rising_sun +6 -0
- data/samples/environment.rb +44 -0
- data/samples/lookup.dsl +7 -0
- data/samples/scheduled_actions +6 -0
- data/samples/scheduled_actions.rising_sun +4 -0
- metadata +41 -116
- data/doc/classes/Tellstick/Tellstick.html +0 -117
- data/doc/classes/Tellstick/TellstickIO.html +0 -265
- data/doc/classes/Tellstick/TellstickIO.src/M000020.html +0 -18
- data/doc/classes/Tellstick/TellstickIO.src/M000021.html +0 -20
- data/doc/classes/Tellstick/TellstickIO.src/M000022.html +0 -26
- data/doc/classes/Tellstick/TellstickIO.src/M000023.html +0 -19
- data/doc/classes/Tellstick/TellstickIO.src/M000024.html +0 -26
- data/doc/classes/Tellstick/TellstickIO.src/M000025.html +0 -16
- data/doc/classes/Tellstick/TellstickIO.src/M000026.html +0 -16
- data/doc/classes/Tellstick/TellstickIO.src/M000027.html +0 -24
- data/doc/classes/Tellstick.html +0 -204
- data/doc/classes/Tellstick.src/M000019.html +0 -25
- data/doc/classes/TriggerSwitchD/Action.html +0 -165
- data/doc/classes/TriggerSwitchD/Action.src/M000015.html +0 -28
- data/doc/classes/TriggerSwitchD/Action.src/M000016.html +0 -18
- data/doc/classes/TriggerSwitchD/Application.html +0 -203
- data/doc/classes/TriggerSwitchD/Application.src/M000017.html +0 -21
- data/doc/classes/TriggerSwitchD/Application.src/M000018.html +0 -40
- data/doc/classes/TriggerSwitchD/ConfigFactory/Config.html +0 -127
- data/doc/classes/TriggerSwitchD/ConfigFactory/Config.src/M000014.html +0 -23
- data/doc/classes/TriggerSwitchD/ConfigFactory.html +0 -141
- data/doc/classes/TriggerSwitchD/ConfigFactory.src/M000013.html +0 -24
- data/doc/classes/TriggerSwitchD/IPC.html +0 -134
- data/doc/classes/TriggerSwitchD/IPC.src/M000012.html +0 -32
- data/doc/classes/TriggerSwitchD/Schedule/InstanceMethods.html +0 -242
- data/doc/classes/TriggerSwitchD/Schedule/InstanceMethods.src/M000005.html +0 -19
- data/doc/classes/TriggerSwitchD/Schedule/InstanceMethods.src/M000006.html +0 -18
- data/doc/classes/TriggerSwitchD/Schedule/InstanceMethods.src/M000007.html +0 -23
- data/doc/classes/TriggerSwitchD/Schedule/InstanceMethods.src/M000008.html +0 -19
- data/doc/classes/TriggerSwitchD/Schedule/InstanceMethods.src/M000009.html +0 -19
- data/doc/classes/TriggerSwitchD/Schedule/InstanceMethods.src/M000010.html +0 -18
- data/doc/classes/TriggerSwitchD/Schedule/InstanceMethods.src/M000011.html +0 -18
- data/doc/classes/TriggerSwitchD/Schedule.html +0 -147
- data/doc/classes/TriggerSwitchD/Schedule.src/M000004.html +0 -19
- data/doc/classes/TriggerSwitchD/SwitchFactory.html +0 -135
- data/doc/classes/TriggerSwitchD/SwitchFactory.src/M000003.html +0 -20
- data/doc/classes/TriggerSwitchD.html +0 -212
- data/doc/classes/TriggerSwitchD.src/M000001.html +0 -22
- data/doc/classes/TriggerSwitchD.src/M000002.html +0 -27
- data/doc/created.rid +0 -1
- data/doc/files/lib/tellstick/protocol/nexa_rb.html +0 -126
- data/doc/files/lib/tellstick/protocol/not_connected_rb.html +0 -126
- data/doc/files/lib/tellstick/protocol/null_protocol_rb.html +0 -126
- data/doc/files/lib/tellstick/protocol/plain_text_rb.html +0 -126
- data/doc/files/lib/tellstick/protocol/proove_rb.html +0 -126
- data/doc/files/lib/tellstick/protocol/protocol_loader_rb.html +0 -126
- data/doc/files/lib/tellstick/protocol/rising_sun_rb.html +0 -126
- data/doc/files/lib/tellstick/protocol/waveman_rb.html +0 -126
- data/doc/files/lib/tellstick/tellstick_io_rb.html +0 -135
- data/doc/files/lib/tellstick/tellstick_rb.html +0 -135
- data/doc/files/lib/tellstick_rb.html +0 -134
- data/doc/files/lib/trigger_switch_d/action_rb.html +0 -126
- data/doc/files/lib/trigger_switch_d/application_rb.html +0 -136
- data/doc/files/lib/trigger_switch_d/config_rb.html +0 -126
- data/doc/files/lib/trigger_switch_d/daylight_rb.html +0 -126
- data/doc/files/lib/trigger_switch_d/ipc_rb.html +0 -126
- data/doc/files/lib/trigger_switch_d/schedule_rb.html +0 -126
- data/doc/files/lib/trigger_switch_d/switch_rb.html +0 -126
- data/doc/files/lib/trigger_switch_d/trigger_switch_d_helper_rb.html +0 -126
- data/doc/files/lib/trigger_switch_d_rb.html +0 -140
- data/doc/fr_class_index.html +0 -38
- data/doc/fr_file_index.html +0 -46
- data/doc/fr_method_index.html +0 -53
- data/doc/index.html +0 -24
- data/features/execute_schedule.feature +0 -20
- data/features/group_aliases.feature +0 -31
- data/features/handle_switches.feature +0 -36
- data/features/listen_for_client_call.feature +0 -23
- data/features/persistent_schedule.feature +0 -70
- data/features/proove_protocol.feature +0 -20
- data/features/schedule.feature +0 -25
- data/features/simple_string_protocol.feature +0 -35
- data/features/step_definitions/execute_schedule_steps.rb +0 -16
- data/features/step_definitions/group_aliases_steps.rb +0 -24
- data/features/step_definitions/handle_switches_steps.rb +0 -21
- data/features/step_definitions/listen_for_client_call_steps.rb +0 -34
- data/features/step_definitions/persistent_schedule_steps.rb +0 -18
- data/features/step_definitions/proove_protocol_steps.rb +0 -3
- data/features/step_definitions/schedule_steps.rb +0 -9
- data/features/step_definitions/shared_steps.rb +0 -75
- data/features/step_definitions/simple_string_protocol_steps.rb +0 -3
- data/features/step_definitions/sunrise_steps.rb +0 -22
- data/features/step_definitions/tellstick_connected_steps.rb +0 -21
- data/features/sunrise.feature +0 -22
- data/features/sunset.feature +0 -22
- data/features/support/action_helpers.rb +0 -10
- data/features/support/env.rb +0 -7
- data/features/support/listen_for_client_call_helper.rb +0 -71
- data/features/support/proove_helpers.rb +0 -6
- data/features/support/sunrise_helper.rb +0 -8
- data/features/tellstick_connected.feature +0 -14
- data/spec/spec_helper.rb +0 -22
- data/spec/tellstick/protocol/nexa_spec.rb +0 -57
- data/spec/tellstick/protocol/proove_spec.rb +0 -61
- data/spec/tellstick/protocol/rising_sun_spec.rb +0 -56
- data/spec/tellstick/protocol/waveman_spec.rb +0 -57
- data/spec/tellstick/proxy_io_spec.rb +0 -34
- data/spec/tellstick/tellstick_spec.rb +0 -86
- data/spec/trigger_switch_d/application_spec.rb +0 -147
- data/spec/trigger_switch_d/config_spec.rb +0 -154
- data/spec/trigger_switch_d/daylight_spec.rb +0 -39
- data/spec/trigger_switch_d/ipc_spec.rb +0 -119
- data/spec/trigger_switch_d/schedule_spec.rb +0 -103
- data/spec/trigger_switch_d/trigger_switch_d_spec_helpers.rb +0 -24
- 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
|
-
|
23
|
+
require "time"
|
24
24
|
|
25
|
-
|
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
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
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
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
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
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
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
|
-
|
92
|
-
|
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
|
-
|
96
|
-
|
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 *
|
190
|
+
self * PI_D180
|
108
191
|
end
|
109
192
|
def to_degrees
|
110
|
-
self *
|
193
|
+
self * D180_PI
|
111
194
|
end
|
112
195
|
end
|
113
196
|
|
data/lib/trigger_switch_d/ipc.rb
CHANGED
@@ -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
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
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.
|
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 {|
|
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
|
-
|
59
|
-
|
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
|
73
|
-
|
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
|
76
|
-
|
78
|
+
end unless cronolog_at == nil
|
79
|
+
cronolog.delete(at)
|
77
80
|
end
|
78
81
|
|
79
|
-
def
|
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
|
-
|
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
|
@@ -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,
|
21
|
+
def self.load_scheduled_actions(file,date=Date.today)
|
22
22
|
rows = file.readlines
|
23
23
|
rows.each do |code_line|
|
24
|
-
|
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
|
-
|
35
|
-
|
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
|
-
|
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,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"
|
data/samples/lookup.dsl
ADDED