Skip to content

Add Tesla fleet integration with device management and UI components - #20

Open
Terdious wants to merge 7 commits into
masterfrom
integration-tesla-fleet-api
Open

Add Tesla fleet integration with device management and UI components#20
Terdious wants to merge 7 commits into
masterfrom
integration-tesla-fleet-api

Conversation

@Terdious

Copy link
Copy Markdown
Owner

Pull Request check-list

To ensure your Pull Request can be accepted as fast as possible, make sure to review and check all of these items:

  • If your changes affects code, did your write the tests?
  • Are tests passing? (npm test on both front/server)
  • Is the linter passing? (npm run eslint on both front/server)
  • Did you run prettier? (npm run prettier on both front/server)
  • If you are adding a new features/services, did you run integration comparator? (npm run compare-translations on front)
  • Did you test this pull request in real life? With real devices? If this development is a big feature or a new service, we recommend that you provide a Docker image to the community (french forum/english forum) for testing before merging.
  • If your changes modify the API (REST or Node.js), did you modify the API documentation? (Documentation is based on comments in code)
  • If you are adding a new features/services which needs explanation, did you modify the user documentation? See the GitHub repo and the website.
  • Did you add fake requests data for the demo mode (front/src/config/demo.js) so that the demo website is working without a backend? (if needed) See https://demo.gladysassistant.com.

NOTE: these things are not required to open a PR and can be done afterwards / while the PR is open.

Description of change

Please provide a description of the change here. It's always best with screenshots, so don't hesitate to add some!

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jun 14, 2025

Copy link
Copy Markdown

Deploying terdious-binary-and-columns-dashboard with  Cloudflare Pages  Cloudflare Pages

Latest commit: b7ec39a
Status: ✅  Deploy successful!
Preview URL: https://b31f44c0.terdious-binary-and-columns-dashboard.pages.dev
Branch Preview URL: https://integration-tesla-fleet-api.terdious-binary-and-columns-dashboard.pages.dev

View logs

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jun 14, 2025

Copy link
Copy Markdown

Deploying terdious-news-charts-and-expand with  Cloudflare Pages  Cloudflare Pages

Latest commit: b7ec39a
Status: ✅  Deploy successful!
Preview URL: https://8f896890.terdious-news-charts-and-expand.pages.dev
Branch Preview URL: https://integration-tesla-fleet-api.terdious-news-charts-and-expand.pages.dev

View logs

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jun 14, 2025

Copy link
Copy Markdown

Deploying terdious-add-binary-chart with  Cloudflare Pages  Cloudflare Pages

Latest commit: b7ec39a
Status: ✅  Deploy successful!
Preview URL: https://8b457369.terdious-add-binary-chart.pages.dev
Branch Preview URL: https://integration-tesla-fleet-api.terdious-add-binary-chart.pages.dev

View logs

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jun 14, 2025

Copy link
Copy Markdown

Deploying terdious-add-choice-number-col with  Cloudflare Pages  Cloudflare Pages

Latest commit: b7ec39a
Status: ✅  Deploy successful!
Preview URL: https://f8ce2d15.terdious-add-choice-number-col.pages.dev
Branch Preview URL: https://integration-tesla-fleet-api.terdious-add-choice-number-col.pages.dev

View logs

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Renommer dossier en tesla fleet ?

this.configuration.clientId = await this.gladys.variable.getValue(GLADYS_VARIABLES.CLIENT_ID, serviceId);
this.configuration.clientSecret = await this.gladys.variable.getValue(GLADYS_VARIABLES.CLIENT_SECRET, serviceId);
this.configuration.vehicleApi = (await this.gladys.variable.getValue(GLADYS_VARIABLES.VEHICLE_API, serviceId)) === '1';
this.configuration.energyApi = (await this.gladys.variable.getValue(GLADYS_VARIABLES.ENERGY_API, serviceId)) === '1';

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

comment/remove this line for now

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

Successfully merging this pull request may close these issues.

2 participants