Skip to content
EN | DE

NIU E-Scooter

This page shows the nightly version. Switch to the release version.

Parameters

NameDescriptionValueLevel
userUsername

e.g. email address, user id, etc.

optional
passwordPassword

Service account password

optional
serialScooter serial number like shown in NIU appoptional
titleTitle

Will be displayed in the user interface

optional
iconIcon

Will be displayed in the user interface

Default: scooter
optional
capacity [kWh]Battery capacity
Default: 4
Example: 50
optional
climaterdisabledDisable 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
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)