<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Astral — calculate sunrise, sunset, moon phases, golden / blue hour with Python	</title>
	<atom:link href="https://vpn-expert.info/astral-calculate-sunrise-sunset-moon-phases-golden-blue-hour-with-python/feed/" rel="self" type="application/rss+xml" />
	<link>https://vpn-expert.info/astral-calculate-sunrise-sunset-moon-phases-golden-blue-hour-with-python/</link>
	<description>Life is too short to remove USB safely …</description>
	<lastBuildDate>Thu, 20 Jan 2022 16:17:09 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.2.2</generator>
	<item>
		<title>
		By: guyfawkes		</title>
		<link>https://vpn-expert.info/astral-calculate-sunrise-sunset-moon-phases-golden-blue-hour-with-python/comment-page-1/#comment-692</link>

		<dc:creator><![CDATA[guyfawkes]]></dc:creator>
		<pubDate>Mon, 01 Feb 2021 18:41:57 +0000</pubDate>
		<guid isPermaLink="false">https://vpn-expert.info/?p=370#comment-692</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://vpn-expert.info/astral-calculate-sunrise-sunset-moon-phases-golden-blue-hour-with-python/comment-page-1/#comment-691&quot;&gt;Si B&lt;/a&gt;.

Thanks - I am actually happy with my setup now. It doesn&#039;t need to be on the minute – all I want is that the &quot;night light&quot; switches on when it gets dark and switches off when the sun comes up. That works pretty flawlessly for almost a year now – never change a running system they say … ;)

The idea with pause sounds pretty interesting – thanks for the input / idea. I might give it a try if my setup shall stop working …]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://vpn-expert.info/astral-calculate-sunrise-sunset-moon-phases-golden-blue-hour-with-python/comment-page-1/#comment-691">Si B</a>.</p>
<p>Thanks &#8211; I am actually happy with my setup now. It doesn&#8217;t need to be on the minute – all I want is that the &#8220;night light&#8221; switches on when it gets dark and switches off when the sun comes up. That works pretty flawlessly for almost a year now – never change a running system they say … 😉</p>
<p>The idea with pause sounds pretty interesting – thanks for the input / idea. I might give it a try if my setup shall stop working …</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Si B		</title>
		<link>https://vpn-expert.info/astral-calculate-sunrise-sunset-moon-phases-golden-blue-hour-with-python/comment-page-1/#comment-691</link>

		<dc:creator><![CDATA[Si B]]></dc:creator>
		<pubDate>Mon, 01 Feb 2021 17:22:07 +0000</pubDate>
		<guid isPermaLink="false">https://vpn-expert.info/?p=370#comment-691</guid>

					<description><![CDATA[Have you considered or tried Python Pause?

https://github.com/jgillick/python-pause

import pause

pause.until(dusk)
# Night Light ON code
pause.until(sunrise)
# Night Light OFF code

I&#039;m working on something similar to yourself and having discovered Astral via your blog starting looking for a more robust timing method.
I&#039;m not that practiced at Python and coding bulletproof time code gives me a headache!
Pause takes into account time zones so I can run my Pi in local time and use UTC for time calculations, but I haven&#039;t tested it yet.

Thanks for a great write up on Astral!

Simon]]></description>
			<content:encoded><![CDATA[<p>Have you considered or tried Python Pause?</p>
<p><a href="https://github.com/jgillick/python-pause" rel="nofollow ugc">https://github.com/jgillick/python-pause</a></p>
<p>import pause</p>
<p>pause.until(dusk)<br />
# Night Light ON code<br />
pause.until(sunrise)<br />
# Night Light OFF code</p>
<p>I&#8217;m working on something similar to yourself and having discovered Astral via your blog starting looking for a more robust timing method.<br />
I&#8217;m not that practiced at Python and coding bulletproof time code gives me a headache!<br />
Pause takes into account time zones so I can run my Pi in local time and use UTC for time calculations, but I haven&#8217;t tested it yet.</p>
<p>Thanks for a great write up on Astral!</p>
<p>Simon</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
