Insteon not initialised in 0.27 release

Upgraded to 0.27 and now insteon is not getting initialized.

Here’s a clip from the log

16-08-29 16:13:24 homeassistant.bootstrap: Error during setup of component insteon_hub
Traceback (most recent call last):
File “/usr/local/lib/python3.4/dist-packages/homeassistant/bootstrap.py”, line 157, in _setup_component
result = component.setup(hass, config)
File “/usr/local/lib/python3.4/dist-packages/homeassistant/components/insteon_hub.py”, line 51, in setup
from insteon import Insteon
File “/home/pi/.homeassistant/deps/insteon/init.py”, line 3, in
from .insteon import Insteon
File “/home/pi/.homeassistant/deps/insteon/insteon.py”, line 15
endpoint=None):
^
SyntaxError: invalid syntax

That’s pretty weird that it’s a syntax from down in a dependency (insteon). Can you check the version you have installed by running this:

cd /home/pi/.homeassistant/deps
pip show insteon

(Might need to be pip3 depending on how you are setup).

I executed the commands as you instructed and nothing shows.

pi@raspberrypi:~/.homeassistant/deps $ pwd
/home/pi/.homeassistant/deps
pi@raspberrypi:~/.homeassistant/deps $ pip3 show insteon
pi@raspberrypi:~/.homeassistant/deps $

What should I be seeing??

Not what I expected, still new to python things. I thought it would show the version installed, but I guess not.

Maybe try ls -d insteon* instead? It have a version number in the directory name for the insteon .

I can confirm the same issues. Insteon is not working as of 27 and 27.1

I am not sure where I would report this as an issue, but am more than happy to if someone would point me in the right direction.

I am using the Rasp Pi all-in-one installer if that helps.

This was a known issue. Fixed in 0.27.2