This integration integrates Nissan vehicles to Home Assistant using Nissan Connect services.
This project is based on the following projects:
The author of this project categorically rejects any and all responsibility related to vacuums managed by this integration.
- Go to HACS
- Add
github.com/alemuro/ha-nissan-connect
as a custom repository with categoryIntegration
- Install it
- Navigate to
Settings > Devices & Services
and then clickAdd Integration
- Search for
Nissan Connect
- Enter your credentials
If you already have a Nissan, I encourage you to test it by executing the test.py
.
- Install dependencies throuhg
pipenv
. Executepipenv install
. - Open virtualenv:
pipenv shell
. - Create a
.env
file with the variablesNISSAN_USERNAME
,NISSAN_PASSWORD
andVIN
(serial number). The serial number is retrieved by the script. - Execute
python test.py
.
There is a Makefile target to start a Docker container with this integration installed as a custom_component
. Execute make test-local
. This will create a local folder .config
. To set debugging mode add this to .config/configuration.yaml
file:
logger:
default: info
logs:
custom_components.nissan_connect: debug
This is a personal project and isn't in any way affiliated with, sponsored or endorsed by Nissan.
All product names, trademarks and registered trademarks in (the images in) this repository, are property of their respective owners. All images in this repository are used by the project for identification purposes only.