What's New
Dynamic Charge Speed Options
The AC Charge Speed select entity now derives its options from each device model's TSL (Thing Specification Language) metadata, instead of using hardcoded values. This fixes the wrong options being shown for models like the E3600LFP.
- E300LFP: 0% / 25% / 50% / 75% / 100% (values 0–4)
- E3600LFP: 10% / 20% / 30% / ... / 100% (values 1–10)
- Other models: Automatically get their correct options from TSL
Falls back to E300LFP defaults if TSL specs are unavailable.
Dependency Update
- Upgraded to
unofficial-pecron-apiv0.4.0, which exposesTslProperty.enum_valuesandenum_mapfor ENUM properties
Closes #5 — thanks @mrVoltrix for reporting!
Full Changelog
https://github.com/jsight/ha-pecron/blob/main/CHANGELOG.md
🤖 Generated with Claude Code