Commit Graph

13 Commits (f5e1fa6a21273b243a8ebb59e5424c1011640388)

Author SHA1 Message Date
Erik Montnemery f83c8de8d3
Update signature of platforms' async_setup_entry (#138201) 2025-02-10 21:08:03 +01:00
Michael 1f0f1ac388
Explicitly pass in the config_entry in autarco coordinator init (#137718)
explicitly pass in the config_entry in autarco coordinator init
2025-02-07 19:39:21 +01:00
Klaas Schoute f0c07d68c5
Catch exceptions on entry setup for Autarco integration (#132227) 2024-12-04 11:17:39 +01:00
Klaas Schoute 78ced997e2
Add reauthentication flow for Autarco integration (#131816) 2024-12-01 22:02:50 +01:00
Klaas Schoute b7e13bbab0
Record current IQS state for Autarco (#131090)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2024-11-23 10:31:00 +01:00
Klaas Schoute bf4922a7ef
Bump autarco lib to v3.1.0 (#129684)
Bump autarco to v3.1.0
2024-11-02 18:42:56 +01:00
Klaas Schoute e82368ec85
Add entity icons for Autarco integration (#127505) 2024-10-04 11:12:24 +02:00
Klaas Schoute 184580257d
Add battery data to Autarco integration (#125924)
* Rename site to account_site

* Add battery service with entities

* Test UpdateFailed exception in coordinator

* Add battery data to diagnostics report

* Add TOTAL state_class where needed

* Fix

---------

Co-authored-by: Joostlek <joostlek@outlook.com>
2024-09-20 12:53:15 +02:00
Klaas Schoute c67698b34e
Bump autarco lib to v3.0.0 (#125867)
Bump autarco to v3.0.0
2024-09-13 12:50:04 +02:00
Klaas Schoute 0d27cdc845
Add inverters to Autarco integration (#121779) 2024-07-12 16:54:22 +02:00
Klaas Schoute bb81cfa57a
Add diagnostics to Autarco integration (#121732) 2024-07-11 06:49:38 +02:00
Klaas Schoute 664c4e6189
Fix small issue on Autarco integration (#121723) 2024-07-10 23:37:32 +02:00
Klaas Schoute fce68018b7
Add Autarco integration (#121600)
* Init Autarco integration

* Add integration code with tests

* Update every 5 minutes

* Process all feedback from Joost

* Bump lib to v2.0.0

* Add more then one site if present

* Fix issue with entity translation

* Update the test for sensor entities

* Fix round two based on feedback from Joost

* Add autarco to strict typing

* Update tests/components/autarco/test_config_flow.py

* Update tests/components/autarco/test_config_flow.py

---------

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2024-07-10 23:05:31 +02:00