hello Thomas General guidelines - The driver should emit data as it receives it from the hardware (no caching). - The driver should emit only data it receives from the hardware (no "filling in the gaps"). - The driver should not modify the data unless the modification is directly related to the hardware (*e.g.*, decoding a hardware-specific sensor value). - If the hardware flags "bad data", then the driver should emit a null value for that datum (Python None). - The driver should not calculate any derived variables (such as dewpoint). The service StdWXService will do that. - However, if the hardware emits a derived variable, then the driver should emit it.
On Saturday, December 8, 2018 at 3:40:43 PM UTC+1, Patrick Tranchant wrote: > > hello I am a newbie from France ( sorry for my english ) > > I want to use weewx on a raspberry with a weather station built by myself > (view on Magpi) > I don't see my station on your website to configure : > > Weather Station Hardware Comparison: I don't found my weather station. > Do you have a solution or how to configure Weewx > > thank you for your help > > Patrick > -- 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]. For more options, visit https://groups.google.com/d/optout.
