Releases: mb-software/homeassistant-powerbrain
Releases · mb-software/homeassistant-powerbrain
0.7.0
Changes
Fix breaking API changes introduced with cFos firmware V1.20.
Please note: After upgrading your cFos firmware to V1.20 you will have to reload the integration or restart HA.
📦 Dependencies
- Bump pip from 23.0.1 to 23.1.2 in /.github/workflows (#51) @dependabot
- Bump black from 23.1.0 to 23.3.0 in /.github/workflows (#44) @dependabot
- Bump actions/checkout from 3.4.0 to 3.5.2 (#47) @dependabot
- Bump pre-commit from 3.2.0 to 3.3.2 in /.github/workflows (#54) @dependabot
- Bump actions/setup-python from 4.5.0 to 4.6.1 (#55) @dependabot
- Bump pre-commit from 3.0.3 to 3.2.0 in /.github/workflows (#41) @dependabot
- Bump actions/checkout from 3.3.0 to 3.4.0 (#40) @dependabot
- Bump release-drafter/release-drafter from 5.22.0 to 5.23.0 (#37) @dependabot
- Bump pip from 23.0 to 23.0.1 in /.github/workflows (#36) @dependabot
0.6.0
Changes
- Adds HA service "powerbrain.set_variable" to set global charging manager variables
📦 Dependencies
- Bump pre-commit from 2.21.0 to 3.0.3 in /.github/workflows (#34) @dependabot
- Bump black from 22.12.0 to 23.1.0 in /.github/workflows (#33) @dependabot
- Bump pip from 22.3.1 to 23.0 in /.github/workflows (#32) @dependabot
- Bump actions/setup-python from 4.3.0 to 4.5.0 (#28) @dependabot
- Bump actions/checkout from 3.1.0 to 3.3.0 (#27) @dependabot
- Bump release-drafter/release-drafter from 5.21.1 to 5.22.0 (#26) @dependabot
- Bump pre-commit from 2.20.0 to 2.21.0 in /.github/workflows (#24) @dependabot
- Bump black from 22.10.0 to 22.12.0 in /.github/workflows (#21) @dependabot
0.5.0
Changes
- Add a switch entity to enable/disable user charging rules
- Add a service (powerbrain.set_meter) to send power meter values to a charging manager HTTP input meter
📦 Dependencies
- Bump flake8 from 5.0.4 to 6.0.0 in /.github/workflows (#19) @dependabot
0.4.2
Changes
- Ignore short 0 peaks of energy import and export (happening when the powerbrain controller is restarted or updated) to avoid disrupted statistics
0.4.1
Changes
- Fix: Remove integration_type in manifest
0.4.0
Changes
New Features
- Added service powerbrain.enter_rfid to enter RFID/PIN into evse/wallbox, allowing all kind of automations to authorize charging or change charging rules.
Breaking Changes
- This version adds new Homeassistant devices, you have to delete the old (empty) devices manually.
0.3.0
Changes
- Add admin user authentification to allow control over charging stations that require authorization with RFID/Pin.
❗ Breaking Changes
- If you have set your charging manager admin password to something other than the default, you will get an authentification failed error and you will need to reconfigure (delete and re-add) the integration with your proper admin user credentials.