Announcement
Collapse
No announcement yet.
Config check and script question
Collapse
This topic is closed.
X
X
-
You have to go to the plugin configuration to see the signal strength reported by the BT stack.
-
Thanks. Yes, it's working fine with the iPhone paired and using DiscoverServices. When out the range, it switches to Away. I was just asking if this was the best method. Sounds like it is. Thanks for the info.
One more question: Is there a way to see the last reported signal without drilling down in to the plug-in config settings? I thought I saw in some release notes that the plug-in included the last known signal level in to the device somehow but I'm not seeing it.
Thanks!
-Mike
Leave a comment:
-
Originally posted by msbreton View PostHi,
I'm new to using the plug-in and so far all is working well.
Here's my config:
Rocketfish RF-FLBTAD adaptor with latest widcomm stack on XP SP2
iPhone 4 pair with PC
Using DiscoverService method
Is pairing the device and using DiscoverService the best known method for iPhones?
Also, how do I add the BT Connector DLL to Scripting References so I can use the following command to reload the plug-in after changing the poll interval?
hs.plugin( "BT Connector").scanner.Devices( "Device0" ).ReloadConfig()
PHP Code:Imports HSPI_BT
Find the line ScriptingReferences=
Add the following at the end of the line (change the exact dll path as needed)
PHP Code:,HSPI_BT;C:\Program Files\HomeSeer 2\hspi_bt.dll
Leave a comment:
-
Config check and script question
Hi,
I'm new to using the plug-in and so far all is working well.
Here's my config:
Rocketfish RF-FLBTAD adaptor with latest widcomm stack on XP SP2
iPhone 4 pair with PC
Using DiscoverService method
Is pairing the device and using DiscoverService the best known method for iPhones?
Also, how do I add the BT Connector DLL to Scripting References so I can use the following command to reload the plug-in after changing the poll interval?
hs.plugin( "BT Connector").scanner.Devices( "Device0" ).ReloadConfig()
Thanks!
-MikeTags: None
Leave a comment: