Spaces:
Running
Running
| { | |
| "description": "Lookup data for the Resource Calculator application, structured for Python integration. All values are per day unless otherwise specified.", | |
| "inputs": { | |
| "title": "Trip Configuration", | |
| "params": { | |
| "user_type": { | |
| "label": "User Profile", | |
| "value": "Glamper", | |
| "options": [ | |
| "Glamper", | |
| "Typical", | |
| "Expert" | |
| ], | |
| "description": "Defines lifestyle and resource consumption habits." | |
| }, | |
| "num_people": { | |
| "label": "Number of People", | |
| "value": 1, | |
| "options": [ | |
| 1, | |
| 2, | |
| 3, | |
| 4 | |
| ], | |
| "description": "Total number of occupants." | |
| }, | |
| "trip_duration_days": { | |
| "label": "Trip Duration", | |
| "value": 4, | |
| "unit": "days", | |
| "description": "Total length of the trip in days." | |
| }, | |
| "hvac_runtime_hrs": { | |
| "label": "HVAC Runtime", | |
| "value": 12, | |
| "unit": "hrs/day", | |
| "description": "Daily hours of HVAC operation for climate control and water generation." | |
| }, | |
| "relocation_count": { | |
| "label": "Relocation Count", | |
| "value": 2, | |
| "description": "Number of times the trailer will be moved to a new campsite during the trip." | |
| }, | |
| "temperature": { | |
| "label": "Ambient Temperature", | |
| "value": "Cold", | |
| "options": [ | |
| "Hot", | |
| "Temperate", | |
| "Cold" | |
| ], | |
| "description": "Represents seasonal conditions affecting HVAC and solar generation." | |
| }, | |
| "humidity": { | |
| "label": "Ambient Humidity", | |
| "value": "Dry", | |
| "options": [ | |
| "Humid", | |
| "Comfortable", | |
| "Dry" | |
| ], | |
| "description": "Affects water generation from HVAC and solar panel efficiency." | |
| }, | |
| "sunlight": { | |
| "label": "Sunlight Exposure", | |
| "value": "Lo- Shady", | |
| "options": [ | |
| "Hi- Sunny", | |
| "Mid- Cloudy", | |
| "Lo- Shady" | |
| ], | |
| "description": "Determines the effectiveness of solar power generation." | |
| } | |
| } | |
| }, | |
| "trailer_specs": { | |
| "title": "Trailer Specifications", | |
| "specs": { | |
| "battery_capacity_kwh": { | |
| "label": "Battery Capacity", | |
| "value": 100, | |
| "unit": "kWh" | |
| }, | |
| "solar_capacity_kw": { | |
| "label": "Solar Capacity", | |
| "value": 5.25, | |
| "unit": "kW" | |
| }, | |
| "num_solar_panels": { | |
| "label": "Number of Solar Panels", | |
| "value": 35, | |
| "unit": "" | |
| }, | |
| "freshwater_capacity_gal": { | |
| "label": "Freshwater Capacity", | |
| "value": 100, | |
| "unit": "gal" | |
| }, | |
| "blackwater_capacity_gal": { | |
| "label": "Blackwater Capacity", | |
| "value": 45, | |
| "unit": "gal" | |
| }, | |
| "greywater_capacity_gal": { | |
| "label": "Greywater Capacity", | |
| "value": 50, | |
| "unit": "gal" | |
| } | |
| } | |
| }, | |
| "lookups": { | |
| "user_profiles": { | |
| "description": "Usage multipliers based on user profile. From 'User Matrix' sheet.", | |
| "profiles": { | |
| "Glamper": { | |
| "time_based": { | |
| "mins_per_day": { | |
| "living_audio": 240, | |
| "living_tv": 120, | |
| "living_lighting": 450 | |
| }, | |
| "hrs_per_day": { | |
| "living_smart_glass": 10, | |
| "living_electronics": 24, | |
| "living_party_lighting": 6, | |
| "living_tire_sensors": 24, | |
| "living_sensors_controllers": 24, | |
| "living_security_cameras": 24, | |
| "living_ext_camp_lights": 4, | |
| "living_ext_porch_lights": 4, | |
| "living_smart_tint": 12 | |
| }, | |
| "mins_per_meal": { | |
| "cooking_stove": 20, | |
| "cooking_microwave": 5, | |
| "cooking_garbage_disposal": 1, | |
| "cooking_consumer_electronics": 8, | |
| "cooking_water_heater": 4, | |
| "cooking_pump": 5.585, | |
| "cooking_range_hood": 22 | |
| }, | |
| "mins_per_cycle": { | |
| "toilet_pump": 1.13, | |
| "toilet_vent_fan": 5, | |
| "toilet_water_heater": 0.33, | |
| "shower_duration": 10, | |
| "shower_vent_fan": 20, | |
| "shower_electronics": 10, | |
| "shower_water_pump": 10, | |
| "laundry_water_heater": 30, | |
| "laundry_water_pump": 30 | |
| } | |
| }, | |
| "count_based": { | |
| "cycles_per_day": { | |
| "living_smart_key": 8 | |
| }, | |
| "meals_per_day": { | |
| "cooking": 3 | |
| }, | |
| "cycles_per_meal": { | |
| "cooking_dishwasher": 1 | |
| }, | |
| "cycles_per_day_per_person": { | |
| "toilet": 7, | |
| "shower": 1.5, | |
| "laundry": 0.3333333333 | |
| }, | |
| "burners_per_meal": { | |
| "cooking_stove": 2 | |
| } | |
| }, | |
| "volume_based": { | |
| "gal_per_day": { | |
| "living_cleaning": 0.75, | |
| "living_drinking_water": 0.5, | |
| "living_ice_maker_water": 0.29 | |
| }, | |
| "gal_per_meal": { | |
| "cooking_dishwasher_water": 3.17, | |
| "cooking_kitchen_faucet": 2 | |
| }, | |
| "gal_per_cycle": { | |
| "toilet_sink_water": 0.495, | |
| "toilet_gravity_flush": 0.4, | |
| "shower_water": 20 | |
| } | |
| } | |
| }, | |
| "Typical": { | |
| "time_based": { | |
| "mins_per_day": { | |
| "living_audio": 120, | |
| "living_tv": 60, | |
| "living_lighting": 300 | |
| }, | |
| "hrs_per_day": { | |
| "living_smart_glass": 6, | |
| "living_electronics": 16, | |
| "living_party_lighting": 2.5, | |
| "living_tire_sensors": 24, | |
| "living_sensors_controllers": 24, | |
| "living_security_cameras": 24, | |
| "living_ext_camp_lights": 2, | |
| "living_ext_porch_lights": 2, | |
| "living_smart_tint": 10 | |
| }, | |
| "mins_per_meal": { | |
| "cooking_stove": 15, | |
| "cooking_microwave": 3.5, | |
| "cooking_garbage_disposal": 0.5, | |
| "cooking_consumer_electronics": 5, | |
| "cooking_water_heater": 3, | |
| "cooking_pump": 3.625, | |
| "cooking_range_hood": 17 | |
| }, | |
| "mins_per_cycle": { | |
| "toilet_pump": 1.05, | |
| "toilet_vent_fan": 4, | |
| "toilet_water_heater": 0.25, | |
| "shower_duration": 6, | |
| "shower_vent_fan": 15, | |
| "shower_electronics": 5, | |
| "shower_water_pump": 6, | |
| "laundry_water_heater": 30, | |
| "laundry_water_pump": 30 | |
| } | |
| }, | |
| "count_based": { | |
| "cycles_per_day": { | |
| "living_smart_key": 4 | |
| }, | |
| "meals_per_day": { | |
| "cooking": 2 | |
| }, | |
| "cycles_per_meal": { | |
| "cooking_dishwasher": 0.5 | |
| }, | |
| "cycles_per_day_per_person": { | |
| "toilet": 5, | |
| "shower": 1, | |
| "laundry": 0.2 | |
| }, | |
| "burners_per_meal": { | |
| "cooking_stove": 1 | |
| } | |
| }, | |
| "volume_based": { | |
| "gal_per_day": { | |
| "living_cleaning": 0.625, | |
| "living_drinking_water": 0.75, | |
| "living_ice_maker_water": 0.29 | |
| }, | |
| "gal_per_meal": { | |
| "cooking_dishwasher_water": 1.25, | |
| "cooking_kitchen_faucet": 1.5 | |
| }, | |
| "gal_per_cycle": { | |
| "toilet_sink_water": 0.375, | |
| "toilet_gravity_flush": 0.4, | |
| "shower_water": 12 | |
| } | |
| } | |
| }, | |
| "Expert": { | |
| "time_based": { | |
| "mins_per_day": { | |
| "living_audio": 10, | |
| "living_tv": 30, | |
| "living_lighting": 240 | |
| }, | |
| "hrs_per_day": { | |
| "living_smart_glass": 3, | |
| "living_electronics": 10, | |
| "living_party_lighting": 1, | |
| "living_tire_sensors": 24, | |
| "living_sensors_controllers": 24, | |
| "living_security_cameras": 24, | |
| "living_ext_camp_lights": 1, | |
| "living_ext_porch_lights": 1, | |
| "living_smart_tint": 8 | |
| }, | |
| "mins_per_meal": { | |
| "cooking_stove": 10, | |
| "cooking_microwave": 2, | |
| "cooking_garbage_disposal": 0.1666666667, | |
| "cooking_consumer_electronics": 3, | |
| "cooking_water_heater": 1, | |
| "cooking_pump": 1.4125, | |
| "cooking_range_hood": 12 | |
| }, | |
| "mins_per_cycle": { | |
| "toilet_pump": 0.967, | |
| "toilet_vent_fan": 2.5, | |
| "toilet_water_heater": 0.167, | |
| "shower_duration": 3, | |
| "shower_vent_fan": 10, | |
| "shower_electronics": 2, | |
| "shower_water_pump": 3, | |
| "laundry_water_heater": 30, | |
| "laundry_water_pump": 30 | |
| } | |
| }, | |
| "count_based": { | |
| "cycles_per_day": { | |
| "living_smart_key": 2 | |
| }, | |
| "meals_per_day": { | |
| "cooking": 1 | |
| }, | |
| "cycles_per_meal": { | |
| "cooking_dishwasher": 0.33 | |
| }, | |
| "cycles_per_day_per_person": { | |
| "toilet": 3, | |
| "shower": 0.5, | |
| "laundry": 0.1428571429 | |
| }, | |
| "burners_per_meal": { | |
| "cooking_stove": 1 | |
| } | |
| }, | |
| "volume_based": { | |
| "gal_per_day": { | |
| "living_cleaning": 0.5, | |
| "living_drinking_water": 1, | |
| "living_ice_maker_water": 0.29 | |
| }, | |
| "gal_per_meal": { | |
| "cooking_dishwasher_water": 0.825, | |
| "cooking_kitchen_faucet": 0.5 | |
| }, | |
| "gal_per_cycle": { | |
| "toilet_sink_water": 0.2505, | |
| "toilet_gravity_flush": 0.4, | |
| "shower_water": 6 | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "components": { | |
| "schema": [ | |
| "name", | |
| "voltage_v", | |
| "avg_amps", | |
| "water_gal_per_cycle", | |
| "idle_amps" | |
| ], | |
| "unit": [ | |
| "", | |
| "V", | |
| "A", | |
| "gal/cycle", | |
| "A" | |
| ], | |
| "living": [ | |
| [ | |
| "Audio Amplifier", | |
| 12, | |
| 6, | |
| 0, | |
| 1 | |
| ], | |
| [ | |
| "Television", | |
| 120, | |
| 0.7, | |
| 0, | |
| 0 | |
| ], | |
| [ | |
| "Surround Sound", | |
| 120, | |
| 0.625, | |
| 0, | |
| 0.1317 | |
| ], | |
| [ | |
| "Refrigerator", | |
| 120, | |
| 0.5137, | |
| 0.2857, | |
| 0.5137 | |
| ], | |
| [ | |
| "Satellite Internet PSU", | |
| 12, | |
| 2.5, | |
| 0, | |
| 0 | |
| ], | |
| [ | |
| "Lighting", | |
| 12, | |
| 12, | |
| 0, | |
| 0 | |
| ], | |
| [ | |
| "Tire Pressure Sensors", | |
| 24, | |
| 0.4, | |
| 0, | |
| 0 | |
| ], | |
| [ | |
| "Misc. Sensors & Controllers", | |
| 12, | |
| 0, | |
| 0, | |
| 5 | |
| ], | |
| [ | |
| "Security Cameras", | |
| 12, | |
| 2, | |
| 0, | |
| 0 | |
| ], | |
| [ | |
| "Consumer Electronics", | |
| 120, | |
| 0.5, | |
| 0, | |
| 0 | |
| ], | |
| [ | |
| "Misc. Cleaning", | |
| 0, | |
| 0, | |
| 0.625, | |
| 0 | |
| ], | |
| [ | |
| "Drinking Water Tap", | |
| 0, | |
| 0, | |
| 0.75, | |
| 0 | |
| ], | |
| [ | |
| "Solar Glycol Pump", | |
| 12, | |
| 0.7, | |
| 0, | |
| 0 | |
| ], | |
| [ | |
| "Water Pump", | |
| 12, | |
| 8.5, | |
| 0, | |
| 0 | |
| ], | |
| [ | |
| "UV Water System", | |
| 12, | |
| 1.8, | |
| 0, | |
| 0 | |
| ], | |
| [ | |
| "Tablet UI", | |
| 12, | |
| 0.4167, | |
| 0, | |
| 0 | |
| ], | |
| [ | |
| "SmartTint DC PSU", | |
| 12, | |
| 2.5, | |
| 0, | |
| 0 | |
| ], | |
| [ | |
| "Exterior Camp Lights", | |
| 12, | |
| 0.054, | |
| 0, | |
| 0 | |
| ], | |
| [ | |
| "Exterior Porch Lighting", | |
| 12, | |
| 0.14, | |
| 0, | |
| 0 | |
| ], | |
| [ | |
| "Storage Lights", | |
| 12, | |
| 0.325, | |
| 0, | |
| 0 | |
| ], | |
| [ | |
| "LAN Switch PSU", | |
| 120, | |
| 0.25, | |
| 0, | |
| 0 | |
| ], | |
| [ | |
| "Secure Gateway", | |
| 12, | |
| 0.8333, | |
| 0, | |
| 0.416 | |
| ], | |
| [ | |
| "Telematics T-Box", | |
| 12, | |
| 1.25, | |
| 0, | |
| 0.25 | |
| ], | |
| [ | |
| "4G LTE Antenna", | |
| 12, | |
| 0, | |
| 0, | |
| 0.75 | |
| ], | |
| [ | |
| "Air Purifier", | |
| 120, | |
| 0.375, | |
| 0, | |
| 0 | |
| ], | |
| [ | |
| "AI Compute", | |
| 12, | |
| 20.8333, | |
| 0, | |
| 1.25 | |
| ], | |
| [ | |
| "Party Lighting", | |
| 12, | |
| 18.3333, | |
| 0, | |
| 0 | |
| ], | |
| [ | |
| "Smart Glass Display", | |
| 120, | |
| 0.7167, | |
| 0, | |
| 0.8333 | |
| ], | |
| [ | |
| "Smart Key Lighting", | |
| 12, | |
| 8, | |
| 0, | |
| 0.004 | |
| ], | |
| [ | |
| "Home Assistant Server", | |
| 12, | |
| 12.5, | |
| 0, | |
| 0.004 | |
| ], | |
| [ | |
| "HVAC Controller", | |
| 12, | |
| 7.855, | |
| 0, | |
| 0.01 | |
| ], | |
| [ | |
| "Obstruction Sensors", | |
| 12, | |
| 1, | |
| 0, | |
| 0.01 | |
| ] | |
| ], | |
| "cooking": [ | |
| [ | |
| "Stove", | |
| 240, | |
| 12.5, | |
| 0, | |
| 0 | |
| ], | |
| [ | |
| "Microwave", | |
| 120, | |
| 8.3333, | |
| 0, | |
| 0 | |
| ], | |
| [ | |
| "Dishwasher", | |
| 120, | |
| 5.35, | |
| 1.25, | |
| 0 | |
| ], | |
| [ | |
| "Garbage Disposal", | |
| 120, | |
| 5.6, | |
| 0, | |
| 0 | |
| ], | |
| [ | |
| "Range Hood", | |
| 120, | |
| 3.52, | |
| 0, | |
| 0 | |
| ], | |
| [ | |
| "Consumer Electronics", | |
| 120, | |
| 5, | |
| 0, | |
| 0 | |
| ], | |
| [ | |
| "Tankless Water Heater", | |
| 240, | |
| 33.4, | |
| 0, | |
| 0 | |
| ], | |
| [ | |
| "Water Pump", | |
| 12, | |
| 8.5, | |
| 0, | |
| 0 | |
| ], | |
| [ | |
| "Kitchen Faucet", | |
| 0, | |
| 0, | |
| 1.5, | |
| 0 | |
| ] | |
| ], | |
| "toilet": [ | |
| [ | |
| "Grey Water Pump", | |
| 12, | |
| 2.4, | |
| 0, | |
| 0 | |
| ], | |
| [ | |
| "Bathroom Vent Fan", | |
| 12, | |
| 1.9, | |
| 0, | |
| 0 | |
| ], | |
| [ | |
| "Macerating Pump", | |
| 12, | |
| 17, | |
| 0, | |
| 0 | |
| ], | |
| [ | |
| "Tankless Water Heater", | |
| 240, | |
| 33.4, | |
| 0, | |
| 0 | |
| ], | |
| [ | |
| "Bathroom Sink", | |
| 12, | |
| 1.9, | |
| 0.375, | |
| 0 | |
| ] | |
| ], | |
| "shower": [ | |
| [ | |
| "Electric Shower", | |
| 240, | |
| 33, | |
| 0, | |
| 0 | |
| ], | |
| [ | |
| "Bathroom Vent Fan", | |
| 12, | |
| 1.9, | |
| 0, | |
| 0 | |
| ], | |
| [ | |
| "Consumer Electronics", | |
| 120, | |
| 5, | |
| 0, | |
| 0 | |
| ], | |
| [ | |
| "Water Pump", | |
| 12, | |
| 8.5, | |
| 0, | |
| 0 | |
| ] | |
| ], | |
| "laundry": [ | |
| [ | |
| "Washer/Dryer Combo", | |
| 120, | |
| 15, | |
| 20.6, | |
| 0 | |
| ], | |
| [ | |
| "Tankless Water Heater", | |
| 240, | |
| 33.4, | |
| 0, | |
| 0 | |
| ], | |
| [ | |
| "Water Pump", | |
| 12, | |
| 8.5, | |
| 0, | |
| 0 | |
| ] | |
| ], | |
| "actuation": [ | |
| [ | |
| "Side Room Floor", | |
| 24, | |
| 1.4, | |
| 0, | |
| 0 | |
| ], | |
| [ | |
| "Side Room Wall", | |
| 24, | |
| 1.1, | |
| 0, | |
| 0 | |
| ], | |
| [ | |
| "Front Room", | |
| 24, | |
| 0.427, | |
| 0, | |
| 0 | |
| ], | |
| [ | |
| "Rear Room", | |
| 24, | |
| 0.61, | |
| 0, | |
| 0 | |
| ], | |
| [ | |
| "Chassis Leveling Jacks", | |
| 24, | |
| 9.3, | |
| 0, | |
| 0 | |
| ], | |
| [ | |
| "Room Support Jacks", | |
| 12, | |
| 15, | |
| 0, | |
| 0 | |
| ], | |
| [ | |
| "Gearage", | |
| 24, | |
| 0.13, | |
| 0, | |
| 0 | |
| ], | |
| [ | |
| "Awning", | |
| 12, | |
| 10, | |
| 0, | |
| 0 | |
| ], | |
| [ | |
| "Furniture Automation", | |
| 120, | |
| 10, | |
| 0, | |
| 0 | |
| ], | |
| [ | |
| "TV Rise", | |
| 120, | |
| 3.5, | |
| 0, | |
| 0 | |
| ], | |
| [ | |
| "Electric Tongue Jack", | |
| 12, | |
| 30, | |
| 0, | |
| 0 | |
| ], | |
| [ | |
| "Motor Controllers", | |
| 12, | |
| 1.25, | |
| 0, | |
| 0 | |
| ] | |
| ], | |
| "dumping": [ | |
| [ | |
| "Electric Waste Valves", | |
| 12, | |
| 2.5, | |
| 0, | |
| 0 | |
| ] | |
| ], | |
| "hvac": [ | |
| [ | |
| "Mini-Split HVAC (Hot/Cold)", | |
| 240, | |
| 9.205, | |
| 0, | |
| 0 | |
| ], | |
| [ | |
| "Mini-Split HVAC (Temperate)", | |
| 240, | |
| 4.082, | |
| 0, | |
| 0 | |
| ] | |
| ] | |
| }, | |
| "hvac_energy_wh_day": { | |
| "Hot": 6923.75, | |
| "Temperate": 744.68, | |
| "Cold": 15615.35 | |
| }, | |
| "hvac_water_gen_gph": { | |
| "day": { | |
| "Hot": { | |
| "Humid": 0, | |
| "Comfortable": 0, | |
| "Dry": 0 | |
| }, | |
| "Temperate": { | |
| "Humid": 0, | |
| "Comfortable": 0, | |
| "Dry": 0 | |
| }, | |
| "Cold": { | |
| "Humid": 0, | |
| "Comfortable": 0, | |
| "Dry": 0 | |
| } | |
| }, | |
| "night": { | |
| "Hot": { | |
| "Humid": 0, | |
| "Comfortable": 0, | |
| "Dry": 0 | |
| }, | |
| "Temperate": { | |
| "Humid": 0, | |
| "Comfortable": 0, | |
| "Dry": 0 | |
| }, | |
| "Cold": { | |
| "Humid": 0, | |
| "Comfortable": 0, | |
| "Dry": 0 | |
| } | |
| } | |
| }, | |
| "waste_production": { | |
| "description": "Values are per day for Living, and per cycle for others.", | |
| "unit": "gal", | |
| "living_cleaning": { | |
| "grey": 0.625, | |
| "black": 0 | |
| }, | |
| "cooking_dishwasher": { | |
| "grey": 1.25, | |
| "black": 0 | |
| }, | |
| "cooking_sink": { | |
| "grey": 0, | |
| "black": 1.125 | |
| }, | |
| "shower": { | |
| "grey": 12, | |
| "black": 0 | |
| }, | |
| "laundry": { | |
| "grey": 4.12, | |
| "black": 0 | |
| }, | |
| "toilet_handwashing": { | |
| "grey": 0.375, | |
| "black": 0 | |
| }, | |
| "toilet_flush": { | |
| "grey": -0.4, | |
| "black": 0.4 | |
| } | |
| }, | |
| "solar": { | |
| "system_loss_factor": 0.9, | |
| "tilt_factor": { | |
| "Hot": 0.8, | |
| "Temperate": 0.8, | |
| "Cold": 0.75 | |
| }, | |
| "sunlight_factor": { | |
| "Hi- Sunny": 1.0, | |
| "Mid- Cloudy": 0.5, | |
| "Lo- Shady": 0.25 | |
| }, | |
| "insolation_wh_m2_day": { | |
| "Hot": { | |
| "Dry": 10022, | |
| "Comfortable": 9514, | |
| "Humid": 7526 | |
| }, | |
| "Temperate": { | |
| "Dry": 7231, | |
| "Comfortable": 6821, | |
| "Humid": 5340 | |
| }, | |
| "Cold": { | |
| "Dry": 3758, | |
| "Comfortable": 3532, | |
| "Humid": 2604 | |
| } | |
| } | |
| } | |
| } | |
| } |