-
-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow to disable autodetection of measurands (#1292)
* Allow to disable autodetection of measurands - Add config option to detect measurands automatically, set default to true - Restrict checked measurands to the ones provided by users Disabling autodetection works around ABB Terra AC bugs as in #1275 * Validate user provided list of measurands * Fix linting * Add quirk to set charger measurands to the list provided by user * Use form to select measurands If measurands are not autodetected, allow user to select them. In part, reverts earlier commit 64dab6e * Add OCPP measurands tags to user form This allows users to consult technical documentation of their chargers and select measurands based on OCPP tags. In addition, it allows us to document working tags for specific chargers in HA OCPP documentation * Document ABB Terra AC chargers configuration * Drop empty line * Add new configuration to tests * Set charger measurands to enabled ones if not autodetecting As a workaround for bugs in some chargers, set measurands to user-provided list while avoiding querying current settings from the charger * Update documentation with simplified ABB configuration --------- Co-authored-by: lbbrhzn <8673442+lbbrhzn@users.noreply.github.com>
- Loading branch information
Showing
13 changed files
with
265 additions
and
157 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.