Actions

Weather Station

From Unofficial Stationeers Wiki

This page contains changes which are not marked for translation.

Kit (Weather Station)
ItemKitWeatherStation.png
Constructing Options Weather Station
Properties
Stacks No
Recipes
Electronics Printer 8g Iron, 3g Gold, 5g Copper, 3g Steel
Logic
Prefab Hash 337505889
Prefab Name ItemKitWeatherStation
Logic Classes
SlotClass.None
SortingClass.Default



Weather Station
Weather Station.jpg
Operation
Power Usage 10W
Prefab Hash 1997212478
Prefab Name StructureWeatherStation
Construction
Placed with Kit (Weather Station)
Placed on Small Grid
Stage 1
Next Stage Construction
Constructed with tool Welding Torch
Constructed with item 3 x Plastic Sheets
Deconstruction
Deconstructed with Hand Drill
Item received Kit (Weather Station)
Stage 2
Deconstruction
Deconstructed with Angle Grinder
Item received 3 x Plastic Sheets



Description[edit]

The Weather Station waits for and warns about weather events such as Storms.

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 occuring.

It will not do anything when placed indoors, but will not flash an error, instead lighting up green in all cases.

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!)

Data Network Properties[edit]

These are all Data Network properties of this device.

Mode Values[edit]

These lists the values and meanings for the "Mode" property of the Weather Station.

Value Meaning
0 No Storm
1 Storm Incoming
2 Currently in Storm

Data Parameters[edit]

These are all parameters that can be written with a Logic Writer, Batch Writer, or Integrated Circuit (IC10), and can be read with a Logic Reader, Batch Reader, or Integrated Circuit (IC10).

Parameter Name Data Type Access Value Description
Power Boolean
Read
0 Unpowered 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
1 Powered
Mode Integer
Read
0 NoStorm The mode of the Weather Station.
1 StormIncoming
2 InStorm
Error Boolean
Read
0

1 if device is in error state, otherwise 0
1 Error
Activate Integer
Read Write
1 if device is activated (usually means running), otherwise 0
Lock Boolean
Read Write
0 Unlocked Disable manual operation of the Weather Station.
1 Locked
On Boolean
Read Write
0 Off The current state of the Weather Station.
1 On
RequiredPower Integer
Read
Idle operating power quantity, does not necessarily include extra demand power
PrefabHash Integer
Read
The hash of the structure
NextWeatherEventTime Integer
Read
Returns in seconds when the next weather event is inbound.
ReferenceId Integer
Read
Unique Reference Identifier for this object
NameHash Integer
Read
Provides the hash value for the name of the object as a 32 bit integer.