On Friday, November 6, 2020 at 10:53:12 AM UTC-8, Earl Baugh wrote:
>
> I see in the weewx db schema that there are:
>
>  'lightning_distance',        'REAL' 
>  'lightning_disturber_count', 'REAL' 
>  'lightning_energy',          'REAL' 
>  'lightning_noise_count',     'REAL' 
>  'lightning_strike_count',    'REAL'
>
> [...]
>
 

> But how do I post a noise or disturber record?   That isn't clear.  Given 
> I just see a count, I'm not sure what kind of data would be needed to cause 
> that to increment.
>
>
Some gear has noise+disturber info available.  Some do not.

All those elements are available if you choose to use them.
But they're not mandatory.

You can use them, or ignore them, or use the available fiels in the db for 
other uses (count every time your nest doorbell triggers and call it a 
disturber event :-)

 

> I'm assuming weewx updates the strike count based on the new lightning 
> record.  But that's a guess...  is that guess accurate?  
>
>
Not in the least.   Your extension/service/driver would have to monitor 
some sensor and choose to save it in those elements in the db. 

It's all up to the software developer who writes the extension or service 
or driver or however you chose to read the sensor's available measurements 
and get them into the db.   After that weewx can handle the graphing and db 
querying etc. kind of heavy lifting for you, but you kinda have to do the 
low-level stuff to get the sensor info into the db.

-- 
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/193a8ee9-4e3f-439f-a570-2bb01837e934o%40googlegroups.com.

Reply via email to