Actions

Weather Station

From Unofficial Stationeers Wiki

Revision as of 15:40, 28 August 2021 by Ltmayday (talk | contribs) (Added Kit Photo)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Kit (Weather Station)
Crates a Weather Station
Stacks 1
Recipe
Created With Electronics Printer, Fabricator
Cost 8g Iron, 3g Gold, 5g Copper, 3g Steel
Weather Station
Weather Station in Stationeers
Operation
Power Usage 10W
Construction
Placed with Kit (Weather Station)
Placed on Small Grid
Stage 1
Deconstruction
Deconstructed with Hand Drill
Item received Kit (Weather Station)

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 to with a Logic Writer, Batch Writer, or Integrated Circuit (IC10). The outputs are listed in the order a Logic Writer's "VAR" setting cycles through them.

Parameter Name Data Type Description
Mode Integer Does not function
Lock Boolean Locks the Weather Station, when set to 1. Unlocks it, when set to 0.
Activate Boolean Currently unused.
On Boolean Turns the Weather Station on, when set to 1. Turns it off, when set to 0.

Data Outputs[edit]

These are all parameters, that can be read with a Logic Reader or a Slot Reader. The outputs are listed in the order a Logic Reader's "VAR" setting cycles through them.

Output Name Data Type Description
Power Boolean Returns whether the Weather Station is receiving power and is turned on. (0 for no, 1 for yes)
Activate Boolean Currently unused.
Mode Integer Returns the setting of the current mode of the Weather Station. (See Mode Values)
NextWeatherEventTime Float Returns the time in seconds until a storm that is incoming starts, otherwise returns 0
Error Boolean Returns whether the Weather Station is currently flashing an error. (0 for no, 1 for yes, currently unused)
Lock Boolean Returns whether the Weather Station is locked. (0 for no, 1 for yes)
On Boolean Returns whether the Weather Station is set to on. (0 for no, 1 for yes)
RequiredPower Integer Returns the current amount of power needed for the Weather Station.