Releases: frlequ/homeassistant-mojelektro
Mojelektro API 0.2.6 - 2024-11-14
New Fixes
- Users with multiple
intervalReadings
meters (mostly solar panel users) were not receiving correct consumption by block sensor updates. Added additional checks to validate thereadingType
value is for energy input before returning sensor updates. #46
Full Changelog: v0.2.5...v0.2.6.
Mojelektro API 0.2.5 - 2024-11-06
Effecting v0.2.4 users
- 2024-11-06 Fix for Corrected
datetime
references inmoj_elektro_api.py
by importingdate
directly and updatingtimedelta
usage, resolving API import-related errors. Release v0.2.4 is now obsolete. #41
New Features
- Added new sensors: daily input consumption by blocks. You can now track daily consumption over 5 different tariff blocks.
New Fixes
- Small fix on 15min sensors not calculating decimal places.
Full Changelog: v0.2.3...v0.2.5.
Mojelektro API 0.2.4 - 2024-11-03
New Features
- Added new sensors: daily input consumption by blocks. You can now track daily consumption over 5 different tariff blocks.
New Fixes
- Small fix on 15min sensors not calculating decimal places.
Full Changelog: v0.2.3...v0.2.4.
Mojelektro API 0.2.3 - 2024-10-19
Version: 0.2.3 - 2024-10-19
- Moj Elektro Sensors are now added to Service. You can now configure and track multiple EIMMs (Electricity Meter IDs) for more flexible monitoring. #37
New Fixes
- removed intervalReadings sensor #37 If it is still present under your Moj Elektro setup, please delete it manually.
- @devdems #32
- @devdems #34
Full Changelog: v0.2.2...v0.2.3.
Mojelektro API 0.2.2 - 2024-06-18
Version: 0.2.2 - 2024-06-18
Fixed sensors Unit of Measurement for Tariff Power časovni blok
New Fix
Full Changelog: v0.2.1...v0.2.2.
Mojelektro API 0.2.1 - 2024-06-17
Version: 0.2.1 - 2024-06-17
Added sensors for Tariff Power časovni blok
New Contributors
Full Changelog: v0.2.0...v0.2.1.
Mojelektro API 0.2.0 - 2024-02-10
Version: 0.2.0 - 2024-02-10
Added a config flow, a Home Assistant UI configuration. No need to modify configuration.yaml
anymore.
For existing users:
Please remove all Mojelektro
entries in configuration.yaml
and add directly in Home Assistant UI:
New Setup:
Settings > Devices & Services > Add Integration > Moj Elektro
What's Changed
New Contributors
Full Changelog: v0.1.3...v0.2.0
Mojelektro API 0.1.3 - 2024-02-02
Bug fixes:
Users with energy outputs (i.e., solar power) didn't receive correct data. #4
Full Changelog: v0.1.2...v0.1.3
Mojelektro 0.1.2
Bugfix:
Parsing dates on first of month, resulting in no values returning. #3
Update:
For users with solar power and energy ouputs. Component will create additional sensors for energy outputs.
Please, open an issue if its buggy, I don't own a solar panels to test.
Full Changelog: v0.1.0...v0.1.2
Mojelektro 0.1.0
First version of MojElektro API.