So, what’s the status on this? Not working with Pro? I have two Pro’s, tried cycling through stuff as noted - no dice. That said, I did at one time see two devices pop up and show “fuel status”, then the next Hass restart, they disappeared.
Yes it continues to work just fine with my Automatic PRO. I’ve had success on both my now obsolete 64bit Windows 7 installation and my current HASSbian installation.
I have the automatic PRO model and I’m running HA 0.48.1 on a RPI 3. I didn’t have this setup on a prior version before. I followed the instructions on Automatic component page.
From what I can tell it doesn’t look like HA is able to authenticate with the Automatic API service, I was able to connect using a custom python script on my local environment so I know my client id and secret and credentials are working. Suggestions?
Same issue here, on latest 0.49, never worked for me, except the very first time I tried, then it errored out the next restart of Hass and has never worked since. Tried revoking authentications and resetting secrets, but no luck. Two automatic PROS as well.
Seems like it’s not working for people with multiple PROs?
If I try specifying either vehicle in my account (to force just one vehicle), this happens:
2017-07-17 22:46:40 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/local/lib/python3.6/asyncio/tasks.py", line 179, in _step
result = coro.send(None)
File "/usr/src/app/homeassistant/components/device_tracker/automatic.py", line 209, in load_vehicle
yield from self.async_see(**kwargs)
TypeError: async_see() argument after ** must be a mapping, not NoneType
2017-07-17 22:46:40 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/local/lib/python3.6/asyncio/tasks.py", line 179, in _step
result = coro.send(None)
File "/usr/src/app/homeassistant/components/device_tracker/automatic.py", line 209, in load_vehicle
yield from self.async_see(**kwargs)
TypeError: async_see() argument after ** must be a mapping, not NoneType
I’ll brush up on my python skills and see if i can help debug the issue more. In the meantime it looks like there is a mqtt-automatic-bridge that could be leveraged if you have a MQTT server installed and configured with HA. (https://www.npmjs.com/package/mqtt-automatic-bridge)
Since there are enough users to verify it’s not an isolated incident, it would be a good idea to open and issue, link it here and let those effected users add their observations and data to it.
That way a dev can get involved once they are aware of the extent.