Page 1 of 1

WS3 and Indigo 6.1

PostPosted: Sun Apr 26, 2015 6:19 pm
by keifer1
This is not new to this version . I cannot configure the plug in. I receive no agents available error.. Indigo 6.1 ,WS 3.3.1.1

WeatherSnoop Error Couldn't get information for site - check WeatherSnoop for issues: http://vreel-m1.hsd1.sc.comcast.net:800 ... FBDF7.json

Thisis is the location of jason file
http://localhost:8004/api/v1/81C88B74-6 ... /site.json



{"dataVersion": "2","uri": "/api/v1/81C88B74-6B2E-410C-81F9-D0040D9FBDF7/site.json",
"time": "2015-04-26 20:17:02 -0400","software": {"name": "WeatherSnoop 3","version": "3.1.1-preflight (762)"},"agent":{"name": "Ambient Weather Station Family","description": "The Ambient Weather family of weather stations includes the WS-1080, WS-1090, WS-2080 and WS-2090. These stations connect directly to your Mac via the USB port.","site":{"name": "Unnamed Site","location": "Unnamed Location","longitude": "0.0","latitude": "0.0","elevation": "0 ft","successfulTransactions": "25","lastSuccessfulTransaction": "2015-04-27 00:16:24 +0000","failedTransactions": "0",
"lastFailedTransaction": "2015-04-27 00:16:24 +0000"},"properties":{"absoluteBarometricPressure": {
"name": "Barometric Pressure (Absolute)",
"type": "Pressure",
"time": "2015-04-26 20:16:24 -0400",
"unit": "inHg",
"values": [
{
"type": "float",
"unit": "inHg",
"label": "Inches Of Mercury",
"value": "29.72"
},
{
"type": "int",
"unit": "cb",
"label": "Centibars",
"value": "101"
},
{
"type": "int",
"unit": "mb",
"label": "Millibars",
"value": "1006"
}
],
"minValueToday": {
"time": "2015-04-26 14:12:02 -0400",
"values": [
{
"type": "float",
"unit": "inHg",
"label": "Inches Of Mercury",
"value": "29.58"
},
{
"type": "int",
"unit": "cb",
"label": "Centibars",
"value": "100"
},
{
"type": "int",
"unit": "mb",
"label": "Millibars",
"value": "1002"
}
]
},
"maxValueToday": {
"time": "2015-04-26 19:56:11 -0400",
"values": [
{
"type": "float",
"unit": "inHg",
"label": "Inches Of Mercury",
"value": "30.06"
},
{
"type": "int",
"unit": "cb",
"label": "Centibars",
"value": "102"
},
{
"type": "int",
"unit": "mb",
"label": "Millibars",
"value": "1018"
}
]

Re: WS3 and Indigo 6.1

PostPosted: Tue Apr 28, 2015 5:41 pm
by jay (support)
Bonjour seems to be returning an extremely odd URL for your WeatherSnoop instance:

Code: Select all
http://vreel-m1.hsd1.sc.comcast.net:8004/81C88B74-6B2E-410C-81F9-D0040D9FBDF7.json


I don't know why it would do that, though some routers really mess with Bonjour and keep it from working correctly.

Try entering your other URL manually (localhost and 8004) by clicking on the "Manually enter network address" checkbox then click the Scan for Agents button.