Holman tap timer AA:BB:CC:DD:EE:FF connecting...
Terminate with Ctrl+C
Holman tap timer AA:BB:CC:DD:EE:FF connected
Holman tap timer AA:BB:CC:DD:EE:FF disconnected
ERROR:dbus.connection:Exception in handler for D-Bus signal:
Traceback (most recent call last):
File "/mnt/archive/artiom/Projects/src/venv/holman/lib/python3.10/site-packages/dbus/connection.py", line 232, in maybe_handle_message
self._handler(*args, **kwargs)
File "/mnt/archive/artiom/Projects/src/venv/holman/lib/python3.10/site-packages/gatt/gatt_linux.py", line 394, in properties_changed
self.disconnect_succeeded()
File "/mnt/archive/artiom/Projects/src/venv/holman/lib/python3.10/site-packages/holman/holman.py", line 148, in disconnect_succeeded
self.listener.disconnect_succeeded()
File "/mnt/archive/artiom/Projects/src/venv/holman/lib/python3.10/site-packages/holmanctl.py", line 55, in disconnect_succeeded
sys.exit(0)
SystemExit: 0
What is going wrong? Looks like just disconnecting.
Hello, I am trying this with Holman BTV1
sudo holmanctl --connect
Holman tap timer AA:BB:CC:DD:EE:FF connecting... Terminate with Ctrl+C Holman tap timer AA:BB:CC:DD:EE:FF connected Holman tap timer AA:BB:CC:DD:EE:FF disconnected
ERROR:dbus.connection:Exception in handler for D-Bus signal: Traceback (most recent call last): File "/mnt/archive/artiom/Projects/src/venv/holman/lib/python3.10/site-packages/dbus/connection.py", line 232, in maybe_handle_message self._handler(*args, **kwargs) File "/mnt/archive/artiom/Projects/src/venv/holman/lib/python3.10/site-packages/gatt/gatt_linux.py", line 394, in properties_changed self.disconnect_succeeded() File "/mnt/archive/artiom/Projects/src/venv/holman/lib/python3.10/site-packages/holman/holman.py", line 148, in disconnect_succeeded self.listener.disconnect_succeeded() File "/mnt/archive/artiom/Projects/src/venv/holman/lib/python3.10/site-packages/holmanctl.py", line 55, in disconnect_succeeded sys.exit(0) SystemExit: 0
What is going wrong? Looks like just disconnecting.