# Individual Appliance Monitoring (IAM) System ## Folder description The below files have been deposited * IAM_Data.zip - Data collection from the Individual Appliance monitors merged together to a single file * IAM_appliances.csv - Contains infromation linking the households and devices to IAM data. It also contains a change log. ## IAM_Data.zip The zipped folders contain .csv files for measurements from each individual IAM The naming convention for files in each folder is given below ### IAM_Data.zip Folder Structure * IAM Data: The files are labelled as iam_[Sensor_ID].csv, where Sensor_ID denoted the id of the IAM sensor ### IAM Sensor Data * timestamp - Time at which data was collected in POSIXct format. * sensor - denotes the ID of the IAM Sensor. * rpi - denotes the raspberry pi gateway to which the data was sent. * voltage - denoted to measured voltage by the IAM. The unit is in Volts(V). * real - denotes the real power measured by the IAM. The unit is in Watts(W). * reactive - denotes the reactive power measured by the IAM. The unit is in Volt-Ampere Reactive (var) ## IAM_appliances list * ID - The unique IAM Sensor ID. * rpi - The closest RPI gateway to the Sensor. * appliance - The appliance type that was recorded to be connected to the sensor. * household - denotes the unique and anonimised identifyer for the household. * meter - Information on the metering of the household * internet - Information on which network was the gateway connected to. * date_moved - if the sensor was moved to a diffrent setting the move date on which that happened. * new_appliance - if the sensor was moved to a diffrent setting this records the new device to which it was connected. * new_household - if the sensor was moved to a diffrent setting this records the new household to which it was deployed to.