Closed finish06 closed 8 years ago
Can you post your config? It looks like your MQTT broker url might be at issue here.
{
"mqtt_host": "127.0.0.1",
"hub_ip": "192.168.1.219",
"topic_namespace": "harmony.living_room"
}
huh, it looks like maybe you need to specify mqtt://
in the host. try that and see what happens.
"http://" did the trick! Thank you maddox for the assistance.
Great. I need to either change the default config, or just append mqtt://
in the code.
After building docker image from Dockerfile, it fails to run. Receive the following output...
Unsure how to progress forward. Recently built this about 30 days ago without any issues.