NIU E-Scooter
Parameters
| Name | Description | Value | Level |
|---|---|---|---|
user | Username e.g. email address, user id, etc. | optional | |
password | Password Service account password | optional | |
serial | Scooter serial number like shown in NIU app | optional | |
title | Title Will be displayed in the user interface | optional | |
icon | Icon Will be displayed in the user interface | optional | |
capacity [kWh] | Battery capacity | optional | |
climaterdisabled | Disable climater detection Ignore the vehicle's climater state for charge control, so charging stops at the SoC or energy limit even when the vehicle signals an active climater request. | advanced | |
autodetectdisabled | Exclude from auto detection Ignore the vehicle for auto detection of connected vehicles | advanced |
Configuration example for evcc.yaml
If you don't want to configure via the UI, you can alternatively use this YAML block.
vehicles: - name: my_car type: template template: niu-e-scooter user: # Username, e.g. email address, user id, etc. password: # Password, Service account password serial: # Scooter serial number like shown in NIU app title: # Title, Will be displayed in the user interface (optional) icon: scooter # Icon, Will be displayed in the user interface [car, bike, bus, moped, motorcycle, rocket, scooter, taxi, tractor, rickshaw, shuttle, van, airpurifier, battery, bulb, climate, coffeemaker, compute, cooking, cooler, desktop, device, dishwasher, dryer, floorlamp, generic, heater, heatexchange, heatpump, kettle, laundry, laundry2, machine, meter, microwave, pump, smartconsumer, tool, waterheater] (optional) capacity: 4 # Battery capacity (kWh), optional climaterdisabled: # Disable climater detection, Ignore the vehicle's climater state for charge control, so charging stops at the SoC or energy limit even when the vehicle signals an active climater request. (optional) autodetectdisabled: # Exclude from auto detection, Ignore the vehicle for auto detection of connected vehicles (optional)