<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://stationeers-wiki.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=169.197.21.227</id>
	<title>Stationeers Community Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://stationeers-wiki.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=169.197.21.227"/>
	<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/Special:Contributions/169.197.21.227"/>
	<updated>2026-04-04T05:40:32Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Weather_Station&amp;diff=25228</id>
		<title>Weather Station</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Weather_Station&amp;diff=25228"/>
		<updated>2025-12-25T00:20:22Z</updated>

		<summary type="html">&lt;p&gt;169.197.21.227: Added info for the new &amp;quot;NextWeatherHash&amp;quot; logic property for the weather station&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
{{Itembox&lt;br /&gt;
| name = Kit (Weather Station)&lt;br /&gt;
| image = [[File:ItemKitWeatherStation.png]]&lt;br /&gt;
| prefabhash = 337505889&lt;br /&gt;
| prefabname = ItemKitWeatherStation&lt;br /&gt;
| stacks = 1&lt;br /&gt;
| slot_class = SlotClass.None&lt;br /&gt;
| sorting_class = SortingClass.Default&lt;br /&gt;
| recipe_machine1 = Electronics Printer&lt;br /&gt;
| recipe_cost1 = 8g [[Iron]], 3g [[Gold]], 5g [[Copper]], 3g [[Steel]]&lt;br /&gt;
| constructs = [[Weather Station]]&lt;br /&gt;
}}&lt;br /&gt;
{{Structurebox&lt;br /&gt;
| name = Weather Station&lt;br /&gt;
| image = [[File:Weather_Station.jpg]]&lt;br /&gt;
| prefab_hash = 1997212478&lt;br /&gt;
| prefab_name = StructureWeatherStation&lt;br /&gt;
| power_usage = 10W&lt;br /&gt;
| placed_on_grid = Small Grid&lt;br /&gt;
| decon_with_tool1 = [[Hand Drill]]&lt;br /&gt;
| placed_with_item = [[Kit (Weather Station)]]&lt;br /&gt;
| item_rec1 = [[Kit (Weather Station)]]&lt;br /&gt;
| decon_with_tool2 = [[Angle Grinder]]&lt;br /&gt;
| const_with_tool1 = [[Welding Torch]]&lt;br /&gt;
| const_with_item1 = 3 x [[Plastic Sheets]]&lt;br /&gt;
| item_rec2 = 3 x [[Plastic Sheets]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Description == &amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
The &#039;&#039;&#039;Weather Station&#039;&#039;&#039; waits for and warns about [[Ingame Guides - Weather|weather]] events such as [[Special:MyLanguage/Storm|Storms]].&lt;br /&gt;
&lt;br /&gt;
When turned on, the light on the Weather Station starts glowing green when there is no event incoming. If there is an event incoming, it lights up yellow, or red if an event is already occurring.&lt;br /&gt;
&lt;br /&gt;
It will not do anything when placed indoors, but will not flash an error, instead lighting up green in all cases.&lt;br /&gt;
&lt;br /&gt;
Even if not powered, the small Wind turbine on its top will be able to spin. So even without power, it can warn you. (The logic output will not work if not powered!)&lt;br /&gt;
&lt;br /&gt;
{{Data Network Header}}&lt;br /&gt;
&lt;br /&gt;
=== Mode Values ===&lt;br /&gt;
These lists the values and meanings for the &amp;quot;Mode&amp;quot; property of the Weather Station.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Value !! Meaning&lt;br /&gt;
|-&lt;br /&gt;
| 0 || No Storm&lt;br /&gt;
|-&lt;br /&gt;
| 1 || Storm Incoming&lt;br /&gt;
|-&lt;br /&gt;
| 2 || Currently in Storm&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== NextWeatherHash Values ===&lt;br /&gt;
The &amp;quot;NextWeatherHash&amp;quot; property of the Weather Station provides the hash value for the name of the next weather event as a 32 bit integer.&lt;br /&gt;
&lt;br /&gt;
The names of weather events can be found in the world XML file, for example &amp;quot;rocketstation_Data\StreamingAssets\Worlds\Vulcan\VulcanV2.xml&amp;quot;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! World !! WeatherEvent Id !! Hash&lt;br /&gt;
|-&lt;br /&gt;
| Moon || SolarStorm || 678645115&lt;br /&gt;
|-&lt;br /&gt;
| Mars || MarsDustStorm || 562037339&lt;br /&gt;
|-&lt;br /&gt;
| Europa || EuropaSnowStorm || 318954017&lt;br /&gt;
|-&lt;br /&gt;
| Vulcan || VulcanAshStorm || -851681507&lt;br /&gt;
|-&lt;br /&gt;
| Vulcan || VulcanSolarStorm || 756391474&lt;br /&gt;
|-&lt;br /&gt;
| Venus || VenusStorm || 1100767396&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{Data Parameters|&lt;br /&gt;
{{Data Parameters/row|Power|Boolean|w=0|Can be read to return if the Weather Station is correctly powered or not, set via the power system, return 1 if powered and 0 if not|multiple=2|0|Unpowered|1|Powered}}&lt;br /&gt;
{{Data Parameters/row|Mode|Integer|w=0|The mode of the Weather Station.|multiple=3|0|NoStorm|1|StormIncoming|2|InStorm}}&lt;br /&gt;
{{Data Parameters/row|Error|Boolean|w=0|1 if device is in error state, otherwise 0|multiple=2|0|&amp;lt;p&amp;gt;&amp;lt;/p&amp;gt;|1|Error}}&lt;br /&gt;
{{Data Parameters/row|Activate|Integer|1 if device is activated (usually means running), otherwise 0}}&lt;br /&gt;
{{Data Parameters/row|Lock|Boolean|Disable manual operation of the Weather Station.|multiple=2|0|Unlocked|1|Locked}}&lt;br /&gt;
{{Data Parameters/row|On|Boolean|The current state of the Weather Station.|multiple=2|0|Off|1|On}}&lt;br /&gt;
{{Data Parameters/row|RequiredPower|Integer|w=0|Idle operating power quantity, does not necessarily include extra demand power}}&lt;br /&gt;
{{Data Parameters/row|PrefabHash|Integer|w=0|The hash of the structure}}&lt;br /&gt;
{{Data Parameters/row|NextWeatherEventTime|Integer|w=0|Returns in seconds when the next weather event is inbound.}}&lt;br /&gt;
{{Data Parameters/row|ReferenceId|Integer|w=0|Unique Reference Identifier for this object}}&lt;br /&gt;
{{Data Parameters/row|NameHash|Integer|w=0|Provides the hash value for the name of the object as a 32 bit integer.}}&lt;br /&gt;
{{Data Parameters/row|NextWeatherHash|Integer|w=0|Provides the hash value for the name of the next weather event as a 32 bit integer.}}&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>169.197.21.227</name></author>
	</entry>
</feed>