ENERGY STAR Certified Ventilating Fans
U.S. Environmental Protection Agency
@usgov.epa_gov_energy_star_certified_ventilating_fans
U.S. Environmental Protection Agency
@usgov.epa_gov_energy_star_certified_ventilating_fans
Certified models meet all ENERGY STAR requirements as listed in the Version 4.0 ENERGY STAR Program Requirements for Ventilating Fans that were effective as of October 1, 2015 or the Version 4.1 requirements that are effective as of July 24, 2018. A detailed listing of key efficiency criteria are available at https://www.energystar.gov/products/heating_cooling/fans_ventilating/key_product_criteria .
Organization: U.S. Environmental Protection Agency
Last updated: 2020-11-12T14:52:13.310289
Tags: vent-fans, ventilating-fans
CREATE TABLE table_1 (
"energy_star_unique_id" BIGINT,
"energy_star_partner" VARCHAR,
"brand_name" VARCHAR,
"model_name" VARCHAR,
"model_number" VARCHAR,
"additional_model_information" VARCHAR,
"upc" VARCHAR,
"type" VARCHAR,
"merv_of_in_line_fan_filter" DOUBLE,
"number_of_speeds" VARCHAR,
"duct_size" VARCHAR,
"sound_level_sones" VARCHAR -- Sound Level (sones),
"bathroom_and_utility_room_sound_level_sones_at_0_25_in_w_g" DOUBLE -- Bathroom And Utility Room Sound Level (sones) At 0.25 In. W.g.,
"bathroom_and_utility_room_airflow_at_0_25_in_w_g" DOUBLE -- Bathroom And Utility Room Airflow At 0.25 In. W.g.,
"shipped_with_energy_star_lamp_s" VARCHAR -- Shipped With ENERGY STAR Lamp(s),
"energy_star_lamp_esuid" DOUBLE,
"alternate_energy_star_lamps_esuids" VARCHAR,
"energy_star_lamp_partner" VARCHAR,
"lamp_model_number" VARCHAR,
"lighting_technology" VARCHAR,
"total_light_output_lumens" DOUBLE -- Total Light Output (lumens),
"total_input_power_watts" DOUBLE -- Total Input Power (Watts),
"energy_efficiency_measured_outside_the_fixture_lm_w" DOUBLE -- Energy Efficiency - Measured Outside The Fixture (lm/W),
"power_factor" DOUBLE,
"light_color_appearance_cct" VARCHAR -- Light Color Appearance (CCT),
"light_color_quality_cri" DOUBLE -- Light Color Quality (CRI),
"light_source_life_hours" DOUBLE -- Light Source Life (Hours),
"special_features_dimming_motion_sensing_etc" VARCHAR -- Special Features (Dimming, Motion Sensing, Etc.),
"notes" VARCHAR,
"lighting" VARCHAR,
"airflow_1_cfm" DOUBLE -- Airflow 1 (cfm),
"airflow_2_cfm" DOUBLE -- Airflow 2 (cfm),
"airflow_3_cfm" DOUBLE -- Airflow 3 (cfm),
"efficacy_1_cfm_watt" DOUBLE -- Efficacy 1 (cfm/Watt),
"efficacy_2_cfm_watt" DOUBLE -- Efficacy 2 (cfm/Watt),
"efficacy_3_cfm_watt" DOUBLE -- Efficacy 3 (cfm/Watt),
"ventilating_fan_features" VARCHAR,
"date_available_on_market" TIMESTAMP,
"date_qualified" TIMESTAMP,
"markets" VARCHAR,
"cb_model_identifier" VARCHAR,
"meets_energy_star_most_efficient_2025_criteria" VARCHAR
);Anyone who has the link will be able to view this.