- Posted on
Fri Nov 03, 2023 8:54 am
-
joesan
offline
-
- Posts: 98
- Joined: Feb 12, 2008
So, some progress...
I updated the fields (though unsure about the access token, there is a long entry there for that though). There seems to be some comms:
On Indigo I'm getting:
3 Nov 2023 at 14:43:00
HassBridge Connecting to the MQTT Server...
HassBridge Error Exception trapped: [Errno 8] nodename nor servname provided, or not known
HassBridge Error Error in plugin execution UiClosed1:
File "plugin.py", line 153, in closedPrefsConfigUi
File "plugin.py" ', line 133, in _update_perfs
File "plugin.py" , Line 230, in _connect_to_matt_broker
File "/Library/Application
File Library/Application Suport/Perceptive Automation/Indigo 2023. 1/wins/assBride. indigougin/Contents/Server plugin/bs/pao/at/client.py Line 987, in remotect
File "/Library/Application Support/Perceptive Automation/Indigo 2023.1/Plugins/HassBridge.indigoPlugin/Contents/Server Plugin/libs/paho/matt/client.py", line 3522, in _create_socket_connection
File "/Library/Frameworks/Python. framework/Versions/3.10/lib/python3.10/socket.py", line 824, in create_connection
File "/Library/Frameworks/Python. framework/Versions/3.10/lib/python3.10/socket.py", line 955, in getaddrinfo
type: [Errno 8] nodename nor servname provided, or not known
And on the MQTT log on HA, I get...
[14:38:19] INFO: Starting NGINX for authentication handling...
s6-rc: info: service legacy-services successfully started
[14:38:20] INFO: Starting mosquitto MQTT broker...
2023-11-03 14:38:20: Warning: Mosquitto should not be run as root/administrator.
2023-11-03 14:38:20: mosquitto version 2.0.17 starting
2023-11-03 14:38:20: Config loaded from /etc/mosquitto/mosquitto.conf.
2023-11-03 14:38:20: Loading plugin: /usr/share/mosquitto/go-auth.so
2023-11-03 14:38:20: ├── Username/password checking enabled.
2023-11-03 14:38:20: ├── TLS-PSK checking enabled.
2023-11-03 14:38:20: └── Extended authentication not enabled.
2023-11-03 14:38:20: Opening ipv4 listen socket on port 1883.
2023-11-03 14:38:20: Opening ipv6 listen socket on port 1883.
2023-11-03 14:38:20: Opening websockets listen socket on port 1884.
2023-11-03 14:38:20: mosquitto version 2.0.17 running
2023-11-03 14:38:20: New connection from 127.0.0.1:37220 on port 1883.
2023-11-03 14:38:20: Client <unknown> disconnected due to protocol error.
[14:38:21] INFO: Successfully send discovery information to Home Assistant.
[14:38:21] INFO: Successfully send service information to the Supervisor.
2023-11-03 14:39:23: New connection from 172.30.32.1:51445 on port 1883.
2023-11-03 14:39:23: New client connected from 172.30.32.1:51445 as 2zmbzglLXXirA4qvpkkgK2 (p2, c1, k60, u'homeassistant').
2023-11-03 14:42:01: New connection from 172.30.32.2:44106 on port 1883.
2023-11-03 14:42:01: Client <unknown> closed its connection.
2023-11-03 14:44:01: New connection from 172.30.32.2:59826 on port 1883.
2023-11-03 14:44:01: Client <unknown> closed its connection.
2023-11-03 14:46:01: New connection from 172.30.32.2:52006 on port 1883.
2023-11-03 14:46:01: Client <unknown> closed its connection.
2023-11-03 14:48:01: New connection from 172.30.32.2:53906 on port 1883.
2023-11-03 14:48:01: Client <unknown> closed its connection.
Seems to make connection but then close itself out? Anyone have any pointers for me?