dan-r / HomeAssistant-NissanConnect

Unofficial Home Assistant integration for interacting with Nissan Connect vehicles 🚗
MIT License
45 stars 12 forks source link

Nissan Altima #66

Closed kellcomnet2 closed 3 weeks ago

kellcomnet2 commented 3 weeks ago

Is your feature request related to a problem? Please describe. Listing this as a feature request instead of as a bug as the Nissan Altima is not one of the listed supported vehicles. However, I have a 2021 Altima and a NissanConnect account but when attempting to add the integration I am presented with "Unknown error occurred"

Describe the solution you'd like A clear and concise description of what you want to happen. I would love automatic odometer tracking in HASS

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered. An OBD2 reader that transmits to HASS

Additional context Add any other context or screenshots about the feature request here.

Logs show

''' File "/config/custom_components/nissan_connect/config_flow.py", line 39, in async_step_user kamereon_session = NCISession( ^^^^^^^^^^^ File "/config/custom_components/nissan_connect/kamereon.py", line 610, in init self.settings = settings_map[self.tenant][region]


KeyError: 'US'

'''
dan-r commented 3 weeks ago

This integration currently doesn't support NissanConnect in North America, there's a note about why on the README under vehicle support (The EU/US selection on the setup page does need updating, although I've been putting this off because support for Japan is being worked on).

Currently only European accounts are supported, and the Altima isn't sold in Europe. If you or someone else from the US wants to work on support, that would be great, but it's not something I'm able to implement.

Sidenote: There are a lot of cellular trackers that can interact with OBD and read the odometer, I personally have an unlocked Teltonika tracker linked to a Traccar server I run. This is an extra expense and overhead though.

kellcomnet2 commented 3 weeks ago

Thank you for your consice response. I'm good with closing this request. After reading the issues with the NA API I fully understand.

dan-r commented 3 weeks ago

I remain hopeful that one day I'll be able to support NA, but will close this for now. Thanks for your interest regardless!

Dan