Skip to content

Instantly share code, notes, and snippets.

View u4iha's full-sized avatar
🏠
Working from home

Artem u4iha

🏠
Working from home
  • Odessa
View GitHub Profile
@boxers999
boxers999 / Ecoflow.html
Last active November 16, 2025 20:54
Basic Ecoflow data charting script. You need to request an API key from Ecoflow Support. Once you have this, replace these 3 sections (YOUR_SERIAL_NUMBER_HERE, API_KEY_GOES_HERE, SECRET_KEY_GOES_HERE) in the script . Then run in any web browser.
<!DOCTYPE html>
<html>
<head>
<title>Charts from JSON Response</title>
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<style>
canvas {
width: 300px;
height: 300px;