You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you know if this works with ubuntu 20.04 and the latest beacontools and phyton3.8.5?
When i phyton3 tilt2mqtt.py without sudo it starts then stops after 3 sec. INFO:root:Started scanning
root - INFO - Started scanning
INFO:root:Stopped scanning
root - INFO - Stopped scanning
And when i try sudo i get a error: Traceback (most recent call last):
File "tilt2mqtt.py", line 39, in
from beacontools import BeaconScanner, IBeaconFilter, parse_packet, const
ModuleNotFoundError: No module named 'beacontools'
When i try Bluetooth manual, it works: [bluetooth]# scan on
Discovery started
[CHG] Controller 34:41:5D:CF:D6:C6 Discovering: yes
[NEW] Device 78:BD:BC:79:50:62 78-BD-BC-79-50-62
[NEW] Device D0:D0:03:A3:1D:0D D0-D0-03-A3-1D-0D
[NEW] Device 44:5E:F3:AF:BC:27 44-5E-F3-AF-BC-27
[NEW] Device 24:2E:02:9D:02:A8 24-2E-02-9D-02-A8
Can someone help me in right direction?
The text was updated successfully, but these errors were encountered:
Hi,
Do you know if this works with ubuntu 20.04 and the latest beacontools and phyton3.8.5?
When i phyton3 tilt2mqtt.py without sudo it starts then stops after 3 sec.
INFO:root:Started scanning
root - INFO - Started scanning
INFO:root:Stopped scanning
root - INFO - Stopped scanning
And when i try sudo i get a error:
Traceback (most recent call last):
File "tilt2mqtt.py", line 39, in
from beacontools import BeaconScanner, IBeaconFilter, parse_packet, const
ModuleNotFoundError: No module named 'beacontools'
When i try Bluetooth manual, it works:
[bluetooth]# scan on
Discovery started
[CHG] Controller 34:41:5D:CF:D6:C6 Discovering: yes
[NEW] Device 78:BD:BC:79:50:62 78-BD-BC-79-50-62
[NEW] Device D0:D0:03:A3:1D:0D D0-D0-03-A3-1D-0D
[NEW] Device 44:5E:F3:AF:BC:27 44-5E-F3-AF-BC-27
[NEW] Device 24:2E:02:9D:02:A8 24-2E-02-9D-02-A8
Can someone help me in right direction?
The text was updated successfully, but these errors were encountered: