[weewx-user] Re: Realtime rain data with CRT service, Interceptor driver and AcuRite sensor/hub

2018-04-10 Thread RobbH
For completeness, I found that this command: sudo tcpflow -i any -C port 80 and src host [BRIDGE URL] allowed me to see all traffic from the AcuRite bridge. Further fiddling revealed that the word "daily" only appeared as part of a line structured this way: "&rainin=0.00&dailyrainin=0.00" and t

[weewx-user] Re: Realtime rain data with CRT service, Interceptor driver and AcuRite sensor/hub

2018-04-01 Thread RobbH
Never mind! I've discovered the tcpflow command. tcpflow -i any -C -J port 80 | grep "dailyrainin" should provide what I need. On Saturday, March 31, 2018 at 5:07:46 PM UTC-4, RobbH wrote: > > Thanks. I understand that, for a change. > > So there's no way to work around that? Those fields are n

[weewx-user] Re: Realtime rain data with CRT service, Interceptor driver and AcuRite sensor/hub

2018-03-31 Thread RobbH
Thanks. I understand that, for a change. So there's no way to work around that? Those fields are not updated until the end of the archive interval, but the value I want is available to the driver as rain_total, but it is not mapped to a weewx field. Is there any way to pass that value to the cr

[weewx-user] Re: Realtime rain data with CRT service, Interceptor driver and AcuRite sensor/hub

2018-03-30 Thread mwall
On Friday, March 30, 2018 at 6:00:14 PM UTC-4, RobbH wrote: > > > We can see that field 10 (rain today) and 48 (rainfall last hour) still > contain zero. They will be updated in another minute, at the end of the > archive period. > > How might I get the current value of rain_total.2774.* into