I can not get the bridge to work.
Here is my Hass.io setup:
configuration.yaml
mqtt:
broker: 192.168.10.5
port: 1883
client_id: hass
discovery: true
discovery_prefix: homeassistant
Here is the addon Mqtt-broker options
{
“plain”: true,
“ssl”: false,
“anonymous”: true,
“logins”: [],
“customize”: {
“active”: true,
“folder”: “mosquitto”
},
“certfile”: “fullchain.pem”,
“keyfile”: “privkey.pem”
}
My settings for the smartthings device are:
ip address: 192.168.10.5
port: 1883
Mac address: REDACKED
When the MQTT-Broker addon starts here is the log:
starting version 3.2.2
1507562632: mosquitto version 1.4.12 (build date 2017-06-01 13:03:48+0000) starting
1507562632: Config loaded from /etc/mosquitto.conf.
1507562632: Opening ipv4 listen socket on port 1883.
1507562632: Opening ipv6 listen socket on port 1883.
1507562632: Warning: Mosquitto should not be run as root/administrator.
1507562632: New connection from 172.30.32.1 on port 1883.
1507562633: Socket error on client , disconnecting.
1507562633: New connection from 172.30.32.1 on port 1883.
1507562633: New client connected from 172.30.32.1 as hass (c1, k60).
When I turn the front lights on from the Android App I get the following logged in IDE:
12:43:32 PM: debug Sending ‘{“path”:"/push",“body”:{“name”:“Outside - Front Lights”,“value”:“on”,“type”:“switch”}}’ to device
12:43:32 PM: debug Forwarding device event to bridge: {“path”:"/push",“body”:{“name”:“Outside - Front Lights”,“value”:“on”,“type”:“switch”}}
Followed by the following in the MQTT-Broker addon logs:
1507567453: New connection from 192.168.10.50 on port 1883.
1507567453: Socket error on client , disconnecting.
Again, any help would be greatly appreciated