I am having issues with getting my weatherflow hub talking with the ISY with the weatherflowpoly.
I have tried adding the stationID from the app and it contiues to log the following:
2019-10-25 09:10:08,744 [Controller] [INFO ] Updating Driver hub - GV4: 1572019808, uom: 57
2019-10-25 09:11:08,742 [Controller] [DEBUG] heartbeat hb=1
2019-10-25 09:11:08,743 [Controller] [DEBUG] set_hub_timestamp: 1572019868
2019-10-25 09:11:08,744 [Controller] [INFO ] Updating Driver hub - GV4: 1572019868, uom: 57
Prior to this there is an error in the log file:
2019-10-25 09:03:09,062 [Thread-1 ] [ERROR] Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib/python3.7/threading.py", line 917, in _bootstrap_inner
self.run()
File "/usr/lib/python3.7/threading.py", line 865, in run
self._target(*self._args, **self._kwargs)
File "./weatherflow.py", line 362, in udp_data
s.bind(('0.0.0.0', self.udp_port))
OSError: [Errno 98] Address already in use
2019-10-25 09:03:09,063 [Thread-1 ] [WARNING] /usr/lib/python3.7/threading.py:951: ResourceWarning: unclosed <socket.socket fd=7, family=AddressFamily.AF_INET, type=SocketKind.SOCK_DGRAM, proto=0, laddr=('0.0.0.0', 0)>
2019-10-25 09:04:08,741 [Controller] [DEBUG] heartbeat hb=0
Thoughts?