I would verify if you can get the observations out of the unit like I was able to.
I went with CumulusMX instead of WeeWX and their board suggested translating the JSON to a ECOWITT HTTP Post. Script is in the thread below. Overall, I am happier with CumulusMX both in terms of product and support community over WeeWX. I was able to enable the WXNOW file for Direwolf to post APRS reports easily. https://cumulus.hosiene.co.uk/viewtopic.php?t=22258&start=15 On Saturday, June 22, 2024 at 5:47:05 PM UTC-7 Ebryant wrote: > I have a Raddy WF-100SE station that I would like to get data to aprs.fi > and CWOP. If anyone has any suggestions it would help. > > > On Wednesday, March 13, 2024 at 11:42:52 AM UTC-4 Michael wrote: > >> Hello, >> >> I currently have a Raddy L7 LoRA station. It appears that that the >> weather station provides a JSON output of observations. I am soliciting a >> paid opportunity to develop a driver for this weather station and create a >> Github page for driver to spread the word. I am just a personal user, but >> figure this may be a better approach than having to buy a supported >> station. I am not a developer and simply don't have the time to undertake >> the effort, but want users of this weather station to be able to use WeeWx >> (Yes, I tried Interceptor, but I failed in getting to work and this appears >> to be a more graceful approach). If you are interested in the work, please >> let me know. >> >> The JSON URL is http://ip/client?command=record >> >> The update period appears to vary between 5-30 seconds. >> >> Example output >> Sensor Parameter Value >> ------------------------------------------------------- >> Indoor Temperature 69.4 >> Indoor Humidity 43 >> Outdoor Temperature 44.7 >> Outdoor Humidity 70 >> Pressure Absolute 26.74 >> Pressure Relative 29.86 >> Wind Speed Max Daily Gust 3.8 >> Wind Speed Wind 0.0 >> Wind Speed Gust 0.0 >> Wind Speed Direction 213 >> Wind Speed Wind Average 2 Minute0.0 >> Wind Speed Direction Average 2 Minute204 >> Wind Speed Wind Average 10 Minute0.2 >> Wind Speed Direction Average 10 Minute300 >> Rainfall Rate 0.0 >> Rainfall Hour 0.0 >> Rainfall Day 0.0 >> Rainfall Week 0.73 >> Rainfall Month 0.73 >> Rainfall Year 6.45 >> Rainfall Total 11.39 >> Solar Light 0.3 >> Solar UVI 0.0 >> JSON Message: >> {"sensor":[ >> {"title":"Indoor","list":[["Temperature","71.6","°F"],["Humidity","41","%"]]},{"title":"Outdoor","list":[["Temperature","59.2","°F"],["Humidity","44","%"]]},{"title":"Pressure","list":[["Absolute","26.77","inhg"],["Relative","29.89","inhg"]]},{"title":"Wind >> >> Speed","list":[["Max Daily >> Gust","8.9","mph"],["Wind","3.6","mph"],["Gust","3.8","mph"],["Direction","264","°"],["Wind >> >> Average 2 Minute","4.3","mph"],["Direction Average 2 >> Minute","246","°"],["Wind Average 10 Minute","3.1","mph"],["Direction >> Average 10 >> Minute","241","°"]]},{"title":"Rainfall","list":[["Rate","0.0","inch/hr"],["Hour","0.0","inch","43"],["Day","0.0","inch","44"],["Week","0.73","inch","45"],["Month","0.73","inch","46"],["Year","6.45","inch","47"],["Total","11.39","inch","48"]],"range":"Range: >> >> 0inch to >> 393.7inch."},{"title":"Solar","list":[["Light","153.59","w/m²"],["UVI","0.8",""]]}],"battery":{"title":"Battery","list":["All >> >> battery are ok"]}} >> >> -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/28bf858b-693d-4dc0-9ac1-182cc61fa7den%40googlegroups.com.
