On Saturday, November 2, 2019 at 9:58:41 AM UTC-4, Invisible Man wrote: > > > My intuition is that this occurs when for some reason, windSpeed and > WindDir are not defined, or null, or something like that. I think that > probably something needs to fixed in twitter python script, so that the > values are not tweeted if not present. I'm not exactly sure what the test > should be. `!= None` ? `is not null `, `if defined...` ? >
is the extension configured to tweet each LOOP packet or each archive record? the WMR200 emits partial packets, so LOOP packets may not have every observation. the twitter extension will use '-' for an observation that is 'None' (for example, the wind direction if there is no wind speed, or when a sensor is not reporting properly). if keyword does not exist in the packet/record, then the twitter extension leaves the keyword unmodified. m -- 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/dd62a0f3-e883-4ac9-87cc-54c9d316549a%40googlegroups.com.
