Michael Rappazzo

Results 26 comments of Michael Rappazzo

> Out of curiosity, what is this application you're trying to pipe the output to? I am running a fun little [java program](https://github.com/rappazzo/Soundboard) on a machine at work that plays...

I'll put it in today and run it over the weekend. The files are quite different. Should I just replace the whole directory on HA for kia_uvo?

Seems to be missing a dependency ``` Logger: homeassistant.util.package Source: util/package.py:100 First occurred: 8:53:05 AM (3 occurrences) Last logged: 8:53:31 AM Unable to install package hyundai_kia_connect_api==10.18.15: ERROR: Could not find...

New errors: ``` Error setting up entry for kia_uvo Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/config_entries.py", line 313, in async_setup result = await component.async_setup_entry(hass, self) # type: ignore File "/config/custom_components/kia_uvo/__init__.py",...

``` Unexpected error fetching kia_uvo data: 'Vehicle' object has no attribute 'vin' Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 187, in _async_refresh self.data = await self._async_update_data() File "/config/custom_components/kia_uvo/coordinator.py", line...

``` Unexpected error fetching kia_uvo data: can't compare offset-naive and offset-aware datetimes Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 187, in _async_refresh self.data = await self._async_update_data() File "/config/custom_components/kia_uvo/coordinator.py", line...

``` Unexpected error fetching kia_uvo data: type object 'datetime.datetime' has no attribute 'timedelta' Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 187, in _async_refresh self.data = await self._async_update_data() File "/config/custom_components/kia_uvo/coordinator.py",...

It's not a problem, I'm happy to help when I can. ``` Setup failed for kia_uvo: unknown error Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/setup.py", line 181, in _async_setup_component component...

``` Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/config_entries.py", line 313, in async_setup result = await component.async_setup_entry(hass, self) # type: ignore File "/config/custom_components/kia_uvo/__init__.py", line 24, in async_setup_entry coordinator = HyundaiKiaConnectDataUpdateCoordinator(hass, config_entry)...

``` Unexpected error fetching kia_uvo data: unsupported operand type(s) for -: 'datetime.datetime' and 'NoneType' Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 187, in _async_refresh self.data = await self._async_update_data() File...