citruz

Results 10 comments of citruz

I was able to fix the problem by using the lastest version from git instead of npm. ``` sudo npm uninstall h265ize --global git clone https://github.com/FallingSnow/h265ize cd h265ize sudo npm...

Unfortunately, I don't have a PI4 to debug this. Could you send me what `get_hci_version` returns? ``` from beacontools.scanner import Monitor def callback(bt_addr, rssi, packet, additional_info): print(" %s %s" %...

Oh yeah, my bad. The `get_hci_version` method requires the socket to be already opened, which is done in `monitor.start()`. Executing `start()` before `get_hci_version()` should yield a proper result.

You can pass custom scan parameters: ``` BeaconScanner(..., scan_parameters={"interval_ms": 10, "window_ms": 10}) ```

You cannot pass multiple namespaces to the EddystoneFilter, but you can pass a list of multiple EddystoneFilters to the BeaconScanner which should achieve exactly what you are looking for.

Did you execute this command from the readme? ``` # grant the python executable permission to access raw socket data sudo setcap 'cap_net_raw,cap_net_admin+eip' "$(readlink -f "$(which python3)")" ```

> @citruz any idea why your Webex window has differences with mine? Maybe it's the Monterey version? Maybe it's the M1 version? Maybe something else I'm not seeing? You are...

I can confirm your issue. After having the bot run over night I have 451/350 items in my inventory. I will have a look into it ;)

While having a look in the logs I found something interesting: - Profile update says `Inventory 350/350` even though in the app its 451/350. - The dropUseLessItems Task didn't drop...