Commit 4eda0d0
committed
eos_connect_develop: bump version to 0.3.35.298; add dynamic feed-in pricing and MQTT fixes
- Add multi-source dynamic feed-in pricing support (#219)
- Fixed prices, Elpris DK, EPEX-Spot via Akkudoktor
- Standardized pricing to ct/kWh with hot-reload config
- Backward compatible migration
- Fix MQTT state labels for EVCC discharge modes (#252)
- Correct display and command mapping
- Enable manual mode selection in HA
All changes fully backward compatible.1 parent aa7550d commit 4eda0d0
3 files changed
Lines changed: 20 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
4 | 22 | | |
5 | 23 | | |
6 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
- README.md+1
- README_OLD.md+2-2
- docs/advanced/index.html+56
- docs/assets/data/config_schema.json+95-14
- docs/user-guide/configuration.html+182-8
- docs/what-is/index.html+11-2
- src/config_web/hot_reload.py+42
- src/config_web/migration.py+22
- src/config_web/schema.py+65-11
- src/eos_connect.py+16-1
- src/interface_factory.py+39
- src/interfaces/feed_in_price_interface.py+455
- src/interfaces/mqtt_interface.py+6-6
- src/version.py+1-1
- src/web/css/config.css+54
- src/web/js/config.js+41-1
- tests/interfaces/test_feed_in_price_interface.py+245
0 commit comments