rcrum003 / HiveControl

Alternative software for use with HiveTool suite of software.
GNU General Public License v2.0
25 stars 13 forks source link

Broodminder working? #75

Closed jhaltd closed 4 years ago

jhaltd commented 4 years ago

I can't seem to get my HiveControl to see/poll my BroodMinder TH recorder. I've enabled the instrument, selected BroodMinder T/TH as the device, and entered 42:19:4c as the device option but it doesn't seem to read anything.

When I ssh into the PI and run a bluetooth scan I see it, so I know that it's in range and waiting for HiveControl to poll:

root@censusPi:/home/HiveControl/scripts/beecount# hcitool lescan LE Scan ... 18:B4:30:EB:A1:C7 N09UT 18:B4:30:D6:10:08 (unknown) 18:B4:30:D6:10:08 Nest Cam 06:09:16:42:19:4C (unknown) 18:B4:30:50:0B:AE (unknown) A0:7D:EA:1B:A6:7B (unknown) A0:7D:EA:1B:A6:7B Se61a4fe200f72968C 4C:FE:48:2B:66:93 (unknown) 18:B4:30:50:0B:AE Nest Cam 0F:01:F0:18:5F:2B (unknown)

Anyone have any ideas? Thanks,

Dunc

rcrum003 commented 4 years ago

Try entering the full Id, As shown in the scan below.

On May 16, 2020, at 12:14 PM, jhaltd notifications@github.com wrote:

 I can't seem to get my HiveControl to see/poll my BroodMinder TH recorder. I've enabled the instrument, selected BroodMinder T/TH as the device, and entered 42:19:4c as the device option but it doesn't seem to read anything.

When I ssh into the PI and run a bluetooth scan I see it, so I know that it's in range and waiting for HiveControl to poll:

root@censusPi:/home/HiveControl/scripts/beecount# hcitool lescan LE Scan ... 18:B4:30:EB:A1:C7 N09UT 18:B4:30:D6:10:08 (unknown) 18:B4:30:D6:10:08 Nest Cam 06:09:16:42:19:4C (unknown) 18:B4:30:50:0B:AE (unknown) A0:7D:EA:1B:A6:7B (unknown) A0:7D:EA:1B:A6:7B Se61a4fe200f72968C 4C:FE:48:2B:66:93 (unknown) 18:B4:30:50:0B:AE Nest Cam 0F:01:F0:18:5F:2B (unknown)

Anyone have any ideas? Thanks,

Dunc

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

jhaltd commented 4 years ago

I entered the full MAC and then went to the system command window to check things (sorry, should have done that the first time too). Here's what is reported:

2020-05-16 12:00:29 TEMP ERROR Failed to find BroodMinder Device 42:19:4c 06:09:16:42:19:4c,-75,2020-05-16 12:00:30,55,30.3,86.6,59,100

When I go back to entering the portion of the MAC that is listed on the Broodminders, and which the Hivecontrol's help would lead you to believe needs to be entered (last 3 octets) nothing is shown in the log.

rcrum003 commented 4 years ago

I’ll take a look at the code tonight. In the bee yard most of the day today.

On May 16, 2020, at 1:06 PM, jhaltd notifications@github.com wrote:

 I entered the full MAC and then went to the system command window to check things (sorry, should have done that the first time too). Here's what is reported:

2020-05-16 12:00:29 TEMP ERROR Failed to find BroodMinder Device 42:19:4c 06:09:16:42:19:4c,-75,2020-05-16 12:00:30,55,30.3,86.6,59,100 When I go back to entering the portion of the MAC that is listed on the Broodminders, and which the Hivecontrol's help would lead you to believe needs to be entered (last 3 octets) nothing is shown in the log.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

rcrum003 commented 4 years ago

Try lowercase C or uppercase C (ie, opposite of what you have set now)

On May 16, 2020, at 1:06 PM, jhaltd notifications@github.com wrote:

 I entered the full MAC and then went to the system command window to check things (sorry, should have done that the first time too). Here's what is reported:

2020-05-16 12:00:29 TEMP ERROR Failed to find BroodMinder Device 42:19:4c 06:09:16:42:19:4c,-75,2020-05-16 12:00:30,55,30.3,86.6,59,100 When I go back to entering the portion of the MAC that is listed on the Broodminders, and which the Hivecontrol's help would lead you to believe needs to be entered (last 3 octets) nothing is shown in the log.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

jhaltd commented 4 years ago

That was it! Specify the entire bluetooth MAC address and use lowercase (or potentially the case that your system returns from a scan). Thanks.

rcrum003 commented 4 years ago

Updated help text to help future users.