Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create firebase tables with static data (bus model information, charger information, advanced input) #2

Open
Ashwin-T opened this issue Oct 1, 2023 · 1 comment
Assignees

Comments

@Ashwin-T
Copy link
Collaborator

Ashwin-T commented Oct 1, 2023

In addition to the chargers we currently have, add 30 and 50 kW chargers which are both level 3 chargers.

@eaberger2
Copy link
Contributor

eaberger2 commented Nov 5, 2023

      "All American RE Electric": {
	"priceLow": NULL,
	"priceHigh": NULL,
	"company": "Blue Bird",
	"maxPassengerCapacity": 84,
	"gvwr": 36000,
        "maxChargeCapacity": 155,
        "maxRange": 120,
	"bidirectional": Y,
	"chargingport": "CCS1 (AC, DC)",
	"chargingType": "2,3"
      }
    const buses = {
      "N/A": {
        "maxChargeCapacity": '',
        "maxRange": ''
      },
      "All American RE Electric": {
	"priceLow": NULL,
	"priceHigh": NULL,
	"company": "Blue Bird",
	"maxPassengerCapacity": 84,
	"gvwr": 36000,
        "maxChargeCapacity": 155,
        "maxRange": 120,
	"bidirectional": Y,
	"chargingport": "CCS1 (AC, DC)",
	"chargingType": "2,3"
      },
      "Vision Electric": {
        "maxChargeCapacity": 155,
        "maxRange": 120
      },
      "Electric CE Series 1": {
        "maxChargeCapacity": 210,
        "maxRange": 135
      },
      "Electric CE Series 2": {
        "maxChargeCapacity": 315,
        "maxRange": 200
      },
      "LionC": {
        "maxChargeCapacity": 168,
        "maxRange": 155
      },
      "Saf-Tliner C2 Jouley": {
        "maxChargeCapacity": 226,
        "maxRange": 138
      }
    }
prices = {
  Summer On Peak $/kWh,
  Summer Off Peak $/kWh,
  Summer on Peak $/kW,
  Winter On Peak $/kWh,
  Winter Off Peak $/kWh,
  Winter On Peak $/kW,
  Dist. $/kW
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants