ENERGY STAR Certified Room Air Conditioners
U.S. Environmental Protection Agency
@usgov.epa_gov_energy_star_certified_room_air_conditioners_up_c743ddff
U.S. Environmental Protection Agency
@usgov.epa_gov_energy_star_certified_room_air_conditioners_up_c743ddff
Certified models meet all ENERGY STAR requirements as listed in the Version 5.0 ENERGY STAR Program Requirements for Room Air Conditioners that are effective as of October 30, 2023. A detailed listing of key efficiency criteria are available at https://www.energystar.gov/products/heating_cooling/air_conditioning_room/key_product_criteria
Organization: U.S. Environmental Protection Agency
Last updated: 2023-07-01T12:13:40.472826
Tags: room-air-conditioners
CREATE TABLE table_1 (
"energy_star_unique_id" BIGINT,
"brand_name" VARCHAR,
"model_number" VARCHAR,
"additional_model_information" VARCHAR,
"upc" VARCHAR,
"height_inches" DOUBLE -- Height (inches),
"width_inches" DOUBLE -- Width (inches),
"depth_inches" DOUBLE -- Depth (inches),
"weight_lbs" DOUBLE -- Weight (lbs),
"cooling_capacity_btu_hr" BIGINT -- Cooling Capacity (Btu/hr),
"voltage_volts" BIGINT -- Voltage (volts),
"type" VARCHAR,
"installation_mounting_type" VARCHAR,
"support_bracket" VARCHAR,
"heating_mode" VARCHAR,
"casement_window" VARCHAR,
"product_class" VARCHAR,
"variable_speed_compressor" VARCHAR,
"refrigerant_type" VARCHAR,
"refrigerant_with_gwp" VARCHAR,
"combined_energy_efficiency_ratio_ceer" DOUBLE -- Combined Energy Efficiency Ratio (CEER),
"percent_less_energy_use_than_us_federal_standard" BIGINT,
"annual_energy_use_kwh_yr" BIGINT -- Annual Energy Use (kWh/yr),
"connected_capable" VARCHAR,
"connects_using" VARCHAR,
"communication_hardware_architecture" VARCHAR,
"dr_protocol" VARCHAR,
"primary_communication_module_device_brand_name_and_model_number" VARCHAR,
"network_security_standards" VARCHAR,
"network_standby_power_watts" VARCHAR -- Network Standby Power (watts),
"is_broadband_internet_connection_needed_for_demand_response" VARCHAR -- Is Broadband Internet Connection Needed For Demand Response?,
"direct_on_premises_open_standard_based_interconnection" VARCHAR,
"date_available_on_market" TIMESTAMP,
"date_certified" 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.