Commit Graph
30 Commits
Author SHA1 Message Date
Amir 6a6cf113b3 Wiring diagram and peripheral details
Wiring diagram and notes for the Electricity Price Ticker project, including optional peripherals and GPIO connections.
2026-03-07 11:17:58 +01:00
Amir 26b1a309e1 Add files via upload 2026-03-07 11:05:41 +01:00
Amir 4c5d7d2ebc Price ticker v6.1.1 - lowest price indicator update
NOTE:  This version is identical to v6.1 except for the FIX: Daily lowest/highest hourly indicator (and daily average) now correctly considers ALL hourly averages, including negative values and 0.0 (which can be real prices).
2026-03-07 10:40:18 +01:00
Amir b54c40cdf7 Delete ESP32_stanadlone_electricity_ticker_6_1_1.ino 2026-03-07 10:29:47 +01:00
Amir 08db5888cb Update VERSION.md for firmware 6.1.1 release
Updated version information for firmware 6.1.1, including fixes for price markers and daily average calculations.
2026-03-07 10:19:23 +01:00
Amir 8f1f017232 Update README for firmware version 6.1.1
Updated README to reflect changes in firmware version from 6.1.0 to 6.1.1, including fixes for daily low/high hourly markers and other enhancements.
2026-03-07 10:17:10 +01:00
Amir 189350e4fe Fix daily min/max calculations for negative and zero prices
This release addresses a bug in the daily min/max price calculations, ensuring that negative and zero prices are now included. It also corrects the daily average computation by considering all valid hours.
2026-03-07 10:08:48 +01:00
Amir 827623112f Create new sketch file ESP32_stanadlone_electricity_ticker_6_1_1.ino by copying and updating from v6.1 2026-03-07 10:01:08 +01:00
Amir fd5dad4cb5 Delete 20251005_electricity_ticker_10_5.5_latest_scrl23_old.ino 2026-02-01 22:11:16 +01:00
Amir 25fc31fb3b Revise README for version 6.1.0
Updated project details and version information in README.
2026-02-01 22:07:41 +01:00
Amir aafe962c4c Price ticker v6.1.0 - latest 2026-02-01 21:50:38 +01:00
Amir a57af528f8 Update CHANGELOG for v6.1.0 release
Documented the changes and fixes in version 6.1.0, including improvements to market day detection and retry logic after midnight.
2026-01-31 01:59:03 +01:00
Amir ce52d6b9c0 VERSION 6.0 CHANGES (2026-01-27)
Update credits in electricity ticker.
2026-01-28 01:17:15 +01:00
Amir e366316a57 Add VERSION.md for firmware 6.0.0 details
Added version information for firmware 6.0.0 including highlights and details.
2026-01-27 23:11:50 +01:00
Amir 447a4ef42a Revise README for Electricity Price Ticker project v6.0
Updated project description, features, and version details for the Electricity Price Ticker for XIAO ESP32-C3.
2026-01-27 23:10:53 +01:00
Amir 140c285f38 Add changelog for version 6.0.0 updates
Document significant updates in version 6.0.0, including new features, changes to API call strategy (NVS storage implementation), UI behavior, and fixes for data display consistency.
2026-01-27 23:00:45 +01:00
Amir a781791e8a VERSION 6.0 CHANGES (2026-01-27)
Update long press threshold and UI messages
2026-01-27 22:57:52 +01:00
Amir dedeac0479 VERSION 6.0 CHANGES (2026-01-27)
GOALS:
  - Reduce API calls (boot + post‑midnight only, with retries).
  - Use ESP32‑C3 NVS to store daily API data (prices + timestamps).
  - Improve resilience after power outage by reusing same‑day stored data.
  - Keep LCD/LED/button UI behavior identical where possible.
2026-01-27 22:04:34 +01:00
Amir 8953978eb0 Enhance comments for version 5.5 features and wiring
Updated comments to reflect new features and hardware configuration.
2026-01-27 20:51:52 +01:00
Amir d2ecfb7aae Rename electricity ticker file to old version 2026-01-04 22:36:31 +01:00
Amir 3df7475217 Delete 20251027_electricity_ticker_10_5_5_latest_DST_fix.ino
old version deleted
2026-01-04 22:33:25 +01:00
Amir d80d845d8f Create LICENSE 2025-11-12 22:55:58 +01:00
Amir 5dca00d149 Add files via upload 2025-10-27 23:34:42 +01:00
Amir 2a03a82fa7 Add files via upload 2025-10-27 22:25:23 +01:00
Amir f07c09d2ba Merge pull request #1 from Legolas-2025/dst-fix
Fix DST/timezone handling and provisioning HTML termination
2025-10-27 22:23:33 +01:00
Amir 03e96f562f Create pull request for DST fix 2025-10-27 22:14:44 +01:00
Amir 26f4a01b4e Update README with TTP223 button wiring instructions
Added section for TTP223 capacitive touch button alternative.
2025-10-27 22:12:45 +01:00
Amir c2f0ec9612 Update header with DST fix note and add README 2025-10-27 22:04:13 +01:00
Amir 5114036c2f Fix missing string termination in provisioning HTML and DST timezone 2025-10-27 21:43:12 +01:00
Amir e56cb9f896 Add files via upload 2025-10-27 20:23:57 +01:00