FRITZ! FRITZ!Smart Energy 250
Usage areas
- Grid meter
Usage areas
- Grid meter
- Solar production
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 | |
unit | Unit Unit index for multi-unit devices | 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 | |
unit | Unit Unit index for multi-unit devices | 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_grid type: template template: fritzgrid usage: grid 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) unit: # Unit, Unit index for multi-unit devices (optional)meters: - name: my_grid type: template template: fritzgrid usage: grid 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) unit: 1 # Unit, Unit index for multi-unit devices (optional)meters: - name: my_pv type: template template: fritzgrid 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) unit: 1 # Unit, Unit index for multi-unit devices (optional)