Hessel
25e2c9ee80
Cache token info in Wallbox ( #154147 )
...
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com >
2025-11-20 11:12:11 +01:00
Hessel
eae9f4f925
Wallbox Integration - Add repair action for insufficient rights ( #148610 )
...
Co-authored-by: Norbert Rittel <norbert@rittel.de >
2025-07-14 10:30:48 +02:00
Hessel
0bce01da0b
Address some Wallbox quality scale issues ( #148200 )
2025-07-07 10:09:07 +02:00
Hessel
bfccee17ef
Wallbox, Improve test setup ( #148036 )
2025-07-04 21:56:44 +02:00
Hessel
90cbe272a0
Wallbox Integration, Reduce API impact by limiting the amount of API calls made ( #147618 )
2025-06-30 20:15:48 +02:00
Hessel
756b858840
Wallbox fix too many requests by API ( #147197 )
2025-06-23 14:10:50 +02:00
Hessel
6e92247799
Fix missing key for ecosmart in older Wallbox models ( #146847 )
...
* fix 146839, missing key
* added tests for this issue
* added tests for this issue
* added tests for this issue, formatting
* Prevent loading select on missing key
* Prevent loading select on missing key - formatting fixed
* Update homeassistant/components/wallbox/coordinator.py
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com >
---------
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com >
2025-06-16 15:15:17 +02:00
Joris Drenth
fc62bc5fc1
Add solar charging options to Wallbox integration ( #139286 )
...
Co-authored-by: Abílio Costa <abmantis@users.noreply.github.com >
2025-05-20 14:19:48 +01:00
Hessel
6e38cf878e
Clean up test for Wallbox integration ( #125433 )
...
feat: Update API requests in wallbox integration tests
2024-09-07 15:34:48 +02:00
Hessel
b5d7eba4f6
Add new number component for setting the wallbox ICP current ( #125209 )
...
* Add new number component for setting the wallbox ICP current
* feat: Add number component for wallbox ICP current control
2024-09-04 14:00:38 +02:00
epenet
edad766fd3
Use start_reauth helper method in integration tests (u-z) ( #124796 )
2024-08-28 16:51:16 +02:00
J. Nick Koston
ee535ee611
Ensure test async_create_task eager start behavior matches production ( #115517 )
2024-04-13 15:58:52 -05:00
epenet
9204ccfa17
Use is in ConfigEntryState enum comparison in tests (N-Z) ( #114926 )
2024-04-05 17:37:00 +02:00
Joost Lekkerkerker
f3ba713289
Use FlowResultType enum in config flow tests N-Z ( #114682 )
...
Use FlowResultType enum in config flow tests
2024-04-03 09:53:20 +02:00
Joost Lekkerkerker
2ef0521d3d
Use is in enum comparison in config flow tests U-Z ( #114677 )
...
* Use right enum expression U-Z
* Fix
2024-04-02 23:09:56 +02:00
Marc Mueller
aa16a9d707
Add empty line after module docstring (3) ( #112750 )
2024-03-08 20:38:34 +01:00
Marc Mueller
32f3f46542
Add empty line after module docstring (2) [tests.components] ( #112737 )
2024-03-08 19:16:21 +01:00
Marc Mueller
87165c0d6e
Add empty line after module docstring [tests t-z] ( #112712 )
2024-03-08 14:44:56 +01:00
Joost Lekkerkerker
656ef143da
Add icon translations to Wallbox ( #112350 )
...
* Add icon translations to Wallbox
* fix
2024-03-06 16:27:13 +01:00
Erik Montnemery
9ec9ac4fd4
Migrate integrations u-z to generic flowhandler ( #111866 )
2024-02-29 20:08:16 +01:00
Javier Fernández
d555f91702
Update wallbox to 0.6.0 ( #110636 )
...
* Update wallbox plugin version
Closes #110566
* Fix unit tests failing
* Fix import order
---------
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2024-02-15 15:04:32 +01:00
Hessel
53e78cb017
Wallbox Change Minimum Value Charging Current ( #104553 )
2023-11-26 20:40:27 +01:00
Hessel
5bb3c7ca55
Wallbox Add Authentication Decorator ( #102520 )
2023-11-08 13:13:11 +01:00
Hessel
06a2664a07
Wallbox Improve Testing ( #102519 )
2023-10-22 16:22:35 +02:00
Hessel
bd0df2f18f
Add energy price number entities to Wallbox ( #101840 )
2023-10-21 17:53:32 +02:00
Jan-Philipp Benecke
e25cf7cbab
Move wallbox coordinator to its own file ( #101577 )
2023-10-07 11:56:59 +02:00
Joost Lekkerkerker
f21d924dd5
Add entity translations to Wallbox ( #99021 )
...
Co-authored-by: Robert Resch <robert@resch.dev >
2023-09-26 11:41:40 +02:00
epenet
62f76a81bb
Fix wallbox tests ( #91752 )
2023-04-20 08:42:22 -10:00
Franck Nijhof
5e81d28116
Update black to 23.1.0 ( #87188 )
2023-02-02 18:35:24 +01:00
Michael
9828b2d13f
Replace the usage of unit constants by enumerations in Tests [v-z] ( #85938 )
...
replace unit conts by enums v-z
2023-01-15 20:14:02 +02:00
Hessel
c68149c75b
Fix Wallbox price unit ( #82420 )
...
* Change Symbol to Currency code in test
* change unit to currency/kWh
* f string
2022-11-23 11:25:21 +01:00
Hessel
f7badfe441
Add wallbox Energy Price ( #82039 )
...
fixes undefined
2022-11-18 17:36:38 +01:00
hesselonline
a534c136a1
Fix wallbox jwt issue ( #79948 )
...
* Bump Wallbox package
* remove debug message
* Force update of auth token by emptying it first
* Force token refresh by emptying token
Improve exception handling
* include tests
* Update __init__.py
* Removed the clearing ot jwt token, issue is fixed by upstream fix in wallbox package.
* Catch connectionerror
* Update homeassistant/components/wallbox/__init__.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Run black
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2022-10-14 13:09:00 +02:00
epenet
e9f55f4e54
Apply hass-relative-import to tests (s-z) ( #78733 )
2022-09-19 09:51:31 +02:00
Franck Nijhof
7cd68381f1
Search/replace RESULT_TYPE_* by FlowResultType enum ( #74642 )
2022-07-07 19:57:36 +03:00
hesselonline
9ea504dd7b
Bump wallbox to 0.4.9 ( #72978 )
2022-06-05 15:31:09 -10:00
hesselonline
c973e5d0d2
Add Switch platform to Wallbox ( #70584 )
...
Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com >
2022-04-26 23:27:43 +02:00
hesselonline
84666ce05e
Rename wallbox non-config CONF_ variables ( #69737 )
2022-04-19 08:44:25 +02:00
hesselonline
ef14ae85c8
Fix Wallbox charger status ( #68708 )
...
Co-authored-by: Erik Montnemery <erik@montnemery.com >
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2022-04-06 12:05:50 +02:00
hesselonline
4b22f04505
Add typing to test files for Wallbox ( #68635 )
...
Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com >
2022-03-25 18:09:49 +01:00
hesselonline
de3d402930
Add Lock platform to wallbox ( #68414 )
...
Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com >
2022-03-23 19:50:28 +01:00
Erwin Oldenkamp
39b26e5ff7
Add device to Wallbox integration ( #63011 )
2022-01-04 15:46:57 +01:00
hesselonline
a4208c0926
Add Reauth flow to Wallbox integration ( #58743 )
...
* Add Reauth flow to Wallbox integration
* Review comments processed
* Fixed tests
* Added test for reauth invalid
* Commit to compensate for timedrift, show changes
Compensating for timedrift in my devcontainer,
making a new commit with the right date/time. Requested changes
were done in a previous commit.
* remove reauth schema
* Update homeassistant/components/wallbox/__init__.py
Co-authored-by: J. Nick Koston <nick@koston.org >
Co-authored-by: J. Nick Koston <nick@koston.org >
2021-11-15 10:25:19 -06:00
hesselonline
bfb0d8dd19
Split wallbox sensor type and number type ( #58807 )
2021-11-02 11:11:46 +01:00
Marc Mueller
e97133613a
Fix round - wallbox ( #58689 )
...
* Fix wallbox round
* Add test case
2021-10-29 17:52:23 -07:00
hesselonline
6d6cb03848
Add Number platform to Wallbox ( #52786 )
...
Co-authored-by: jan iversen <jancasacondor@gmail.com >
2021-10-27 12:53:14 -05:00
Ville Skyttä
0de95610e3
Use http.HTTPStatus in components/[wxyz]* ( #58330 )
2021-10-24 17:25:01 +02:00
Erik Montnemery
e0a232aa36
Prevent 3rd party lib from opening sockets in wallbox tests ( #56308 )
2021-09-17 12:50:11 +02:00
hesselonline
e56069558a
Refactor wallbox tests ( #51094 )
...
* Changed Testing, removed custom exception
Removed custom exceptions, reverted to builtin. Changed testing approach in all tests, now using the core interface to setup device and mock_requests to create test responses for all calls.
* Reintroduce InvalidAuth exception in __init__
Remove reference to internal HA exception, Reintroduce custom exception
* Removed duplicate entry in test_config_flow
* removed tests from test_init that calling methods directly
* Update tests/components/wallbox/__init__.py
Removed duplicate add_to_hass call
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-06-27 15:06:25 -04:00
tkdrob
c0656878db
Normalize async_setup_entry ( #51161 )
2021-05-27 15:56:20 +02:00