Skip to content

Releases: leeyuentuen/alfen_wallbox

2.6.7

30 Aug 09:05
1d3b6e1
Compare
Choose a tag to compare

image

fix #58: add main active max current

2.6.5

27 Aug 23:08
1d3b6e1
Compare
Choose a tag to compare

What's Changed

There is here a logic change to try to get less 'watchdog reset' of the wallbox after 8 hours (issue: #30)
The problem was that the logic was to "clean/strict" by doing a login, changing data, and logout. It made a lot unnecessary calls where the wall box didn't like it

Currently, there is a small issue, the connection now is keep connected, so on alfen installer or myeve app you can't connect them, there is a small workaround is to click on the button for HTTP auth disconnect to disconnect them, and later you can connect them back with HTTP auth login.

Changes:

  • Logic call to wallbox to prevent "watchdog reset"

  • rework the aiohttp to requests

  • limit some call to wallbox with async_update

  • add Force update, API logout, API login buttons

  • rework the Get and Post calls

  • rework aiohttp to requests

  • add number entity:

    • timeout websocket,
    • timeout ocpp,
    • heartbeat interval,
    • price tariff
  • update sensor status dict description

  • Add sensors entity

    • add power states,
    • add main state,
    • ocpp boot notification,
    • modbus connection states,
    • cpo name,
    • wired mac
  • add text entity: proxy

  • add Mode 3 state

Full Changelog: 2.5.4...2.6.6

2.6.5

24 Aug 18:41
Compare
Choose a tag to compare
2.6.5 Pre-release
Pre-release

set post and get timeout from 5 to 10

2.6.4

24 Aug 16:03
Compare
Choose a tag to compare
2.6.4 Pre-release
Pre-release

fix POST Calls

2.6.3

24 Aug 12:31
Compare
Choose a tag to compare
2.6.3 Pre-release
Pre-release

This is a beta version of a rework of the current component
There is here a logic change to try to get less 'watchdog reset' of the wallbox after 8 hours (issue: #30)
The problem was that the logic was to "clean/strict" by doing a login, changing data, and logout. It made a lot unnecessary calls where the wall box didn't like it

Currently, there is a small issue, the connection now is keep connected, so on alfen installer or myeve app you can't connect them, there is a small workaround is to click on the button for HTTP auth disconnect to disconnect them, and later you can connect them back with HTTP auth login.

Changes:

  • Logic call to wallbox to prevent "watchdog reset"
  • rework the aiohttp to requests
  • limit some call to wallbox with async_update
  • add Force update, API logout, API login buttons
  • rework the Get and Post calls

2.6.2 Alpha

21 Aug 20:17
Compare
Choose a tag to compare
2.6.2 Alpha Pre-release
Pre-release

don't update to this. not stable yet!

2.6.1

20 Aug 11:33
Compare
Choose a tag to compare
2.6.1 Pre-release
Pre-release

What's Changed

Full Changelog: 2.5.0...2.6.0

2.5.4

18 Aug 20:09
8b5b33d
Compare
Choose a tag to compare
2.5.4 Pre-release
Pre-release

Add Mode 3 state

2.5.3

13 Aug 22:29
c891eb8
Compare
Choose a tag to compare

What's Changed

  • Update number.py to increase comfort setting to 11kW by @Emacee in #46

Full Changelog: 2.5.2...2.5.3

2.5.2

13 Aug 13:28
5c41532
Compare
Choose a tag to compare

Get display error: #40
Add and remove extra entities: #41
Add authorization settings and plug&chargeId: #42

BREAKING CHANGE:
some entities have changed ID

- sensor.<wallbox>_lb_max_allowed_of_phases_socket_1 -> sensor.<wallbox>_connector_1_max_allowed_of_phases
- number.<wallbox>_max_meter_current -> number.<wallbox>_load_balancing_max_meter_current
- number.<wallbox>_current_limit -> number.<wallbox>_power_connector_max_current
- number.<wallbox>_max_meter_current -> number.<wallbox>_load_balancing_max_meter_current
- number.<wallbox>_max_imbalance_current_between_phases -> number.<wallbox>_installation_max_imbalance_current_between_phases
- switch.<wallbox>_enable_phase_switching -> switch.<wallbox>_load_balancing_enable_phase_switching
- select.<wallbox>_active_load_balancing_phase_connection -> select.<wallbox>_load_balancing_phase_connection