23 Commits
Author SHA1 Message Date
Amir 9d22713eb4 Release v1.2.2 with stability improvements and optimizations
This version includes a stability patch to address spontaneous reboots during price fetch. Key updates include increased ESP32 task watchdog timeout, optimized JSON string building, periodic yield calls, and added heap monitoring logs. Added v1.2.2 section with 4-bullet summary of all changes.
V1.2.2
2026-04-28 21:48:13 +02:00
Amir f7b2513b40 Document changes for version 1.2.2
Updated README to reflect changes in task watchdog stability and other features (added new feature bullet).
2026-04-28 21:46:54 +02:00
Amir 344b1e8294 Update changelog for v1.2.2 enhancements
Increased ESP-IDF task watchdog timeout, optimized JSON string building, added periodic yield calls to prevent watchdog triggers, and implemented heap monitoring logs for debugging.  Added complete v1.2.2 section with 4 subsections (watchdog timeout, JSON optimisation, yield() calls, heap monitoring).
2026-04-28 21:44:21 +02:00
Amir 275f7cebbf Bump version to 1.2.2 and add stability fixes
Updated version from 1.2.1 to 1.2.2 with stability fixes and optimizations.
2026-04-28 21:42:03 +02:00
Amir 8ded49eb80 Document changes for version 1.2.1
Updated sensor descriptions to indicate when no data is available.
2026-04-08 01:11:13 +02:00
Amir 420a745129 Document version 1.2.1 release in VERSION.md
Added version 1.2.1 release notes detailing stability improvements, stack size increase, heap pre-allocation, and unified JSON sensor states.
v1.2.1
2026-04-08 01:05:56 +02:00
Amir 70c0abcf9e Document changes for version 1.2.1
Updated changelog for version 1.2.1 with detailed changes including stack size increase, pre-allocation of price vectors, and unified JSON sensor states.
2026-04-08 01:05:09 +02:00
Amir 8c68afdc80 Bump version to 1.2.1 and improve price handling
Updated version to 1.2.1 and added changes for price vector pre-allocation and JSON sensor behavior.
2026-04-08 01:01:28 +02:00
Amir 951d99bca1 Update sensor names and migration instructions for EPrices
Renamed sensors and updated entity IDs for EPrices v1.2. Added migration checklist and clarified changes in sensor outputs and NVS data.
2026-04-06 21:50:03 +02:00
Amir 7cd38a500a Enhance README with stuck-fetch watchdog details (v1.2)
Added explanation for stuck-fetch watchdog mechanism and updated status message details.
v1.2
2026-04-06 18:44:48 +02:00
Amir a2ad24c017 Document version 1.2 release notes in VERSION.md
Added version 1.2 release notes including fixes for HTTP fetch reliability, tomorrow auto-retry count, and status message improvements.
2026-04-06 18:42:21 +02:00
Amir 007e31ae69 Update changelog for v1.2 enhancements and fixes
Added a watchdog for HTTP fetch timeout, fixed tomorrow retry count, and improved status messages.
2026-04-06 18:41:33 +02:00
Amir 84f24700b8 Upgrade EPrices to version 1.2 with new features
Updated version from 1.1 to 1.2 with new features including HTTP fetch watchdog, new globals for tracking updates, and improved status messages.
2026-04-06 18:40:10 +02:00
Amir 7faaaceed0 Update README with fee configuration details (v1.1)
Clarify configuration for provider fees and VAT rates:
negative price provider fee support added in EPrices v1.1
v1.1
2026-04-06 03:27:38 +02:00
Amir 6f3ba88394 Add negative price provider fee support in VERSION.md
Introduced support for negative provider fees with a new secret key and updated price calculation methods for both positive and negative prices.
2026-04-06 03:19:58 +02:00
Amir 134cb7bbb1 Add negative price provider fee support in v1.1
Added support for negative price provider fees, configurable via secrets.yaml. Updated price calculation formulas and modified eprices.yaml for new global and substitutions.
2026-04-06 03:18:17 +02:00
Amir ee48ef13f4 Update secrets.yaml with negative price fee multiplier
Added provider fee multiplier for negative spot prices.
2026-04-06 03:15:59 +02:00
Amir a09de2a71b Upgrade EPrices to version 1.1 with new features
Updated version to 1.1 with new features including separate provider fee for negative prices and new substitutions. Adjusted calculations for electricity prices based on the new fee structure.
2026-04-06 03:14:23 +02:00
Amir fa507ff8ef Add files via upload 2026-04-05 21:48:35 +02:00
Amir 2c9dbd04d0 Add files via upload v1.0 2026-04-05 21:43:01 +02:00
Amir ec08047411 EPrices v1.0 README with project details and instructions
README file with detailed project description, features, installation instructions, supported bidding zones, and sensor information.
2026-04-05 21:41:28 +02:00
Amir 4d13f9520f Add files via upload 2026-04-05 21:34:59 +02:00
Amir 8f36415676 Initial commit 2026-04-05 18:28:06 +02:00