Releases: leeyuentuen/alfen_wallbox
2.6.7
2.6.5
What's Changed
- Rework by @leeyuentuen in #50
- Dev into master by @leeyuentuen in #55
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
set post and get timeout from 5 to 10
2.6.4
fix POST Calls
2.6.3
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
don't update to this. not stable yet!
2.6.1
2.5.4
Add Mode 3 state
2.5.3
What's Changed
Full Changelog: 2.5.2...2.5.3
2.5.2
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