AVM FRITZ!DECT 210
Usage areas
- Solar production
- Charger meter
Usage areas
- Solar production
- Charger meter
Parameters
| Name | Description | Value | Level |
|---|---|---|---|
user | Username e.g. email address, user id, etc. | optional | |
password | Password Service account password | optional | |
ain | Actor Identification Number (AIN) Printed on the type label on the back of the device. | optional | |
uri | URI HTTP(S) address | optional | |
firmware82 | Use new REST API (FritzOS 8.2+) Use the new REST API for FritzOS version 8.2 and later | advanced | |
unit | Unit Unit index for multi-unit devices (REST API only) | advanced |
| Name | Description | Value | Level |
|---|---|---|---|
user | Username e.g. email address, user id, etc. | optional | |
password | Password Service account password | optional | |
ain | Actor Identification Number (AIN) Printed on the type label on the back of the device. | optional | |
uri | URI HTTP(S) address | optional | |
firmware82 | Use new REST API (FritzOS 8.2+) Use the new REST API for FritzOS version 8.2 and later | advanced | |
unit | Unit Unit index for multi-unit devices (REST API only) | advanced |
Configuration example for evcc.yaml
If you don't want to configure via the UI, you can alternatively use this YAML block.
meters: - name: my_pv type: template template: fritzdect usage: pv user: # Username, e.g. email address, user id, etc. password: # Password, Service account password ain: 307788992233 # Actor Identification Number (AIN), Printed on the type label on the back of the device. uri: https://fritz.box # URI, HTTP(S) address (optional) firmware82: # Use new REST API (FritzOS 8.2+), Use the new REST API for FritzOS version 8.2 and later (optional) unit: # Unit, Unit index for multi-unit devices (REST API only) (optional)meters: - name: my_charger type: template template: fritzdect usage: charge user: # Username, e.g. email address, user id, etc. password: # Password, Service account password ain: 307788992233 # Actor Identification Number (AIN), Printed on the type label on the back of the device. uri: https://fritz.box # URI, HTTP(S) address (optional) firmware82: # Use new REST API (FritzOS 8.2+), Use the new REST API for FritzOS version 8.2 and later (optional) unit: # Unit, Unit index for multi-unit devices (REST API only) (optional)meters: - name: my_pv type: template template: fritzdect usage: pv user: # Username, e.g. email address, user id, etc. password: # Password, Service account password ain: 307788992233 # Actor Identification Number (AIN), Printed on the type label on the back of the device. uri: https://fritz.box # URI, HTTP(S) address (optional) firmware82: # Use new REST API (FritzOS 8.2+), Use the new REST API for FritzOS version 8.2 and later (optional) unit: 1 # Unit, Unit index for multi-unit devices (REST API only) (optional)meters: - name: my_charger type: template template: fritzdect usage: charge user: # Username, e.g. email address, user id, etc. password: # Password, Service account password ain: 307788992233 # Actor Identification Number (AIN), Printed on the type label on the back of the device. uri: https://fritz.box # URI, HTTP(S) address (optional) firmware82: # Use new REST API (FritzOS 8.2+), Use the new REST API for FritzOS version 8.2 and later (optional) unit: 1 # Unit, Unit index for multi-unit devices (REST API only) (optional)