You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got thru the entire install process but got an error when running insteon-mqtt start config.yaml. Config is setup correctly, except I think it doesn't know how to talk to my 2014 hub. I can use the insteon terminal just fine but useing the "connectToMyHub()" connection which i couldnt find in insteon-mqtt.
'def connectToMyHub():
#connects to my insteon hub modem at pre-defined address
connectToHub("192.168.0.xxx", 25105, 1000, "hubuser", "hubpassword")
The error is saying that the order is wrong. I moved the config.yaml before the commands because it made things simpler to run from the command line and missed some references in the docs.
Run insteon-mqtt config.yaml start
Just ran across this myself this morning, see my issue #27
There are several places in the docs where this is still backwards. As Ted said, it should be config.yaml then start anywhere you see those two listed.
I got thru the entire install process but got an error when running insteon-mqtt start config.yaml. Config is setup correctly, except I think it doesn't know how to talk to my 2014 hub. I can use the insteon terminal just fine but useing the "connectToMyHub()" connection which i couldnt find in insteon-mqtt.
Here is the error i got
Not sure why getting error if start is a choice and is in command line.
The text was updated successfully, but these errors were encountered: