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
Im trying to setup a picroft/presence detection combo and have installed everything as per instructions, added my phones MAC address to the known addresses file, connected up to my MQTT broker and listened in home assistant and sent another test MAC address to confirm that all worked.
when running monitor.sh I'm met with:
> starting monitor.sh (v. 0.2.200)...
> removing web request caches
mkfifo: cannot create fifo 'packet_pipe': File exists
> xx:xx:xx:xx:xx:xx confidence topic: monitor/mycroft/matts_phone (has not previously connected to hci0)
> xx:xx:xx:xx:xx:xx confidence topic: monitor/mycroft/kitchen_ipad (has not previously connected to hci0)
[+] 0.2.200 15-09-2022 01:47:00 am [CMD-MQTT] monitor/mycroft/matts_phone { ... confidence : 0 ... }
[+] 0.2.200 15-09-2022 01:47:00 am [CMD-NAME] xx:xx:xx:xx:xx:xx matts_phone Samsung Electronics CoLtd
[+] 0.2.200 15-09-2022 01:47:10 am [CMD-MQTT] monitor/mycroft/kitchen_ipad { ... confidence : 0 ... }
[+] 0.2.200 15-09-2022 01:47:10 am [CMD-NAME] xx:xx:xx:xx:xx:xx kitchen-ipad Apple Inc
then it proceeds to cycle those with the odd random mac addresses timing out as it goes along.
The thing that confuses me about this is when running monitor.sh with -a -b arguments I can see other bluetooth devices around the house. For a test I added one of the detected 100 confidence device's MAC address to the known_static_addresses list and fired up monitor.sh....
It just joined the list with my phone and tablet and sat there on 0.
I even saw it pop up with 100% confidence directly before it came back to 0 and stayed there.
Inspection of the logs says basically the same as the script output except with these 2 lines scattered amongst the log
and while I'm having a wahh it might be worth to know everything seems to be happening quite slow, however I could just be an impatient bugger and I could understand it being a series of timeouts.
I'm using the default behaviour file and everything else is as default as default can be.
So I'm basically stumped at this stage. let me know if there's anything I missed information-wise :)
System information:
Linux mycroft 5.10.103-v7l+ #1529 SMP armv7l GNU/Linux
Hardware:RPI 4, with fancy pants power supply.
The text was updated successfully, but these errors were encountered:
Experiencing the same thing. Followed the instructions to a T, added the known_static_device of my phone. It works, although the confidence will switch between 0 and 100 sitting 5 feet away from my RPI4.
Following the advice of the tuning, I run monitor.sh and I expect to see something like as documented.
Im trying to setup a picroft/presence detection combo and have installed everything as per instructions, added my phones MAC address to the known addresses file, connected up to my MQTT broker and listened in home assistant and sent another test MAC address to confirm that all worked.
when running monitor.sh I'm met with:
then it proceeds to cycle those with the odd random mac addresses timing out as it goes along.
The thing that confuses me about this is when running monitor.sh with -a -b arguments I can see other bluetooth devices around the house. For a test I added one of the detected 100 confidence device's MAC address to the known_static_addresses list and fired up monitor.sh....
It just joined the list with my phone and tablet and sat there on 0.
I even saw it pop up with 100% confidence directly before it came back to 0 and stayed there.
Inspection of the logs says basically the same as the script output except with these 2 lines scattered amongst the log
and while I'm having a wahh it might be worth to know everything seems to be happening quite slow, however I could just be an impatient bugger and I could understand it being a series of timeouts.
I'm using the default behaviour file and everything else is as default as default can be.
So I'm basically stumped at this stage. let me know if there's anything I missed information-wise :)
System information:
The text was updated successfully, but these errors were encountered: