Re: SunTracker - with moving ghost
Posted: Fri Dec 07, 2012 2:46 am
Thanks for the explanation guys. I totally forgot that installing an update would overwrite the base plugins, including ones that I may have updated on my own.
Code: Select all
bSunStatus = eg.plugins.Suntracker.GetSunStatusWeatherCompensated(60)
print bSunStatusCode: Select all
But I am getting a weird behavior every dayYes it does, it considers daylight savings (or shall...if it works correct)Also I am interested to know if the sunrise/sunset times, take into consideration the daylight savings time difference each summer.
Code: Select all
2013-01-02 23:56:00 ["'Main.Weather", "Condition:'"]Main.Weather Condition: 'Fair'
2013-01-02 23:56:00 Fair 0
2013-01-02 23:56:00 2356 1501
2013-01-02 23:56:00 2356 0842
2013-01-02 23:56:00 False
2013-01-02 23:56:34 EVENT: TellStickDuo.oregon.1A2D.230.Temperature: '22.6'
2013-01-02 23:57:00 ["'Main.Weather", "Condition:'"]Main.Weather Condition: 'Fair'
2013-01-02 23:57:00 Fair 0
2013-01-02 23:57:00 2357 1501
2013-01-02 23:57:00 2357 0842
2013-01-02 23:57:00 False
2013-01-02 23:57:27 EVENT: TellStickDuo.mandolyn.temperaturehumidity.11.Temperature: '-0.8'
2013-01-02 23:57:33 EVENT: TellStickDuo.mandolyn.temperaturehumidity.81.Temperature: '-0.8'
2013-01-02 23:58:00 ["'Main.Weather", "Condition:'"]Main.Weather Condition: 'Fair'
2013-01-02 23:58:00 Fair 0
2013-01-02 23:58:00 2358 1501
2013-01-02 23:58:00 2358 0842
2013-01-02 23:58:00 False
.
.
.
2013-01-03 00:24:00 ["'Main.Weather", "Condition:'"]Main.Weather Condition: 'Fair'
2013-01-03 00:24:00 Fair 0
2013-01-03 00:24:00 0024 1502
2013-01-03 00:24:00 0024 0842
2013-01-03 00:24:00 False
2013-01-03 00:25:00 ["'Main.Weather", "Condition:'"]Main.Weather Condition: 'Fair'
2013-01-03 00:25:00 Fair 0
2013-01-03 00:25:00 0025 1502
2013-01-03 00:25:00 0025 0842
2013-01-03 00:25:00 False
2013-01-03 00:25:27 EVENT: TellStickDuo.mandolyn.temperaturehumidity.11.Temperature: '-1.0'
2013-01-03 00:26:00 ["'Main.Weather", "Condition:'"]Main.Weather Condition: 'Fair'
2013-01-03 00:26:00 Fair 0
2013-01-03 00:26:00 0026 1502
2013-01-03 00:26:00 0026 0842
2013-01-03 00:26:00 False
2013-01-03 00:27:00 ["'Main.Weather", "Condition:'"]Main.Weather Condition: 'Fair'
2013-01-03 00:27:00 Fair 0
2013-01-03 00:27:00 0027 1502
2013-01-03 00:27:00 0027 0842
2013-01-03 00:27:00 False
I've copied over the files from the SunTracker_15.09.2012.zip archive, overwriting the old ones (some .pyc files was already there, I didn't touched them).krambriw wrote:Are you running the latest version?
Code: Select all
20:04:00 Main.Weather Condition: 'Partly Cloudy'
20:04:00 Partly Cloudy -30
20:04:00 2034 1502
20:04:00 1934 0842
20:04:00 False
Code: Select all
21:10:00 Main.Weather Condition: 'Mostly Cloudy'
21:10:00 Mostly Cloudy -30
21:10:00 2140 1654
21:10:00 2040 0610
21:10:00 FalseCode: Select all
23:29:00 Main.Weather Condition: 'Partly Cloudy'
23:29:00 Partly Cloudy -30
23:29:00 2359 1654
23:29:00 2259 0610
23:29:00 False
23:30:00 Main.Weather Condition: 'Partly Cloudy'
23:30:00 Partly Cloudy -30
23:30:00 0000 1654
23:30:00 2300 0610
23:30:00 True
23:31:00 Main.Weather Condition: 'Partly Cloudy'
23:31:00 Partly Cloudy -30
23:31:00 0001 1654
23:31:00 2301 0610
23:31:00 TrueCode: Select all
00:29:00 Main.Weather Condition: 'Partly Cloudy'
00:29:00 Partly Cloudy -30
00:29:00 0059 1654
00:29:00 2359 0611
00:29:00 True
00:30:00 Main.Weather Condition: 'Partly Cloudy'
00:30:00 Partly Cloudy -30
00:30:00 0100 1654
00:30:00 0000 0611
00:30:00 False
00:31:00 Main.Weather Condition: 'Partly Cloudy'
00:31:00 Partly Cloudy -30
00:31:00 0101 1654
00:31:00 0001 0611
00:31:00 False