Author Topic: Acurite Access Firmware 47  (Read 6352 times)

0 Members and 1 Guest are viewing this topic.

Offline WonderWX

  • Senior Member
  • **
  • Posts: 56
Acurite Access Firmware 47
« on: September 28, 2018, 09:47:52 AM »
Data posted to atlasapi.myacurite.com - 5 minute interval  (lightning detector is removed from atlas)
 "POST /weatherstation/updateweatherstation?&dateutc=2018-09-28T12:59:01&id=00C03DB33F00&mt=Atlas&sensor=00000000&sensorbattery=normal&rssi=4&hubbattery=normal&baromin=29.97&uvindex=1&lightintensity=9800&measured_light_seconds=1031&strikecount=&interference=&last_strike_ts=&last_strike_distance=&humidity=86&tempf=55.2&windspeedmph=2&winddir=245&windgustmph=4&windgustdir=326&windspeedavgmph=1&heatindex=54.5&feelslike=55.6&windchill=55.2&dewptf=51.1&dailyrainin=0.00&rainin=0.00 HTTP/1.1" 404 169 "-" "Atlas/047"

Data to www.wunderground.com - 10 seconds interval
"GET /weatherstation/updateweatherstation.php?ID=PWSID&PASSWORD=PASSWORD&softwaretype=myAcuRite&dateutc=now&action=updateraw&realtime=1&rtfreq=36&action=updateraw&realtime=1&rtfreq=35&baromin=29.99&uvindex=1&humidity=82&tempf=58.1&windspeedmph=1&winddir=292&windgustmph=4&windgustdir=267&dewptf=52.6&dailyrainin=0.00&rainin=0.00 HTTP/1.1" 404 169 "-" "Atlas/047"

'&uvindex=' is not correct for wunderground, it should be '&UV='

Has anyone worked out how to use the &lightintensity=xxxx  value as &solarradiation   ([W/m^2])


beta firmware? smartHub_v048.bin

Offline nincehelser

  • Forecaster
  • *****
  • Posts: 3337
Re: Acurite Access Firmware 47
« Reply #1 on: September 28, 2018, 11:18:29 AM »
Data posted to atlasapi.myacurite.com - 5 minute interval  (lightning detector is removed from atlas)
 "POST /weatherstation/updateweatherstation?&dateutc=2018-09-28T12:59:01&id=00C03DB33F00&mt=Atlas&sensor=00000000&sensorbattery=normal&rssi=4&hubbattery=normal&baromin=29.97&uvindex=1&lightintensity=9800&measured_light_seconds=1031&strikecount=&interference=&last_strike_ts=&last_strike_distance=&humidity=86&tempf=55.2&windspeedmph=2&winddir=245&windgustmph=4&windgustdir=326&windspeedavgmph=1&heatindex=54.5&feelslike=55.6&windchill=55.2&dewptf=51.1&dailyrainin=0.00&rainin=0.00 HTTP/1.1" 404 169 "-" "Atlas/047"

Data to www.wunderground.com - 10 seconds interval
"GET /weatherstation/updateweatherstation.php?ID=PWSID&PASSWORD=PASSWORD&softwaretype=myAcuRite&dateutc=now&action=updateraw&realtime=1&rtfreq=36&action=updateraw&realtime=1&rtfreq=35&baromin=29.99&uvindex=1&humidity=82&tempf=58.1&windspeedmph=1&winddir=292&windgustmph=4&windgustdir=267&dewptf=52.6&dailyrainin=0.00&rainin=0.00 HTTP/1.1" 404 169 "-" "Atlas/047"

'&uvindex=' is not correct for wunderground, it should be '&UV='

Has anyone worked out how to use the &lightintensity=xxxx  value as &solarradiation   ([W/m^2])


beta firmware? smartHub_v048.bin

There are several problems in the data string that have been reported.  I don't know why they haven't pushed an update yet.

One outstanding issue is that wunderground wants Acurite to send data to rtupdate instead of www.  That apparently had been causing issues with rain-rate calculations (don't ask me why) since wunderground's code re-write last spring.  Wunderground eventually put a "temporary" fix in place, but says the host name needs to change.

Offline WonderWX

  • Senior Member
  • **
  • Posts: 56
Re: Acurite Access Firmware 47
« Reply #2 on: September 28, 2018, 06:46:47 PM »
Quote
Has anyone worked out how to use the &lightintensity=xxxx  value as &solarradiation   ([W/m^2])

lightintensity=LUX
using  http://bccp.berkeley.edu/o/Academy/workshop_09/pdfs/InverseSquareLawPresentation.pdf
 ...for the SUN, there is an approximate conversion of 0.0079  W/m2  per Lux.

Offline seamonkeys1

  • Member
  • *
  • Posts: 20
Re: Acurite Access Firmware 47
« Reply #3 on: January 19, 2019, 12:03:33 AM »
Data posted to atlasapi.myacurite.com - 5 minute interval  (lightning detector is removed from atlas)
 "POST /weatherstation/updateweatherstation?&dateutc=2018-09-28T12:59:01&id=00C03DB33F00&mt=Atlas&sensor=00000000&sensorbattery=normal&rssi=4&hubbattery=normal&baromin=29.97&uvindex=1&lightintensity=9800&measured_light_seconds=1031&strikecount=&interference=&last_strike_ts=&last_strike_distance=&humidity=86&tempf=55.2&windspeedmph=2&winddir=245&windgustmph=4&windgustdir=326&windspeedavgmph=1&heatindex=54.5&feelslike=55.6&windchill=55.2&dewptf=51.1&dailyrainin=0.00&rainin=0.00 HTTP/1.1" 404 169 "-" "Atlas/047"

Data to www.wunderground.com - 10 seconds interval
"GET /weatherstation/updateweatherstation.php?ID=PWSID&PASSWORD=PASSWORD&softwaretype=myAcuRite&dateutc=now&action=updateraw&realtime=1&rtfreq=36&action=updateraw&realtime=1&rtfreq=35&baromin=29.99&uvindex=1&humidity=82&tempf=58.1&windspeedmph=1&winddir=292&windgustmph=4&windgustdir=267&dewptf=52.6&dailyrainin=0.00&rainin=0.00 HTTP/1.1" 404 169 "-" "Atlas/047"

'&uvindex=' is not correct for wunderground, it should be '&UV='

Has anyone worked out how to use the &lightintensity=xxxx  value as &solarradiation   ([W/m^2])


beta firmware? smartHub_v048.bin

There are several problems in the data string that have been reported.  I don't know why they haven't pushed an update yet.

One outstanding issue is that wunderground wants Acurite to send data to rtupdate instead of www.  That apparently had been causing issues with rain-rate calculations (don't ask me why) since wunderground's code re-write last spring.  Wunderground eventually put a "temporary" fix in place, but says the host name needs to change.

is 048 coming out soon to fix theses issues? how often does Acurite release firmware for the access device?

Offline WonderWX

  • Senior Member
  • **
  • Posts: 56
Re: Acurite Access Firmware 47
« Reply #4 on: January 19, 2019, 08:07:52 AM »
is 048 coming out soon to fix theses issues? how often does Acurite release firmware for the access device?

Hi,  Most recent RC/beta is 050 as of January 11. They did not release 048 and 049.  At least they are working on it!

Best approach is to combine the data from the WU upload data and the MyAcurite upload data and use a custom uploader for WU and any other site.  Waiting for Acurite to make a solution which satisfies will only frustrate.

Offline seamonkeys1

  • Member
  • *
  • Posts: 20
Re: Acurite Access Firmware 47
« Reply #5 on: February 11, 2019, 11:56:26 PM »
How do you get on their beta release?

Offline WonderWX

  • Senior Member
  • **
  • Posts: 56
Re: Acurite Access Firmware 47
« Reply #6 on: February 13, 2019, 04:39:47 PM »
How do you get on their beta release?

hi seamonkeys1 - anyone in their beta program is probably under NDA and probably could not tell you how to get on the beta.
Victoria@Acurite says that new firmware is expected to be released soon (https://www.wxforum.net/index.php?topic=35883.msg369648#msg369648
Version 50 looks like a winner  :grin: