-
-
Notifications
You must be signed in to change notification settings - Fork 33.9k
Insteon not initialised in 0.27 release #3056
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@Teagan42 Could you have a look a this one? |
Well shit - that's an issue with insteon library. We may need to pull out the insteon fan support. |
I'll see if I can get a fix into the insteon hub library - otherwise we'll revert the insteon changes. |
Teagan, Dennis, I am not a python programmer, but I am familiar with other languages. If Chris On Tue, Aug 30, 2016 at 12:48 PM Teagan Glenn notifications@github.com
|
Oh, and I'm sorry Daniel, for calling you Dennis . . . lots of things on my On Tue, Aug 30, 2016 at 1:32 PM Christopher B. Petrovic <
|
@CBPetrovic It needs a comma separating the arguments in the method (comma after class Insteon(object):
def __init__(self, username, password, client_id,
user_agent='insteon_hub/%s' % __version__,
endpoint=None): |
Ok, I'll give that a shot a little later and report back! Thanks! Chris On Tue, Aug 30, 2016 at 1:38 PM Teagan Glenn notifications@github.com
|
I tried :-) |
Ok, the comma was added where instructed, and now this is the error: 16-08-30 14:43:40 homeassistant.bootstrap: Error during setup of component Found and fixed mispelling (missing "R" ) in file api.py Which then results in this message: Now, this is beyond my skillset... On Tue, Aug 30, 2016 at 2:10 PM Christopher B. Petrovic <
|
@CBPetrovic Thanks for the info - I submitted a change to the insteon library back in february that apparently wasn't tested. I'm having him pull out that bit of code and will update when the insteon platform should work again. |
No problem. What is interesting is that the 0.26.2 release seemed to work On Tue, Aug 30, 2016 at 3:18 PM Teagan Glenn notifications@github.com
|
Because I implemented insteon fan support in 27, been sitting on it for On Aug 30, 2016 1:38 PM, "CBPetrovic" notifications@github.com wrote:
|
Home Assistant release (
hass --version
):0.27
Python release (
python3 --version
):3.4
Component/platform:
Insteon
Description of problem:
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 setupcomponent
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
Expected:
Problem-relevant
configuration.yaml
entries and steps to reproduce:Traceback (if applicable):
Additional info:
The text was updated successfully, but these errors were encountered: